pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/rpm
Module Name: pkgsrc
Committed By: rillig
Date: Sat Apr 25 19:41:55 UTC 2020
Modified Files:
pkgsrc/misc/rpm: Makefile
Log Message:
misc/rpm: remove no-op SUBST group for mkdir
If this should ever be necessary, it will be caught by CHECK_WRKREF.
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/misc/rpm/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/rpm/Makefile
diff -u pkgsrc/misc/rpm/Makefile:1.97 pkgsrc/misc/rpm/Makefile:1.98
--- pkgsrc/misc/rpm/Makefile:1.97 Sat Jan 18 21:50:03 2020
+++ pkgsrc/misc/rpm/Makefile Sat Apr 25 19:41:55 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.97 2020/01/18 21:50:03 jperkin Exp $
+# $NetBSD: Makefile,v 1.98 2020/04/25 19:41:55 rillig Exp $
DISTNAME= rpm-4.13.0.1
PKGREVISION= 5
@@ -70,12 +70,6 @@ BROKEN_GETTEXT_DETECTION= yes
CHECK_PORTABILITY_SKIP= tests/rpmtests
-SUBST_CLASSES+= mkd
-SUBST_STAGE.mkd= post-build
-SUBST_MESSAGE.mkd= Fixing workdir tools references in macros file.
-SUBST_FILES.mkd= macros
-SUBST_SED.mkd= -e 's,${TOOLS_CMD.mkdir},${TOOLS_PATH.mkdir},'
-
# __progname without 'extern' segfaults on some platforms (e.g. Darwin)
SUBST_CLASSES+= progname
SUBST_STAGE.progname= pre-configure
Home |
Main Index |
Thread Index |
Old Index