diff options
author | kris <kris@FreeBSD.org> | 2006-05-24 06:27:21 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-05-24 06:27:21 +0800 |
commit | c7a93bd1db000fd1bcb66c0ae71d3498e2531db8 (patch) | |
tree | b490bc1ebac52d9c97f297fc95f8b0584764ffa9 /CHANGES | |
parent | 6872abeee4d6d8e6968afabcbcf6f42a0c3e61b3 (diff) | |
download | freebsd-ports-gnome-c7a93bd1db000fd1bcb66c0ae71d3498e2531db8.tar.gz freebsd-ports-gnome-c7a93bd1db000fd1bcb66c0ae71d3498e2531db8.tar.zst freebsd-ports-gnome-c7a93bd1db000fd1bcb66c0ae71d3498e2531db8.zip |
Document the subset of changes committed to bsd.port.mk that are of
potential interest to port developers.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -10,6 +10,39 @@ in the release notes. All ports committers are allowed to commit to this file. +20060523: +AUTHOR: portmgr@FreeBSD.org + +The following functional changes were made to bsd.port.mk: + + * include bsd.emacs.mk only when USE_EMACS is set [5] + + * Correct the implementation of pretty-print-run-depends-list [8] + + * Use a consistent name for the cookies file when PKGNAMEPREFIX/SUFFIX + are set after bsd.port.pre.mk. [9] + + * Include bsd.tcl.mk if USE_TCL_BUILD is defined [10] + + * Set PERL_MM_USE_DEFAULT in BATCH mode [11] + + * Add the {ONLY,NOT}_FOR_ARCH_REASON and + {ONLY,NOT}_FOR_ARCH_REASON_${ARCH} variables to allow better + customization of the error string reported to users when they + attempt a build on an unsupported architecture. [12] + + * Avoid errors from duplicated targets when parsing MLINKS on ports + without a default value set. [13] + + * Fix handling of MLINKS when invalid entries are listed [14] + + * Enforce sanity of DESKTOP_ENTRIES. If the Categories field is + omitted, try to map ports categories to their freedesktop.org + counterpart [15] + + PR: 95238 [5], 94164 [8], 94219 [9], 92355 [10], + 95579 [11], 94675 [12], 66109 [13], 66110 [14], 95603 [15] + 20060121: AUTHOR: portmgr@FreeBSD.org The following changes affecting ports developers were introduced: |