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:   wiz
Date:           Thu Jul 27 11:21:26 UTC 2017

Modified Files:
        pkgsrc/pkgtools/pkglint: Makefile
        pkgsrc/pkgtools/pkglint/files: vardefs.go

Log Message:
c++11 is valid for USE_LANGUAGES.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.516 -r1.517 pkgsrc/pkgtools/pkglint/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/pkgtools/pkglint/files/vardefs.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.516 pkgsrc/pkgtools/pkglint/Makefile:1.517
--- pkgsrc/pkgtools/pkglint/Makefile:1.516      Sat Jul 22 19:32:41 2017
+++ pkgsrc/pkgtools/pkglint/Makefile    Thu Jul 27 11:21:25 2017
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.516 2017/07/22 19:32:41 wiz Exp $
+# $NetBSD: Makefile,v 1.517 2017/07/27 11:21:25 wiz Exp $
 
 PKGNAME=       pkglint-5.4.20
-PKGREVISION=   2
+PKGREVISION=   3
 DISTFILES=     # none
 CATEGORIES=    pkgtools
 

Index: pkgsrc/pkgtools/pkglint/files/vardefs.go
diff -u pkgsrc/pkgtools/pkglint/files/vardefs.go:1.26 pkgsrc/pkgtools/pkglint/files/vardefs.go:1.27
--- pkgsrc/pkgtools/pkglint/files/vardefs.go:1.26       Wed May 24 19:51:12 2017
+++ pkgsrc/pkgtools/pkglint/files/vardefs.go    Thu Jul 27 11:21:25 2017
@@ -955,7 +955,7 @@ func (gd *GlobalData) InitVartypes() {
        acl("USE_IMAKE", lkNone, BtYes, "Makefile: set")
        pkg("USE_JAVA", lkNone, enum("run yes build"))
        pkg("USE_JAVA2", lkNone, enum("YES yes no 1.4 1.5 6 7 8"))
-       acl("USE_LANGUAGES", lkShell, enum("ada c c99 c++ fortran fortran77 java objc"), "Makefile, Makefile.common, options.mk: set, append")
+       acl("USE_LANGUAGES", lkShell, enum("ada c c99 c++ c++11 fortran fortran77 java objc"), "Makefile, Makefile.common, options.mk: set, append")
        pkg("USE_LIBTOOL", lkNone, BtYes)
        pkg("USE_MAKEINFO", lkNone, BtYes)
        pkg("USE_MSGFMT_PLURALS", lkNone, BtYes)



Home | Main Index | Thread Index | Old Index