aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-11-19 19:54:16 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-11-19 19:54:16 +0000
commit5d020c831fc7a6635780e7611c7ca7a500684757 (patch)
tree8c5ccb665f8d67a9ab5ef81d7922d6d6da61d261 /CHANGES
parent109cedef51b09ef5a61692ab4ec9cdb36ac91bf8 (diff)
downloadports-5d020c831fc7a6635780e7611c7ca7a500684757.tar.gz
ports-5d020c831fc7a6635780e7611c7ca7a500684757.zip
Notes
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 39fe7b8d8456..ba396af2067a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,21 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20131119:
+AUTHOR: kwm@FreeBSD.org
+
+ The USE_GNOME component ltverhack no longer has a hard dependancy on
+ libtool.
+
+ If USE_AUTOTOOLS=libtool isn't defined it will try to patch ltmain.sh
+ and or libtool in ${WRKSRC}. If those files are located somewhere else
+ in ${WRKSRC} then it is possible to overwrite ltverhack_PATCH_FILES
+ with there new locations. configure script --distable-static will work also
+ after using the "new" ltverhack.
+
+ Please keep in mind that USE_AUTOTOOLS implies GNU_CONFIGURE so you might
+ need to add that back for the port to work.
+
20131031:
AUTHOR: rene@FreeBSD.org