pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/pkgtools/pkglint
Module Name: pkgsrc
Committed By: rillig
Date: Sun Mar 25 07:37:39 UTC 2018
Modified Files:
pkgsrc/pkgtools/pkglint: Makefile
Removed Files:
pkgsrc/pkgtools/pkglint/files: globaldata.go globaldata_test.go
Log Message:
pkgtools/pkglint: remove duplicate files
The definitions from globaldata.go had been moved to pkgsrc.go. Having
these definitions twice led to compile errors.
While here, the file package_test.go doesn't need to be patched anymore
since it gets its @VERSION@ from the constants defined in pkglint.go.
To generate a diff of this commit:
cvs rdiff -u -r1.532 -r1.533 pkgsrc/pkgtools/pkglint/Makefile
cvs rdiff -u -r1.26 -r0 pkgsrc/pkgtools/pkglint/files/globaldata.go
cvs rdiff -u -r1.14 -r0 pkgsrc/pkgtools/pkglint/files/globaldata_test.go
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/pkgtools/pkglint/Makefile
diff -u pkgsrc/pkgtools/pkglint/Makefile:1.532 pkgsrc/pkgtools/pkglint/Makefile:1.533
--- pkgsrc/pkgtools/pkglint/Makefile:1.532 Sat Mar 24 14:32:49 2018
+++ pkgsrc/pkgtools/pkglint/Makefile Sun Mar 25 07:37:39 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.532 2018/03/24 14:32:49 rillig Exp $
+# $NetBSD: Makefile,v 1.533 2018/03/25 07:37:39 rillig Exp $
PKGNAME= pkglint-5.5.7
DISTFILES= # none
@@ -21,7 +21,7 @@ CHECK_RELRO_SKIP+= bin/plist-clash
SUBST_CLASSES+= pkglint
SUBST_STAGE.pkglint= post-configure
-SUBST_FILES.pkglint+= pkglint.go package_test.go
+SUBST_FILES.pkglint+= pkglint.go
SUBST_SED.pkglint+= -e s\|@VERSION@\|${PKGNAME:S/pkglint-//}\|g
SUBST_SED.pkglint+= -e s\|@BMAKE@\|${MAKE:Q}\|g
Home |
Main Index |
Thread Index |
Old Index