aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-09-17 07:48:22 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-09-17 07:48:22 +0000
commit3a1aa3c465962334c072adbaa3f74ba2b30aecb6 (patch)
tree61c25d819a68a2060aa77437512597afc5738a10 /CHANGES
parent15c4a5ecf338d0133b87647ab773c6df26f3ea15 (diff)
downloadports-3a1aa3c465962334c072adbaa3f74ba2b30aecb6.tar.gz
ports-3a1aa3c465962334c072adbaa3f74ba2b30aecb6.zip
- Remove last uses of USE_AUTOTOOLS=libtool from bsd.gnome.mk
(lthack, ltasneededhack and ltverhack) [1] - Remove support for USE_AUTOTOOLS=libtool and USE_AUTOTOOLS=libltdl PR: 188978 [1] Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=368357
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cee766b2ffd5..c58d2f2ab9dd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,16 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20140917:
+AUTHOR: tijl@FreeBSD.org
+
+ Support for USE_AUTOTOOLS=libtool, USE_GNOME=ltasneededhack,
+ USE_GNOME=lthack and USE_GNOME=ltverhack has been removed. Ports
+ should use USES=libtool instead.
+
+ Support for USE_AUTOTOOLS=libltdl has been removed. Ports should
+ use LIB_DEPENDS=libltdl.so:${PORTSDIR}/devel/libltdl
+
20140916:
AUTHOR: tijl@FreeBSD.org