From owner-svn-ports-all@FreeBSD.ORG Wed May 7 07:39:16 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 96BCDD4F; Wed, 7 May 2014 07:39:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 840BC114; Wed, 7 May 2014 07:39:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s477dGfG020874; Wed, 7 May 2014 07:39:16 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s477dFbO020870; Wed, 7 May 2014 07:39:15 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201405070739.s477dFbO020870@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 7 May 2014 07:39:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353141 - in head/devel: libltdl libtool X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 May 2014 07:39:16 -0000 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