The NetBSD Project

CVS log for pkgsrc/pkgtools/pkglint/files/Attic/makevars.map

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / pkgtools / pkglint / files

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.269, Wed Nov 25 13:29:07 2015 UTC (7 years, 10 months ago) by rillig
Branch: MAIN
CVS Tags: HEAD
Changes since 1.268: +1 -1 lines
FILE REMOVED

Updated pkglint to 5.0

Notable changes include:
* The whole code has been rewritten in Go
* It is much faster, especially in recursive mode
* The code has unit tests, providing examples of use
* Some new explanations for existing warnings
* Some adjustments to previous warnings

Revision 1.268 / (download) - annotate - [select for diffs], Sat Oct 24 21:18:12 2015 UTC (7 years, 11 months ago) by joerg
Branch: MAIN
Changes since 1.267: +2 -2 lines
Diff to previous 1.267 (colored)

Drop EOLed PostgreSQL 8.4 and 9.0 from the supported list of PG
versions.

Revision 1.267 / (download) - annotate - [select for diffs], Sat Jul 4 16:18:39 2015 UTC (8 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.266: +1 -3 lines
Diff to previous 1.266 (colored)

Remove USE_X11BASE and X11PREFIX.

Revision 1.266 / (download) - annotate - [select for diffs], Fri Jul 3 09:52:04 2015 UTC (8 years, 2 months ago) by abs
Branch: MAIN
Changes since 1.265: +2 -2 lines
Diff to previous 1.265 (colored)

Update pkglint to 4.156 - "8" is also a valid USE_JAVA2 value

Revision 1.265 / (download) - annotate - [select for diffs], Mon Jun 29 11:06:48 2015 UTC (8 years, 3 months ago) by ryoon
Branch: MAIN
Changes since 1.264: +2 -2 lines
Diff to previous 1.264 (colored)

Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN.
sourceforge.jp is renamed to osdn.jp.
However its mirror sites are not ready for osdn.jp.

Revision 1.264 / (download) - annotate - [select for diffs], Sun May 3 15:20:24 2015 UTC (8 years, 4 months ago) by bsiegert
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.263: +3 -1 lines
Diff to previous 1.263 (colored)

Add BOOTSTRAP_PKG and USE_GCC_RUNTIME variables to makevars. Patch from
Olivier Duclos on tech-pkg.
Bump package version.

Revision 1.263 / (download) - annotate - [select for diffs], Tue Apr 14 11:40:31 2015 UTC (8 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.262: +2 -2 lines
Diff to previous 1.262 (colored)

Remove more references to python-2.6.

Revision 1.262 / (download) - annotate - [select for diffs], Wed Mar 11 19:05:58 2015 UTC (8 years, 6 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.261: +34 -34 lines
Diff to previous 1.261 (colored)

Fixed a wrong warning for the HOMEPAGE variable

WARN: Makefile:9: Please use ${MASTER_SITE_GITHUB:=glmark2/glmark2}
      instead of "https://github.com/glmark2/glmark2".

This warning is wrong because HOMEPAGE is neither a plural variable nor
does it contain a "fetch URL".

To fix this, there is a new data type FetchURL, which has one more check
than the existing data type URL, namely the MASTER_SITES abbreviation.
The existing definitions in makevars.map have been updated accordingly
to the appropriate data types.

Note: This patch is not perfect, since ideally only variables of type
"List of FetchURL" should be suggested to be replaced with MASTER_SITES,
but since currently all these variables are actually "List of FetchURL"
and not simply "FetchURL", this should be fine.

Revision 1.261 / (download) - annotate - [select for diffs], Mon Mar 9 06:24:10 2015 UTC (8 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.260: +5 -1 lines
Diff to previous 1.260 (colored)

Add GITHUB_*. Bump version.

Revision 1.260 / (download) - annotate - [select for diffs], Mon Mar 9 06:15:17 2015 UTC (8 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.259: +2 -1 lines
Diff to previous 1.259 (colored)

Add MASTER_SITE_GITHUB.

Revision 1.259 / (download) - annotate - [select for diffs], Thu Jan 1 06:10:10 2015 UTC (8 years, 9 months ago) by dholland
Branch: MAIN
Changes since 1.258: +3 -1 lines
Diff to previous 1.258 (colored)

Add BROKEN_ON_PLATFORM and BROKEN_EXCEPT_ON_PLATFORM and bump version.

Revision 1.258 / (download) - annotate - [select for diffs], Sun Nov 23 15:30:08 2014 UTC (8 years, 10 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.257: +2 -2 lines
Diff to previous 1.257 (colored)

Add emacs25, xemacs21[45]nox for makevars.map
Thanks wiz@ for OK. I don't believe we need emacs25nox ;-(

Revision 1.257 / (download) - annotate - [select for diffs], Thu Oct 9 14:10:41 2014 UTC (8 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.256: +1 -3 lines
Diff to previous 1.256 (colored)

PKG_INSTALLATION_TYPES cleanup. Ride bump.

Revision 1.256 / (download) - annotate - [select for diffs], Thu Oct 9 13:44:53 2014 UTC (8 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.255: +1 -2 lines
Diff to previous 1.255 (colored)

Remove SVR4_PKGNAME, per discussion on tech-pkg.

Revision 1.255 / (download) - annotate - [select for diffs], Wed Oct 8 19:15:16 2014 UTC (8 years, 11 months ago) by rillig
Branch: MAIN
Changes since 1.254: +6 -3 lines
Diff to previous 1.254 (colored)

Fixed variable type of PYTHON_VERSIONED_DEPENDENCIES, so that build-time
and run-time dependencies can be specified without pkglint warnings.

Revision 1.254 / (download) - annotate - [select for diffs], Thu Aug 7 20:35:34 2014 UTC (9 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3
Changes since 1.253: +2 -1 lines
Diff to previous 1.253 (colored)

Add PYTHON_VERSIONED_DEPENDENCIES. Bump version.

Revision 1.253 / (download) - annotate - [select for diffs], Wed Jun 25 17:51:55 2014 UTC (9 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.252: +2 -1 lines
Diff to previous 1.252 (colored)

Add LIBTOOL_REQD. Bump version.

Revision 1.252 / (download) - annotate - [select for diffs], Thu Jun 19 07:22:02 2014 UTC (9 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.251: +2 -2 lines
Diff to previous 1.251 (colored)

Sync mysql version list with reality.
From John Nemeth.

Bump version.

Revision 1.251 / (download) - annotate - [select for diffs], Tue Jun 10 15:13:44 2014 UTC (9 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.250: +4 -4 lines
Diff to previous 1.250 (colored)

pkglint-4.142: Remove apache13 and apache2 values.

Revision 1.250 / (download) - annotate - [select for diffs], Tue Jun 10 13:55:07 2014 UTC (9 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.249: +1 -3 lines
Diff to previous 1.249 (colored)

pkglint-4.141: PAM_ACCEPTED and PAM_TYPE are gone

Revision 1.249 / (download) - annotate - [select for diffs], Tue May 6 09:32:53 2014 UTC (9 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.248: +2 -1 lines
Diff to previous 1.248 (colored)

Add REPLACE_LUA. Bump version.

Revision 1.248 / (download) - annotate - [select for diffs], Mon Mar 10 12:11:33 2014 UTC (9 years, 6 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.247: +6 -1 lines
Diff to previous 1.247 (colored)

tell MASTER_SITE_MOZILLA_ALL, MASTER_SITE_MOZILLA_ESR, MASTER_SITE_NETLIB,
MASTER_SITE_RUBYGEMS and MASTER_SITE_HASKELL_HACKAGE.

Revision 1.247 / (download) - annotate - [select for diffs], Sun Mar 2 09:47:20 2014 UTC (9 years, 7 months ago) by obache
Branch: MAIN
Changes since 1.246: +2 -1 lines
Diff to previous 1.246 (colored)

tell EXTRACT_ENV.

Revision 1.246 / (download) - annotate - [select for diffs], Sun Mar 2 09:36:56 2014 UTC (9 years, 7 months ago) by obache
Branch: MAIN
Changes since 1.245: +2 -2 lines
Diff to previous 1.245 (colored)

more EMUL_OPSYS supported in pkgsrc.

Revision 1.245 / (download) - annotate - [select for diffs], Sun Mar 2 06:15:01 2014 UTC (9 years, 7 months ago) by obache
Branch: MAIN
Changes since 1.244: +2 -2 lines
Diff to previous 1.244 (colored)

TEST_TARGET can be set in option.mk (with test option).

Revision 1.244 / (download) - annotate - [select for diffs], Sun Mar 2 06:13:00 2014 UTC (9 years, 7 months ago) by obache
Branch: MAIN
Changes since 1.243: +2 -1 lines
Diff to previous 1.243 (colored)

tell DESTDIR_VARNAME

Revision 1.243 / (download) - annotate - [select for diffs], Sun Mar 2 05:45:24 2014 UTC (9 years, 7 months ago) by obache
Branch: MAIN
Changes since 1.242: +2 -1 lines
Diff to previous 1.242 (colored)

Tell CHECK_SHLIBS_SKIP.

Revision 1.242 / (download) - annotate - [select for diffs], Mon Feb 17 14:33:42 2014 UTC (9 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.241: +2 -1 lines
Diff to previous 1.241 (colored)

dd REPLACE_CSH. Bump version.

Revision 1.241 / (download) - annotate - [select for diffs], Tue Jan 28 12:55:32 2014 UTC (9 years, 8 months ago) by obache
Branch: MAIN
Changes since 1.240: +5 -1 lines
Diff to previous 1.240 (colored)

tell GNU configure related variables.

Revision 1.240 / (download) - annotate - [select for diffs], Sat Jan 25 10:45:20 2014 UTC (9 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.239: +2 -2 lines
Diff to previous 1.239 (colored)

No need to have two variables for the same logic.
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.

Revision 1.239 / (download) - annotate - [select for diffs], Sun Jan 12 09:01:50 2014 UTC (9 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.238: +2 -2 lines
Diff to previous 1.238 (colored)

Remove python32 as proposed a week ago on pkgsrc-users.
Upstream doesn't talk about it any longer, and python-3.3 is a drop-in
replacement.
Ok bsiegert, prlw1, rodent

Revision 1.238 / (download) - annotate - [select for diffs], Sun Sep 1 05:30:15 2013 UTC (10 years, 1 month ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.237: +2 -1 lines
Diff to previous 1.237 (colored)

tell TOOL_DEPENDS, same as BUILD_DEPENDS.

Revision 1.237 / (download) - annotate - [select for diffs], Sat Aug 31 18:14:28 2013 UTC (10 years, 1 month ago) by rillig
Branch: MAIN
Changes since 1.236: +2 -1 lines
Diff to previous 1.236 (colored)

- When the source line is logged (option -s), an empty line above
  helps to see which source line belongs to which warning.
- PKGSRCTOP is a known variable. It is used only in the top-level
  Makefile.
- Arbitrary tool names may be added to TOOLS_NOOP.
- In the top-level Makefile, the alphabetic order of the SUBDIRs
  may have a single exception.

Revision 1.236 / (download) - annotate - [select for diffs], Thu Aug 15 20:30:43 2013 UTC (10 years, 1 month ago) by rillig
Branch: MAIN
Changes since 1.235: +3 -1 lines
Diff to previous 1.235 (colored)

- added type definitions for two variables
- improved wording of some warnings
- added explanations to some common warnings

Revision 1.235 / (download) - annotate - [select for diffs], Thu Aug 15 17:57:44 2013 UTC (10 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.234: +4 -4 lines
Diff to previous 1.234 (colored)

Recognize apache24. Noted by Patrick Welche.
Bump version.

Revision 1.234 / (download) - annotate - [select for diffs], Mon Jul 15 08:09:21 2013 UTC (10 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.233: +1 -2 lines
Diff to previous 1.233 (colored)

Deprecate USE_GNU_READLINE.

Revision 1.233 / (download) - annotate - [select for diffs], Tue May 7 08:45:06 2013 UTC (10 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.232: +2 -1 lines
Diff to previous 1.232 (colored)

Add EXTRACT_DIR.

Revision 1.232 / (download) - annotate - [select for diffs], Fri Mar 8 12:35:43 2013 UTC (10 years, 6 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1
Changes since 1.231: +2 -1 lines
Diff to previous 1.231 (colored)

tell UAC_REQD_EXECS pkglint.

Revision 1.231 / (download) - annotate - [select for diffs], Mon Mar 4 16:28:18 2013 UTC (10 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.230: +2 -1 lines
Diff to previous 1.230 (colored)

Add FLEX_REQD.

Revision 1.230 / (download) - annotate - [select for diffs], Wed Jan 23 17:47:15 2013 UTC (10 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.229: +2 -2 lines
Diff to previous 1.229 (colored)

Fix typo in variable name.

Revision 1.229 / (download) - annotate - [select for diffs], Tue Dec 11 14:58:00 2012 UTC (10 years, 9 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.228: +4 -4 lines
Diff to previous 1.228 (colored)

Update to 4.127

* Add sun-{jre,jdk}7 support

Revision 1.228 / (download) - annotate - [select for diffs], Tue Nov 20 11:41:29 2012 UTC (10 years, 10 months ago) by abs
Branch: MAIN
Changes since 1.227: +3 -1 lines
Diff to previous 1.227 (colored)

Add openjdk7 & openjdk7-bin to other JVM lists

Revision 1.227 / (download) - annotate - [select for diffs], Wed Oct 3 22:14:03 2012 UTC (10 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.226: +2 -2 lines
Diff to previous 1.226 (colored)

Update for python25 removal.

Revision 1.226 / (download) - annotate - [select for diffs], Sun Sep 16 20:03:50 2012 UTC (11 years ago) by cheusov
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.225: +4 -1 lines
Diff to previous 1.225 (colored)


Update documentation for {PYTHON,RUBY,PHP}_VERSION_REQD variables, move them
to "user variables" section.  pkglint is now aware of them.  Bump pkglint
version.  Oked by wiz@

Revision 1.225 / (download) - annotate - [select for diffs], Sun Jul 22 01:01:41 2012 UTC (11 years, 2 months ago) by dholland
Branch: MAIN
Changes since 1.224: +3 -3 lines
Diff to previous 1.224 (colored)

Recognize emacs24nox; bump version.

Revision 1.224 / (download) - annotate - [select for diffs], Sun Jul 15 11:08:19 2012 UTC (11 years, 2 months ago) by marino
Branch: MAIN
Changes since 1.223: +2 -2 lines
Diff to previous 1.223 (colored)

pkgtools/pkglint: Add "ada" as valid value for USE_LANGUAGES

The mk/compiler/gcc.mk was recently updated to handle USE_LANGUAGES+= ada
which requires the use of the lang/gcc-aux compiler.

Revision 1.223 / (download) - annotate - [select for diffs], Mon Jul 9 21:57:16 2012 UTC (11 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.222: +2 -2 lines
Diff to previous 1.222 (colored)

Fix USE_GAMESGROUP properties.

Revision 1.222 / (download) - annotate - [select for diffs], Mon Jul 9 17:47:37 2012 UTC (11 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.221: +2 -1 lines
Diff to previous 1.221 (colored)

Recognize FETCH_USING as user-settable variable, as intended.
Addresses a comment by diro in PR 46570.

Revision 1.221 / (download) - annotate - [select for diffs], Mon Jul 9 17:36:30 2012 UTC (11 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.220: +4 -4 lines
Diff to previous 1.220 (colored)

Update for recent (undocument in the guide) changes to games group handling

Revision 1.220 / (download) - annotate - [select for diffs], Sat Jun 2 12:24:55 2012 UTC (11 years, 4 months ago) by cheusov
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2
Changes since 1.219: +1 -2 lines
Diff to previous 1.219 (colored)


Do not treat variable GNU_PROGRAM_PREFIX as a special one.
Dump version.

Revision 1.219 / (download) - annotate - [select for diffs], Sat Mar 10 11:00:24 2012 UTC (11 years, 6 months ago) by cheusov
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.218: +3 -3 lines
Diff to previous 1.218 (colored)


Add missing clang, hp and pcc to ONLY_FOR_COMPILER.
Dump package version.

Revision 1.218 / (download) - annotate - [select for diffs], Fri Jan 6 01:26:45 2012 UTC (11 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.217: +2 -1 lines
Diff to previous 1.217 (colored)

Add openjdk7* to recognized java versions. From B.ICT A.P. deBROUWER Jr.
in PR 45789.
Bump version.

Revision 1.217 / (download) - annotate - [select for diffs], Tue Nov 29 12:39:00 2011 UTC (11 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.216: +2 -2 lines
Diff to previous 1.216 (colored)

Added 91 to PGSQL_VERSIONS_ACCEPTED

Revision 1.216 / (download) - annotate - [select for diffs], Mon Nov 28 16:50:18 2011 UTC (11 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.215: +2 -2 lines
Diff to previous 1.215 (colored)

Sync NOT_FOR_COMPILER list with supported compiler list.

Revision 1.215 / (download) - annotate - [select for diffs], Sat Nov 26 18:38:05 2011 UTC (11 years, 10 months ago) by ryoon
Branch: MAIN
Changes since 1.214: +2 -2 lines
Diff to previous 1.214 (colored)

Update to 4.104

* Allow value "6" and "7" in USE_JAVA2.

Revision 1.214 / (download) - annotate - [select for diffs], Wed Aug 17 13:55:59 2011 UTC (12 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.213: +2 -2 lines
Diff to previous 1.213 (colored)

Expanded MYSQL_VERSIONS_ACCEPTED

Revision 1.213 / (download) - annotate - [select for diffs], Sat Jun 18 10:45:32 2011 UTC (12 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.212: +3 -2 lines
Diff to previous 1.212 (colored)

Recognize PY_PATCHLIST and add py27 and py31 to python versions.
Welcome to pkglint-4.101!

Revision 1.212 / (download) - annotate - [select for diffs], Wed Jun 15 22:22:28 2011 UTC (12 years, 3 months ago) by cheusov
Branch: MAIN
Changes since 1.211: +2 -1 lines
Diff to previous 1.211 (colored)


Support for variable SUPERSEDES
Bump version

Revision 1.211 / (download) - annotate - [select for diffs], Sun May 15 16:30:59 2011 UTC (12 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.210: +2 -2 lines
Diff to previous 1.210 (colored)

Mark PKG_APACHE_ACCEPTED as package-settable.

Revision 1.210 / (download) - annotate - [select for diffs], Thu May 12 12:31:05 2011 UTC (12 years, 4 months ago) by adam
Branch: MAIN
Changes since 1.209: +2 -1 lines
Diff to previous 1.209 (colored)

Added PKGCONFIG_OVERRIDE_STAGE

Revision 1.209 / (download) - annotate - [select for diffs], Tue Apr 5 12:42:06 2011 UTC (12 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.208: +2 -2 lines
Diff to previous 1.208 (colored)

Make MAKE_PROGRAM overridable by packages.
From Aleksey Cheusov in PR 44696.

Revision 1.208 / (download) - annotate - [select for diffs], Thu Feb 10 12:08:04 2011 UTC (12 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.207: +2 -2 lines
Diff to previous 1.207 (colored)

Added clang to PKGSRC_COMPILER

Revision 1.207 / (download) - annotate - [select for diffs], Sun Jan 23 08:30:06 2011 UTC (12 years, 8 months ago) by obache
Branch: MAIN
Changes since 1.206: +3 -3 lines
Diff to previous 1.206 (colored)

Allow emacs24, emacs23 and emacs23nox to EMACS_VERSIONS_ACCEPTED and
EMACS_VERSION_REQD.

Revision 1.206 / (download) - annotate - [select for diffs], Mon Jan 17 09:13:59 2011 UTC (12 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.205: +2 -2 lines
Diff to previous 1.205 (colored)

Allow fortran77 in USE_LANGUAGES.

Revision 1.205 / (download) - annotate - [select for diffs], Wed Sep 22 12:51:54 2010 UTC (13 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.204: +2 -2 lines
Diff to previous 1.204 (colored)

Allow 90 in PGSQL_VERSIONS_ACCEPTED

Revision 1.204 / (download) - annotate - [select for diffs], Wed Jun 2 12:12:17 2010 UTC (13 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2
Changes since 1.203: +4 -4 lines
Diff to previous 1.203 (colored)

Added databases/db5 version 5.0.21

Revision 1.203 / (download) - annotate - [select for diffs], Sun Mar 14 16:42:54 2010 UTC (13 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.202: +2 -1 lines
Diff to previous 1.202 (colored)

Recognize PREV_PKGPATH.

Revision 1.202 / (download) - annotate - [select for diffs], Tue Dec 29 09:35:10 2009 UTC (13 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4
Changes since 1.201: +2 -2 lines
Diff to previous 1.201 (colored)

Updated PGSQL_VERSIONS_ACCEPTED

Revision 1.201 / (download) - annotate - [select for diffs], Mon Nov 2 02:48:56 2009 UTC (13 years, 11 months ago) by obache
Branch: MAIN
Changes since 1.200: +2 -2 lines
Diff to previous 1.200 (colored)

allow USE_JAVA=build.

Revision 1.200 / (download) - annotate - [select for diffs], Tue Sep 15 10:03:48 2009 UTC (14 years ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.199: +3 -3 lines
Diff to previous 1.199 (colored)

Oops. Thanks to Martti Kuparinen for finding this.

Revision 1.199 / (download) - annotate - [select for diffs], Tue Sep 15 08:26:21 2009 UTC (14 years ago) by rillig
Branch: MAIN
Changes since 1.198: +4 -4 lines
Diff to previous 1.198 (colored)

Sync with reality. Patch provided by Yuji Yamano via pkgsrc-users.

Revision 1.198 / (download) - annotate - [select for diffs], Wed Sep 9 11:16:56 2009 UTC (14 years ago) by wiz
Branch: MAIN
Changes since 1.197: +2 -2 lines
Diff to previous 1.197 (colored)

Remove references to python-2.3.

Revision 1.197 / (download) - annotate - [select for diffs], Tue Aug 25 12:32:56 2009 UTC (14 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.196: +1 -2 lines
Diff to previous 1.196 (colored)

Remove BROKEN_IN variable. It was no maintained, and there was no
defined workflow for setting it, removing it, or removing packages
depending on it.

Revision 1.196 / (download) - annotate - [select for diffs], Wed Jul 22 09:13:49 2009 UTC (14 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.195: +1 -11 lines
Diff to previous 1.195 (colored)

Remove USE_DIRS handling.
Warn about obsolete @dirrm.
Add an XXX for hicolor-icon-theme check.

Revision 1.195 / (download) - annotate - [select for diffs], Sat Jun 13 06:30:25 2009 UTC (14 years, 3 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.194: +16 -1 lines
Diff to previous 1.194 (colored)

Introduced the emulation framework to pkglint.

Revision 1.194 / (download) - annotate - [select for diffs], Thu Apr 9 00:55:12 2009 UTC (14 years, 5 months ago) by joerg
Branch: MAIN
Changes since 1.193: +1 -3 lines
Diff to previous 1.193 (colored)

NO_MTREE and NO_PACKAGE are obsolete.

Revision 1.193 / (download) - annotate - [select for diffs], Wed Mar 25 14:12:04 2009 UTC (14 years, 6 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.192: +2 -1 lines
Diff to previous 1.192 (colored)

+ LICENSE_FILE

Revision 1.192 / (download) - annotate - [select for diffs], Sun Mar 22 08:17:02 2009 UTC (14 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.191: +2 -1 lines
Diff to previous 1.191 (colored)

Added BUILDLINK_CONTENTS_FILTER.*

Revision 1.191 / (download) - annotate - [select for diffs], Sun Mar 22 05:41:44 2009 UTC (14 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.190: +2 -1 lines
Diff to previous 1.190 (colored)

Adjusted pkglint to the new format of the buildlink3.mk files, which is
pretty neat.

Revision 1.190 / (download) - annotate - [select for diffs], Mon Feb 9 21:09:22 2009 UTC (14 years, 7 months ago) by joerg
Branch: MAIN
Changes since 1.189: +2 -2 lines
Diff to previous 1.189 (colored)

Remove Python 2.1 support.

Revision 1.189 / (download) - annotate - [select for diffs], Sun Jan 4 20:28:51 2009 UTC (14 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.188: +2 -1 lines
Diff to previous 1.188 (colored)

Recognize CMAKE_ARGS.

Revision 1.188 / (download) - annotate - [select for diffs], Mon Dec 15 12:47:31 2008 UTC (14 years, 9 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.187: +2 -1 lines
Diff to previous 1.187 (colored)

TOOLS_DEPENDS.* names a dependency, and all the directories that are
mentioned in it must actually contain a Makefile.

Revision 1.187 / (download) - annotate - [select for diffs], Tue Nov 18 08:04:35 2008 UTC (14 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.186: +2 -2 lines
Diff to previous 1.186 (colored)

DIST_SUBDIR may contain slashes. Found in www/firefox3-bin.

Revision 1.186 / (download) - annotate - [select for diffs], Tue Nov 4 23:13:05 2008 UTC (14 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.185: +3 -2 lines
Diff to previous 1.185 (colored)

Fixed three warnings, which have been reported by Mark Davies.

Revision 1.185 / (download) - annotate - [select for diffs], Thu Oct 9 16:19:24 2008 UTC (14 years, 11 months ago) by rillig
Branch: MAIN
Changes since 1.184: +3 -1 lines
Diff to previous 1.184 (colored)

Updated pkglint to 4.88.

Changes since 4.87:
- Added support for PLIST_VARS and PLIST.*, which had been added in April.
  That's a long time ago ...

Revision 1.184 / (download) - annotate - [select for diffs], Sun Aug 31 21:03:16 2008 UTC (15 years, 1 month ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Changes since 1.183: +2 -1 lines
Diff to previous 1.183 (colored)

+ USE_CMAKE

Revision 1.183 / (download) - annotate - [select for diffs], Sun May 25 20:36:12 2008 UTC (15 years, 4 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper-base, cwrapper
Changes since 1.182: +2 -2 lines
Diff to previous 1.182 (colored)

bsdtar is a valid value for EXTRACT_USING.

Revision 1.182 / (download) - annotate - [select for diffs], Wed May 21 20:16:19 2008 UTC (15 years, 4 months ago) by abs
Branch: MAIN
Changes since 1.181: +2 -1 lines
Diff to previous 1.181 (colored)

update pkglint to 4.86 - necessary bu not sufficient to handle OWNER in
Makefiles. As a first pass make MAINTAINER optional and add an optional
OWNER directly after it in the same section. This will pass valid
OWNER/MAINTAINER combinations but not reject some invalid ones.
Full fix (hopefully) coming soon...

Revision 1.181 / (download) - annotate - [select for diffs], Fri Feb 1 08:50:22 2008 UTC (15 years, 8 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkglint-current
Changes since 1.180: +2 -1 lines
Diff to previous 1.180 (colored)

+ PRIVILEGED_STAGES

Revision 1.180 / (download) - annotate - [select for diffs], Sun Jan 6 19:26:01 2008 UTC (15 years, 8 months ago) by rillig
Branch: MAIN
Changes since 1.179: +2 -1 lines
Diff to previous 1.179 (colored)

+ REPLACE_LOCALEDIR_PATTERNS

Revision 1.179 / (download) - annotate - [select for diffs], Sun Jan 6 18:37:21 2008 UTC (15 years, 8 months ago) by rillig
Branch: MAIN
Changes since 1.178: +2 -1 lines
Diff to previous 1.178 (colored)

+ BUILD_MAKE_CMD

Revision 1.178 / (download) - annotate - [select for diffs], Fri Dec 21 12:36:59 2007 UTC (15 years, 9 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4
Changes since 1.177: +2 -1 lines
Diff to previous 1.177 (colored)

+ REDQ_FILES_PERMS

Revision 1.177 / (download) - annotate - [select for diffs], Fri Dec 21 12:31:20 2007 UTC (15 years, 9 months ago) by rillig
Branch: MAIN
Changes since 1.176: +6 -2 lines
Diff to previous 1.176 (colored)

Updated the list of pkgsrc compilers (+hp, +pcc).

Revision 1.176 / (download) - annotate - [select for diffs], Wed Dec 19 12:04:34 2007 UTC (15 years, 9 months ago) by rillig
Branch: MAIN
Changes since 1.175: +2 -1 lines
Diff to previous 1.175 (colored)

- Added support for the new META_PACKAGE variable.
- Warn about duplicate entries in PLISTs.

Revision 1.175 / (download) - annotate - [select for diffs], Fri Dec 7 11:28:17 2007 UTC (15 years, 9 months ago) by rillig
Branch: MAIN
Changes since 1.174: +2 -1 lines
Diff to previous 1.174 (colored)

+ AUTO_MKDIRS

Revision 1.174 / (download) - annotate - [select for diffs], Fri Nov 16 08:11:16 2007 UTC (15 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.173: +2 -2 lines
Diff to previous 1.173 (colored)

The type of BUILTIN_FIND_GREP.* had been wrong. It's not List of
ShellWord, but a simple String. This has led to some confusion in
db1.builtin.mk.

Revision 1.173 / (download) - annotate - [select for diffs], Sat Nov 3 14:49:43 2007 UTC (15 years, 11 months ago) by rillig
Branch: MAIN
Changes since 1.172: +2 -1 lines
Diff to previous 1.172 (colored)

Reverted the deprecation of USE_NCURSES.

XXX: To discuss: How is this variable different from PREFER_PKGSRC=ncurses?
Why do we need it at all? Why isn't it documented anywhere?

Revision 1.172 / (download) - annotate - [select for diffs], Sat Nov 3 11:48:53 2007 UTC (15 years, 11 months ago) by rillig
Branch: MAIN
Changes since 1.171: +1 -2 lines
Diff to previous 1.171 (colored)

USE_NCURSES is deprecated. It has no effects anymore.

Revision 1.171 / (download) - annotate - [select for diffs], Sat Oct 13 08:57:09 2007 UTC (15 years, 11 months ago) by rillig
Branch: MAIN
Changes since 1.170: +2 -1 lines
Diff to previous 1.170 (colored)

Whew. pkglint didn't know FAIL_MSG at all.

Revision 1.170 / (download) - annotate - [select for diffs], Fri Oct 12 20:16:01 2007 UTC (15 years, 11 months ago) by rillig
Branch: MAIN
Changes since 1.169: +2 -2 lines
Diff to previous 1.169 (colored)

As pointed out in PR 37113, it is dangerous to set MAINTAINER
unconditionally in Makefile.common, so warn about it.

Revision 1.169 / (download) - annotate - [select for diffs], Fri Oct 12 07:04:15 2007 UTC (15 years, 11 months ago) by rillig
Branch: MAIN
Changes since 1.168: +2 -2 lines
Diff to previous 1.168 (colored)

X11_TYPE=xorg is no longer supported.

Revision 1.168 / (download) - annotate - [select for diffs], Mon Oct 1 11:50:40 2007 UTC (16 years ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.167: +2 -1 lines
Diff to previous 1.167 (colored)

+ MISSING_FEATURES

Revision 1.167 / (download) - annotate - [select for diffs], Mon Oct 1 07:51:09 2007 UTC (16 years ago) by rillig
Branch: MAIN
Changes since 1.166: +2 -1 lines
Diff to previous 1.166 (colored)

Marked _PKG_SILENT and _PKG_DEBUG as deprecated, added USE_FEATURES.

Revision 1.166 / (download) - annotate - [select for diffs], Sun Jul 29 18:41:08 2007 UTC (16 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.165: +2 -1 lines
Diff to previous 1.165 (colored)

+ REPLACE_KSH

Revision 1.165 / (download) - annotate - [select for diffs], Sun Jul 29 01:32:47 2007 UTC (16 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.164: +2 -1 lines
Diff to previous 1.164 (colored)

Added REPLACE_PYTHON to fix a warning reported by gdt.

Revision 1.164 / (download) - annotate - [select for diffs], Sun Jul 15 22:11:03 2007 UTC (16 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.163: +5 -1 lines
Diff to previous 1.163 (colored)

Added PKG_GROUPS_VARS, PKG_SYSCONFDIR_PERMS, PKG_USERS_VARS and
SETUID_ROOT_PERMS.

Revision 1.163 / (download) - annotate - [select for diffs], Tue Jun 19 20:05:36 2007 UTC (16 years, 3 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.162: +3 -1 lines
Diff to previous 1.162 (colored)

Added INSTALL_ENV and SUBST_VARS. Noted by joerg.

Revision 1.162 / (download) - annotate - [select for diffs], Tue Jun 5 13:38:04 2007 UTC (16 years, 3 months ago) by rillig
Branch: MAIN
Changes since 1.161: +2 -1 lines
Diff to previous 1.161 (colored)

Added JAVA_BINPREFIX.

Revision 1.161 / (download) - annotate - [select for diffs], Sun Mar 18 23:09:53 2007 UTC (16 years, 6 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.160: +4 -1 lines
Diff to previous 1.160 (colored)

Added INSTALLATION_DIRS_FROM_PLIST, MAKE_JOBS and MAKE_JOBS_SAFE.

Revision 1.160 / (download) - annotate - [select for diffs], Fri Mar 9 03:37:59 2007 UTC (16 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.159: +3 -1 lines
Diff to previous 1.159 (colored)

Added PKG_DBDIR and RUN.

Revision 1.159 / (download) - annotate - [select for diffs], Fri Mar 2 05:54:18 2007 UTC (16 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.158: +1 -2 lines
Diff to previous 1.158 (colored)

Remove support for obsolete and unused NO_PKG_REGISTER.

Revision 1.158 / (download) - annotate - [select for diffs], Tue Feb 20 12:38:32 2007 UTC (16 years, 7 months ago) by uebayasi
Branch: MAIN
Changes since 1.157: +3 -3 lines
Diff to previous 1.157 (colored)

pkglint-4.76; teach emacs22{,nox}.

Revision 1.157 / (download) - annotate - [select for diffs], Thu Feb 15 23:53:16 2007 UTC (16 years, 7 months ago) by rillig
Branch: MAIN
Changes since 1.156: +2 -1 lines
Diff to previous 1.156 (colored)

Added PGSQL_PREFIX.

Revision 1.156 / (download) - annotate - [select for diffs], Tue Jan 30 18:56:46 2007 UTC (16 years, 8 months ago) by rillig
Branch: MAIN
Changes since 1.155: +4 -4 lines
Diff to previous 1.155 (colored)

Added apache22.

Revision 1.155 / (download) - annotate - [select for diffs], Sun Jan 28 09:23:35 2007 UTC (16 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.154: +2 -1 lines
Diff to previous 1.154 (colored)

Accept kde3-1.0 in USE_DIRS.

Revision 1.154 / (download) - annotate - [select for diffs], Wed Jan 17 03:11:19 2007 UTC (16 years, 8 months ago) by rillig
Branch: MAIN
Changes since 1.153: +2 -2 lines
Diff to previous 1.153 (colored)

Renamed BUILDLINK_TRANSFORM.* to BUILDLINK_FNAME_TRANSFORM.*, to make
clear that these variables are completely unrelated to
BUILDLINK_TRANSFORM.

Added a legacy check that catches appearances of BUILDLINK_TRANSFORM.*.

XXX: Where should incompatible changes in pkgsrc be documented?

Revision 1.153 / (download) - annotate - [select for diffs], Mon Jan 15 08:44:39 2007 UTC (16 years, 8 months ago) by rillig
Branch: MAIN
Changes since 1.152: +6 -2 lines
Diff to previous 1.152 (colored)

Added some new variables.

Revision 1.152 / (download) - annotate - [select for diffs], Sat Jan 6 14:19:40 2007 UTC (16 years, 8 months ago) by rillig
Branch: MAIN
Changes since 1.151: +5 -2 lines
Diff to previous 1.151 (colored)

Fixed the definition of Python-related variables.

Revision 1.151 / (download) - annotate - [select for diffs], Tue Jan 2 23:00:11 2007 UTC (16 years, 9 months ago) by rillig
Branch: MAIN
Changes since 1.150: +3 -3 lines
Diff to previous 1.150 (colored)

Converted NOT_FOR_PLATFORM and ONLY_FOR_PLATFORM from List to
InternalList, so they can be used in .for loops.

Revision 1.150 / (download) - annotate - [select for diffs], Tue Jan 2 13:14:39 2007 UTC (16 years, 9 months ago) by rillig
Branch: MAIN
Changes since 1.149: +2 -1 lines
Diff to previous 1.149 (colored)

+ MASTER_SITE_GENTOO

Revision 1.149 / (download) - annotate - [select for diffs], Wed Dec 27 15:52:16 2006 UTC (16 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.148: +2 -2 lines
Diff to previous 1.148 (colored)

PostgreSQL-7.4 support is about to be removed.

Revision 1.148 / (download) - annotate - [select for diffs], Sat Dec 16 10:59:52 2006 UTC (16 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.147: +2 -2 lines
Diff to previous 1.147 (colored)

xdg-1.4 is valid.

Revision 1.147 / (download) - annotate - [select for diffs], Tue Dec 12 21:56:44 2006 UTC (16 years, 9 months ago) by rillig
Branch: MAIN
Changes since 1.146: +2 -2 lines
Diff to previous 1.146 (colored)

Added c99 to the list of known languages.

Following existing practice, the variable PKG_BUILD_OPTIONS.* may be
queried in buildlink3.mk files in the .include section, and no warning
is generated anymore.

Revision 1.146 / (download) - annotate - [select for diffs], Wed Dec 6 00:46:27 2006 UTC (16 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.145: +2 -1 lines
Diff to previous 1.145 (colored)

texmf-dirs is up to 1.4.

Revision 1.145 / (download) - annotate - [select for diffs], Fri Dec 1 21:17:08 2006 UTC (16 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.144: +12 -3 lines
Diff to previous 1.144 (colored)

Added the CHECK_* variables.

Revision 1.144 / (download) - annotate - [select for diffs], Wed Nov 22 23:05:19 2006 UTC (16 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.143: +2 -1 lines
Diff to previous 1.143 (colored)

+ BSD_MAKE_ENV

Revision 1.143 / (download) - annotate - [select for diffs], Thu Nov 9 22:29:29 2006 UTC (16 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.142: +5 -4 lines
Diff to previous 1.142 (colored)

Some minor tweaks; added DESTDIR.

Revision 1.142 / (download) - annotate - [select for diffs], Wed Nov 1 09:14:45 2006 UTC (16 years, 11 months ago) by joerg
Branch: MAIN
Changes since 1.141: +2 -1 lines
Diff to previous 1.141 (colored)

Add PKG_DESTDIR_SUPPORT to variable list. Bump to 4.73.

Revision 1.141 / (download) - annotate - [select for diffs], Wed Oct 18 20:54:22 2006 UTC (16 years, 11 months ago) by rillig
Branch: MAIN
Changes since 1.140: +5 -1 lines
Diff to previous 1.140 (colored)

Added CHECK_FILES_SUPPORTED and some Postgres variables.

Revision 1.140 / (download) - annotate - [select for diffs], Sun Oct 1 14:38:07 2006 UTC (17 years ago) by rillig
Branch: MAIN
Changes since 1.139: +3 -2 lines
Diff to previous 1.139 (colored)

SITES.* may be used in package Makefiles.

Revision 1.139 / (download) - annotate - [select for diffs], Wed Sep 27 15:10:45 2006 UTC (17 years ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.138: +2 -3 lines
Diff to previous 1.138 (colored)

De-recognise XFree86. Update to 4.70.

Revision 1.138 / (download) - annotate - [select for diffs], Sat Sep 9 08:46:26 2006 UTC (17 years ago) by obache
Branch: MAIN
Changes since 1.137: +2 -2 lines
Diff to previous 1.137 (colored)

MAKEFILE has been renamed to MAKE_FILE.

Revision 1.137 / (download) - annotate - [select for diffs], Fri Sep 8 07:45:36 2006 UTC (17 years ago) by rillig
Branch: MAIN
Changes since 1.136: +2 -2 lines
Diff to previous 1.136 (colored)

Improved the heuristics for detecting absolute pathnames.

Not only CFLAGS, but also {FOO}_CFLAGS should be passed through the :M*
operator before being passed to the shell.

Revision 1.136 / (download) - annotate - [select for diffs], Thu Jul 27 18:59:32 2006 UTC (17 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.135: +3 -3 lines
Diff to previous 1.135 (colored)

Renamed *_SITE_* to *_SITES_*.

Revision 1.135 / (download) - annotate - [select for diffs], Thu Jul 27 16:13:51 2006 UTC (17 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.134: +3 -1 lines
Diff to previous 1.134 (colored)

DYNAMIC_MASTER_SITES is gone.

Revision 1.134 / (download) - annotate - [select for diffs], Thu Jul 27 15:48:45 2006 UTC (17 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.133: +9 -7 lines
Diff to previous 1.133 (colored)

Some minor tweaks.

Revision 1.133 / (download) - annotate - [select for diffs], Fri Jul 21 19:09:23 2006 UTC (17 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.132: +2 -2 lines
Diff to previous 1.132 (colored)

Fixed the regular expression to detect whether USE_LANGUAGES contains
"c" or not.

Revision 1.132 / (download) - annotate - [select for diffs], Tue Jul 18 18:14:33 2006 UTC (17 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.131: +5 -1 lines
Diff to previous 1.131 (colored)

- Added PKG_CONFIG to makevars.map.
- Make sure that the bsd.pkginstall.mk file exists before mentioning it
  in diagnostic messages. Noticed by Martti Kuparinen.

Revision 1.131 / (download) - annotate - [select for diffs], Sun Jul 16 09:29:39 2006 UTC (17 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.130: +6 -3 lines
Diff to previous 1.130 (colored)

Added REPLACE_AWK, REPLACE_BASH, REPLACE_SH.

Revision 1.130 / (download) - annotate - [select for diffs], Thu Jul 13 21:04:35 2006 UTC (17 years, 2 months ago) by jlam
Branch: MAIN
Changes since 1.129: +2 -1 lines
Diff to previous 1.129 (colored)

Add BOOTSTRAP_DEPENDS, which has the exact same semantics as
BUILD_DEPENDS.

Revision 1.129 / (download) - annotate - [select for diffs], Wed Jul 12 19:33:58 2006 UTC (17 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.128: +4 -2 lines
Diff to previous 1.128 (colored)

Added UNPRIVILEGED_USER and UNPRIVILEGED_GROUP. Fixed MAKEFILE.

Revision 1.128 / (download) - annotate - [select for diffs], Tue Jul 11 12:01:06 2006 UTC (17 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.127: +3 -3 lines
Diff to previous 1.127 (colored)

Swapped the order of two checks in variable_needs_quoting. Now lists of
filenames and pathnames may appear in .for loops. (Of course, this only
works for "nice" filenames, but the amount of false positive warnings would
just be too high.)

Added another warning for dependency patterns like 2.3*, which are
likely to be wrong: They match 2.3, 2.3nb4 and 2.30, but not 2.20, which
lies in between them.

Revision 1.127 / (download) - annotate - [select for diffs], Mon Jul 10 04:16:02 2006 UTC (17 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.126: +2 -2 lines
Diff to previous 1.126 (colored)

Changed the type of COMPILER_RPATH_FLAG to an enumeration to get rid of
the :Q warnings.

Revision 1.126 / (download) - annotate - [select for diffs], Thu Jul 6 22:03:39 2006 UTC (17 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.125: +2 -2 lines
Diff to previous 1.125 (colored)

Although EXTRACT_USING is mentioned in mk/defaults/mk.conf, its primary
purpose is to be overridden by packages, not by the user.

Revision 1.125 / (download) - annotate - [select for diffs], Thu Jul 6 17:40:17 2006 UTC (17 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.124: +2 -1 lines
Diff to previous 1.124 (colored)

- Added OVERRIDE_DIRDEPTH to the list of known variables.
- Added the -Cglobal option for inter-package checks (disabled by
  default) that may consume a lot of memory.
- Adjusted pkglint to another change in the TOOLS framework which had
  not been detected automatically.
- MD5 checksums are no longer deprecated, they are now obsolete.

Revision 1.124 / (download) - annotate - [select for diffs], Tue Jul 4 10:01:03 2006 UTC (17 years, 3 months ago) by rillig
Branch: MAIN
Changes since 1.123: +3 -2 lines
Diff to previous 1.123 (colored)

PKG_SYSCONFDIR.* is also a Pathname.

Revision 1.123 / (download) - annotate - [select for diffs], Tue Jul 4 09:02:49 2006 UTC (17 years, 3 months ago) by rillig
Branch: MAIN
Changes since 1.122: +2 -1 lines
Diff to previous 1.122 (colored)

Added NONBINMODE.

Revision 1.122 / (download) - annotate - [select for diffs], Sun Jul 2 09:47:17 2006 UTC (17 years, 3 months ago) by rillig
Branch: MAIN
Changes since 1.121: +346 -300 lines
Diff to previous 1.121 (colored)

Updated pkglint to 4.66.

This change includes all the things I thought of during the freeze of
2006Q2.

Some variables have disappeared from pkgsrc without notice. Marked them
deprecated to help the package authors at least a bit.

Renamed some ACL abbreviations in makevars.map and adjusted the variable
definitions.

Added the command line options -Dtrace, -Dunchecked and -Dunused.

Some variables may contain unexpected white-space and therefore should
not be used in .for loops.

The -Dmisc option replaces the --verbose option (and the log_info
subroutine), which does not exist any longer. This eliminates all
instances of "OK:" from the output, which I didn't like from the
beginning. The -Dmisc option also takes over many warnings that have
been issued by --debug before.

Improved the check for absolute pathnames. Especially, everything that
follows ${DESTDIR} or $(DESTDIR) in a Makefile is considered an absolute
pathname. This reveals many wrong uses of DESTDIR (as defined by the GNU
coding standards), for example $(DESTDIR)/$(prefix), which should be
$(DESTDIR)$(prefix) instead.

Almost every use of a make(1) variable is checked for spelling mistakes.
Before, only the definitions of variables have been checked.

Restricted the use of variables to specific files, which are defined in
makevars.map. This catches especially buildlink3.mk files with
unexpected side effects.

In shell commands, neither "echo" nor "echo -n" or "${ECHO} -n" should
be used. Since the INSTALL_*_DIR commands can only handle one directory
at a time, suggest to use INSTALLATION_DIRS instead.

Greatly improved the checks for dependency specifications, especially to
find foo-*, which should rather be foo-[0-9]*.

Fixed the incorrect handling of LICENSE_FILE (now using $line->text
instead of $line).

Improved the wording of the "plural names" warnings, so that for known
variables it is "The += operator should only be used with lists." now.

In buildlink3.mk files the uppercase and lowercase names of the package
should correspond with the package name. This catches many
copy-and-paste mistakes. Fixed many null pointer exceptions as well. In
addition, every buildlink3.mk file needs a definition of
BUILDLINK_API_DEPENDS.

In patch files, absolute pathnames and unportable macro names are
checked not only in added lines, but also in the context lines.

In the pkgsrc root directory and the category directories, the Makefiles
are checked like every other Makefile, too.

Fixed the place where the global variables for the package context are
defined and later undefined.

Variables that are mentioned in EVAL_PREFIX may be used in the current
file and are not flagged as "used but not defined".

When parsing shell words in Makefiles, recognize $<, $@, $^ and $/.
(The latter is used extensively by openoffice to represent a directory
separator.)

Fixed some minor bugs:
* $makevar had been defined unintentionally by using the -> operator.

Revision 1.121 / (download) - annotate - [select for diffs], Sun Jun 18 08:42:16 2006 UTC (17 years, 3 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.120: +11 -11 lines
Diff to previous 1.120 (colored)

HEADER_TEMPLATE is deprecated. Added permissions for several JAVA_*
variables.

Revision 1.120 / (download) - annotate - [select for diffs], Sun Jun 18 08:18:18 2006 UTC (17 years, 3 months ago) by rillig
Branch: MAIN
Changes since 1.119: +3 -3 lines
Diff to previous 1.119 (colored)

{DE,}INSTALL_TEMPLATE are deprecated in favor of {DE,}INSTALL_TEMPLATES.

Revision 1.119 / (download) - annotate - [select for diffs], Sun Jun 18 00:45:45 2006 UTC (17 years, 3 months ago) by rillig
Branch: MAIN
Changes since 1.118: +3 -1 lines
Diff to previous 1.118 (colored)

Added OVERRIDE_GNU_CONFIG_SCRIPTS and PYPKGPREFIX.

Revision 1.118 / (download) - annotate - [select for diffs], Sat Jun 17 17:09:48 2006 UTC (17 years, 3 months ago) by rillig
Branch: MAIN
Changes since 1.117: +3 -2 lines
Diff to previous 1.117 (colored)

- Fixed variable definitions of BUILDLINK_RPATHDIRS.* and PKGPATH.
- The macro __sparc_v9__ is neither defined by gcc nor by SunPro. But
  __sparcv9 is.
- Added some more commands that may be hidden using the "@" character.
- Don't let pkglint get confused by additional magic in the use of
  MASTER_SITES. For example, devel/nspr uses ${MASTER_SITE:S/../../:=foo/}.

Revision 1.117 / (download) - annotate - [select for diffs], Sat Jun 17 16:16:26 2006 UTC (17 years, 3 months ago) by rillig
Branch: MAIN
Changes since 1.116: +2 -2 lines
Diff to previous 1.116 (colored)

Typo (FileMask instead of Filemask).

Revision 1.116 / (download) - annotate - [select for diffs], Fri Jun 16 12:01:38 2006 UTC (17 years, 3 months ago) by rillig
Branch: MAIN
Changes since 1.115: +4 -1 lines
Diff to previous 1.115 (colored)

Added the shell commands DELAYED_{ERROR,WARNING}_MSG and SHCOMMENT.

Revision 1.115 / (download) - annotate - [select for diffs], Fri Jun 16 09:34:19 2006 UTC (17 years, 3 months ago) by rillig
Branch: MAIN
Changes since 1.114: +2 -2 lines
Diff to previous 1.114 (colored)

USE_TOOLS may be modified in buildlink3.mk.

Revision 1.114 / (download) - annotate - [select for diffs], Fri Jun 9 07:29:15 2006 UTC (17 years, 3 months ago) by rillig
Branch: MAIN
Changes since 1.113: +13 -9 lines
Diff to previous 1.113 (colored)

Minor improvements.

Revision 1.113 / (download) - annotate - [select for diffs], Thu Jun 8 22:31:25 2006 UTC (17 years, 3 months ago) by rillig
Branch: MAIN
Changes since 1.112: +2 -5 lines
Diff to previous 1.112 (colored)

The old syntax for List+ and InternalList+ does not exist anymore.

Revision 1.112 / (download) - annotate - [select for diffs], Thu Jun 8 18:21:14 2006 UTC (17 years, 3 months ago) by rillig
Branch: MAIN
Changes since 1.111: +2 -2 lines
Diff to previous 1.111 (colored)

Contrary to my (and maybe to others') expectations, INFO_FILES does
_not_ have the data type "List of Pathname", but "Yes".

Revision 1.111 / (download) - annotate - [select for diffs], Thu Jun 8 15:56:00 2006 UTC (17 years, 3 months ago) by rillig
Branch: MAIN
Changes since 1.110: +11 -1 lines
Diff to previous 1.110 (colored)

The ">&" shell operator is recognized correctly. A warning is printed
for every shell command that is not known in the tools framework.

Revision 1.110 / (download) - annotate - [select for diffs], Thu Jun 8 15:50:54 2006 UTC (17 years, 3 months ago) by rillig
Branch: MAIN
Changes since 1.109: +3 -2 lines
Diff to previous 1.109 (colored)

Minor improvements.

Revision 1.109 / (download) - annotate - [select for diffs], Thu Jun 8 07:10:19 2006 UTC (17 years, 3 months ago) by rillig
Branch: MAIN
Changes since 1.108: +17 -16 lines
Diff to previous 1.108 (colored)

Replaced the explicit permission [*:a] with [$list], which prevents
buildlink3.mk and builtin.mk files from  modifying these variables.

Revision 1.108 / (download) - annotate - [select for diffs], Tue Jun 6 11:37:31 2006 UTC (17 years, 3 months ago) by rillig
Branch: MAIN
Changes since 1.107: +5 -5 lines
Diff to previous 1.107 (colored)

Some small refinements.

Revision 1.107 / (download) - annotate - [select for diffs], Tue Jun 6 08:22:41 2006 UTC (17 years, 3 months ago) by rillig
Branch: MAIN
Changes since 1.106: +61 -40 lines
Diff to previous 1.106 (colored)

Added the proper types for many of the variables that have been
unchecked before (mainly because of limitations in earlier pkglint
versions). Added ACL constants for user-defined, system-defined and
command-line variables.

Revision 1.106 / (download) - annotate - [select for diffs], Tue Jun 6 07:04:56 2006 UTC (17 years, 3 months ago) by rillig
Branch: MAIN
Changes since 1.105: +2 -2 lines
Diff to previous 1.105 (colored)

Enumerations don't need the :Q operator.

Revision 1.105 / (download) - annotate - [select for diffs], Tue Jun 6 06:48:16 2006 UTC (17 years, 3 months ago) by rillig
Branch: MAIN
Changes since 1.104: +2 -2 lines
Diff to previous 1.104 (colored)

Improved variable_needs_quoting.

Revision 1.104 / (download) - annotate - [select for diffs], Mon Jun 5 22:24:12 2006 UTC (17 years, 3 months ago) by rillig
Branch: MAIN
Changes since 1.103: +3 -3 lines
Diff to previous 1.103 (colored)

Minor corrections.

Revision 1.103 / (download) - annotate - [select for diffs], Sat Jun 3 07:10:25 2006 UTC (17 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.102: +5 -2 lines
Diff to previous 1.102 (colored)

In Makefile.common, the standard list variables may be set using "="
instead of only appending with "+=".

Revision 1.102 / (download) - annotate - [select for diffs], Sat Jun 3 07:06:23 2006 UTC (17 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.101: +48 -33 lines
Diff to previous 1.101 (colored)

Added the possibility of defining custom ACLs in the file makevars.map.

Revision 1.101 / (download) - annotate - [select for diffs], Sat Jun 3 06:04:37 2006 UTC (17 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.100: +8 -7 lines
Diff to previous 1.100 (colored)

Improved the variable specification in makevars.map. Code cleanup.

Revision 1.100 / (download) - annotate - [select for diffs], Fri Jun 2 21:54:00 2006 UTC (17 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.99: +3 -3 lines
Diff to previous 1.99 (colored)

Run-time variables should not be used in load-time variables.

Revision 1.99 / (download) - annotate - [select for diffs], Fri Jun 2 21:33:22 2006 UTC (17 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.98: +31 -26 lines
Diff to previous 1.98 (colored)

MASTER_SITE* may be used at run-time. Various other small changes.

Revision 1.98 / (download) - annotate - [select for diffs], Wed May 31 08:46:00 2006 UTC (17 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.97: +4 -4 lines
Diff to previous 1.97 (colored)

Added a check for variables that are evaluated at load time. Especially
for lists of something, this can lead to unexpected behavior. Currently,
only the variables BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and PKG_OPTIONS
may be looked at during load time.

This warning reveals the bad practice to "patch" CONFIGURE_ARGS at load
time, for example:

> CONFIGURE_ARGS:=      ${CONFIGURE_ARGS:S/--disable-esd/--enable-esd/}
WARN: audio/bmp-esound/Makefile:14: CONFIGURE_ARGS should not be
      evaluated at load time.

Revision 1.97 / (download) - annotate - [select for diffs], Wed May 31 06:35:52 2006 UTC (17 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.96: +39 -16 lines
Diff to previous 1.96 (colored)

The checks for variable use and correct quoting have been concentrated
into a single subroutine, checkline_mk_varuse, which replaces the
various ad-hoc checks. Added the class PkgLint::VarUseContext that tries
to model the context in which a make(1) variable can appear. The checks
are much better now than before, but there's still work to do. Added a
new type FileMode for file permissions.

Currently no warnings are printed for untyped variables (that is,
user-defined and not following the common naming schemes). This includes
the iteration variables of .for loops. Since many of the warnings have
been overly strict, this is not a big loss.

Revision 1.96 / (download) - annotate - [select for diffs], Wed May 31 02:15:50 2006 UTC (17 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.95: +5 -3 lines
Diff to previous 1.95 (colored)

Some minor fixes and additions.

Revision 1.95 / (download) - annotate - [select for diffs], Tue May 23 09:12:35 2006 UTC (17 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.94: +3 -1 lines
Diff to previous 1.94 (colored)

Prevented warnings when defining the new FETCH_MESSAGE.

Revision 1.94 / (download) - annotate - [select for diffs], Tue May 23 08:59:47 2006 UTC (17 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.93: +3 -2 lines
Diff to previous 1.93 (colored)

- _FETCH_MESSAGE, BUILDLINK_RECOMMENDED.* and BUILDLINK_DEPENDS.* are
  deprecated.
- CONFLICT is just a spelling mistake and therefore should not appear
  in the list of deprecated variables.
- Made handling of parameterized variables more uniform.

Revision 1.93 / (download) - annotate - [select for diffs], Mon May 22 07:41:03 2006 UTC (17 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.92: +150 -136 lines
Diff to previous 1.92 (colored)

- Pkglint distinguishes between variables FOO and FOO.* now when checking
  data types and permissions.
- Changed the way that permissions are determined a bit, so that
  unspecified permissions can be detected.
- Renamed -Wacl to -Wperm.
- When no applicable permissions are found, "?" is returned.
- When checking for unused variables, parameterized variables don't have to
  be matched exactly but only by basename.
- Added an explanation for the permissions warning.

Revision 1.92 / (download) - annotate - [select for diffs], Tue May 16 22:18:17 2006 UTC (17 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.91: +2 -2 lines
Diff to previous 1.91 (colored)

bsd.options.mk may set PKG_OPTIONS.

Revision 1.91 / (download) - annotate - [select for diffs], Thu May 11 18:26:51 2006 UTC (17 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.90: +21 -21 lines
Diff to previous 1.90 (colored)

In the make targets show-* and *-message, commands may be hidden using
"@".

Revision 1.90 / (download) - annotate - [select for diffs], Thu May 11 10:10:12 2006 UTC (17 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.89: +3 -3 lines
Diff to previous 1.89 (colored)

BUILDLINK_A{B,P}I_DEPENDS should not be assigned using the ?= operator.

Revision 1.89 / (download) - annotate - [select for diffs], Thu May 11 09:16:53 2006 UTC (17 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.88: +13 -5 lines
Diff to previous 1.88 (colored)

- Allow the lines in makevars.map to be folded like in Makefiles.
- Removed some legacy definitions for ACL subjects.

Revision 1.88 / (download) - annotate - [select for diffs], Wed May 10 17:14:08 2006 UTC (17 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.87: +16 -16 lines
Diff to previous 1.87 (colored)

- ACL subjects may contain * as a placeholder.

Revision 1.87 / (download) - annotate - [select for diffs], Wed May 10 15:31:41 2006 UTC (17 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.86: +67 -67 lines
Diff to previous 1.86 (colored)

- Improved ACL definitions in makevars.map.
- Added checks for deprecated and nonexistent licenses. (suggested by gdt)
- Added detection for /foo/s/bar/baz/ sed command that appears without a
  leading "-e" in a SedCommands variable. (suggested by wiz)

Revision 1.86 / (download) - annotate - [select for diffs], Wed May 10 11:34:52 2006 UTC (17 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.85: +282 -228 lines
Diff to previous 1.85 (colored)

- Removed the types Readonly and Userdefined.
- Aligned the ACL permission letters with the documentation. The old "c"
  letter has been removed because from the definition's point of view,
  there is no difference between the "=" and the ":=" operator. All the
  differences lie on the right hand side, which will be covered later.
- Updated the variables in makevars.map with mk/defaults/mk.conf, 1.118.

Revision 1.85 / (download) - annotate - [select for diffs], Wed May 10 08:17:25 2006 UTC (17 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.84: +264 -261 lines
Diff to previous 1.84 (colored)

- Added the class PkgLint::Type.
- Added the -Wacl command line option, which is disabled by default.
- Extended the type definitions in makevars.map by ACLs, which specify
  in which files the variables may be defined.
- Trailing white-space in DESCR files can be fixed automatically.
- Use of the $$ shell variable is not flagged as "strange" anymore.
- Added ACL-based checks for variable definitions.
- PKGREVISION should not be set to 0.
- Improved the diagnostics text for RESTRICTED.
- Added the types Unchecked and Version.
- Dashes are allowed in library names in wrapper reordering commands.
- More than one DISTFILES definition is allowed in the variable ordering
  check.

Revision 1.84 / (download) - annotate - [select for diffs], Mon May 1 20:19:04 2006 UTC (17 years, 5 months ago) by rillig
Branch: MAIN
Changes since 1.83: +5 -5 lines
Diff to previous 1.83 (colored)

The only valid value for NO_{SRC,BIN}_ON_{CDROM,FTP} is ${RESTRICTED},
as documented in the pkgsrc guide.

Revision 1.83 / (download) - annotate - [select for diffs], Mon May 1 00:13:47 2006 UTC (17 years, 5 months ago) by rillig
Branch: MAIN
Changes since 1.82: +12 -12 lines
Diff to previous 1.82 (colored)

Marked all variables from mk/defaults/mk.conf as Readonly.

Revision 1.82 / (download) - annotate - [select for diffs], Fri Apr 21 09:42:01 2006 UTC (17 years, 5 months ago) by rillig
Branch: MAIN
Changes since 1.81: +4 -3 lines
Diff to previous 1.81 (colored)

- Added checks for wrapper transformation and reordering rules.
- Added checks for redundant library files in PLISTs.

Revision 1.81 / (download) - annotate - [select for diffs], Wed Apr 12 09:23:36 2006 UTC (17 years, 5 months ago) by rillig
Branch: MAIN
Changes since 1.80: +1 -3 lines
Diff to previous 1.80 (colored)

The variables RECOMMENDED and BUILDLINK_RECOMMENDED are deprecated.

Revision 1.80 / (download) - annotate - [select for diffs], Wed Apr 12 08:49:57 2006 UTC (17 years, 5 months ago) by rillig
Branch: MAIN
Changes since 1.79: +4 -1 lines
Diff to previous 1.79 (colored)

The diagnostics for package updates now include the reason that is given
in doc/TODO, which is often a reference to a PR.

Revision 1.79 / (download) - annotate - [select for diffs], Tue Mar 14 14:20:13 2006 UTC (17 years, 6 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.78: +2 -1 lines
Diff to previous 1.78 (colored)

Added HEADER_TEMPLATE.

Revision 1.78 / (download) - annotate - [select for diffs], Tue Mar 14 14:18:56 2006 UTC (17 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.77: +3 -3 lines
Diff to previous 1.77 (colored)

{DE,}INSTALL_EXTRA_TMPL have been renamed to {DE,}INSTALL_TEMPLATE.

Revision 1.77 / (download) - annotate - [select for diffs], Mon Mar 13 01:03:59 2006 UTC (17 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.76: +3 -3 lines
Diff to previous 1.76 (colored)

{DE,}INSTALL_EXTRA_TMPL do not always need the += operator.

Revision 1.76 / (download) - annotate - [select for diffs], Sun Mar 12 16:55:51 2006 UTC (17 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.75: +11 -3 lines
Diff to previous 1.75 (colored)

- Added a bunch of variables to makevars.map.
- Removed the specialized spell checker for NO_*_ON_*, since the generic
  one catches these quite well.
- SITES_* is deprecated in favor of SITES.*.
- Don't warn if variable alignment is done with exactly one space
  character, since this is common when one line from a group has an
  overly lengthy variable.
- Added support for checking whether the number of leading lines of context
  matches the number of trailing lines of context in patch files of the
  unified diff format. The MacOS X patch utility cannot handle these. As
  there are quite a number of false positives here (especially when the
  hunk is applied at the end of a file), this warning only shows up in
  --debug mode.

Revision 1.75 / (download) - annotate - [select for diffs], Sun Mar 12 13:34:53 2006 UTC (17 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.74: +2 -2 lines
Diff to previous 1.74 (colored)

Added the BrokenIn data type. All BROKEN_IN lines generate an additional
note that tells the user to remove the line if the package builds.

Revision 1.74 / (download) - annotate - [select for diffs], Sat Mar 11 18:38:35 2006 UTC (17 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.73: +16 -12 lines
Diff to previous 1.73 (colored)

- Renamed "List!" to "InternalList".
- When ${SED} and ${MV} are used in a single shell command, print a note
  that the SUBST framework is preferred over the direct use of these
  commands.

Revision 1.73 / (download) - annotate - [select for diffs], Sat Mar 11 00:01:28 2006 UTC (17 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.72: +4 -1 lines
Diff to previous 1.72 (colored)

Added CHECK_FILES_SKIP, DEVOSSSOUND, DLOPEN_REQUIRE_PTHREAD.

Revision 1.72 / (download) - annotate - [select for diffs], Fri Mar 10 22:14:52 2006 UTC (17 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.71: +4 -1 lines
Diff to previous 1.71 (colored)

Added PKG_SYSCONFDIR and PKG_SYSCONFVAR. The latter is not a Varname, as
the name might suggest, but an Identifier.

Revision 1.71 / (download) - annotate - [select for diffs], Fri Mar 10 12:33:49 2006 UTC (17 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.70: +2 -1 lines
Diff to previous 1.70 (colored)

Added SITES.

Revision 1.70 / (download) - annotate - [select for diffs], Thu Mar 9 17:34:17 2006 UTC (17 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.69: +3 -1 lines
Diff to previous 1.69 (colored)

Added the REPLACE.* and REPLACE_FILES.* variables.

Revision 1.69 / (download) - annotate - [select for diffs], Wed Mar 1 20:57:39 2006 UTC (17 years, 7 months ago) by rillig
Branch: MAIN
Changes since 1.68: +3 -1 lines
Diff to previous 1.68 (colored)

Added DEVOSSAUDIO and LIBOSSAUDIO.

Revision 1.68 / (download) - annotate - [select for diffs], Tue Feb 28 00:17:29 2006 UTC (17 years, 7 months ago) by rillig
Branch: MAIN
Changes since 1.67: +36 -1 lines
Diff to previous 1.67 (colored)

Added the INSTALL_* commands and the MASTER_SITE_* URL lists.

Revision 1.67 / (download) - annotate - [select for diffs], Sun Feb 26 17:40:44 2006 UTC (17 years, 7 months ago) by rillig
Branch: MAIN
Changes since 1.66: +2 -3 lines
Diff to previous 1.66 (colored)

- Improved checking of sed commands that are used in the SUBST
  framework. Now, unescaped shell special characters are detected.

Revision 1.66 / (download) - annotate - [select for diffs], Sun Feb 26 04:26:52 2006 UTC (17 years, 7 months ago) by rillig
Branch: MAIN
Changes since 1.65: +2 -2 lines
Diff to previous 1.65 (colored)

- The type SubstMessage was redundant and has been replaced with Message.
- Improved a diagnostic.

Revision 1.65 / (download) - annotate - [select for diffs], Sat Feb 18 16:07:16 2006 UTC (17 years, 7 months ago) by rillig
Branch: MAIN
Changes since 1.64: +4 -1 lines
Diff to previous 1.64 (colored)

Added EGDIR.

Revision 1.64 / (download) - annotate - [select for diffs], Sat Feb 18 14:12:49 2006 UTC (17 years, 7 months ago) by rillig
Branch: MAIN
Changes since 1.63: +8 -1 lines
Diff to previous 1.63 (colored)

Added some variables.

Revision 1.63 / (download) - annotate - [select for diffs], Thu Feb 16 06:33:00 2006 UTC (17 years, 7 months ago) by rillig
Branch: MAIN
Changes since 1.62: +2 -2 lines
Diff to previous 1.62 (colored)

Added XMKMF_FLAGS.

Revision 1.62 / (download) - annotate - [select for diffs], Wed Feb 15 16:10:49 2006 UTC (17 years, 7 months ago) by rillig
Branch: MAIN
Changes since 1.61: +7 -1 lines
Diff to previous 1.61 (colored)

- Some more typed variables.
- Variables that are not of type "List of something" should be quoted when
  used in shell programs.
- In mail addresses, a "+" is allowed.

Revision 1.61 / (download) - annotate - [select for diffs], Wed Feb 15 11:41:01 2006 UTC (17 years, 7 months ago) by rillig
Branch: MAIN
Changes since 1.60: +54 -4 lines
Diff to previous 1.60 (colored)

- Added some more variables and a new data type, LdFlags.

Revision 1.60 / (download) - annotate - [select for diffs], Tue Feb 14 22:57:18 2006 UTC (17 years, 7 months ago) by rillig
Branch: MAIN
Changes since 1.59: +34 -2 lines
Diff to previous 1.59 (colored)

Added some more variables.

Revision 1.59 / (download) - annotate - [select for diffs], Tue Feb 14 22:03:19 2006 UTC (17 years, 7 months ago) by rillig
Branch: MAIN
Changes since 1.58: +22 -1 lines
Diff to previous 1.58 (colored)

- Added experimental support for detecting defined, but unused variables.
  The main task is now to filter out the false positives (that is, all
  system-defined variables) and add them to makevars.map.

Revision 1.58 / (download) - annotate - [select for diffs], Fri Jan 20 13:03:10 2006 UTC (17 years, 8 months ago) by rillig
Branch: MAIN
Changes since 1.57: +2 -2 lines
Diff to previous 1.57 (colored)

Setting BROKEN_GETTEXT_DETECTION to "no" really means "no", so allow it.

Revision 1.57 / (download) - annotate - [select for diffs], Fri Jan 20 12:35:51 2006 UTC (17 years, 8 months ago) by rillig
Branch: MAIN
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (colored)

Despite its name, BUILTIN_FIND_FILES_VAR is a _list_ of variable names.

Revision 1.56 / (download) - annotate - [select for diffs], Fri Jan 13 00:59:39 2006 UTC (17 years, 8 months ago) by rillig
Branch: MAIN
Changes since 1.55: +2 -1 lines
Diff to previous 1.55 (colored)

Added LIBTOOL_OVERRIDE.

Revision 1.55 / (download) - annotate - [select for diffs], Thu Jan 12 22:28:06 2006 UTC (17 years, 8 months ago) by rillig
Branch: MAIN
Changes since 1.54: +54 -3 lines
Diff to previous 1.54 (colored)

- Added about 50 variable types to makevars.map.
- Added some variable types.
- For unknown variables, the type is guessed from the variable name.
- Added more checks for relative pathnames.
- Improved the shell parser once more.

Revision 1.54 / (download) - annotate - [select for diffs], Thu Jan 12 13:59:42 2006 UTC (17 years, 8 months ago) by rillig
Branch: MAIN
Changes since 1.53: +2 -1 lines
Diff to previous 1.53 (colored)

Added APACHE_MODULE.

Revision 1.53 / (download) - annotate - [select for diffs], Sat Jan 7 20:00:00 2006 UTC (17 years, 8 months ago) by rillig
Branch: MAIN
Changes since 1.52: +2 -1 lines
Diff to previous 1.52 (colored)

- Added SUBST_MESSAGE to the list of checked variables. The plan is to
  remove the quoting from the definitions in the Makefiles.
- When checking with -Wall, print warnings about possibly misquoted
  variables in the various states of the shell word parser.

Revision 1.52 / (download) - annotate - [select for diffs], Mon Jan 2 01:18:24 2006 UTC (17 years, 9 months ago) by rillig
Branch: MAIN
Changes since 1.51: +4 -1 lines
Diff to previous 1.51 (colored)

- Added MESSAGE_SUBST, PKG_GROUPS, PKG_USERS.

Revision 1.51 / (download) - annotate - [select for diffs], Sat Dec 31 14:02:28 2005 UTC (17 years, 9 months ago) by rillig
Branch: MAIN
Changes since 1.50: +11 -4 lines
Diff to previous 1.50 (colored)

Added some variables, strengthened the checks for some other variables.

Revision 1.50 / (download) - annotate - [select for diffs], Tue Dec 6 22:07:35 2005 UTC (17 years, 9 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored)

- Changed the type of PKG_OPTIONS_VAR from Varname to PkgOptionsVar. Added
  a check that PKGBASE is not used in PKG_OPTIONS_VAR.
- Added some macros to the list of portable CPP macro names.

Revision 1.49 / (download) - annotate - [select for diffs], Fri Dec 2 18:47:58 2005 UTC (17 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.48: +4 -1 lines
Diff to previous 1.48 (colored)

Added CONFLICTS, CC and CXX. The latter two are marked as read-only.
(Hi hubertf.)

Revision 1.48 / (download) - annotate - [select for diffs], Fri Dec 2 17:09:12 2005 UTC (17 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.47: +1 -2 lines
Diff to previous 1.47 (colored)

Mark USE_SOCKS as deprecated.

Revision 1.47 / (download) - annotate - [select for diffs], Fri Dec 2 09:01:32 2005 UTC (17 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored)

Allow append-only lists to be initialized using the "?=" operator, in
addition to initializing them to a commented empty value and using the
"+=" operator. Reenabled the check for BUILDLINK_RECOMMENDED.

Revision 1.46 / (download) - annotate - [select for diffs], Fri Dec 2 08:56:09 2005 UTC (17 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (colored)

Disabled the type check for BUILDLINK_RECOMMENDED, as it has produced
too many false positive warnings. Too bad that make(1) does not have a
"?+=" operator.

Revision 1.45 / (download) - annotate - [select for diffs], Thu Dec 1 20:13:16 2005 UTC (17 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.44: +1 -2 lines
Diff to previous 1.44 (colored)

Move USE_OPENLDAP from makevars.map to deprecated.map.

Revision 1.44 / (download) - annotate - [select for diffs], Thu Dec 1 19:48:05 2005 UTC (17 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.43: +1 -2 lines
Diff to previous 1.43 (colored)

Move USE_INN from makevars.map to deprecated.map.

Revision 1.43 / (download) - annotate - [select for diffs], Thu Dec 1 19:20:14 2005 UTC (17 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.42: +1 -2 lines
Diff to previous 1.42 (colored)

Move USE_OSS from makevars.map to deprecated.map.

Revision 1.42 / (download) - annotate - [select for diffs], Thu Dec 1 19:11:20 2005 UTC (17 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.41: +1 -2 lines
Diff to previous 1.41 (colored)

Move USE_XFACE from makevars.map to deprecated.map.

Revision 1.41 / (download) - annotate - [select for diffs], Thu Dec 1 19:08:15 2005 UTC (17 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.40: +1 -3 lines
Diff to previous 1.40 (colored)

Move USE_SJ3 and USE_WNN4 from makevars.map to deprecated.map.

Revision 1.40 / (download) - annotate - [select for diffs], Thu Dec 1 18:26:01 2005 UTC (17 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.39: +1 -5 lines
Diff to previous 1.39 (colored)

Move some obsolete variables from makevars.map to deprecated.map.

Revision 1.39 / (download) - annotate - [select for diffs], Sun Nov 27 21:18:43 2005 UTC (17 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.38: +4 -4 lines
Diff to previous 1.38 (colored)

- Renamed the type PlatformTuple into PlatformTriple.
- Added an explanation for invalid PlatformTriples.

Revision 1.38 / (download) - annotate - [select for diffs], Thu Nov 24 08:05:01 2005 UTC (17 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.37: +74 -71 lines
Diff to previous 1.37 (colored)

Updated pkglint to 4.45.3.

- Added detection of redirection operators and comments to the
  regex_shellword constant.
- Changed the naming conventions for list data types. Now List simply
  means a list. List+ means a list that should only be modified using
  "+=", not "=". List! means an internal list. And List!+ is the
  combination of both.

  The distinction is necessary because of the introduction of
  redirection operators in the regex_shellword. When checking the data
  type of list elements, the lists are split up into shell words instead
  of simply using split(). This leads to much better results.
- When splitting a variable value or shell command into words, anchor the
  regular expression at the beginning of the string.

Revision 1.37 / (download) - annotate - [select for diffs], Wed Nov 23 05:18:46 2005 UTC (17 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.36: +11 -11 lines
Diff to previous 1.36 (colored)

Updated pkglint to 4.45.1.

- Added a new type ShellWord that is used for MAKE_ENV and the like to
  check for invalid FOO="${VALUE}" additions. They really should be
  FOO=${VALUE:Q}, as they may already contain embedded quotes. This is
  especially important for CPPFLAGS and CFLAGS.

Revision 1.36 / (download) - annotate - [select for diffs], Sun Nov 20 13:14:17 2005 UTC (17 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.35: +13 -4 lines
Diff to previous 1.35 (colored)

Updated pkglint to 4.43.2.

- Renamed the type Dependency to DependencyWithPath.
- Added new types Dependency, PlatformTuple and RelativePkgDir.
- Added some of the common variables to the list of typed variables.

Revision 1.35 / (download) - annotate - [select for diffs], Sat Nov 19 17:22:21 2005 UTC (17 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.34: +2 -1 lines
Diff to previous 1.34 (colored)

Updated pkglint to 4.43.

Changes since 4.42:
- Reduced the number of duplicate diagnostics when checking multiple files.
  Only diagnostics concerning the current package are printed.
- Added checks for EXTRACT_SUFX and PKG_INSTALLATION_TYPES.
- Added a work-around for the PHP patches warnings.
- PERL5_PACKLIST should not contain references to other variables.
- Added the -s|--source command line option to show the code along with the
  diagnostics.
- Fixed a bug in get_logical_line(); logical lines have not had their
  physical lines attached.
- Deprecated variables are not only checked when they are defined but also
  when they are used.

Revision 1.34 / (download) - annotate - [select for diffs], Sat Nov 19 13:34:41 2005 UTC (17 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.33: +2 -1 lines
Diff to previous 1.33 (colored)

Updated pkglint to 4.42.2.

- Added a check that PERL5_PACKLIST does not contain references to other
  variables. Some packages have ${PERL5_SITEARCH} in it, which results in
  a double slash, and the CHECK_FILES framework cannot handle this.

Revision 1.33 / (download) - annotate - [select for diffs], Tue Nov 15 13:42:50 2005 UTC (17 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

USE_JAVA2 may be "YES", too.

Revision 1.32 / (download) - annotate - [select for diffs], Mon Nov 14 13:03:32 2005 UTC (17 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.31: +2 -1 lines
Diff to previous 1.31 (colored)

WRKSRC is of type WrkdirSubdirectory, but no new checks are added.

Revision 1.31 / (download) - annotate - [select for diffs], Mon Nov 14 12:51:57 2005 UTC (17 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.30: +2 -1 lines
Diff to previous 1.30 (colored)

- EXTRACT_SUFX is of type DistSuffix.

Revision 1.30 / (download) - annotate - [select for diffs], Thu Nov 10 12:04:11 2005 UTC (17 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.29: +2 -1 lines
Diff to previous 1.29 (colored)

Moved the checks for the COMMENT from checklines_package_Makefile() to
checktext_basic_vartype() to shorten the former subroutine.
No user-visible changes.

Revision 1.29 / (download) - annotate - [select for diffs], Mon Nov 7 00:45:01 2005 UTC (17 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.28: +2 -1 lines
Diff to previous 1.28 (colored)

Updated pkglint to 4.38.

- PKGNAME is checked for being a valid package name.
- PLIST files should not contain filenames that match */CVS/*.
- Completely rewrote the check for variable ordering. The new code
  operates on a data structure that's easily understandable and
  extendable (see the source for an example). It also generates greatly
  improved diagnostics. As the old code had been enabled only when
  checking with -Wvague or -Wall, it has been seldom used anyway.

Revision 1.28 / (download) - annotate - [select for diffs], Sun Nov 6 15:54:06 2005 UTC (17 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.27: +2 -1 lines
Diff to previous 1.27 (colored)

Added a note that SUBST_SED might be changed to a List instead of a
List* later.

Revision 1.27 / (download) - annotate - [select for diffs], Fri Nov 4 20:39:49 2005 UTC (17 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.26: +7 -1 lines
Diff to previous 1.26 (colored)

Updated pkglint to 4.37.

- Added checks for TOOL_* variables.
- Added {pre,do,post}-extract to the list of valid stages.
- Fixed the regular expression for detecting tool names.
- Added a check for invalid syntax in tool names.
- Improved the diagnostic for enumerations.

Revision 1.26 / (download) - annotate - [select for diffs], Fri Nov 4 17:29:02 2005 UTC (17 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

- PLIST_SRC may be set with both "=" and "+=".
- Allow variables as Option.
- Improved the diagnostic for "invalid subdirectory of ${WRKSRC}".

Revision 1.25 / (download) - annotate - [select for diffs], Fri Nov 4 17:00:58 2005 UTC (17 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.24: +86 -4 lines
Diff to previous 1.24 (colored)

Updated pkglint to 4.36.1.

- Added many of the variables found in pkgsrc/mk/* to makevars.map.
- Added the function log_fatal, whose output goes to stderr instead of
  stdout.
- All files in pkgsrc/mk/ are excluded from checking, as they may use
  private variables and do other questionable things.
- Removed the Language type, as it is a simple enumeration.
- Added the Userdefined type to distinguish user-definable and read-only
  variables.

Revision 1.24 / (download) - annotate - [select for diffs], Fri Nov 4 13:57:35 2005 UTC (17 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.23: +21 -12 lines
Diff to previous 1.23 (colored)

Updated pkglint to 4.36.

Implemented checking for enumeration types. Added new types Filemask,
Filename, Language, Option, Pathmask, Pathname, Stage, Varname and
WrksrcSubdirectory. Made the check for URLs stricter. Added some
variables to the makevars.map file.

Revision 1.23 / (download) - annotate - [select for diffs], Thu Nov 3 18:49:33 2005 UTC (17 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.22: +25 -26 lines
Diff to previous 1.22 (colored)

Updated pkglint to 4.33.1.

Fixed undefined behavior when reading a file that ends in a continuation
line. Any use of ${WRKSRC}/.. is considered an error, as ${WRKSRC} is
meant to point to the top of the build directories. A proper combination
of WRKSRC, CONFIGURE_DIRS and BUILD_DIRS should be used instead. Sorted
the makevars.map file and added SUBST_CLASSES.

Revision 1.22 / (download) - annotate - [select for diffs], Wed Nov 2 20:16:02 2005 UTC (17 years, 11 months ago) by rillig
Branch: MAIN
Changes since 1.21: +3 -2 lines
Diff to previous 1.21 (colored)

Added a check for valid CATEGORIES. The new type List* is the same as
List, except that no warning is reported for not using the "+="
operator.

Revision 1.21 / (download) - annotate - [select for diffs], Tue Nov 1 21:39:31 2005 UTC (17 years, 11 months ago) by rillig
Branch: MAIN
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (colored)

Updated pkglint to 4.32.1.

Added type check for USE_TOOLS. Fixed false warning about direct use of
tools in comments.

Revision 1.20 / (download) - annotate - [select for diffs], Wed Oct 26 23:17:49 2005 UTC (17 years, 11 months ago) by rillig
Branch: MAIN
Changes since 1.19: +40 -35 lines
Diff to previous 1.19 (colored)

Updated pkglint to 4.31.

Changed the names of the datatypes (Yes_Or_Undefined => Yes, Boolean =>
YesNo, Integer => PkgRevision) in makevars.map. It is now an error if
PKGREVISION appears outside a package Makefile. Improved detection of
Makefile.common. Improved wording of the warning for relative
directories in the form ../package.

Revision 1.19 / (download) - annotate - [select for diffs], Mon Oct 24 23:54:37 2005 UTC (17 years, 11 months ago) by rillig
Branch: MAIN
Changes since 1.18: +2 -1 lines
Diff to previous 1.18 (colored)

Updated pkglint to 4.30.

Rewrote the typechecking code for Makefile variables. The variable
definitions are extracted from logical lines instead of physical lines,
comments are separated from actual values, for Lists of something, each
something is checked. All URLs are subject to MASTER_SITES expansion.
MASTER_SITES is checked to be a List of URLs.

Revision 1.18 / (download) - annotate - [select for diffs], Sun Oct 23 23:14:57 2005 UTC (17 years, 11 months ago) by rillig
Branch: MAIN
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (colored)

Updated pkglint to 4.29.1.

Added CONFLICT to the list of deprecated variables (actually it's a
typo). Added PLIST_SUBST to makevars.map as a List. Allow comments after
a YES/yes/NO/no value of variables.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Oct 21 07:20:24 2005 UTC (17 years, 11 months ago) by rillig
Branch: MAIN
Changes since 1.16: +4 -1 lines
Diff to previous 1.16 (colored)

Updated pkglint to 4.28.2.

Added a data type Readonly for variables that must not be given any
value at all by the package Makefile. Marked PKGBASE and PKGVERSION
read-only, because leaving them read-write would make the way PKGNAME is
calculated too complex. Made the check for the "+=" operator independent
of the data type. Added more patterns for accepted variable names for
lists.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Oct 14 09:23:46 2005 UTC (17 years, 11 months ago) by rillig
Branch: MAIN
Changes since 1.15: +5 -1 lines
Diff to previous 1.15 (colored)

Updated pkglint to 4.28.1.

Declared some more variables as List types. Added a check that
PERL5_PACKLIST matches the PKGNAME.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Oct 14 00:05:23 2005 UTC (17 years, 11 months ago) by rillig
Branch: MAIN
Changes since 1.14: +8 -1 lines
Diff to previous 1.14 (colored)

Updated pkglint to 4.28.

Added support to typecheck "List of Something" in Makefile variables.
DEPENDS and BUILD_DEPENDS are of type List of Dependency, CFLAGS are
simply a List.

Revision 1.14 / (download) - annotate - [select for diffs], Wed Sep 28 14:12:38 2005 UTC (18 years ago) by rillig
Branch: MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

Updated pkglint to 4.23.1.

BUILD_USES_MSGFMT should always be set to YES/yes or left undefined. When
checking for direct use of tools, respect shell commands.

Revision 1.13 / (download) - annotate - [select for diffs], Tue Sep 27 18:58:56 2005 UTC (18 years ago) by rillig
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored)

Updated pkglint to 4.21.5.

Insist that PKGREVISION should be an integer or be undefined at all.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Aug 1 15:40:19 2005 UTC (18 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.11: +1 -2 lines
Diff to previous 1.11 (colored)

Remove (commented out) USE_DB2 here too.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Aug 1 11:37:46 2005 UTC (18 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.10: +1 -2 lines
Diff to previous 1.10 (colored)

Remove some legacy vars that were removed from pkgsrc before the previous branch.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Aug 1 10:55:42 2005 UTC (18 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.9: +1 -2 lines
Diff to previous 1.9 (colored)

Remove obsolete USE_PAM.

Revision 1.9 / (download) - annotate - [select for diffs], Fri Jun 3 13:54:32 2005 UTC (18 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.8: +1 -2 lines
Diff to previous 1.8 (colored)

Remove USE_GIF.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Jun 3 13:26:17 2005 UTC (18 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.7: +1 -2 lines
Diff to previous 1.7 (colored)

Remove USE_IDEA.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Jun 3 13:20:24 2005 UTC (18 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.6: +1 -2 lines
Diff to previous 1.6 (colored)

Remove USE_ESOUND.

Revision 1.6 / (download) - annotate - [select for diffs], Tue May 31 22:03:02 2005 UTC (18 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.5: +4 -1 lines
Diff to previous 1.5 (colored)

Added PKG_PRESERVE, NO_PKGTOOLS_REQD_CHECK and NO_PKG_REGISTER.

Revision 1.5 / (download) - annotate - [select for diffs], Mon May 23 09:26:53 2005 UTC (18 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

Added NO_MTREE.

Revision 1.4 / (download) - annotate - [select for diffs], Sun May 22 22:28:24 2005 UTC (18 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

Added NO_BUILD.

Revision 1.3 / (download) - annotate - [select for diffs], Sun May 22 21:50:08 2005 UTC (18 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.2: +3 -1 lines
Diff to previous 1.2 (colored)

Added USE_LIBTOOL and USE_PKGLOCALEDIR.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Apr 12 15:12:33 2005 UTC (18 years, 5 months ago) by tv
Branch: MAIN
Changes since 1.1: +1 -2 lines
Diff to previous 1.1 (colored)

Remove NO_BUILDLINK from makevars.map -- no-op now, but changed the package,
so number this 4.12.1.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Feb 12 10:59:21 2005 UTC (18 years, 7 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1

Added type checking for Makefile variables. The typechecking is
experimental and has been announced on tech-pkg to make the package
developers aware of it.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>