aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-07-09 17:55:34 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-07-09 17:55:34 +0000
commita818f7f3f9f8aec521ef0e865ef5f779900dd06c (patch)
tree3fb21535da5bee73b32c9dee76f40730b88523c8 /CHANGES
parent7c0294a2c1cf6e3bb4c611cd685eb52344f465ab (diff)
downloadports-a818f7f3f9f8aec521ef0e865ef5f779900dd06c.tar.gz
ports-a818f7f3f9f8aec521ef0e865ef5f779900dd06c.zip
Document the new libtool changes.
Notes
Notes: svn path=/head/; revision=113299
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES24
1 files changed, 24 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1f028c3957e2..66cb8eca93ae 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,30 @@ in the release notes.
All ports committers are allowed to commit to this file.
+20040709:
+AUTHOR: portmgr@FreeBSD.org
+ USE_LIBTOOL_VER now configures a port to use the ports version of libtool
+ instead of its included version. This was put in place to reduce the
+ number of ad hoc patches to individual ports' libtools to prevent .la
+ file installation as well as fix various threading problems.
+
+ To restore the previous libtool behavior, use the new macro,
+ USE_INC_LIBTOOL_VER. It works the exact same way as USE_LIBTOOL_VER
+ in that it takes a libtool version as its argument.
+
+ For example, to use the included version of libtool with extra hacks
+ provided by libtool-1.5, add the following to your Makefile:
+
+ USE_INC_LIBTOOL_VER= 15
+
+ To use the ports version of libtool-1.5, add the following to
+ your Makefile:
+
+ USE_LIBTOOL_VER= 15
+
+ Note: these macros are mutually exclusive. Your port should only include
+ one or the other if it needs to make use of libtool.
+
20040707:
AUTHOR: gnome@FreeBSD.org
The way GConf schema files are installed has changed to support the upcoming