aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-09-17 15:48:22 +0800
committertijl <tijl@FreeBSD.org>2014-09-17 15:48:22 +0800
commit2735b9291d9120877883653dd68f13abf70d1926 (patch)
tree61c25d819a68a2060aa77437512597afc5738a10 /CHANGES
parentc06f97c7c46a03f3f6bb887aee3534bece5267a1 (diff)
downloadfreebsd-ports-gnome-2735b9291d9120877883653dd68f13abf70d1926.tar.gz
freebsd-ports-gnome-2735b9291d9120877883653dd68f13abf70d1926.tar.zst
freebsd-ports-gnome-2735b9291d9120877883653dd68f13abf70d1926.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)
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