pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/ghostscript-agpl
Module Name: pkgsrc
Committed By: triaxx
Date: Wed Sep 25 20:27:24 UTC 2024
Modified Files:
pkgsrc/print/ghostscript-agpl: distinfo
pkgsrc/print/ghostscript-agpl/patches: patch-configure
Log Message:
ghostscript-agpl: Fix build on Darwin
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/print/ghostscript-agpl/distinfo
cvs rdiff -u -r1.11 -r1.12 \
pkgsrc/print/ghostscript-agpl/patches/patch-configure
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/ghostscript-agpl/distinfo
diff -u pkgsrc/print/ghostscript-agpl/distinfo:1.52 pkgsrc/print/ghostscript-agpl/distinfo:1.53
--- pkgsrc/print/ghostscript-agpl/distinfo:1.52 Sun Sep 22 15:22:57 2024
+++ pkgsrc/print/ghostscript-agpl/distinfo Wed Sep 25 20:27:24 2024
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.52 2024/09/22 15:22:57 wiz Exp $
+$NetBSD: distinfo,v 1.53 2024/09/25 20:27:24 triaxx Exp $
BLAKE2s (ghostscript-10.04.0.tar.xz) = 879dfb40a937f0141eab1043cc4bcd3d5ad78da7020dbe4939146a55352e0ec9
SHA512 (ghostscript-10.04.0.tar.xz) = 2e711f8ba86491570684f13851190f41e6eee87dcfacce0a4adfd09a4523abf2e0b6727f0958ee2683834218f5705675b531fd2419cb7fc314ed4becf51f3ce3
@@ -8,5 +8,5 @@ SHA1 (patch-base_lib.mak) = 723926f167b4
SHA1 (patch-base_mkromfs.c) = 9d9afbd0fbb8c70c8f4f7de3cadc5b54541f0db0
SHA1 (patch-base_ttobjs.h) = 378ad7d316a4a9dc53b9c8e612582a7c8e9b3688
SHA1 (patch-base_unix-dll.mak) = 8076ce689807872bf94b552daaf9547b646ca249
-SHA1 (patch-configure) = cd04bec18e29ff867127c283e58cfbebe7ddad81
+SHA1 (patch-configure) = 8a25a15d4100a7f0d7b8b131f444629ac9b52d21
SHA1 (patch-devices_devs.mak) = e9937d401a278cc6d0a6d4cff78c526375bc18ca
Index: pkgsrc/print/ghostscript-agpl/patches/patch-configure
diff -u pkgsrc/print/ghostscript-agpl/patches/patch-configure:1.11 pkgsrc/print/ghostscript-agpl/patches/patch-configure:1.12
--- pkgsrc/print/ghostscript-agpl/patches/patch-configure:1.11 Sun Sep 22 15:22:57 2024
+++ pkgsrc/print/ghostscript-agpl/patches/patch-configure Wed Sep 25 20:27:24 2024
@@ -1,4 +1,4 @@
-$NetBSD: patch-configure,v 1.11 2024/09/22 15:22:57 wiz Exp $
+$NetBSD: patch-configure,v 1.12 2024/09/25 20:27:24 triaxx Exp $
Use system zlib for linking.
Add rpath.
@@ -46,11 +46,11 @@ Use correct install_name with path on Da
- XPS_DYNAMIC_LDFLAGS="-dynamiclib -install_name $DARWIN_LDFLAGS_SO_PREFIX\$(XPS_SONAME_MAJOR)"
- PDL_DYNAMIC_LDFLAGS="-dynamiclib -install_name $DARWIN_LDFLAGS_SO_PREFIX\$(GPDL_SONAME_MAJOR)"
- PDF_DYNAMIC_LDFLAGS="-dynamiclib -install_name $DARWIN_LDFLAGS_SO_PREFIX\$(PDF_SONAME_MAJOR)"
-+ GS_DYNAMIC_LDFLAGS="-dynamiclib -install_name \$(DESTDIR)\$(libdir)\$(GS_SONAME_MAJOR)"
-+ PCL_DYNAMIC_LDFLAGS="-dynamiclib -install_name \$(DESTDIR)\$(libdir)\$(PCL_SONAME_MAJOR)"
-+ XPS_DYNAMIC_LDFLAGS="-dynamiclib -install_name \$(DESTDIR)\$(libdir)\$(XPS_SONAME_MAJOR)"
-+ PDL_DYNAMIC_LDFLAGS="-dynamiclib -install_name \$(DESTDIR)\$(libdir)\$(GPDL_SONAME_MAJOR)"
-+ PDF_DYNAMIC_LDFLAGS="-dynamiclib -install_name \$(DESTDIR)\$(libdir)\$(PDF_SONAME_MAJOR)"
++ GS_DYNAMIC_LDFLAGS="-dynamiclib -install_name \$(DESTDIR)\$(libdir)/\$(GS_SONAME_MAJOR)"
++ PCL_DYNAMIC_LDFLAGS="-dynamiclib -install_name \$(DESTDIR)\$(libdir)/\$(PCL_SONAME_MAJOR)"
++ XPS_DYNAMIC_LDFLAGS="-dynamiclib -install_name \$(DESTDIR)\$(libdir)/\$(XPS_SONAME_MAJOR)"
++ PDL_DYNAMIC_LDFLAGS="-dynamiclib -install_name \$(DESTDIR)\$(libdir)/\$(GPDL_SONAME_MAJOR)"
++ PDF_DYNAMIC_LDFLAGS="-dynamiclib -install_name \$(DESTDIR)\$(libdir)/\$(PDF_SONAME_MAJOR)"
DYNAMIC_LIBS=""
SO_LIB_EXT=""
DLL_EXT=".dylib"
Home |
Main Index |
Thread Index |
Old Index