pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/decode-dimms
Module Name: pkgsrc
Committed By: pgoyette
Date: Tue Jun 25 15:35:33 UTC 2019
Modified Files:
pkgsrc/sysutils/decode-dimms: Makefile
Log Message:
Resolve remaining pkglint issues:
- move SUBST to post-extract (instead of pre-patch)
- add rationale for the ONLY_FOR_PLATFORM
NFCI
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/sysutils/decode-dimms/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/decode-dimms/Makefile
diff -u pkgsrc/sysutils/decode-dimms/Makefile:1.17 pkgsrc/sysutils/decode-dimms/Makefile:1.18
--- pkgsrc/sysutils/decode-dimms/Makefile:1.17 Tue Jun 25 15:19:36 2019
+++ pkgsrc/sysutils/decode-dimms/Makefile Tue Jun 25 15:35:33 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2019/06/25 15:19:36 pgoyette Exp $
+# $NetBSD: Makefile,v 1.18 2019/06/25 15:35:33 pgoyette Exp $
# no Release yet
PKG_DATE= 20190619
@@ -17,7 +17,7 @@ USE_TOOLS+= perl:run
REPLACE_PERL= eeprom/decode-dimms
SUBST_CLASSES+= rev
-SUBST_STAGE.rev= pre-patch
+SUBST_STAGE.rev= post-extract
SUBST_FILES.rev= eeprom/decode-dimms
SUBST_SED.rev= -e 's/^$$revision = .*;/$$revision = "${PKG_DATE}-${GIT_COMMIT}";/'
SUBST_SED.rev+= -e '/^$$revision =~/d'
@@ -26,6 +26,9 @@ NO_BUILD= yes
USE_LANGUAGES= # empty
+# This package's primary purpose is to introduce use of hw.spdmem* sysctl
+# as the source of SPD data; these sysctl variables are only available on
+# NetBSD (and only if the spdmem(4) device is configured).
ONLY_FOR_PLATFORM= NetBSD-*-*
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
Home |
Main Index |
Thread Index |
Old Index