summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint/files/makevars.map
AgeCommit message (Expand)AuthorFilesLines
2006-06-09Minor improvements.rillig1-9/+13
2006-06-08The old syntax for List+ and InternalList+ does not exist anymore.rillig1-5/+2
2006-06-08Contrary to my (and maybe to others') expectations, INFO_FILES doesrillig1-2/+2
2006-06-08The ">&" shell operator is recognized correctly. A warning is printedrillig1-1/+11
2006-06-08Minor improvements.rillig1-2/+3
2006-06-08Replaced the explicit permission [*:a] with [$list], which preventsrillig1-16/+17
2006-06-06Some small refinements.rillig1-5/+5
2006-06-06Added the proper types for many of the variables that have beenrillig1-40/+61
2006-06-06Enumerations don't need the :Q operator.rillig1-2/+2
2006-06-06Improved variable_needs_quoting.rillig1-2/+2
2006-06-05Minor corrections.rillig1-3/+3
2006-06-03In Makefile.common, the standard list variables may be set using "="rillig1-2/+5
2006-06-03Added the possibility of defining custom ACLs in the file makevars.map.rillig1-33/+48
2006-06-03Improved the variable specification in makevars.map. Code cleanup.rillig1-7/+8
2006-06-02Run-time variables should not be used in load-time variables.rillig1-3/+3
2006-06-02MASTER_SITE* may be used at run-time. Various other small changes.rillig1-26/+31
2006-05-31Added a check for variables that are evaluated at load time. Especiallyrillig1-4/+4
2006-05-31The checks for variable use and correct quoting have been concentratedrillig1-16/+39
2006-05-31Some minor fixes and additions.rillig1-3/+5
2006-05-23Prevented warnings when defining the new FETCH_MESSAGE.rillig1-1/+3
2006-05-23- _FETCH_MESSAGE, BUILDLINK_RECOMMENDED.* and BUILDLINK_DEPENDS.* arerillig1-2/+3
2006-05-22- Pkglint distinguishes between variables FOO and FOO.* now when checkingrillig1-136/+150
2006-05-16bsd.options.mk may set PKG_OPTIONS.rillig1-2/+2
2006-05-11In the make targets show-* and *-message, commands may be hidden usingrillig1-21/+21
2006-05-11BUILDLINK_A{B,P}I_DEPENDS should not be assigned using the ?= operator.rillig1-3/+3
2006-05-11- Allow the lines in makevars.map to be folded like in Makefiles.rillig1-5/+13
2006-05-10- ACL subjects may contain * as a placeholder.rillig1-16/+16
2006-05-10- Improved ACL definitions in makevars.map.rillig1-67/+67
2006-05-10- Removed the types Readonly and Userdefined.rillig1-228/+282
2006-05-10- Added the class PkgLint::Type.rillig1-261/+264
2006-05-01The only valid value for NO_{SRC,BIN}_ON_{CDROM,FTP} is ${RESTRICTED},rillig1-5/+5
2006-05-01Marked all variables from mk/defaults/mk.conf as Readonly.rillig1-12/+12
2006-04-21- Added checks for wrapper transformation and reordering rules.rillig1-3/+4
2006-04-12The variables RECOMMENDED and BUILDLINK_RECOMMENDED are deprecated.rillig1-3/+1
2006-04-12The diagnostics for package updates now include the reason that is givenrillig1-1/+4
2006-03-14Added HEADER_TEMPLATE.rillig1-1/+2
2006-03-14{DE,}INSTALL_EXTRA_TMPL have been renamed to {DE,}INSTALL_TEMPLATE.rillig1-3/+3
2006-03-13{DE,}INSTALL_EXTRA_TMPL do not always need the += operator.rillig1-3/+3
2006-03-12- Added a bunch of variables to makevars.map.rillig1-3/+11
2006-03-12Added the BrokenIn data type. All BROKEN_IN lines generate an additionalrillig1-2/+2
2006-03-11- Renamed "List!" to "InternalList".rillig1-12/+16
2006-03-11Added CHECK_FILES_SKIP, DEVOSSSOUND, DLOPEN_REQUIRE_PTHREAD.rillig1-1/+4
2006-03-10Added PKG_SYSCONFDIR and PKG_SYSCONFVAR. The latter is not a Varname, asrillig1-1/+4
2006-03-10Added SITES.rillig1-1/+2
2006-03-09Added the REPLACE.* and REPLACE_FILES.* variables.rillig1-1/+3
2006-03-01Added DEVOSSAUDIO and LIBOSSAUDIO.rillig1-1/+3
2006-02-28Added the INSTALL_* commands and the MASTER_SITE_* URL lists.rillig1-1/+36
2006-02-26- Improved checking of sed commands that are used in the SUBSTrillig1-3/+2
2006-02-26- The type SubstMessage was redundant and has been replaced with Message.rillig1-2/+2
2006-02-18Added EGDIR.rillig1-1/+4