aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-05-23 22:27:21 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-05-23 22:27:21 +0000
commit0790aa312cbcf54aaad34d050fe219f53c34f3d2 (patch)
tree0d3fe000058b96b0a59f3108704a8bbdd5236b66 /CHANGES
parent0a3fc3fd5be1997431c84d338e0244ee09afee63 (diff)
downloadports-0790aa312cbcf54aaad34d050fe219f53c34f3d2.tar.gz
ports-0790aa312cbcf54aaad34d050fe219f53c34f3d2.zip
Document the subset of changes committed to bsd.port.mk that are of
potential interest to port developers.
Notes
Notes: svn path=/head/; revision=163206
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES33
1 files changed, 33 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ed0ccfac8cb2..3442b87c401a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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: