pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print
Module Name: pkgsrc
Committed By: wiz
Date: Mon Apr 21 21:14:14 UTC 2025
Modified Files:
pkgsrc/print/ghostscript-agpl: hacks.mk
pkgsrc/print/ghostscript-gpl: hacks.mk
Log Message:
ghostscript*: remove Interix support
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/ghostscript-agpl/hacks.mk
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/ghostscript-gpl/hacks.mk
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/hacks.mk
diff -u pkgsrc/print/ghostscript-agpl/hacks.mk:1.4 pkgsrc/print/ghostscript-agpl/hacks.mk:1.5
--- pkgsrc/print/ghostscript-agpl/hacks.mk:1.4 Sun Sep 22 15:22:57 2024
+++ pkgsrc/print/ghostscript-agpl/hacks.mk Mon Apr 21 21:14:14 2025
@@ -1,14 +1,4 @@
-# $NetBSD: hacks.mk,v 1.4 2024/09/22 15:22:57 wiz Exp $
-
-### [Tue Jan 9 15:57:05 EST 2007 : tv]
-### Interix has u_int64_t, but not uint64_t
-### (gdevpdfe.c doesn't use the autoconf test based int64 type,
-### but absolutely requires a 64-bit unsigned int)
-###
-.if ${OPSYS} == "Interix"
-PKG_HACKS+= interix-uint64_t
-CPPFLAGS.Interix+= -Duint64_t=u_int64_t
-.endif
+# $NetBSD: hacks.mk,v 1.5 2025/04/21 21:14:14 wiz Exp $
### [ Thu Nov 13 12:30:45 EST 2008 : chuck]
### gs has hand-rolled shared lib handling that doesn't do the right
Index: pkgsrc/print/ghostscript-gpl/hacks.mk
diff -u pkgsrc/print/ghostscript-gpl/hacks.mk:1.2 pkgsrc/print/ghostscript-gpl/hacks.mk:1.3
--- pkgsrc/print/ghostscript-gpl/hacks.mk:1.2 Sat Apr 26 13:51:40 2014
+++ pkgsrc/print/ghostscript-gpl/hacks.mk Mon Apr 21 21:14:14 2025
@@ -1,14 +1,4 @@
-# $NetBSD: hacks.mk,v 1.2 2014/04/26 13:51:40 wiz Exp $
-
-### [Tue Jan 9 15:57:05 EST 2007 : tv]
-### Interix has u_int64_t, but not uint64_t
-### (gdevpdfe.c doesn't use the autoconf test based int64 type,
-### but absolutely requires a 64-bit unsigned int)
-###
-.if ${OPSYS} == "Interix"
-PKG_HACKS+= interix-uint64_t
-CPPFLAGS.Interix+= -Duint64_t=u_int64_t
-.endif
+# $NetBSD: hacks.mk,v 1.3 2025/04/21 21:14:14 wiz Exp $
### [ Thu Nov 13 12:30:45 EST 2008 : chuck]
### gs has hand-rolled shared lib handling that doesn't do the right
Home |
Main Index |
Thread Index |
Old Index