summaryrefslogtreecommitdiff
path: root/print/ghostscript-gpl/files
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1997-08-24 14:36:26 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1997-08-24 14:36:26 +0000
commit1b2a4de7cfedc8d7c1d5aae6a4ca95d299f78995 (patch)
tree715dc38bae702675a90f3d5e27a00073de956746 /print/ghostscript-gpl/files
parentUpgrade, 1.1 -> 1.1c. (diff)
Upgrade to ghostscript 5.03
Makefile: - Changed WRKSRC - New GS_SOURCES - Make symbolic link from jpeg-6a and libpng port's workdir into WRKSRC, instead of patching unix-gcc.mak further: ln -s ${PORTSDIR}/graphics/jpeg/work/jpeg-6a ${WRKSRC}/jpeg-6a ln -s ${PORTSDIR}/graphics/png/work/libpng-0.96 ${WRKSRC}/libpng - updated md5 files patches/patch-aa: - new unified diff because some of the above mentioned changes - Only commented out the default DEVICE_DEVS - make our zlib compile again pkg/DESCR: - bumped version number pkg/PLIST: - updated PLIST - added proper @dirrm's for a successfull pkg_delete action scripts/configure: - added new drivers "la70t" "DEC LA70 printer with low resol. text enhancement" ON \ "lq850" "EPSON LQ-850 (360x360), ok for Canon BJ300 in LQ850 emul" ON \ - rmoved one unnecessary "pdfwrite" - same for scripts/configure.batch As requested by: Lars Koeller ;-)
Notes
Notes: svn path=/head/; revision=7667
Diffstat (limited to 'print/ghostscript-gpl/files')
-rw-r--r--print/ghostscript-gpl/files/patch-aa112
1 files changed, 43 insertions, 69 deletions
diff --git a/print/ghostscript-gpl/files/patch-aa b/print/ghostscript-gpl/files/patch-aa
index 7fec6a2e9143..9a32f8c0ed18 100644
--- a/print/ghostscript-gpl/files/patch-aa
+++ b/print/ghostscript-gpl/files/patch-aa
@@ -1,34 +1,11 @@
---- unix-gcc.mak.orig Sat Jun 7 03:40:37 1997
-+++ unix-gcc.mak Sat Jun 14 10:50:37 1997
-@@ -1,3 +1,9 @@
-+# FreeBSD ports collection - Porters note:
-+# the device(s) we include are now completely controlled
-+# be the two scripts configure and configure.batch.
-+# A detailled list of supported devices see: devs.mak
-+# Andreas ///
-+
+--- unix-gcc.mak.orig Sat Aug 9 20:27:58 1997
++++ unix-gcc.mak Sun Aug 24 15:44:56 1997
+@@ -1,3 +1,4 @@
++DEVICE_DEVS=x11.dev x11alpha.dev x11cmyk.dev x11gray2.dev x11mono.dev sxlcrt.dev ap3250.dev appledmp.dev bj10e.dev bj200.dev bjc600.dev bjc800.dev ccr.dev cdeskjet.dev cdjcolor.dev cdjmono.dev cdj500.dev cdj550.dev cdj850.dev cp50.dev declj250.dev deskjet.dev djet500.dev djet500c.dev dnj650c.dev epson.dev eps9mid.dev eps9high.dev epsonc.dev ibmpro.dev imagen.dev iwhi.dev iwlo.dev iwlq.dev jetp3852.dev laserjet.dev la50.dev la70.dev la75.dev la75plus.dev lbp8.dev lips3.dev ln03.dev lj250.dev ljet2p.dev ljet3.dev ljet3d.dev ljet4.dev lj4dith.dev ljetplus.dev lj5mono.dev lj5gray.dev lp2563.dev lp8000.dev m8510.dev necp6.dev oce9050.dev oki182.dev okiibm.dev paintjet.dev pj.dev pjetxl.dev pjxl.dev pjxl300.dev pxlmono.dev pxlcolor.dev r4081.dev sj48.dev st800.dev stcolor.dev t4693d2.dev t4693d4.dev t4693d8.dev tek4696.dev uniprint.dev xes.dev dfaxhigh.dev dfaxlow.dev faxg3.dev faxg32d.dev faxg4.dev tiffcrle.dev tiffg3.dev tiffg32d.dev tiffg4.dev epswrite.dev pdfwrite.dev pswrite.dev pxlmono.dev pxlcolor.dev bit.dev bitrgb.dev bitcmyk.dev bmpmono.dev bmp16.dev bmp256.dev bmp16m.dev cgmmono.dev cgm8.dev cgm24.dev cif.dev jpeg.dev jpeggray.dev miff24.dev mgrmono.dev mgrgray2.dev mgrgray4.dev mgrgray8.dev mgr4.dev mgr8.dev pdfwrite.dev pcxmono.dev pcxgray.dev pcx16.dev pcx256.dev pcx24b.dev pcxcmyk.dev pbm.dev pbmraw.dev pgm.dev pgmraw.dev pgnm.dev pgnmraw.dev pnm.dev pnmraw.dev ppm.dev ppmraw.dev pkm.dev pkmraw.dev pngmono.dev pnggray.dev png16.dev png256.dev png16m.dev psmono.dev psgray.dev sgirgb.dev tiff12nc.dev tiff24nc.dev tifflzw.dev tiffpack.dev
# Copyright (C) 1997 Aladdin Enterprises. All rights reserved.
#
# This file is part of Aladdin Ghostscript.
-@@ -126,7 +132,7 @@
- # You may need to change this if the IJG library version changes.
- # See jpeg.mak for more information.
-
--JSRCDIR=jpeg-6a
-+JSRCDIR=${PORTSDIR}/graphics/jpeg/work/jpeg-6a
- JVERSION=6
-
- # Define the directory where the PNG library sources are stored,
-@@ -134,7 +140,7 @@
- # You may need to change this if the libpng version changes.
- # See libpng.mak for more information.
-
--PSRCDIR=libpng
-+PSRCDIR=${PORTSDIR}/graphics/png/work/libpng-0.96
- PVERSION=89
-
- # Choose whether to use a shared version of the PNG library, and if so,
-@@ -147,7 +153,7 @@
+@@ -150,7 +151,7 @@
# Define the directory where the zlib sources are stored.
# See zlib.mak for more information.
@@ -37,7 +14,7 @@
# Choose whether to use a shared version of the zlib library, and if so,
# what its name is (usually libz, but sometimes libgz).
-@@ -172,7 +178,7 @@
+@@ -175,7 +176,7 @@
# Define the name of the C compiler.
@@ -46,7 +23,7 @@
# Define the name of the linker for the final link step.
# Normally this is the same as the C compiler.
-@@ -214,7 +220,7 @@
+@@ -217,7 +218,7 @@
# SVR4 may need -lnsl.
# (Libraries required by individual drivers are handled automatically.)
@@ -55,7 +32,7 @@
# Define the include switch(es) for the X11 header files.
# This can be null if handled in some other way (e.g., the files are
-@@ -224,7 +230,7 @@
+@@ -227,7 +228,7 @@
# Note that x_.h expects to find the header files in $(XINCLUDE)/X11,
# not in $(XINCLUDE).
@@ -64,7 +41,7 @@
# Define the directory/ies and library names for the X11 library files.
# XLIBDIRS is for ld and should include -L; XLIBDIR is for LD_RUN_PATH
-@@ -236,7 +242,7 @@
+@@ -242,7 +243,7 @@
#XLIBS=Xt SM ICE Xext X11
#XLIBDIRS=-L/usr/local/X/lib
@@ -73,18 +50,16 @@
XLIBDIR=
XLIBS=Xt Xext X11
-@@ -278,25 +284,6 @@
+@@ -286,22 +287,22 @@
- FILE_IMPLEMENTATION=stdio
+ # Choose the device(s) to include. See devs.mak for details.
--# Choose the device(s) to include. See devs.mak for details.
--
-DEVICE_DEVS=x11.dev x11alpha.dev x11cmyk.dev x11gray2.dev x11mono.dev
-DEVICE_DEVS1=
-DEVICE_DEVS2=
-DEVICE_DEVS3=deskjet.dev djet500.dev laserjet.dev ljetplus.dev ljet2p.dev ljet3.dev ljet4.dev
-DEVICE_DEVS4=cdeskjet.dev cdjcolor.dev cdjmono.dev cdj550.dev pj.dev pjxl.dev pjxl300.dev
--DEVICE_DEVS5=
+-DEVICE_DEVS5=uniprint.dev
-DEVICE_DEVS6=bj10e.dev bj200.dev bjc600.dev bjc800.dev
-DEVICE_DEVS7=faxg3.dev faxg32d.dev faxg4.dev
-DEVICE_DEVS8=pcxmono.dev pcxgray.dev pcx16.dev pcx256.dev pcx24b.dev pcxcmyk.dev
@@ -95,38 +70,37 @@
-DEVICE_DEVS13=pngmono.dev pnggray.dev png16.dev png256.dev png16m.dev
-DEVICE_DEVS14=jpeg.dev jpeggray.dev
-DEVICE_DEVS15=pdfwrite.dev pswrite.dev epswrite.dev pxlmono.dev pxlcolor.dev
--
++#DEVICE_DEVS=x11.dev x11alpha.dev x11cmyk.dev x11gray2.dev x11mono.dev
++#DEVICE_DEVS1=
++#DEVICE_DEVS2=
++#DEVICE_DEVS3=deskjet.dev djet500.dev laserjet.dev ljetplus.dev ljet2p.dev ljet3.dev ljet4.dev
++#DEVICE_DEVS4=cdeskjet.dev cdjcolor.dev cdjmono.dev cdj550.dev pj.dev pjxl.dev pjxl300.dev
++#DEVICE_DEVS5=uniprint.dev
++#DEVICE_DEVS6=bj10e.dev bj200.dev bjc600.dev bjc800.dev
++#DEVICE_DEVS7=faxg3.dev faxg32d.dev faxg4.dev
++#DEVICE_DEVS8=pcxmono.dev pcxgray.dev pcx16.dev pcx256.dev pcx24b.dev pcxcmyk.dev
++#DEVICE_DEVS9=pbm.dev pbmraw.dev pgm.dev pgmraw.dev pgnm.dev pgnmraw.dev pnm.dev pnmraw.dev ppm.dev ppmraw.dev
++#DEVICE_DEVS10=tiffcrle.dev tiffg3.dev tiffg32d.dev tiffg4.dev tifflzw.dev tiffpack.dev
++#DEVICE_DEVS11=tiff12nc.dev tiff24nc.dev
++#DEVICE_DEVS12=psmono.dev psgray.dev bit.dev bitrgb.dev bitcmyk.dev
++#DEVICE_DEVS13=pngmono.dev pnggray.dev png16.dev png256.dev png16m.dev
++#DEVICE_DEVS14=jpeg.dev jpeggray.dev
++#DEVICE_DEVS15=pdfwrite.dev pswrite.dev epswrite.dev pxlmono.dev pxlcolor.dev
+
# ---------------------------- End of options --------------------------- #
- # Define the name of the partial makefile that specifies options --
-@@ -3204,7 +3191,7 @@
-
- # JSRCDIR is defined in the platform-specific makefile, not here,
- # as the directory where the IJG library sources are stored.
--#JSRCDIR=jpeg-6a
-+#JSRCDIR=${PORTSDIR}/graphics/jpeg/work/jpeg-6a
- # JVERSION is defined in the platform-specific makefile, not here,
- # as the IJG library major version number (currently "5" or "6").
- #JVERSION=6
-@@ -3551,7 +3538,7 @@
-
- # PSRCDIR is defined in the platform-specific makefile, not here,
- # as the directory where the PNG library sources are stored.
--#PSRCDIR=libpng
-+#PSRCDIR=${PORTSDIR}/graphics/png/work/libpng-0.89c
- # PVERSION is defined in the platform-specific makefile, not here,
- # as the libpng version number ("88", "89", "90", or "95").
- #PVERSION=95
-@@ -3655,7 +3642,7 @@
-
- # ZSRCDIR is defined in the platform-specific makefile, not here,
- # as the directory where the zlib sources are stored.
--#ZSRCDIR=zlib
-+#ZSRCDIR=.
- ZSRC=$(ZSRCDIR)$(D)
- # We would like to define
- #CCCZ=$(CCC) -I$(ZSRCDIR) -Dverbose=-1
-@@ -3704,7 +3691,7 @@
+@@ -3629,8 +3630,8 @@
+ libpng95.dev: $(LIBPNG_MAK) $(ECHOGS_XE) pngwio.$(OBJ) crc32.dev
+ $(SETMOD) libpng95 pngwio.$(OBJ) -include crc32
+
+-libpng96.dev: $(LIBPNG_MAK) $(ECHOGS_XE) pngwio.$(OBJ) crc32.dev
+- $(SETMOD) libpng96 pngwio.$(OBJ) -include crc32
++libpng96.dev: $(LIBPNG_MAK) $(ECHOGS_XE) pngwio.$(OBJ)
++ $(SETMOD) libpng96 pngwio.$(OBJ)
+ # Copyright (C) 1995, 1996, 1997 Aladdin Enterprises. All rights reserved.
+ #
+ # This file is part of Aladdin Ghostscript.
+@@ -3711,7 +3712,7 @@
zlibe_1.dev: $(MAKEFILE) $(ZLIB_MAK) $(ECHOGS_XE)
$(SETMOD) zlibe_1 -lib $(ZLIB_NAME)
@@ -135,7 +109,7 @@
zlibe_0.dev: $(ZLIB_MAK) $(ECHOGS_XE) zlibc.dev $(zlibe_)
$(SETMOD) zlibe_0 $(zlibe_)
$(ADDMOD) zlibe_0 -include zlibc
-@@ -3751,11 +3738,11 @@
+@@ -3758,11 +3759,11 @@
zlibd1_=infblock.$(OBJ) infcodes.$(OBJ) inffast.$(OBJ)
zlibd2_=inflate.$(OBJ) inftrees.$(OBJ) infutil.$(OBJ)
@@ -152,7 +126,7 @@
infblock.$(OBJ): $(ZSRC)infblock.c $(ZDEP) zutil.h
$(CP_) $(ZSRC)infblock.c .
-@@ -4522,8 +4509,13 @@
+@@ -4537,8 +4538,13 @@
cdeskjet_=gdevcdj.$(OBJ) $(HPPCL)