pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/pdvipsk
Module Name: pkgsrc
Committed By: tnn
Date: Sat Apr 23 23:56:23 UTC 2022
Modified Files:
pkgsrc/print/pdvipsk: hacks.mk
Log Message:
pdvipsk: use GNU patch unconditionally to apply distribution patch
It is difficult to detect if TOOLS_PATCH is nbpatch or not.
Depends on local pkgsrc bootstrap situation.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/pdvipsk/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/pdvipsk/hacks.mk
diff -u pkgsrc/print/pdvipsk/hacks.mk:1.3 pkgsrc/print/pdvipsk/hacks.mk:1.4
--- pkgsrc/print/pdvipsk/hacks.mk:1.3 Mon Nov 4 19:58:00 2019
+++ pkgsrc/print/pdvipsk/hacks.mk Sat Apr 23 23:56:23 2022
@@ -1,18 +1,12 @@
-# $NetBSD: hacks.mk,v 1.3 2019/11/04 19:58:00 rillig Exp $
+# $NetBSD: hacks.mk,v 1.4 2022/04/23 23:56:23 tnn Exp $
.if !defined(PDVIPSK_HACKS_MK)
PDVIPSK_HACKS_MK= # defined
### NetBSD's patch(1) fails in patching dvips.info.
###
-.if ${OPSYS} == "NetBSD"
BUILD_DEPENDS+= patch-[0-9]*:../../devel/patch
PATCH= ${LOCALBASE}/bin/gpatch
PKG_HACKS+= patch-dvips_info
-.elif ${OPSYS} == "Darwin"
-TOOLS_PLATFORM.patch= /usr/bin/patch
-PKG_HACKS+= patch-dvips_info
-.endif
-
.endif
Home |
Main Index |
Thread Index |
Old Index