diff options
author | linimon <linimon@FreeBSD.org> | 2006-07-18 12:13:11 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-07-18 12:13:11 +0800 |
commit | f07dbe5eb9318aed802a9e36c109a00ff37c8722 (patch) | |
tree | 6d977c32c96051f39e687e2f086b82246df2f563 /CHANGES | |
parent | db4d73b830646c72d65b21158432bff3d3d0ae1d (diff) | |
download | freebsd-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-- | CHANGES | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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: |