svn commit: r353141 - in head/devel: libltdl libtool

Baptiste Daroussin bapt at FreeBSD.org
Wed May 7 07:39:16 UTC 2014


Author: bapt
Date: Wed May  7 07:39:15 2014
New Revision: 353141
URL: http://svnweb.freebsd.org/changeset/ports/353141
QAT: https://qat.redports.org/buildarchive/r353141/

Log:
  Convert libltdl to use USES=libtool:keepla
  Strip binaries

Modified:
  head/devel/libltdl/Makefile
  head/devel/libltdl/pkg-plist
  head/devel/libtool/Makefile

Modified: head/devel/libltdl/Makefile
==============================================================================
--- head/devel/libltdl/Makefile	Wed May  7 06:50:59 2014	(r353140)
+++ head/devel/libltdl/Makefile	Wed May  7 07:39:15 2014	(r353141)
@@ -7,12 +7,8 @@ MASTERDIR=	${.CURDIR}/../../devel/libtoo
 COMMENT=	System independent dlopen wrapper
 
 LICENSE=	LGPL21
-CONFIGURE_ENV=	LTVERHACK=1
-MAKE_ENV=	LTVERHACK=1
-USE_GNOME=	ltverhack
 USE_LDCONFIG=	yes
-USE_AUTOTOOLS=	libtool
-LIBTOOLFILES=	libltdl/configure
+USES=		libtool:keepla
 CONFIGURE_ARGS=	--enable-ltdl-install
 
 CONFIGURE_WRKSRC=${WRKSRC}/libltdl
@@ -21,5 +17,6 @@ INSTALL_WRKSRC=	${CONFIGURE_WRKSRC}
 DESCR=		${.CURDIR}/pkg-descr
 PLIST=		${.CURDIR}/pkg-plist
 INFO=		# empty
+INSTALL_TARGET=	install-strip
 
 .include "${MASTERDIR}/Makefile"

Modified: head/devel/libltdl/pkg-plist
==============================================================================
--- head/devel/libltdl/pkg-plist	Wed May  7 06:50:59 2014	(r353140)
+++ head/devel/libltdl/pkg-plist	Wed May  7 07:39:15 2014	(r353141)
@@ -6,4 +6,5 @@ lib/libltdl.a
 lib/libltdl.la
 lib/libltdl.so
 lib/libltdl.so.7
+lib/libltdl.so.7.3.0
 @dirrm include/libltdl

Modified: head/devel/libtool/Makefile
==============================================================================
--- head/devel/libtool/Makefile	Wed May  7 06:50:59 2014	(r353140)
+++ head/devel/libtool/Makefile	Wed May  7 07:39:15 2014	(r353141)
@@ -3,7 +3,7 @@
 
 PORTNAME?=	libtool
 PORTVERSION=	2.4.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	libtool


More information about the svn-ports-all mailing list