aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-12-09 22:05:12 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-12-09 22:05:12 +0000
commita5c3d398bdd074d58a43f30761bef5d9038a85b8 (patch)
treea30258dacec2e7f571ce0f6fb14d935f951be820 /CHANGES
parentc4e25c84d95491fe0326153838942052f291f7c8 (diff)
downloadports-a5c3d398bdd074d58a43f30761bef5d9038a85b8.tar.gz
ports-a5c3d398bdd074d58a43f30761bef5d9038a85b8.zip
Add the changes just committed.
Notes
Notes: svn path=/head/; revision=123586
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES40
1 files changed, 40 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a38432603eee..2df50782e1c0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,46 @@ in the release notes.
All ports committers are allowed to commit to this file.
+20041209:
+AUTHOR: portmgr@FreeBSD.org
+ The following changes were committed:
+
+ * Define new macros: DATE, FMT, MKTEMP, OBJDUMP, and use
+ command macro SORT.
+
+ * Change layout of comments to 4 column tabs, remove lots
+ of spaces and eight-column-tabs.
+
+ * Introduce 2 new variables: SUB_FILES and SUB_LIST:
+
+ Example:
+
+ SUB_FILES= pkg-message pkg-install
+ SUB_LIST+= "VERSION=${VERSION}"
+
+ This looks for ${FILESDIR}/pkg-message.in and ${FILESDIR}/pkg-install.in
+ Substitutions in SUB_LIST are applied to these files and the
+ output is redirected to ${WRKDIR}.
+
+ PKGMESSAGE will be set to ${WRKDIR}/pkg-message.
+ PKGINSTALL will be set to ${WRKDIR}/pkg-install.
+
+ * Document DEPRECATED and EXPIRATION_DATE variables.
+
+ * Sanitize the intermittent output by the build infrastructure
+ so that cutting and pasting from it no longer interferes
+ with GNATS-tags.
+
+ * Honour configure arguments for USE_XLIB if USE/WITH_LIBTOOL_ is
+ used.
+
+ * Properly document 'describe' target.
+
+ * Properly remove directories at deinstallation time if ports sets
+ a non-standard PREFIX.
+
+ * Defaults INDEXFILE to INDEX-6 on 6-CURRENT.
+
20041119:
AUTHOR: portmgr@FreeBSD.org
The following changes were committed: