diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-07 12:27:18 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-07 12:27:18 +0000 |
commit | 9b04a006e4633c111fac8b7e61d48a81a2a06ee9 (patch) | |
tree | 188b066e697de396d9f19146901cd676a2287ca2 /CHANGES | |
parent | 70a62ceee1335f476857b82bd5a32da7e8a48e65 (diff) | |
download | ports-9b04a006e4633c111fac8b7e61d48a81a2a06ee9.tar.gz ports-9b04a006e4633c111fac8b7e61d48a81a2a06ee9.zip |
Document changes committed in bsd.port.mk revision 1.508
Notes
Notes:
svn path=/head/; revision=128223
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 45 |
1 files changed, 45 insertions, 0 deletions
@@ -10,6 +10,51 @@ in the release notes. All ports committers are allowed to commit to this file. +20050107: +AUTHOR: portmgr@FreeBSD.org + The following changes were committed: + + * Change bento to pointyhat names in comments. + + * Document DISABLE_VULNERABILITIES variable. + + * Add WWW: line for 'search' target. + + * Speedup check-vulnerable invokation, if portaudit is installed. + + * Run install-info for all .info files. + + * Run add-plist-docs more strictly and prevent some situations + with leftover files in the future. + + * Introduce two new variables: MASTER_PORT and SLAVE_PORT. + The results from these variables is only used as information for + users. + + * Honour OPTIONS if PACKAGE_BUILDING or BATCH are defined. + + * Move all USE_GCC entries to new file - bsd.gcc.mk. 'test-gcc' + target allows users to check gcc version if USE_GCC is used. + Give maintainers opportunity to add '+' character to USE_GCC version + for using specified and higher versions. + + Example: + + USE_GCC=3.3+ + + builds ports with gcc version 3.3 and higher (3.4, 4.0). + + * Install startup scripts with the help of USE_RC_SUBR variable. + + * Add three new targets: config-recursive, rmconfig-recursive and + config-conditional. You can set or delete OPTIONS for all + dependencies before every build. config-conditional target is + used to skip configuring ports which have already been + configured. + + * Fix using of WANT_PGSQL_VER variable if postgresql is already + installed. + 20041231: AUTHOR: netchild@FreeBSD.org USE_LINUX_PREFIX doesn't implies USE_LINUX anymore. |