[110935] trunk/dports/print
takanori at macports.org
takanori at macports.org
Tue Sep 10 09:39:07 PDT 2013
Revision: 110935
https://trac.macports.org/changeset/110935
Author: takanori at macports.org
Date: 2013-09-10 09:39:07 -0700 (Tue, 10 Sep 2013)
Log Message:
-----------
ghostscript: version 9.10
Modified Paths:
--------------
trunk/dports/print/ghostscript/Portfile
trunk/dports/print/ghostscript/files/patch-base_stdpre.h.diff
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 2013-09-10 15:08:37 UTC (rev 110934)
+++ trunk/dports/print/ghostscript/Portfile 2013-09-10 16:39:07 UTC (rev 110935)
@@ -4,10 +4,9 @@
PortGroup muniversal 1.0
name ghostscript
-version 9.06
-revision 3
+version 9.10
categories print
-license GPL-3+
+license AGPL-3
maintainers takanori openmaintainer
description GPL Ghostscript, An interpreter for PostScript and PDF
long_description \
@@ -28,9 +27,9 @@
patch-base_stdpre.h.diff
checksums ${distname}.tar.gz \
- md5 153ddb0622cb155d2f600146f1e28d84 \
- sha1 a3de8ccb877ee9b7437a598196eb6afa11bf31dc \
- rmd160 5a51a07d9ea00ef1f29684a1b5f2c889976b7712 \
+ md5 5f0c0a2670b08466a4050ddbd1f3de63 \
+ sha1 29d6538ae77565c09f399b06455e94e7bcd83d01 \
+ rmd160 b04fb3adeb207dfcba2dc1db99a8ef6e11d0e211 \
ghostscript-fonts-other-6.0.tar.gz \
md5 1a643ae62ef166562e4d422b1a601272 \
sha1 da62dfcb9c10d96743c7e30c1eebe7166489798c \
@@ -49,7 +48,6 @@
port:freetype \
port:jbig2dec \
port:jpeg \
- port:lcms2 \
port:libiconv \
port:libidn \
port:libpaper \
@@ -59,16 +57,19 @@
port:xorg-libXext \
port:xorg-libXt \
port:zlib
+# port:lcms2
# port:ijs
depends_build port:pkgconfig
post-extract {
- foreach d {freetype jbig2dec jpeg lcms2 libpng tiff zlib} {
+# MacPorts's lcms2 is 2.4 and it doesn't support cmsPluginTHR() yet.
+# foreach d {freetype jbig2dec jpeg lcms2 libpng tiff zlib}
+ foreach d {freetype jbig2dec jpeg libpng tiff zlib} {
move "${worksrcpath}/${d}" "${worksrcpath}/${d}_local"
}
- move ${workpath}/MappingOther/Adobe-CNS1-ETen-B5 ${workpath}/MappingOther/Adobe-CNS1-ETenms-B5
+ #move ${workpath}/MappingOther/Adobe-CNS1-ETen-B5 ${workpath}/MappingOther/Adobe-CNS1-ETenms-B5
eval copy -force [glob ${workpath}/ToUnicode/*] ${worksrcpath}/Resource/CMap
eval copy -force [glob ${workpath}/MappingOther/*] ${worksrcpath}/Resource/CMap
}
Modified: trunk/dports/print/ghostscript/files/patch-base_stdpre.h.diff
===================================================================
--- trunk/dports/print/ghostscript/files/patch-base_stdpre.h.diff 2013-09-10 15:08:37 UTC (rev 110934)
+++ trunk/dports/print/ghostscript/files/patch-base_stdpre.h.diff 2013-09-10 16:39:07 UTC (rev 110935)
@@ -1,12 +1,11 @@
---- base/stdpre.h.orig 2012-08-08 17:01:36.000000000 +0900
-+++ base/stdpre.h 2012-09-06 08:22:07.000000000 +0900
-@@ -19,9 +19,6 @@
- #ifndef stdpre_INCLUDED
+--- base/stdpre.h.orig 2013-08-30 19:37:28.000000000 +0900
++++ base/stdpre.h 2013-09-10 14:14:00.000000000 +0900
+@@ -20,7 +20,7 @@
# define stdpre_INCLUDED
--/* Ghostscript uses transitional LFS functions. */
+ /* Ghostscript uses transitional LFS functions. */
-#define _LARGEFILE64_SOURCE 1
--
- /*
- * Here we deal with the vagaries of various C compilers. We assume that:
- * ANSI-standard Unix compilers define __STDC__.
++/* #define _LARGEFILE64_SOURCE 1 */
+
+ #ifndef _FILE_OFFSET_BITS
+ #define _FILE_OFFSET_BITS 64
Modified: trunk/dports/print/ghostscript/files/patch-base_unix-dll.mak.diff
===================================================================
--- trunk/dports/print/ghostscript/files/patch-base_unix-dll.mak.diff 2013-09-10 15:08:37 UTC (rev 110934)
+++ trunk/dports/print/ghostscript/files/patch-base_unix-dll.mak.diff 2013-09-10 16:39:07 UTC (rev 110935)
@@ -1,6 +1,6 @@
---- base/unix-dll.mak.orig 2012-08-08 17:01:36.000000000 +0900
-+++ base/unix-dll.mak 2012-09-06 08:22:07.000000000 +0900
-@@ -59,12 +59,12 @@
+--- base/unix-dll.mak.orig 2013-08-30 19:37:28.000000000 +0900
++++ base/unix-dll.mak 2013-09-10 14:06:01.000000000 +0900
+@@ -64,12 +64,12 @@
# MacOS X
@@ -13,8 +13,8 @@
+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_MAC=-dynamiclib -install_name $(GS_SONAME_MAJOR_MINOR)
-+LDFLAGS_SO_MAC=-dynamiclib -install_name __PREFIX__/lib/$(GS_SONAME_MAJOR_MINOR)
+-#LDFLAGS_SO_MAC=-dynamiclib -install_name $(GS_SONAME_MAJOR_MINOR)
++LDFLAGS_SO=-dynamiclib -install_name __PREFIX__/lib/$(GS_SONAME_MAJOR_MINOR)
#LDFLAGS_SO=-dynamiclib -install_name $(FRAMEWORK_NAME)
GS_SO=$(BINDIR)/$(GS_SONAME)
Modified: trunk/dports/print/ghostscript-fonts-hiragino/Portfile
===================================================================
--- trunk/dports/print/ghostscript-fonts-hiragino/Portfile 2013-09-10 15:08:37 UTC (rev 110934)
+++ trunk/dports/print/ghostscript-fonts-hiragino/Portfile 2013-09-10 16:39:07 UTC (rev 110935)
@@ -3,7 +3,7 @@
PortSystem 1.0
name ghostscript-fonts-hiragino
-version 9.06
+version 9.10
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/20130910/81e7c027/attachment.html>
More information about the macports-changes
mailing list