FreeBSD Bugzilla – Attachment 104005 Details for
Bug 144111
[UPDATE] Update print/ghostscript8 to 8.71
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ghostscript8.patch
ghostscript8.patch (text/plain), 5.49 KB, created by
Denny Lin
on 2010-02-19 15:30:01 UTC
(
hide
)
Description:
ghostscript8.patch
Filename:
MIME Type:
Creator:
Denny Lin
Created:
2010-02-19 15:30:01 UTC
Size:
5.49 KB
patch
obsolete
>diff -ruN ghostscript8.orig/Makefile ghostscript8/Makefile >--- ghostscript8.orig/Makefile 2010-02-19 23:02:03.555067930 +0800 >+++ ghostscript8/Makefile 2010-02-19 20:04:48.385501602 +0800 >@@ -6,11 +6,10 @@ > # > > PORTNAME= ghostscript8 >-PORTVERSION= 8.70 >-PORTREVISION= 1 >+PORTVERSION= 8.71 > CATEGORIES= print > MASTER_SITES= SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \ >- ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs${PORTVERSION:S/.//}/:gs_srcs \ >+ http://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs${PORTVERSION:S/.//}/:gs_srcs \ > http://www.humblesoft.com/pub/:epag > MASTER_SITE_SUBDIR= ghostscript/:gs_srcs > DISTNAME= ${PORTNAME:S,8$,,}-${PORTVERSION} >@@ -22,12 +21,12 @@ > COMMENT= Ghostscript 8.x PostScript interpreter > > LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ >- png.5:${PORTSDIR}/graphics/png >+ png.5:${PORTSDIR}/graphics/png \ >+ tiff.4:${PORTSDIR}/graphics/tiff > RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME:S,8,,}/fonts/a010013l.pfb:${PORTSDIR}/print/gsfonts > > CONFLICTS= gambc-[0-9]* ghostscript7-[0-9]* ghostscript7-*-[0-9]* > >-USE_BZIP2= yes > USE_GMAKE= yes > WANT_GNOME= yes > USE_LDCONFIG= yes >diff -ruN ghostscript8.orig/distinfo ghostscript8/distinfo >--- ghostscript8.orig/distinfo 2010-02-19 23:02:03.554067297 +0800 >+++ ghostscript8/distinfo 2010-02-19 19:57:01.035845498 +0800 >@@ -1,6 +1,6 @@ >-MD5 (ghostscript/ghostscript-8.70.tar.bz2) = 526366f8cb4fda0d3d293597cc5b984b >-SHA256 (ghostscript/ghostscript-8.70.tar.bz2) = c889f2a3a27a4dbd3519197ffc0170d66f398da6a8252b2ebe0548d250f4acc8 >-SIZE (ghostscript/ghostscript-8.70.tar.bz2) = 17019673 >+MD5 (ghostscript/ghostscript-8.71.tar.gz) = 51a522a5b4818bd3dc7c1c0e9dd22bad >+SHA256 (ghostscript/ghostscript-8.71.tar.gz) = 2a22e61b0172f271ebb270a9f127bde501eb661c67c8b4943eafbad57d855aae >+SIZE (ghostscript/ghostscript-8.71.tar.gz) = 25240801 > MD5 (ghostscript/epag-3.09.tar.gz) = 63304a6afe44842124d2d880bf24dbe3 > SHA256 (ghostscript/epag-3.09.tar.gz) = ad10eca44c781a5851d5a8993dcd95b2e2b99392cbf2c8372a5a658f3b991b3b > SIZE (ghostscript/epag-3.09.tar.gz) = 12858 >diff -ruN ghostscript8.orig/files/patch-base-Makefile.in ghostscript8/files/patch-base-Makefile.in >--- ghostscript8.orig/files/patch-base-Makefile.in 2010-02-19 23:02:03.549066925 +0800 >+++ ghostscript8/files/patch-base-Makefile.in 2010-02-19 20:05:34.109348389 +0800 >@@ -1,6 +1,6 @@ >---- base/Makefile.in.orig 2008-06-22 15:43:28.000000000 +0900 >-+++ base/Makefile.in 2008-11-03 00:09:12.000000000 +0900 >-@@ -46,9 +46,8 @@ >+--- base/Makefile.in.orig 2009-12-18 15:04:10.000000000 +0800 >++++ base/Makefile.in 2010-02-19 20:05:14.749990031 +0800 >+@@ -47,9 +47,8 @@ > # the directories also define the default search path for the > # initialization files (gs_*.ps) and the fonts. > >@@ -12,7 +12,7 @@ > INSTALL_SHARED = @INSTALL_SHARED@ > > prefix = @prefix@ >-@@ -164,7 +163,7 @@ >+@@ -156,7 +155,7 @@ > # some older JPEG streams that violate the standard. If the JPEG > # library built from local sources, the patch will be applied. > >@@ -21,7 +21,7 @@ > JPEG_NAME=jpeg > > # Define the directory where the PNG library sources are stored, >-@@ -172,14 +171,14 @@ >+@@ -164,12 +163,12 @@ > # You may need to change this if the libpng version changes. > # See libpng.mak for more information. > >@@ -30,6 +30,13 @@ > PNGSRCDIR=@LIBPNGDIR@ > LIBPNG_NAME=png > >+ # libtiff >+-SHARE_LIBTIFF=@SHARE_LIBTIFF@ >++SHARE_LIBTIFF=1 >+ TIFFSRCDIR=@LIBTIFFDIR@ >+ TIFFPLATFORM=unix >+ TIFFCONFIG_SUFFIX= >+@@ -178,7 +177,7 @@ > # Define the directory where the zlib sources are stored. > # See zlib.mak for more information. > >@@ -38,7 +45,7 @@ > ZSRCDIR=@ZLIBDIR@ > #ZLIB_NAME=gz > ZLIB_NAME=z >-@@ -250,7 +249,7 @@ >+@@ -254,7 +253,7 @@ > # Define the added flags for standard, debugging, profiling > # and shared object builds. > >@@ -47,7 +54,7 @@ > CFLAGS_DEBUG=-g -O0 > CFLAGS_PROFILE=-pg @OPT_CFLAGS@ > CFLAGS_SO=@DYNAMIC_CFLAGS@ >-@@ -295,7 +294,7 @@ >+@@ -299,7 +298,7 @@ > # Solaris may need -lnsl -lsocket -lposix4. > # (Libraries required by individual drivers are handled automatically.) > >@@ -56,7 +63,7 @@ > > # Define the standard libraries to search at the end of linking. > # Most platforms require -lpthread for the POSIX threads library; >-@@ -339,7 +338,7 @@ >+@@ -343,7 +342,7 @@ > # the pthread library. Otherwise use SYNC=nosync > #SYNC=posync > #SYNC=nosync >@@ -65,7 +72,7 @@ > > # programs we use > RM=rm -f >-@@ -498,6 +497,7 @@ >+@@ -490,6 +489,7 @@ > # ---------------- End of platform-specific section ---------------- # > > INSTALL_CONTRIB=@INSTALL_CONTRIB@ >diff -ruN ghostscript8.orig/pkg-plist ghostscript8/pkg-plist >--- ghostscript8.orig/pkg-plist 2010-02-19 23:02:03.554067297 +0800 >+++ ghostscript8/pkg-plist 2010-02-19 20:42:00.109833039 +0800 >@@ -70,6 +70,7 @@ > %%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-3 > %%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-4 > %%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-5 >+%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-6 > %%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-B5pc > %%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-ETenms-B5 > %%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-H-CID >@@ -286,6 +287,8 @@ > %%DATADIR%%/%%GS_VERSION%%/Resource/ColorSpace/DefaultCMYK > %%DATADIR%%/%%GS_VERSION%%/Resource/ColorSpace/DefaultGray > %%DATADIR%%/%%GS_VERSION%%/Resource/ColorSpace/DefaultRGB >+%%DATADIR%%/%%GS_VERSION%%/Resource/ColorSpace/sGray >+%%DATADIR%%/%%GS_VERSION%%/Resource/ColorSpace/sRGB > %%DATADIR%%/%%GS_VERSION%%/Resource/ColorSpace/TrivialCMYK > %%DATADIR%%/%%GS_VERSION%%/Resource/Decoding/FCO_Dingbats > %%DATADIR%%/%%GS_VERSION%%/Resource/Decoding/FCO_Symbol
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 144111
: 104005