diff options
author | cheusov <cheusov> | 2012-03-10 11:00:24 +0000 |
---|---|---|
committer | cheusov <cheusov> | 2012-03-10 11:00:24 +0000 |
commit | ba0968e758020e4ace52f925c3bd6b7d93cfadb5 (patch) | |
tree | 0e2dc60d1037483379c990ca35603159b20f2ca7 /pkgtools | |
parent | 4690fa95eb24459bfbbb9d8e79c29f914655f546 (diff) | |
download | pkgsrc-ba0968e758020e4ace52f925c3bd6b7d93cfadb5.tar.gz |
Add missing clang, hp and pcc to ONLY_FOR_COMPILER.
Dump package version.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/pkglint/files/makevars.map | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index b603f0c6b98..a965ff17eab 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.398 2012/03/01 22:42:31 wiz Exp $ +# $NetBSD: Makefile,v 1.399 2012/03/10 11:00:24 cheusov Exp $ # # Note: if you update the version number, please have a look at the # changes between the CVS tag "pkglint_current" and HEAD. # After updating, please re-set the CVS tag to HEAD. -DISTNAME= pkglint-4.106 +DISTNAME= pkglint-4.107 CATEGORIES= pkgtools MASTER_SITES= # none DISTFILES= # none diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map index 41832536cbb..127402b9490 100644 --- a/pkgtools/pkglint/files/makevars.map +++ b/pkgtools/pkglint/files/makevars.map @@ -1,4 +1,4 @@ -# $NetBSD: makevars.map,v 1.218 2012/01/06 01:26:45 wiz Exp $ +# $NetBSD: makevars.map,v 1.219 2012/03/10 11:00:24 cheusov Exp $ # # This file contains the guessed type of some variables, according to @@ -475,7 +475,7 @@ MYSQL_VERSIONS_ACCEPTED List of { 40 41 50 51 55 } [m:s] MYSQL_VERSION_DEFAULT Version [$user] NM ShellCommand [$system] NONBINMODE FileMode [$system] -NOT_FOR_COMPILER List of { ccache ccc clang distcc f2c gcc icc hp ido mipspro mipspro-ucode pcc sunpro xlc } [$package] +NOT_FOR_COMPILER List of { ccache ccc clang distcc f2c gcc hp icc ido mipspro mipspro-ucode pcc sunpro xlc } [$package] NOT_FOR_PLATFORM InternalList of PlatformTriple [$package_list] NOT_FOR_UNPRIVILEGED YesNo [$package] NO_BIN_ON_CDROM Restricted [m:s,c:s] @@ -490,7 +490,7 @@ NO_INSTALL_MANPAGES Yes [$package] NO_PKGTOOLS_REQD_CHECK Yes [m:s] NO_SRC_ON_CDROM Restricted [m:s,c:s] NO_SRC_ON_FTP Restricted [m:s,c:s] -ONLY_FOR_COMPILER List of { ccc gcc icc ido mipspro mipspro-ucode sunpro xlc } [$package_list] +ONLY_FOR_COMPILER List of { ccc clang gcc hp icc ido mipspro mipspro-ucode pcc sunpro xlc } [$package_list] ONLY_FOR_PLATFORM InternalList of PlatformTriple [$package_list] ONLY_FOR_UNPRIVILEGED YesNo [$package] OPSYS Identifier [$system] |