FreeBSD Bugzilla – Attachment 9874 Details for
Bug 20038
improving the print/ghostscript6 port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.87 KB, created by
root
on 2000-07-19 17:40:04 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
root
Created:
2000-07-19 17:40:04 UTC
Size:
3.87 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: ...ncvs/ports/print/ghostscript6/Makefile,v >retrieving revision 1.49 >diff -U1 -r1.49 Makefile >--- Makefile 2000/07/04 07:12:49 1.49 >+++ Makefile 2000/07/19 15:19:57 >@@ -29,3 +29,2 @@ > WRKSRC= ${WRKDIR}/gs${PORTVERSION} >-USE_GMAKE= yes > MAKEFILE= src/unix-gcc.mak >cvs diff: Diffing files >cvs diff: Diffing patches >Index: patches/patch-aa >=================================================================== >RCS file: ...ncvs/ports/print/ghostscript6/patches/patch-aa,v >retrieving revision 1.11 >diff -U1 -r1.11 patch-aa >--- patches/patch-aa 2000/03/25 21:02:47 1.11 >+++ patches/patch-aa 2000/07/19 15:12:03 >@@ -1,4 +1,28 @@ >---- src/unix-gcc.mak.orig Sat Mar 18 05:13:40 2000 >-+++ src/unix-gcc.mak Sat Mar 25 21:47:45 2000 >-@@ -52,11 +52,10 @@ >+--- src/unix-gcc.mak Fri Mar 17 23:13:40 2000 >++++ src/unix-gcc.mak Wed Jul 19 10:23:42 2000 >+@@ -26,14 +26,15 @@ >+ # source, generated intermediate file, and object directories >+ # for the graphics library (GL) and the PostScript/PDF interpreter (PS). >+ >+-BINDIR=./bin >+-GLSRCDIR=./src >+-GLGENDIR=./obj >+-GLOBJDIR=./obj >+-PSSRCDIR=./src >+-PSLIBDIR=./lib >+-PSGENDIR=./obj >+-PSOBJDIR=./obj >++.CURDIR?=. >++BINDIR=${.CURDIR}/bin >++GLSRCDIR=${.CURDIR}/src >++GLGENDIR=${.CURDIR}/obj >++GLOBJDIR=${.CURDIR}/obj >++PSSRCDIR=${.CURDIR}/src >++PSLIBDIR=${.CURDIR}/lib >++PSGENDIR=${.CURDIR}/obj >++PSOBJDIR=${.CURDIR}/obj >+ >+ # Do not edit the next group of lines. >+ >+@@ -52,11 +53,10 @@ > # the directories also define the default search path for the >@@ -17,3 +41,20 @@ > scriptdir = $(bindir) >-@@ -153,7 +152,7 @@ >+@@ -128,7 +128,7 @@ >+ # You may need to change this if the IJG library version changes. >+ # See jpeg.mak for more information. >+ >+-JSRCDIR=jpeg >++JSRCDIR=${.CURDIR}/jpeg >+ JVERSION=6 >+ >+ # Choose whether to use a shared version of the IJG JPEG library (-ljpeg). >+@@ -146,14 +147,14 @@ >+ # You may need to change this if the libpng version changes. >+ # See libpng.mak for more information. >+ >+-PSRCDIR=libpng >++PSRCDIR=${PREFIX}/include >+ PVERSION=10005 >+ >+ # Choose whether to use a shared version of the PNG library, and if so, > # what its name is. >@@ -26,3 +67,3 @@ > # Define the directory where the zlib sources are stored. >-@@ -165,7 +164,7 @@ >+@@ -165,7 +165,7 @@ > # what its name is (usually libz, but sometimes libgz). >@@ -35,3 +76,3 @@ > >-@@ -180,7 +179,7 @@ >+@@ -180,7 +180,7 @@ > >@@ -40,3 +81,3 @@ > -CC=gcc >-+CC=cc >++CC?=cc > >@@ -44,3 +85,3 @@ > # Normally this is the same as the C compiler. >-@@ -213,7 +212,7 @@ >+@@ -213,7 +213,7 @@ > # gcc to accept ANSI-style function prototypes and function definitions. >@@ -53,3 +94,3 @@ > # SunOS 4.n may need -Bstatic. >-@@ -222,7 +221,7 @@ >+@@ -222,7 +222,7 @@ > # -R /usr/local/xxx/lib:/usr/local/lib >@@ -62,3 +103,3 @@ > >-@@ -242,7 +241,7 @@ >+@@ -242,7 +242,7 @@ > # All reasonable platforms require -lm, but Rhapsody and perhaps one or >@@ -71,3 +112,3 @@ > # This can be null if handled in some other way (e.g., the files are >-@@ -252,7 +251,7 @@ >+@@ -252,7 +252,7 @@ > # Note that x_.h expects to find the header files in $(XINCLUDE)/X11, >@@ -80,3 +121,3 @@ > # XLIBDIRS is for ld and should include -L; XLIBDIR is for LD_RUN_PATH >-@@ -264,12 +263,12 @@ >+@@ -264,12 +264,12 @@ > # Solaris and other SVR4 systems with dynamic linking probably want >@@ -96,3 +137,3 @@ > # FPU_TYPE=2 means floating point is faster than fixed point. >-@@ -327,7 +326,7 @@ >+@@ -327,7 +327,7 @@ > # Choose the device(s) to include. See devs.mak for details, >@@ -105,3 +146,3 @@ > #DEVICE_DEVS2= >-@@ -345,27 +344,27 @@ >+@@ -345,27 +345,27 @@ > #DEVICE_DEVS14= >@@ -154,3 +195,3 @@ > >-@@ -379,13 +378,13 @@ >+@@ -379,13 +379,13 @@ > # detect whether we're running a version of gcc with the const optimization >@@ -171,3 +212,3 @@ > CC_LEAF_PG=$(CC_) >-@@ -412,5 +411,5 @@ >+@@ -412,5 +412,5 @@ > include $(GLSRCDIR)/unixinst.mak >cvs diff: Diffing pkg >cvs diff: Diffing scripts
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 20038
:
9872
|
9873
| 9874