diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2008-11-02 15:42:29 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2008-11-02 15:42:29 +0000 |
commit | 1e51e1aaf7304662d71a40418b7de89984f9515f (patch) | |
tree | 446117b2897417ed00255e82009a935407391c94 /print/ghostscript8 | |
parent | 867964eda1bf65938dd0cb00561150616512e010 (diff) | |
download | ports-1e51e1aaf7304662d71a40418b7de89984f9515f.tar.gz ports-1e51e1aaf7304662d71a40418b7de89984f9515f.zip |
Notes
Diffstat (limited to 'print/ghostscript8')
-rw-r--r-- | print/ghostscript8/Makefile | 5 | ||||
-rw-r--r-- | print/ghostscript8/distinfo | 6 | ||||
-rw-r--r-- | print/ghostscript8/files/patch-src-Makefile.in | 20 | ||||
-rw-r--r-- | print/ghostscript8/pkg-plist | 1 |
4 files changed, 13 insertions, 19 deletions
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 34d263c30426..cc10e948ecc6 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -6,8 +6,8 @@ # PORTNAME= ghostscript8 -PORTVERSION= 8.62 -PORTREVISION= 5 +PORTVERSION= 8.63 +PORTREVISION= 0 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:gs_srcs/} \ ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs${PORTVERSION:S/.//}/:gs_srcs \ @@ -153,7 +153,6 @@ CONFIGURE_ARGS+=--without-x CONFLICTS+= ghostscript8-[0-9]* .endif - .if defined(WITHOUT_ICONV) . undef WITH_GS_oprp . undef WITH_GS_opvp diff --git a/print/ghostscript8/distinfo b/print/ghostscript8/distinfo index ee8473d585d4..035156b42a5c 100644 --- a/print/ghostscript8/distinfo +++ b/print/ghostscript8/distinfo @@ -1,6 +1,6 @@ -MD5 (ghostscript/ghostscript-8.62.tar.bz2) = 40d673a3c6e11d2bf14f972b84551104 -SHA256 (ghostscript/ghostscript-8.62.tar.bz2) = 09671c76237c7b1df905697d30278a4f2cb9da238f9659f8fd1e8b2ae43ace4d -SIZE (ghostscript/ghostscript-8.62.tar.bz2) = 15063641 +MD5 (ghostscript/ghostscript-8.63.tar.bz2) = c770eedfdd846a53e211e3ba5339de21 +SHA256 (ghostscript/ghostscript-8.63.tar.bz2) = 0801ec174fa8ee67679c9ae42af547f5cbc2cc98faab6268187f69c22b86b0a1 +SIZE (ghostscript/ghostscript-8.63.tar.bz2) = 15017410 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 --git a/print/ghostscript8/files/patch-src-Makefile.in b/print/ghostscript8/files/patch-src-Makefile.in index a3347e639562..4ec059a62f3e 100644 --- a/print/ghostscript8/files/patch-src-Makefile.in +++ b/print/ghostscript8/files/patch-src-Makefile.in @@ -1,5 +1,5 @@ ---- src/Makefile.in.orig 2008-02-29 17:13:08.000000000 +0900 -+++ src/Makefile.in 2008-03-05 00:25:31.000000000 +0900 +--- src/Makefile.in.orig 2008-06-22 15:43:28.000000000 +0900 ++++ src/Makefile.in 2008-11-03 00:09:12.000000000 +0900 @@ -46,9 +46,8 @@ # the directories also define the default search path for the # initialization files (gs_*.ps) and the fonts. @@ -44,7 +44,7 @@ -CFLAGS_STANDARD=@OPT_CFLAGS@ +CFLAGS_STANDARD?=@OPT_CFLAGS@ - CFLAGS_DEBUG=-g -O + CFLAGS_DEBUG=-g -O0 CFLAGS_PROFILE=-pg @OPT_CFLAGS@ CFLAGS_SO=@DYNAMIC_CFLAGS@ @@ -295,7 +294,7 @@ @@ -56,17 +56,13 @@ # Define the standard libraries to search at the end of linking. # Most platforms require -lpthread for the POSIX threads library; -@@ -340,10 +339,10 @@ - - # If POSIX sync primitives are used, also change the STDLIBS to include - # the pthread library. --#SYNC=posync +@@ -339,7 +338,7 @@ + # the pthread library. Otherwise use SYNC=nosync + #SYNC=posync + #SYNC=nosync +-SYNC=@SYNC@ +SYNC=posync - # Default is No sync primitives since some platforms don't have it (HP-UX) --SYNC=nosync -+#SYNC=nosync - # programs we use RM=rm -f @@ -498,6 +497,7 @@ diff --git a/print/ghostscript8/pkg-plist b/print/ghostscript8/pkg-plist index 5ea60c2d2d08..8d6c15126b50 100644 --- a/print/ghostscript8/pkg-plist +++ b/print/ghostscript8/pkg-plist @@ -369,7 +369,6 @@ lib/libgs.so.%%GS_VERSION%% %%DATADIR%%/%%GS_VERSION%%/doc/Readme.htm %%DATADIR%%/%%GS_VERSION%%/doc/Release.htm %%DATADIR%%/%%GS_VERSION%%/doc/Source.htm -%%DATADIR%%/%%GS_VERSION%%/doc/Testing.htm %%DATADIR%%/%%GS_VERSION%%/doc/Unix-lpr.htm %%DATADIR%%/%%GS_VERSION%%/doc/Use.htm %%DATADIR%%/%%GS_VERSION%%/doc/Xfonts.htm |