diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-17 07:48:22 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-17 07:48:22 +0000 |
commit | 3a1aa3c465962334c072adbaa3f74ba2b30aecb6 (patch) | |
tree | 61c25d819a68a2060aa77437512597afc5738a10 /CHANGES | |
parent | 15c4a5ecf338d0133b87647ab773c6df26f3ea15 (diff) |
- 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-- | CHANGES | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |