aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2006-07-18 04:13:11 +0000
committerMark Linimon <linimon@FreeBSD.org>2006-07-18 04:13:11 +0000
commit38de649cb989b39d9f5bd345e8f3a32883e94f80 (patch)
tree053ec63e98e5b969cce3c7667aef7ac62227a6f1 /CHANGES
parent9e237669f1a1794e0037c73ddb0d5c09e11d61e5 (diff)
downloadports-38de649cb989b39d9f5bd345e8f3a32883e94f80.tar.gz
ports-38de649cb989b39d9f5bd345e8f3a32883e94f80.zip
Document the latest bsd.port.mk checkin.
Notes
Notes: svn path=/head/; revision=168114
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a9e60dc2cdf1..84547153fbbb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,18 @@ in the release notes.
All ports committers are allowed to commit to this file.
+20070717:
+AUTHOR: portmgr@FreeBSD.org
+The following functional changes were made to bsd.port.mk:
+
+ * Introduces IA32_BINARY_PORT for certain cases where a given port fetches
+ and installs compiled i386 binaries.
+
+ * Adds some infrastructure for support of 32-bit i386 apps on amd64.
+
+ * Again fix USE_LDCONFIG logic to make it work with non-default PREFIX to
+ fix bug introduced in previous revision.
+
20070705:
AUTHOR: portmgr@FreeBSD.org
The following functional changes were made to bsd.port.mk: