[csw-devel] SF.net SVN: gar:[21277] csw/mgar/pkg/ghostscript/branches
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Jun 5 12:04:39 CEST 2013
Revision: 21277
http://gar.svn.sourceforge.net/gar/?rev=21277&view=rev
Author: dmichelsen
Date: 2013-06-05 10:04:39 +0000 (Wed, 05 Jun 2013)
Log Message:
-----------
ghostscript: Make new branch for libgs8
Added Paths:
-----------
csw/mgar/pkg/ghostscript/branches/libgs8/
csw/mgar/pkg/ghostscript/branches/libgs8/Makefile
csw/mgar/pkg/ghostscript/branches/libgs8/files/LICENSE
csw/mgar/pkg/ghostscript/branches/libgs8/files/libgs.so.8.71-i386
csw/mgar/pkg/ghostscript/branches/libgs8/files/libgs.so.8.71-sparc
csw/mgar/pkg/ghostscript/branches/libgs8/files/libgs.so.8.71-sparcv8plus+vis2
Removed Paths:
-------------
csw/mgar/pkg/ghostscript/branches/libgs8/Makefile
csw/mgar/pkg/ghostscript/branches/libgs8/files/0001-Support-libjpeg7.patch
csw/mgar/pkg/ghostscript/branches/libgs8/files/0002-Rearrange-compiler-flags.patch
csw/mgar/pkg/ghostscript/branches/libgs8/files/0003-Change-gcc-flags-to-sun.patch
csw/mgar/pkg/ghostscript/branches/libgs8/files/0004-PLATFORM-is-used-by-GAR.patch
csw/mgar/pkg/ghostscript/branches/libgs8/files/0005-Fix-pathes-according-to-old-package.patch
csw/mgar/pkg/ghostscript/branches/libgs8/files/0006-Fix-dynamic-link-flag.patch
csw/mgar/pkg/ghostscript/branches/libgs8/files/0007-Do-not-return-something-in-void-context.patch
csw/mgar/pkg/ghostscript/branches/libgs8/files/0007-libidn-needs-L-opt-csw-lib.patch
csw/mgar/pkg/ghostscript/branches/libgs8/files/0008-Wrong-place-in-configure.patch
Deleted: csw/mgar/pkg/ghostscript/branches/libgs8/Makefile
===================================================================
--- csw/mgar/pkg/ghostscript/trunk/Makefile 2013-04-28 18:23:29 UTC (rev 20894)
+++ csw/mgar/pkg/ghostscript/branches/libgs8/Makefile 2013-06-05 10:04:39 UTC (rev 21277)
@@ -1,100 +0,0 @@
-# $Id$
-
-NAME = ghostscript
-VERSION = 9.07
-GARTYPE = v2
-
-DESCRIPTION = PostScript and PDF interpreter
-define BLURB
-endef
-
-MASTER_SITES = $(SF_MIRRORS)
-DISTFILES = $(NAME)-$(VERSION).tar.bz2
-
-PACKAGES = CSWghostscript
-SPKG_DESC_CSWgs = PostScript and PDF interpreter
-
-RUNTIME_DEP_PKGS_CSWgs += CSWlibjpeg7
-RUNTIME_DEP_PKGS_CSWgs += CSWlibz1
-RUNTIME_DEP_PKGS_CSWgs += CSWlibssl0-9-8
-RUNTIME_DEP_PKGS_CSWgs += CSWlibcom-err3
-RUNTIME_DEP_PKGS_CSWgs += CSWlibkrb5support0
-RUNTIME_DEP_PKGS_CSWgs += CSWlibcups2
-RUNTIME_DEP_PKGS_CSWgs += CSWlibkrb5-3
-RUNTIME_DEP_PKGS_CSWgs += CSWlibcupsimage2
-RUNTIME_DEP_PKGS_CSWgs += CSWlibidn11
-RUNTIME_DEP_PKGS_CSWgs += CSWlibk5crypto3
-
-RUNTIME_DEP_PKGS_CSWgs += CSWfconfig
-RUNTIME_DEP_PKGS_CSWgs += CSWgnutls
-RUNTIME_DEP_PKGS_CSWgs += CSWgtk2
-RUNTIME_DEP_PKGS_CSWgs += CSWjpeg
-RUNTIME_DEP_PKGS_CSWgs += CSWpango
-RUNTIME_DEP_PKGS_CSWgs += CSWperl
-RUNTIME_DEP_PKGS_CSWgs += CSWgsfonts
-RUNTIME_DEP_PKGS_CSWgs += CSWjbig2dec
-
-# I'm dubious about this one. Maybe unnecessary?
-# RUNTIME_DEP_PKGS_CSWgs += CSWlibcairo
-
-CHECKPKG_OVERRIDES_CSWgs += surplus-dependency|CSWperl
-# Fonts are definitely necessary.
-CHECKPKG_OVERRIDES_CSWgs += surplus-dependency|CSWgsfonts
-
-# Only docs and man pages.
-CHECKPKG_OVERRIDES_CSWgs += file-with-bad-content
-# Historical reasons.
-CHECKPKG_OVERRIDES_CSWgs += catalogname-does-not-match-pkgname|pkgname=CSWgs|catalogname=ghostscript|expected-catalogname=gs
-
-# Pending release of libpaper
-#RUNTIME_DEP_PKGS_CSWgs += CSWlibpaper
-
-# CHECKPKG_OVERRIDES_CSWgs += symbol-not-found|gsc
-# CHECKPKG_OVERRIDES_CSWgs += symbol-not-found|gsx
-
-OSOLETED_BY_CSWghostscript += CSWgs
-CATALOGNAME_CSWgs = ghostscript_stub
-
-VENDOR_URL = http://www.ghostscript.com
-
-LICENSE = LICENSE
-
-UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=
-UPSTREAM_USE_SF = 1
-
-## PATCHFILES += 0001-Support-libjpeg7.patch
-#PATCHFILES += 0002-Rearrange-compiler-flags.patch
-#PATCHFILES += 0003-Change-gcc-flags-to-sun.patch
-## PATCHFILES += 0004-PLATFORM-is-used-by-GAR.patch
-#PATCHFILES += 0005-Fix-pathes-according-to-old-package.patch
-## PATCHFILES += 0006-Fix-dynamic-link-flag.patch
-#PATCHFILES += 0007-libidn-needs-L-opt-csw-lib.patch
-#PATCHFILES += 0008-Wrong-place-in-configure.patch
-
-# Not until libcupsimage.so libcups.so libkrb5.so libk5crypto.so
-# libcom_err.so libkrb5support.so are 64-bit
-
-# EXTRA_BUILD_ISAS = sparcv8plus+vis pentium_pro+mmx
-
-EXTRA_CFLAGS += $(LINKER_FLAGS)
-
-CONFIGURE_ARGS = $(DIRPATHS)
-CONFIGURE_ARGS += --enable-dynamic
-CONFIGURE_ARGS += --enable-cups
-CONFIGURE_ARGS += --with-fontpath=$(datadir)/ghostscript/fonts
-
-# This fails due to ghostscript using PLATFORM for internal use which gets set
-# by GAR
-#TEST_TARGET =
-
-include gar/category.mk
-
-# BUILD_ARGS = std so
-# INSTALL_ARGS = install install-so
-
-# Use CSW build packages instead of bundled stuff
-#pre-configure:
-# @(echo "~~~ Removing bundled binaries ~~~")
-# rm -rf $(WORKSRC)/jpeg
-# rm -rf $(WORKSRC)/jbig2dec
-# rm -rf $(WORKSRC)/jasper
Copied: csw/mgar/pkg/ghostscript/branches/libgs8/Makefile (from rev 21231, csw/mgar/pkg/ghostscript/trunk/Makefile)
===================================================================
--- csw/mgar/pkg/ghostscript/branches/libgs8/Makefile (rev 0)
+++ csw/mgar/pkg/ghostscript/branches/libgs8/Makefile 2013-06-05 10:04:39 UTC (rev 21277)
@@ -0,0 +1,65 @@
+# $Id$
+
+NAME = ghostscript
+VERSION = 8.71
+GARTYPE = v2
+
+DESCRIPTION = PostScript and PDF interpreter
+define BLURB
+endef
+
+DISTFILES += libgs.so.8.71-i386
+DISTFILES += libgs.so.8.71-sparc
+DISTFILES += libgs.so.8.71-sparcv8plus+vis2
+DISTFILES += LICENSE
+
+VENDOR_URL = http://www.ghostscript.com
+
+LICENSE = LICENSE
+
+# Legacy lib still in use
+PACKAGES += CSWlibgs8
+SPKG_DESC_CSWlibgs8 = Ghostscript library, libgs.so.8
+PKGFILES_CSWlibgs8 += $(call pkgfiles_lib,libgs.so.8)
+RUNTIME_DEP_PKGS_CSWlibgs8 += CSWsunmath
+RUNTIME_DEP_PKGS_CSWlibgs8 += CSWlibjbig2dec0
+RUNTIME_DEP_PKGS_CSWlibgs8 += CSWlibpng12-0
+RUNTIME_DEP_PKGS_CSWlibgs8 += CSWlibz1
+RUNTIME_DEP_PKGS_CSWlibgs8 += CSWlibtiff3
+RUNTIME_DEP_PKGS_CSWlibgs8 += CSWlibcom-err3
+RUNTIME_DEP_PKGS_CSWlibgs8 += CSWlibkrb5support0
+RUNTIME_DEP_PKGS_CSWlibgs8 += CSWlibcupsimage2
+RUNTIME_DEP_PKGS_CSWlibgs8 += CSWlibkrb5-3
+RUNTIME_DEP_PKGS_CSWlibgs8 += CSWlibgnutls26
+RUNTIME_DEP_PKGS_CSWlibgs8 += CSWlibfontconfig1
+RUNTIME_DEP_PKGS_CSWlibgs8 += CSWlibcups2
+RUNTIME_DEP_PKGS_CSWlibgs8 += CSWlibjpeg7
+RUNTIME_DEP_PKGS_CSWlibgs8 += CSWlibk5crypto3
+
+# This is old and we won't change it any more
+CHECKPKG_OVERRIDES_CSWlibgs8 += no-direct-binding
+CHECKPKG_OVERRIDES_CSWlibgs8 += file-with-bad-content
+
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS =
+TEST_SCRIPTS =
+INSTALL_SCRIPTS =
+
+include gar/category.mk
+
+post-install-isa-sparcv8plus:
+ ginstall -d $(DESTDIR)$(libdir)
+ ginstall -m 0644 $(WORKDIR)/libgs.so.8.71-sparc $(DESTDIR)$(libdir)/libgs.so.8.71
+ gln -s libgs.so.8.71 $(DESTDIR)$(libdir)/libgs.so.8
+ ginstall -d $(DESTDIR)$(libdir)/sparcv8plus+vis2
+ ginstall -m 0644 $(WORKDIR)/libgs.so.8.71-sparcv8plus+vis2 $(DESTDIR)$(libdir)/sparcv8plus+vis2/libgs.so.8.71
+ gln -s libgs.so.8.71 $(DESTDIR)$(libdir)/sparcv8plus+vis2/libgs.so.8
+ @$(MAKECOOKIE)
+
+post-install-isa-pentium_pro:
+ ginstall -d $(DESTDIR)$(libdir)
+ ginstall -m 0644 $(WORKDIR)/libgs.so.8.71-i386 $(DESTDIR)$(libdir)/libgs.so.8.71
+ gln -s libgs.so.8.71 $(DESTDIR)$(libdir)/libgs.so.8
+ @$(MAKECOOKIE)
+
+
Deleted: csw/mgar/pkg/ghostscript/branches/libgs8/files/0001-Support-libjpeg7.patch
===================================================================
--- csw/mgar/pkg/ghostscript/trunk/files/0001-Support-libjpeg7.patch 2013-04-28 18:23:29 UTC (rev 20894)
+++ csw/mgar/pkg/ghostscript/branches/libgs8/files/0001-Support-libjpeg7.patch 2013-06-05 10:04:39 UTC (rev 21277)
@@ -1,14 +0,0 @@
---- ghostscript-8.70.orig/jpeg/jcinit.c 2010-01-09 03:15:02.698411311 +0100
-+++ ghostscript-8.70/jpeg/jcinit.c 2010-01-09 03:46:28.021317069 +0100
-@@ -42,7 +42,11 @@
- jinit_forward_dct(cinfo);
- /* Entropy encoding: either Huffman or arithmetic coding. */
- if (cinfo->arith_code) {
-+#ifdef JERR_ARITH_NOTIMPL
- ERREXIT(cinfo, JERR_ARITH_NOTIMPL);
-+#else
-+ jinit_arith_encoder(cinfo);
-+#endif
- } else {
- if (cinfo->progressive_mode) {
- #ifdef C_PROGRESSIVE_SUPPORTED
Deleted: csw/mgar/pkg/ghostscript/branches/libgs8/files/0002-Rearrange-compiler-flags.patch
===================================================================
--- csw/mgar/pkg/ghostscript/trunk/files/0002-Rearrange-compiler-flags.patch 2013-04-28 18:23:29 UTC (rev 20894)
+++ csw/mgar/pkg/ghostscript/branches/libgs8/files/0002-Rearrange-compiler-flags.patch 2013-06-05 10:04:39 UTC (rev 21277)
@@ -1,23 +0,0 @@
---- ghostscript-8.70.orig/base/jasper.mak 2008-04-11 00:08:20.000000000 +0200
-+++ ghostscript-8.70/base/jasper.mak 2010-01-09 06:04:15.251525415 +0100
-@@ -159,7 +159,8 @@
- $(D_)EXCLUDE_PNG_SUPPORT$(_D_)1$(_D)
-
- # define our specific compiler
--JAS_CC=$(CC_) $(I_)$(JASGEN) $(II)$(JPXI_)$(_I) $(JPXCF_) $(JAS_EXCF_)
-+#JAS_CC=$(CC_) $(I_)$(JASGEN) $(II)$(JPXI_)$(_I) $(JPXCF_) $(JAS_EXCF_)
-+JAS_CC=$(CC) $(I_)$(JASGEN) $(II)$(JPXI_)$(_I) $(JPXCF_) $(JAS_EXCF_) $(CFLAGS)
- JASO_=$(O_)$(JASOBJ)
-
- # switch in the selected .dev
---- ghostscript-8.70.orig/base/lib.mak 2009-07-22 23:09:42.000000000 +0200
-+++ ghostscript-8.70/base/lib.mak 2010-01-09 06:15:47.023956040 +0100
-@@ -30,7 +30,7 @@
- GLJCC=$(CC_) $(I_)$(GLI_) $(II)$(JI_)$(_I) $(JCF_) $(GLF_)
- GLZCC=$(CC_) $(I_)$(GLI_) $(II)$(ZI_)$(_I) $(ZCF_) $(GLF_)
- GLJBIG2CC=$(CC_) $(I_)$(GLI_) $(II)$(JB2I_)$(_I) $(JB2CF_) $(GLF_)
--GLJASCC=$(CC_) $(I_)$(JPXI_) $(II)$(GLI_)$(_I) $(JPXCF_) $(GLF_)
-+GLJASCC=$(CC) $(I_)$(JPXI_) $(II)$(GLI_)$(_I) $(JPXCF_) $(GLF_) $(CFLAGS)
- GLLDFJB2CC=$(CC_) $(I_)$(LDF_JB2I_) $(II)$(GLI_)$(_I) $(JB2CF_) $(GLF_)
- GLLWFJPXCC=$(CC_) $(I_)$(LWF_JPXI_) $(II)$(GLI_)$(_I) $(JPXCF_) $(GLF_)
- GLCCSHARED=$(CC_SHARED) $(GLCCFLAGS)
Deleted: csw/mgar/pkg/ghostscript/branches/libgs8/files/0003-Change-gcc-flags-to-sun.patch
===================================================================
--- csw/mgar/pkg/ghostscript/trunk/files/0003-Change-gcc-flags-to-sun.patch 2013-04-28 18:23:29 UTC (rev 20894)
+++ csw/mgar/pkg/ghostscript/branches/libgs8/files/0003-Change-gcc-flags-to-sun.patch 2013-06-05 10:04:39 UTC (rev 21277)
@@ -1,24 +0,0 @@
---- /home/hson/tmp/ghostscript-8.70/base/devs.mak 2009-02-14 01:46:58.000000000 +0100
-+++ ghostscript-8.70/base/devs.mak 2010-01-09 06:42:04.053689304 +0100
-@@ -418,10 +418,10 @@
- ### NON PORTABLE, ONLY UNIX WITH GCC SUPPORT
-
- $(GLOBJ)lvga256.so : $(lvga256_)
-- $(CCLD) $(LDFLAGS) -shared -o $(GLOBJ)lvga256.so $(lvga256_) -lvga -lvgagl
-+ $(CCLD) $(LDFLAGS) -G -o $(GLOBJ)lvga256.so $(lvga256_) -lvga -lvgagl
-
- $(GLOBJ)vgalib.so : $(vgalib_)
-- $(CCLD) $(LDFLAGS) -shared -o $(GLOBJ)vgalib.so $(vgalib_) -lvga -lvgagl
-+ $(CCLD) $(LDFLAGS) -G -o $(GLOBJ)vgalib.so $(vgalib_) -lvga -lvgagl
-
- ### -------------------------- The X11 device -------------------------- ###
-
-@@ -524,7 +524,7 @@
- ### NON PORTABLE, ONLY UNIX WITH GCC SUPPORT
-
- $(GLOBJ)X11.so : $(x11alt_) $(x11_)
-- $(CCLD) $(LDFLAGS) -shared -o $(GLOBJ)X11.so $(x11alt_) $(x11_) -L/usr/X11R6/lib -lXt -lSM -lICE -lXext -lX11 $(XLIBDIRS)
-+ $(CCLD) $(LDFLAGS) -G -o $(GLOBJ)X11.so $(x11alt_) $(x11_) -L/usr/X11R6/lib -lXt -lSM -lICE -lXext -lX11 $(XLIBDIRS)
-
- ###### --------------- Memory-buffered printer devices --------------- ######
-
Deleted: csw/mgar/pkg/ghostscript/branches/libgs8/files/0004-PLATFORM-is-used-by-GAR.patch
===================================================================
--- csw/mgar/pkg/ghostscript/trunk/files/0004-PLATFORM-is-used-by-GAR.patch 2013-04-28 18:23:29 UTC (rev 20894)
+++ csw/mgar/pkg/ghostscript/branches/libgs8/files/0004-PLATFORM-is-used-by-GAR.patch 2013-06-05 10:04:39 UTC (rev 21277)
@@ -1,116 +0,0 @@
-diff -Nru ghostscript-8.70.orig/base/gs.mak ghostscript-8.70/base/gs.mak
---- ghostscript-8.70.orig/base/gs.mak 2009-01-27 21:43:37.000000000 +0100
-+++ ghostscript-8.70/base/gs.mak 2010-01-10 23:24:54.511788159 +0100
-@@ -363,7 +363,7 @@
- FEATURE_DEVS_EXTRA=
- DEVICE_DEVS_EXTRA=
-
--DEVS_ALL=$(GLGENDIR)$(D)$(PLATFORM).dev\
-+DEVS_ALL=$(GLGENDIR)$(D)$(BUILD_PLATFORM).dev\
- $(FEATURE_DEVS) $(FEATURE_DEVS_EXTRA) \
- $(DEVICE_DEVS) $(DEVICE_DEVS1) \
- $(DEVICE_DEVS2) $(DEVICE_DEVS3) $(DEVICE_DEVS4) $(DEVICE_DEVS5) \
-@@ -375,7 +375,7 @@
-
- devs_tr=$(GLGENDIR)$(D)devs.tr
- $(devs_tr) : $(GS_MAK) $(TOP_MAKEFILES) $(ECHOGS_XE)
-- $(EXP)$(ECHOGS_XE) -w $(devs_tr) - -include $(GLGENDIR)$(D)$(PLATFORM)
-+ $(EXP)$(ECHOGS_XE) -w $(devs_tr) - -include $(GLGENDIR)$(D)$(BUILD_PLATFORM)
- $(EXP)$(ECHOGS_XE) -a $(devs_tr) -+ $(FEATURE_DEVS)
- $(EXP)$(ECHOGS_XE) -a $(devs_tr) -+ $(FEATURE_DEVS_EXTRA)
- $(EXP)$(ECHOGS_XE) -a $(devs_tr) -+ $(DEVICE_DEVS)
-diff -Nru ghostscript-8.70.orig/base/macos-mcp.mak ghostscript-8.70/base/macos-mcp.mak
---- ghostscript-8.70.orig/base/macos-mcp.mak 2009-01-08 10:17:18.000000000 +0100
-+++ ghostscript-8.70/base/macos-mcp.mak 2010-01-10 23:25:55.154224777 +0100
-@@ -75,7 +75,7 @@
-
- # Define the platform name.
-
--PLATFORM=macos_
-+BUILD_PLATFORM=macos_
-
-
- # don't use any shared libraries, they are compiled into the Ghostscript Lib
-@@ -267,7 +267,7 @@
- include $(GLSRCDIR)/unixhead.mak
-
- # Redefine the platform name before going on
--PLATFORM=macos_
-+BUILD_PLATFORM=macos_
-
- include $(GLSRCDIR)/gs.mak
- # psromfs.mak must precede lib.mak
-diff -Nru ghostscript-8.70.orig/base/msvclib.mak ghostscript-8.70/base/msvclib.mak
---- ghostscript-8.70.orig/base/msvclib.mak 2008-08-29 01:16:39.000000000 +0200
-+++ ghostscript-8.70/base/msvclib.mak 2010-01-10 23:26:01.887097616 +0100
-@@ -445,7 +445,7 @@
-
- LIB_ONLY=$(GLOBJDIR)\gslib.obj $(GLOBJDIR)\gsnogc.obj $(GLOBJDIR)\gconfig.obj $(GLOBJDIR)\gscdefs.obj $(GLOBJDIR)\gsromfs$(COMPILE_INITS).obj
- MAKEDLL=0
--PLATFORM=mslib32_
-+BUILD_PLATFORM=mslib32_
-
- !include $(GLSRCDIR)\version.mak
- !include $(GLSRCDIR)\msvccmd.mak
-diff -Nru ghostscript-8.70.orig/base/openvms.mak ghostscript-8.70/base/openvms.mak
---- ghostscript-8.70.orig/base/openvms.mak 2009-01-08 10:17:18.000000000 +0100
-+++ ghostscript-8.70/base/openvms.mak 2010-01-10 23:25:36.911773955 +0100
-@@ -270,7 +270,7 @@
-
- # Define the platform name.
-
--PLATFORM=openvms_
-+BUILD_PLATFORM=openvms_
-
- # Define the name of the makefile -- used in dependencies.
-
-diff -Nru ghostscript-8.70.orig/base/openvms.mmk ghostscript-8.70/base/openvms.mmk
---- ghostscript-8.70.orig/base/openvms.mmk 2009-01-08 10:17:18.000000000 +0100
-+++ ghostscript-8.70/base/openvms.mmk 2010-01-10 23:25:27.461102799 +0100
-@@ -298,7 +298,7 @@
-
- # Define the platform name.
-
--PLATFORM=openvms_
-+BUILD_PLATFORM=openvms_
-
- # Define the name of the makefile -- used in dependencies.
-
-diff -Nru ghostscript-8.70.orig/base/unixhead.mak ghostscript-8.70/base/unixhead.mak
---- ghostscript-8.70.orig/base/unixhead.mak 2007-12-31 19:07:59.000000000 +0100
-+++ ghostscript-8.70/base/unixhead.mak 2010-01-10 23:22:33.391601312 +0100
-@@ -21,7 +21,7 @@
- # Define the platform name. For a "stock" System V platform,
- # use sysv_ instead of unix_.
-
--PLATFORM=unix_
-+BUILD_PLATFORM=unix_
-
- # Define the syntax for command, object, and executable files.
-
-diff -Nru ghostscript-8.70.orig/base/watclib.mak ghostscript-8.70/base/watclib.mak
---- ghostscript-8.70.orig/base/watclib.mak 2009-01-08 10:17:18.000000000 +0100
-+++ ghostscript-8.70/base/watclib.mak 2010-01-10 23:25:03.490859364 +0100
-@@ -115,7 +115,7 @@
- SYNC=winsync
- !endif
-
--PLATFORM=watclib_
-+BUILD_PLATFORM=watclib_
- MAKEFILE=$(GLSRCDIR)\watclib.mak
- TOP_MAKEFILES=$(MAKEFILE) $(GLSRCDIR)\wccommon.mak
- PLATOPT=
-diff -Nru ghostscript-8.70.orig/base/winlib.mak ghostscript-8.70/base/winlib.mak
---- ghostscript-8.70.orig/base/winlib.mak 2009-02-21 21:59:34.000000000 +0100
-+++ ghostscript-8.70/base/winlib.mak 2010-01-10 23:25:12.830496306 +0100
-@@ -28,8 +28,8 @@
-
- # Define the platform name.
-
--!ifndef PLATFORM
--PLATFORM=mswin32_
-+!ifndef BUILD_PLATFORM
-+BUILD_PLATFORM=mswin32_
- !endif
-
- # Define the auxiliary program dependency. We use this to
Deleted: csw/mgar/pkg/ghostscript/branches/libgs8/files/0005-Fix-pathes-according-to-old-package.patch
===================================================================
--- csw/mgar/pkg/ghostscript/trunk/files/0005-Fix-pathes-according-to-old-package.patch 2013-04-28 18:23:29 UTC (rev 20894)
+++ csw/mgar/pkg/ghostscript/branches/libgs8/files/0005-Fix-pathes-according-to-old-package.patch 2013-06-05 10:04:39 UTC (rev 21277)
@@ -1,27 +0,0 @@
---- ../../../work.old/solaris8-sparc/build-isa-sparcv8/ghostscript-8.70.orig/Makefile.in 2009-05-22 01:46:45.000000000 +0200
-+++ ghostscript-8.70/Makefile.in 2010-01-11 04:36:20.575145752 +0100
-@@ -67,11 +67,11 @@
- # The following must be substituted using @datadir@ and @libdir@
- # to avoid adding RPM generation paths (CUPS STR #1112)
- gsdir = @datadir@/ghostscript
--gsdatadir = $(gsdir)/$(GS_DOT_VERSION)
-+gsdatadir = $(gsdir)
- gssharedir = @libdir@/ghostscript/$(GS_DOT_VERSION)
- gsincludedir = @includedir@/ghostscript/
-
--docdir=$(gsdatadir)/doc
-+docdir=$(gsdir)/doc/ghostscript
- exdir=$(gsdatadir)/examples
- GS_DOCDIR=$(docdir)
-
-@@ -342,8 +342,8 @@
- RM=rm -f
-
- # ------ Dynamic loader options ------- #
--SOC_CFLAGS = @SOC_CFLAGS@
--SOC_LIBS = @SOC_LIBS@
-+SOC_CFLAGS = -I/opt/csw/X11/include @SOC_CFLAGS@
-+SOC_LIBS = -L/opt/csw/X11/lib @SOC_LIBS@
- SOC_LOADER = @SOC_LOADER@
-
-
Deleted: csw/mgar/pkg/ghostscript/branches/libgs8/files/0006-Fix-dynamic-link-flag.patch
===================================================================
--- csw/mgar/pkg/ghostscript/trunk/files/0006-Fix-dynamic-link-flag.patch 2013-04-28 18:23:29 UTC (rev 20894)
+++ csw/mgar/pkg/ghostscript/branches/libgs8/files/0006-Fix-dynamic-link-flag.patch 2013-06-05 10:04:39 UTC (rev 21277)
@@ -1,11 +0,0 @@
---- ghostscript-8.70.orig/base/unix-dll.mak 2008-09-13 22:22:25.000000000 +0200
-+++ ghostscript-8.70/base/unix-dll.mak 2010-01-11 03:00:54.165762459 +0100
-@@ -49,7 +49,7 @@
- GS_SONAME=$(GS_SONAME_BASE).$(GS_SOEXT)
- GS_SONAME_MAJOR=$(GS_SONAME).$(GS_VERSION_MAJOR)
- GS_SONAME_MAJOR_MINOR=$(GS_SONAME).$(GS_VERSION_MAJOR).$(GS_VERSION_MINOR)
--LDFLAGS_SO=-shared -Wl,-soname=$(GS_SONAME_MAJOR)
-+LDFLAGS_SO=-G -h$(GS_SONAME_MAJOR)
-
- # MacOS X
- #GS_SOEXT=dylib
Deleted: csw/mgar/pkg/ghostscript/branches/libgs8/files/0007-Do-not-return-something-in-void-context.patch
===================================================================
--- csw/mgar/pkg/ghostscript/trunk/files/0007-Do-not-return-something-in-void-context.patch 2013-04-28 18:23:29 UTC (rev 20894)
+++ csw/mgar/pkg/ghostscript/branches/libgs8/files/0007-Do-not-return-something-in-void-context.patch 2013-06-05 10:04:39 UTC (rev 21277)
@@ -1,30 +0,0 @@
-From fd8d878d5f1bdb7a49dbdfd220e6c7f3525743e1 Mon Sep 17 00:00:00 2001
-From: Dagobert Michelsen <dam at opencsw.org>
-Date: Tue, 17 May 2011 16:51:09 +0200
-Subject: [PATCH] Do not return something in void context
-
----
- base/gdevdrop.c | 6 ++++--
- 1 files changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/base/gdevdrop.c b/base/gdevdrop.c
-index fc52ebe..50a315b 100644
---- a/base/gdevdrop.c
-+++ b/base/gdevdrop.c
-@@ -408,9 +408,11 @@ pack_planar_from_standard(gx_device_memory * dev, int y, int destx,
- const byte *sp = src;
- int x, plane;
-
-- if (pdepth == 1 && dev->color_info.num_components == 4)
-- return pack_planar_cmyk_1bit_from_standard(dev, y, destx, src, width,
-+ if (pdepth == 1 && dev->color_info.num_components == 4) {
-+ pack_planar_cmyk_1bit_from_standard(dev, y, destx, src, width,
- depth, src_depth);
-+ return;
-+ }
-
- for (plane = 0; plane < dev->num_planes; plane++) {
- byte *dest = scan_line_base(dev, y + plane * dev->height);
---
-1.7.3.2
-
Deleted: csw/mgar/pkg/ghostscript/branches/libgs8/files/0007-libidn-needs-L-opt-csw-lib.patch
===================================================================
--- csw/mgar/pkg/ghostscript/trunk/files/0007-libidn-needs-L-opt-csw-lib.patch 2013-04-28 18:23:29 UTC (rev 20894)
+++ csw/mgar/pkg/ghostscript/branches/libgs8/files/0007-libidn-needs-L-opt-csw-lib.patch 2013-06-05 10:04:39 UTC (rev 21277)
@@ -1,25 +0,0 @@
-From ded20c08df2aee8ab5cc43cbe2287784c7f82162 Mon Sep 17 00:00:00 2001
-From: Maciej Blizinski <maciej at opencsw.org>
-Date: Thu, 2 Feb 2012 14:43:12 +0100
-Subject: [PATCH] libidn needs -L/opt/csw/lib
-
----
- configure | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/configure b/configure
-index 9ccd15d..ecd8317 100755
---- a/configure
-+++ b/configure
-@@ -5116,7 +5116,7 @@ if test "${ac_cv_lib_idn_stringprep+set}" = set; then :
- $as_echo_n "(cached) " >&6
- else
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-lidn $LIBS"
-+LIBS="-L/opt/csw/lib -lidn $LIBS"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
- /* end confdefs.h. */
-
---
-1.7.8.3
-
Deleted: csw/mgar/pkg/ghostscript/branches/libgs8/files/0008-Wrong-place-in-configure.patch
===================================================================
--- csw/mgar/pkg/ghostscript/trunk/files/0008-Wrong-place-in-configure.patch 2013-04-28 18:23:29 UTC (rev 20894)
+++ csw/mgar/pkg/ghostscript/branches/libgs8/files/0008-Wrong-place-in-configure.patch 2013-06-05 10:04:39 UTC (rev 21277)
@@ -1,25 +0,0 @@
-From f44f599849020abd2cbff12de84f36e4087316f6 Mon Sep 17 00:00:00 2001
-From: Maciej Blizinski <maciej at opencsw.org>
-Date: Thu, 2 Feb 2012 14:56:52 +0100
-Subject: [PATCH] Wrong place in configure
-
----
- configure | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/configure b/configure
-index ecd8317..e98175e 100755
---- a/configure
-+++ b/configure
-@@ -5170,7 +5170,7 @@ HAVE_LIBIDN=''
- UTF8DEVS=''
- if test x$with_libidn != xno; then
- HAVE_LIBIDN=-DHAVE_LIBIDN
-- LIBS="$LIBS -lidn"
-+ LIBS="$LIBS -L/opt/csw/lib -lidn"
-
- if test x$found_iconv != xno; then
- UTF8DEVS='$(PSD)utf8.dev'
---
-1.7.8.3
-
Added: csw/mgar/pkg/ghostscript/branches/libgs8/files/LICENSE
===================================================================
--- csw/mgar/pkg/ghostscript/branches/libgs8/files/LICENSE (rev 0)
+++ csw/mgar/pkg/ghostscript/branches/libgs8/files/LICENSE 2013-06-05 10:04:39 UTC (rev 21277)
@@ -0,0 +1,59 @@
+The files in the base, psi, lib, toolbin, examples, doc and man
+directories (folders) and any subdirectories (sub-folders)
+thereof are part of GPL Ghostscript.
+
+The files in the Resource directory and any subdirectories thereof
+are also part of GPL Ghostscript, with the explicit exception of
+the files in the CMap subdirectory (except "Identity-UTF16-H",
+which is part of GPL Ghostscript). The CMap files are copyright
+Adobe Systems Incorporated and covered by a separate, Affero GPL
+compatible license.
+
+The files under the jpegxr directory and any subdirectories
+thereof are distributed under a no cost, open source license
+granted by the ITU/ISO/IEC but it is not Affero GPL
+compatible - see jpegxr/COPYRIGHT.txt for details.
+
+GPL Ghostscript is free software; you can redistribute it and/or
+modify it under the terms the GNU Affero General Public License as
+published by the Free Software Foundation, either version 3
+of the License, or (at your option) any later version.
+
+GPL Ghostscript is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public
+License along with this program so you can know your rights and
+responsibilities. It should be in a file named doc/COPYING. If not,
+write to the Free Software Foundation, Inc., 59 Temple Place Suite
+330, Boston, MA 02111-1307, USA.
+
+---
+
+GPL Ghostscript contains an implementation of techniques covered
+by US Patents 5,055,942 and 5,917,614, and corresponding
+international patents. These patents are licensed for use with
+GPL Ghostscript under the following grant:
+
+Whereas, Raph Levien (hereinafter "Inventor") has obtained patent
+protection for related technology (hereinafter "Patented
+Technology"), Inventor wishes to aid the the GNU free software
+project in achieving its goals, and Inventor also wishes to
+increase public awareness of Patented Technology, Inventor hereby
+grants a fully paid up, nonexclusive, royalty free license to
+practice the patents listed below ("the Patents") if and only if
+practiced in conjunction with software distributed under the
+terms of any version of the GNU Affero General Public License as
+published by the Free Software Foundation, 59 Temple Place, Suite
+330, Boston, MA 02111. Inventor reserves all other rights,
+including without limitation, licensing for software not
+distributed under the GNU Affero General Public License.
+
+5055942 Photographic image reproduction device using digital
+halftoning to screen images allowing adjustable coarseness
+
+5917614 Method and apparatus for error diffusion screening of
+images with improved smoothness in highlight and shadow
+regions
Added: csw/mgar/pkg/ghostscript/branches/libgs8/files/libgs.so.8.71-i386
===================================================================
(Binary files differ)
Property changes on: csw/mgar/pkg/ghostscript/branches/libgs8/files/libgs.so.8.71-i386
___________________________________________________________________
Added: svn:mime-type
+ application/x-sharedlib
Added: csw/mgar/pkg/ghostscript/branches/libgs8/files/libgs.so.8.71-sparc
===================================================================
(Binary files differ)
Property changes on: csw/mgar/pkg/ghostscript/branches/libgs8/files/libgs.so.8.71-sparc
___________________________________________________________________
Added: svn:mime-type
+ application/x-sharedlib
Added: csw/mgar/pkg/ghostscript/branches/libgs8/files/libgs.so.8.71-sparcv8plus+vis2
===================================================================
(Binary files differ)
Property changes on: csw/mgar/pkg/ghostscript/branches/libgs8/files/libgs.so.8.71-sparcv8plus+vis2
___________________________________________________________________
Added: svn:mime-type
+ application/x-sharedlib
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list