aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2006-07-18 12:13:11 +0800
committerlinimon <linimon@FreeBSD.org>2006-07-18 12:13:11 +0800
commitf07dbe5eb9318aed802a9e36c109a00ff37c8722 (patch)
tree6d977c32c96051f39e687e2f086b82246df2f563 /CHANGES
parentdb4d73b830646c72d65b21158432bff3d3d0ae1d (diff)
downloadfreebsd-ports-gnome-f07dbe5eb9318aed802a9e36c109a00ff37c8722.tar.gz
freebsd-ports-gnome-f07dbe5eb9318aed802a9e36c109a00ff37c8722.tar.zst
freebsd-ports-gnome-f07dbe5eb9318aed802a9e36c109a00ff37c8722.zip
Document the latest bsd.port.mk checkin.
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: