aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2006-07-05 10:18:27 +0800
committerlinimon <linimon@FreeBSD.org>2006-07-05 10:18:27 +0800
commitf779b58fa5f67d3ebfc7ef2c7d05f7b54d9e91ef (patch)
tree1f7e84f66f48e733b5f68314009828db20225d09 /CHANGES
parentfb67af18b21e550e6df94b2054e81c4a8ccc06f1 (diff)
downloadfreebsd-ports-graphics-f779b58fa5f67d3ebfc7ef2c7d05f7b54d9e91ef.tar.gz
freebsd-ports-graphics-f779b58fa5f67d3ebfc7ef2c7d05f7b54d9e91ef.tar.zst
freebsd-ports-graphics-f779b58fa5f67d3ebfc7ef2c7d05f7b54d9e91ef.zip
Add latest changes in bsd.*.mk.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES22
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c1cd8a2c09f..a9e60dc2cdf 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: