Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 May 2014 07:39:15 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353141 - in head/devel: libltdl libtool
Message-ID:  <201405070739.s477dFbO020870@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405070739.s477dFbO020870>