pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/meta-pkgs/modular-xorg
Module Name: pkgsrc
Committed By: rillig
Date: Sun Apr 26 10:22:59 UTC 2020
Modified Files:
pkgsrc/meta-pkgs/modular-xorg: hacks.mk
Log Message:
meta-pkgs/modular-xorg: make hacks.mk optional
For example, devel/imake doesn't need it.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/meta-pkgs/modular-xorg/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/meta-pkgs/modular-xorg/hacks.mk
diff -u pkgsrc/meta-pkgs/modular-xorg/hacks.mk:1.1 pkgsrc/meta-pkgs/modular-xorg/hacks.mk:1.2
--- pkgsrc/meta-pkgs/modular-xorg/hacks.mk:1.1 Wed Jun 6 22:19:14 2012
+++ pkgsrc/meta-pkgs/modular-xorg/hacks.mk Sun Apr 26 10:22:59 2020
@@ -1,4 +1,4 @@
-# $NetBSD: hacks.mk,v 1.1 2012/06/06 22:19:14 wiz Exp $
+# $NetBSD: hacks.mk,v 1.2 2020/04/26 10:22:59 rillig Exp $
# hack for wrong autoconf snippet that was propagated to too many xorg packages
@@ -7,3 +7,4 @@ SUBST_SED.xorg-autoconf-err= -e 's/as_e
SUBST_FILES.xorg-autoconf-err= configure
SUBST_STAGE.xorg-autoconf-err= pre-configure
SUBST_MESSAGE.xorg-autoconf-err= Fix error in configure script propagated from xorg autoconf macros.
+SUBST_NOOP_OK.xorg-autoconf-err= yes # not needed by every package
Home |
Main Index |
Thread Index |
Old Index