summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint/files/makevars.map
AgeCommit message (Expand)AuthorFilesLines
2006-09-09MAKEFILE has been renamed to MAKE_FILE.obache1-2/+2
2006-09-08Improved the heuristics for detecting absolute pathnames.rillig1-2/+2
2006-07-27Renamed *_SITE_* to *_SITES_*.rillig1-3/+3
2006-07-27DYNAMIC_MASTER_SITES is gone.rillig1-1/+3
2006-07-27Some minor tweaks.rillig1-7/+9
2006-07-21Fixed the regular expression to detect whether USE_LANGUAGES containsrillig1-2/+2
2006-07-18- Added PKG_CONFIG to makevars.map.rillig1-1/+5
2006-07-16Added REPLACE_AWK, REPLACE_BASH, REPLACE_SH.rillig1-3/+6
2006-07-13Add BOOTSTRAP_DEPENDS, which has the exact same semantics asjlam1-1/+2
2006-07-12Added UNPRIVILEGED_USER and UNPRIVILEGED_GROUP. Fixed MAKEFILE.rillig1-2/+4
2006-07-11Swapped the order of two checks in variable_needs_quoting. Now lists ofrillig1-3/+3
2006-07-10Changed the type of COMPILER_RPATH_FLAG to an enumeration to get rid ofrillig1-2/+2
2006-07-06Although EXTRACT_USING is mentioned in mk/defaults/mk.conf, its primaryrillig1-2/+2
2006-07-06- Added OVERRIDE_DIRDEPTH to the list of known variables.rillig1-1/+2
2006-07-04PKG_SYSCONFDIR.* is also a Pathname.rillig1-2/+3
2006-07-04Added NONBINMODE.rillig1-1/+2
2006-07-02Updated pkglint to 4.66.rillig1-300/+346
2006-06-18HEADER_TEMPLATE is deprecated. Added permissions for several JAVA_*rillig1-11/+11
2006-06-18{DE,}INSTALL_TEMPLATE are deprecated in favor of {DE,}INSTALL_TEMPLATES.rillig1-3/+3
2006-06-18Added OVERRIDE_GNU_CONFIG_SCRIPTS and PYPKGPREFIX.rillig1-1/+3
2006-06-17- Fixed variable definitions of BUILDLINK_RPATHDIRS.* and PKGPATH.rillig1-2/+3
2006-06-17Typo (FileMask instead of Filemask).rillig1-2/+2
2006-06-16Added the shell commands DELAYED_{ERROR,WARNING}_MSG and SHCOMMENT.rillig1-1/+4
2006-06-16USE_TOOLS may be modified in buildlink3.mk.rillig1-2/+2
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