aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2006-07-05 02:18:27 +0000
committerMark Linimon <linimon@FreeBSD.org>2006-07-05 02:18:27 +0000
commit906c2a352ce03e35cd59eaa2aa95754721b7cbf4 (patch)
treeaf2c517823fb6bd3471944040caa328eff9653b3 /CHANGES
parente2d64eefa615da78a7422ba3138dc59b63977201 (diff)
downloadports-906c2a352ce03e35cd59eaa2aa95754721b7cbf4.tar.gz
ports-906c2a352ce03e35cd59eaa2aa95754721b7cbf4.zip
Add latest changes in bsd.*.mk.
Notes
Notes: svn path=/head/; revision=166955
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES22
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c1cd8a2c09f7..a9e60dc2cdf1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,28 @@ in the release notes.
All ports committers are allowed to commit to this file.
+20070705:
+AUTHOR: portmgr@FreeBSD.org
+The following functional changes were made to bsd.port.mk:
+
+ * Change all bogus uses of BROKEN to IGNORE. (Note: the BROKEN_WITH_*
+ forms are retained for compatibility but deprecated.) Internally,
+ these variables all had already set IGNORE, not BROKEN, so they
+ were really misnomers.
+
+ * Fix USE_LDCONFIG with non-default PREFIX.
+
+ * Fix DESKTOP_ENTRIES processing on 4.x.
+
+ * Add 'make missing' to show missing dependencies.
+
+ * Add bsd.scons.mk and bsd.wx.mk.
+
+20060616:
+AUTHOR: portmgr@FreeBSD.org
+ The patch in ports/95841 to get rid of remnants of FORCE_PKG_REGISTER
+ was backed out because it broke kdelibs3*.
+
20060616:
AUTHOR: portmgr@FreeBSD.org
The following functional changes were made to bsd.port.mk: