aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2008-08-21 06:23:03 +0000
committerRong-En Fan <rafan@FreeBSD.org>2008-08-21 06:23:03 +0000
commit40c0a67edc2a95d10498581c3b509ce48341c690 (patch)
tree86432ba5e5c1c4af68f3e951b3374a4bbf988247 /CHANGES
parent741aa714833b9bb1e9afaaf5124d3f5c60b5e49c (diff)
downloadports-40c0a67edc2a95d10498581c3b509ce48341c690.tar.gz
ports-40c0a67edc2a95d10498581c3b509ce48341c690.zip
- Document CONFIGURE_ARGS changes for GNU_CONFIGURE on the syntax for
CONFIGURE_TARGET PR: 126524
Notes
Notes: svn path=/head/; revision=218939
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ed07fb191025..73c2e641e887 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,13 @@ in the release notes.
All ports committers are allowed to commit to this file.
+20080821:
+AUTHOR: rafan@FreeBSD.org
+
+ * CONFIGURE_ARGS is updated to use correct syntax for newer autoconf
+ on the configure target. Individual ports no longer need to change
+ CONFIGURE_TARGET to have the '--build=' prefix.
+
20080721:
AUTHOR: pav@FreeBSD.org