[34831] trunk/dports/print/ghostscript

takanori at macports.org takanori at macports.org
Fri Mar 7 17:11:06 PST 2008


Revision: 34831
          http://trac.macosforge.org/projects/macports/changeset/34831
Author:   takanori at macports.org
Date:     2008-03-07 17:11:04 -0800 (Fri, 07 Mar 2008)

Log Message:
-----------
ghostscript 8.62
Ticket: #14562

Modified Paths:
--------------
    trunk/dports/print/ghostscript/Portfile
    trunk/dports/print/ghostscript/files/patch-src_unix-aux.mak.diff

Removed Paths:
-------------
    trunk/dports/print/ghostscript/files/patch-configure.diff

Modified: trunk/dports/print/ghostscript/Portfile
===================================================================
--- trunk/dports/print/ghostscript/Portfile	2008-03-08 00:26:27 UTC (rev 34830)
+++ trunk/dports/print/ghostscript/Portfile	2008-03-08 01:11:04 UTC (rev 34831)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name        ghostscript
-version     8.61
+version     8.62
 homepage    http://www.cs.wisc.edu/~ghost/
 description GPL Ghostscript, An interpreter for PostScript and PDF
 categories  print
@@ -19,12 +19,11 @@
 distfiles   ${distname}.tar.gz:source \
         ghostscript-fonts-std-8.11.tar.gz:fonts \
         ghostscript-fonts-other-6.0.tar.gz:fonts
-patchfiles  patch-configure.diff \
-            patch-src_macos-fw.mak.diff \
+patchfiles  patch-src_macos-fw.mak.diff \
             patch-src_macosx.mak.diff \
             patch-src_unix-aux.mak.diff
 
-checksums   ${distname}.tar.gz md5 aa55ca90b891c1b3b7402a09a2146a87 \
+checksums   ${distname}.tar.gz md5 1dd7f0cc9adbcd9e5d6082067cc43ebb \
         ghostscript-fonts-std-8.11.tar.gz md5 6865682b095f8c4500c54b285ff05ef6 \
         ghostscript-fonts-other-6.0.tar.gz md5 1a643ae62ef166562e4d422b1a601272
 
@@ -40,7 +39,8 @@
 configure.cppflags-append   "-I${worksrcpath}/jasper/src/libjasper/include"
 configure.cppflags-append   "-I${prefix}/include"
         
-configure.args --mandir='\${prefix}/share/man'
+configure.args --disable-compile-inits \
+               --mandir='\${prefix}/share/man'
 
 build.target
 

Deleted: trunk/dports/print/ghostscript/files/patch-configure.diff
===================================================================
--- trunk/dports/print/ghostscript/files/patch-configure.diff	2008-03-08 00:26:27 UTC (rev 34830)
+++ trunk/dports/print/ghostscript/files/patch-configure.diff	2008-03-08 01:11:04 UTC (rev 34831)
@@ -1,11 +0,0 @@
---- configure.orig	2007-11-22 05:16:00.000000000 +0900
-+++ configure	2007-11-24 00:03:39.000000000 +0900
-@@ -7022,7 +7022,7 @@
- fi
- if test $ac_cv_header_fontconfig_fontconfig_h = yes; then
- 
--		    FONTCONFIG_LIBS="-lfontconfg"
-+		    FONTCONFIG_LIBS="-lfontconfig"
- 		    HAVE_FONTCONFIG="-DHAVE_FONTCONFIG"
- 
- fi

Modified: trunk/dports/print/ghostscript/files/patch-src_unix-aux.mak.diff
===================================================================
--- trunk/dports/print/ghostscript/files/patch-src_unix-aux.mak.diff	2008-03-08 00:26:27 UTC (rev 34830)
+++ trunk/dports/print/ghostscript/files/patch-src_unix-aux.mak.diff	2008-03-08 01:11:04 UTC (rev 34831)
@@ -1,11 +1,11 @@
---- src/unix-aux.mak.orig	2007-10-20 09:55:55.000000000 +0900
-+++ src/unix-aux.mak	2007-11-23 18:29:40.000000000 +0900
+--- src/unix-aux.mak.orig	2008-02-29 17:13:08.000000000 +0900
++++ src/unix-aux.mak	2008-03-05 14:53:19.000000000 +0900
 @@ -83,7 +83,7 @@
   $(GLOBJ)gp_stdia.$(OBJ) $(GLOBJ)gsutil.$(OBJ)
  
  $(MKROMFS_XE): $(GLSRC)mkromfs.c $(MKROMFS_COMMON_DEPS) $(MKROMFS_OBJS)
--	$(CCAUX) $(GENOPT) $(CFLAGS_DEBUG) $(I_)$(GLSRCDIR)$(_I) $(I_)$(GLOBJ)$(_I) $(I_)$(ZSRCDIR)$(_I) $(GLSRC)mkromfs.c $(O_)$(MKROMFS_XE) $(MKROMFS_OBJS) -lm $(EXTRALIBS)
-+	$(CCAUX) $(GENOPT) $(CFLAGS_DEBUG) $(I_)$(GLSRCDIR)$(_I) $(I_)$(GLOBJ)$(_I) $(I_)$(ZSRCDIR)$(_I) $(GLSRC)mkromfs.c $(O_)$(MKROMFS_XE) $(MKROMFS_OBJS) -lm $(EXTRALIBS) $(LDFLAGS)
+-	$(CCAUX) $(GENOPT) $(CFLAGS) $(I_)$(GLSRCDIR)$(_I) $(I_)$(GLOBJ)$(_I) $(I_)$(ZSRCDIR)$(_I) $(GLSRC)mkromfs.c $(O_)$(MKROMFS_XE) $(MKROMFS_OBJS) -lm $(EXTRALIBS)
++	$(CCAUX) $(GENOPT) $(CFLAGS) $(I_)$(GLSRCDIR)$(_I) $(I_)$(GLOBJ)$(_I) $(I_)$(ZSRCDIR)$(_I) $(GLSRC)mkromfs.c $(O_)$(MKROMFS_XE) $(MKROMFS_OBJS) -lm $(EXTRALIBS) $(LDFLAGS)
  
  # Query the environment to construct gconfig_.h.
  # The "else true;" is required because Ultrix's implementation of sh -e

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080307/03b2dbc6/attachment.html 


More information about the macports-changes mailing list