diff options
author | chuck <chuck@pkgsrc.org> | 2008-11-13 17:36:54 +0000 |
---|---|---|
committer | chuck <chuck@pkgsrc.org> | 2008-11-13 17:36:54 +0000 |
commit | bf75939ff981da358354ddbcc1576324fdb36fc8 (patch) | |
tree | ad51e74221cf29bd8e47e521496588fa21558dd8 /print | |
parent | 2e19e9382e97c52812bb5e2875454b7aedc84329 (diff) | |
download | pkgsrc-bf75939ff981da358354ddbcc1576324fdb36fc8.tar.gz |
ghostscript has hand-rolled shared lib handling in src/unix-dll.mak
that does not do the right thing on Darwin (where shared libs are
created with different linking flags and use dylib rather than so
as an extension).
you need to manually reconfigure unix-dll.mak to make it work, so
do it in hacks.mk.
XXX: this still leaves the issue of libgs.so (et al.) being hardwired
in PLIST, instead of using libgs.dylib (et al.). i'm not sure of
the best way to fix that. at least it compiles now....
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript/Makefile | 6 | ||||
-rw-r--r-- | print/ghostscript/distinfo | 4 | ||||
-rw-r--r-- | print/ghostscript/hacks.mk | 13 | ||||
-rw-r--r-- | print/ghostscript/patches/patch-af | 26 |
4 files changed, 41 insertions, 8 deletions
diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile index 4021c7c2d4c..c7af28c5497 100644 --- a/print/ghostscript/Makefile +++ b/print/ghostscript/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2008/09/05 15:50:03 tron Exp $ +# $NetBSD: Makefile,v 1.53 2008/11/13 17:36:54 chuck Exp $ DISTNAME= ghostscript-8.63 PKGREVISION= 1 @@ -54,6 +54,10 @@ CONFIGURE_ENV+= ac_cv_func_fopen64=no CFLAGS+= -fPIC .endif +###.if ${OPSYS} == "Darwin" +###MAKEFLAGS= "LDFLAGS_SO=-dynamiclib" +###.endif + # Interim IRIX build fix, the real problem is that fontconfig.pc doesn't # require linking against libiconv when it should do so. .if ${OPSYS} == "IRIX" diff --git a/print/ghostscript/distinfo b/print/ghostscript/distinfo index 3d00e2111e0..6d8d8d42192 100644 --- a/print/ghostscript/distinfo +++ b/print/ghostscript/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.17 2008/09/03 21:31:12 markd Exp $ +$NetBSD: distinfo,v 1.18 2008/11/13 17:36:54 chuck Exp $ SHA1 (ghostscript-8.63.tar.bz2) = c97159d3cccb0b1b5fc409715c6321a7256717ec RMD160 (ghostscript-8.63.tar.bz2) = 817d5c1539d88be979c42f67a9246f690328da33 @@ -6,4 +6,4 @@ Size (ghostscript-8.63.tar.bz2) = 15017410 bytes SHA1 (patch-ab) = 2477242c4c5f6b6feaaa217deb1aa37485f2fac5 SHA1 (patch-ad) = 8b3b743b2d6405ea35bfb16970942ecd55702401 SHA1 (patch-ae) = df329ac87f9ed97b76f0a7fff738050e8c35794a -SHA1 (patch-af) = 03c517d7af0546aef8688e8c153f155be9f913f0 +SHA1 (patch-af) = 41c4ad8c2a096485ea3fe730ef38423506308bed diff --git a/print/ghostscript/hacks.mk b/print/ghostscript/hacks.mk index c789f930866..91ffe356c24 100644 --- a/print/ghostscript/hacks.mk +++ b/print/ghostscript/hacks.mk @@ -1,4 +1,4 @@ -# $NetBSD: hacks.mk,v 1.1 2007/01/09 21:03:02 tv Exp $ +# $NetBSD: hacks.mk,v 1.2 2008/11/13 17:36:54 chuck Exp $ ### [Tue Jan 9 15:57:05 EST 2007 : tv] ### Interix has u_int64_t, but not uint64_t @@ -9,3 +9,14 @@ PKG_HACKS+= interix-uint64_t CPPFLAGS.Interix+= -Duint64_t=u_int64_t .endif + +### [ Thu Nov 13 12:30:45 EST 2008 : chuck] +### gs has hand-rolled shared lib handling that doesn't do the right +### thing on Darwin by default, you need to reconfigure unix-dll.mak +### to make it work. +.if ${OPSYS} == "Darwin" +post-patch: + ${SED} -e 's/^#Darwin#//' ${WRKSRC}/src/unix-dll.mak > \ + ${WRKSRC}/src/unix-darwin.mak + ${MV} ${WRKSRC}/src/unix-darwin.mak ${WRKSRC}/src/unix-dll.mak +.endif diff --git a/print/ghostscript/patches/patch-af b/print/ghostscript/patches/patch-af index 80c42c4bd60..71a3271eb6c 100644 --- a/print/ghostscript/patches/patch-af +++ b/print/ghostscript/patches/patch-af @@ -1,8 +1,26 @@ -$NetBSD: patch-af,v 1.3 2008/09/03 21:31:12 markd Exp $ +$NetBSD: patch-af,v 1.4 2008/11/13 17:36:54 chuck Exp $ ---- src/unix-dll.mak.orig 2007-11-28 11:58:40.000000000 +1300 -+++ src/unix-dll.mak -@@ -79,11 +79,11 @@ $(GS_SO_MAJOR): $(GS_SO_MAJOR_MINOR) +--- src/unix-dll.mak.orig 2007-11-27 17:58:40.000000000 -0500 ++++ src/unix-dll.mak 2008-11-13 10:50:06.000000000 -0500 +@@ -52,12 +52,12 @@ + LDFLAGS_SO=-shared -Wl,-soname=$(GS_SONAME_MAJOR) + + # MacOS X +-#GS_SOEXT=dylib ++#Darwin#GS_SOEXT=dylib +-#GS_SONAME=$(GS_SONAME_BASE).$(GS_SOEXT) ++#Darwin#GS_SONAME=$(GS_SONAME_BASE).$(GS_SOEXT) +-#GS_SONAME_MAJOR=$(GS_SONAME_BASE).$(GS_VERSION_MAJOR).$(GS_SOEXT) ++#Darwin#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) ++#Darwin#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) ++#Darwin#LDFLAGS_SO=-dynamiclib -install_name $(DESTDIR)$(libdir)/$(GS_SONAME_MAJOR) + #LDFLAGS_SO=-dynamiclib + + GS_SO=$(BINDIR)/$(GS_SONAME) +@@ -79,11 +79,11 @@ # Build the small Ghostscript loaders, with Gtk+ and without $(GSSOC_XE): $(GS_SO) $(GLSRC)$(SOC_LOADER) |