aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-03-06 06:21:46 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-03-06 06:21:46 +0000
commitfbcb891de43772c1492ca91807fe9cb01bd3ee29 (patch)
tree9c936cb8147055ab92d464167a799f5604c2f9b9 /CHANGES
parentc8f499efddb38a5ce3c56c48484c56e5bc458c99 (diff)
downloadports-fbcb891de43772c1492ca91807fe9cb01bd3ee29.tar.gz
ports-fbcb891de43772c1492ca91807fe9cb01bd3ee29.zip
* Refine some comments about Linux emulation [1]
* Fix 'make search' with non-default ${PORTSDIR} [2] * Fix typo in USE_LDCONFIG32 message [3] * Allow USE_PHP after inclusion of bsd.port.pre.mk [4] * Document NO_LDCONFIG_MTREE [5] * Update/enhance description of INSTALLS_SHLIB and USE_LDCONFIG [6] * Remove obsolete code in bsd.port.mk dealing with 4.X and other, even older, releases [7] * Remove references to obsolete ports from bsd.java.mk [8] PR: 105883 [1], 105917 [2], 106195 [3], 106557 [4], 108738 [5], 108739 [6], 108782 [7], 103357 [8] Submitted by: bsam [1], shaun [2], edwin [3], ale [4], gerald [5] [6], linimon [7], kris [7], gabor [4]
Notes
Notes: svn path=/head/; revision=186638
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0e5d8fe2cdde..a6749db3d454 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,17 @@ in the release notes.
All ports committers are allowed to commit to this file.
+20070306:
+AUTHOR: portmgr@FreeBSD.org
+The following changes were made to the ports infrastructure:
+
+ * The remainging vestiges of FreeBSD 4.X support were removed. Any
+ remaining users of 4.X should have stayed with the RELENG_4_EOL tag.
+
+ * It is now possible to include USE_PHP after bsd.port.pre.mk.
+
+ * 'make search' should now work with non-default ${PORTSDIR}.
+
20070130:
AUTHOR: portmgr@FreeBSD.org
The following changes were made to the ports infrastructure: