diff options
author | linimon <linimon@FreeBSD.org> | 2007-03-06 14:21:46 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-03-06 14:21:46 +0800 |
commit | e8d109eb4834142d5f00defae6ed7da5e4961289 (patch) | |
tree | 52d289195ca2b11badf44bb742d6538fb451bf06 /CHANGES | |
parent | 19f02f435ec1483bd094617e6f20ab7d67fe5f77 (diff) | |
download | freebsd-ports-gnome-e8d109eb4834142d5f00defae6ed7da5e4961289.tar.gz freebsd-ports-gnome-e8d109eb4834142d5f00defae6ed7da5e4961289.tar.zst freebsd-ports-gnome-e8d109eb4834142d5f00defae6ed7da5e4961289.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]
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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: |