[63671] trunk/dports/print
takanori at macports.org
takanori at macports.org
Thu Feb 11 19:58:30 PST 2010
Revision: 63671
http://trac.macports.org/changeset/63671
Author: takanori at macports.org
Date: 2010-02-11 19:58:27 -0800 (Thu, 11 Feb 2010)
Log Message:
-----------
ghostscript 8.71
Modified Paths:
--------------
trunk/dports/print/ghostscript/Portfile
trunk/dports/print/ghostscript/files/patch-base_unix-dll.mak.diff
trunk/dports/print/ghostscript-fonts-hiragino/Portfile
Modified: trunk/dports/print/ghostscript/Portfile
===================================================================
--- trunk/dports/print/ghostscript/Portfile 2010-02-12 03:54:41 UTC (rev 63670)
+++ trunk/dports/print/ghostscript/Portfile 2010-02-12 03:58:27 UTC (rev 63671)
@@ -3,8 +3,7 @@
PortSystem 1.0
name ghostscript
-version 8.70
-revision 1
+version 8.71
categories print
maintainers takanori openmaintainer
description GPL Ghostscript, An interpreter for PostScript and PDF
@@ -19,7 +18,7 @@
distfiles ${distname}.tar.gz:source \
ghostscript-fonts-other-6.0.tar.gz:fonts
patchfiles patch-base_unix-dll.mak.diff
-checksums ${distname}.tar.gz rmd160 1516246b2a6b41650f2baeac8c7ae0fd88cfe43d \
+checksums ${distname}.tar.gz rmd160 efce74cf22cf99b2b1a145df466e79a86e3dfefb \
ghostscript-fonts-other-6.0.tar.gz rmd160 ab60dbf71e7d91283a106c3df381cadfe173082f
depends_lib port:xorg-libXext \
@@ -45,8 +44,10 @@
reinplace "s|__PREFIX__|${prefix}|" ${worksrcpath}/base/unix-dll.mak
# Ensure that MacPorts perl is used
- foreach f {lib/fixmswrd.pl toolbin/bugsByEngineer.pl toolbin/pscet_status.pl} {
- reinplace "s|#!/usr/bin/perl|#!${prefix}/bin/perl|" ${worksrcpath}/${f}
+ fs-traverse f ${worksrcpath} {
+ if [string match "*.pl" ${f}] {
+ reinplace "s|#!/usr/bin/perl|#!${prefix}/bin/perl|" ${f}
+ }
}
}
@@ -99,12 +100,6 @@
destroot.violate_mtree yes
}
-variant framework description {(removed)} {
- pre-fetch {
- ui_msg "IMPORTANT NOTICE: Support for Ghostscript.framework has been removed. Please use libgs.dylib instead. libgs is now installed by default."
- }
-}
-
livecheck.type regex
livecheck.url http://ghostscript.com/releases/
livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
Modified: trunk/dports/print/ghostscript/files/patch-base_unix-dll.mak.diff
===================================================================
--- trunk/dports/print/ghostscript/files/patch-base_unix-dll.mak.diff 2010-02-12 03:54:41 UTC (rev 63670)
+++ trunk/dports/print/ghostscript/files/patch-base_unix-dll.mak.diff 2010-02-12 03:58:27 UTC (rev 63671)
@@ -1,5 +1,5 @@
---- base/unix-dll.mak.orig 2008-09-14 05:22:25.000000000 +0900
-+++ base/unix-dll.mak 2009-06-29 04:12:35.000000000 +0900
+--- base/unix-dll.mak.orig 2009-10-20 05:24:53.000000000 +0900
++++ base/unix-dll.mak 2010-02-12 12:39:01.000000000 +0900
@@ -45,19 +45,19 @@
GS_SONAME_BASE=lib$(GS)
@@ -24,9 +24,23 @@
+GS_SONAME=$(GS_SONAME_BASE).$(GS_SOEXT)
+GS_SONAME_MAJOR=$(GS_SONAME_BASE).$(GS_VERSION_MAJOR).$(GS_SOEXT)
+GS_SONAME_MAJOR_MINOR=$(GS_SONAME_BASE).$(GS_VERSION_MAJOR).$(GS_VERSION_MINOR).$(GS_SOEXT)
- #LDFLAGS_SO=-dynamiclib -flat-namespace
--#LDFLAGS_SO=-dynamiclib -install-name $(GS_SONAME_MAJOR_MINOR)
+ #LDFLAGS_SO=-dynamiclib -flat_namespace
+-#LDFLAGS_SO=-dynamiclib -install_name $(GS_SONAME_MAJOR_MINOR)
+LDFLAGS_SO=-dynamiclib -install_name __PREFIX__/lib/$(GS_SONAME_MAJOR_MINOR)
- #LDFLAGS_SO=-dynamiclib
+ #LDFLAGS_SO=-dynamiclib -install_name $(FRAMEWORK_NAME)
GS_SO=$(BINDIR)/$(GS_SONAME)
+@@ -80,11 +80,11 @@
+
+ $(GSSOC_XE): $(GS_SO) $(PSSRC)$(SOC_LOADER)
+ $(GLCC) -g -o $(GSSOC_XE) $(PSSRC)dxmainc.c \
+- $(LDFLAGS) -L$(BINDIR) -l$(GS)
++ -L$(BINDIR) -l$(GS)
+
+ $(GSSOX_XE): $(GS_SO) $(PSSRC)$(SOC_LOADER)
+ $(GLCC) -g $(SOC_CFLAGS) -o $(GSSOX_XE) $(PSSRC)$(SOC_LOADER) \
+- $(LDFLAGS) -L$(BINDIR) -l$(GS) $(SOC_LIBS)
++ -L$(BINDIR) -l$(GS) $(SOC_LIBS)
+
+ # ------------------------- Recursive make targets ------------------------- #
+
Modified: trunk/dports/print/ghostscript-fonts-hiragino/Portfile
===================================================================
--- trunk/dports/print/ghostscript-fonts-hiragino/Portfile 2010-02-12 03:54:41 UTC (rev 63670)
+++ trunk/dports/print/ghostscript-fonts-hiragino/Portfile 2010-02-12 03:58:27 UTC (rev 63671)
@@ -3,8 +3,7 @@
PortSystem 1.0
name ghostscript-fonts-hiragino
-version 8.70
-revision 1
+version 8.71
categories print japanese chinese
maintainers takanori openmaintainer
description Hiragino font for ghostscript ${version}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100211/b7f32e29/attachment.html>
More information about the macports-changes
mailing list