From owner-svn-ports-all@FreeBSD.ORG Mon Sep 8 12:21:51 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CFE6789E; Mon, 8 Sep 2014 12:21:51 +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 B05D514DA; Mon, 8 Sep 2014 12:21:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s88CLpcO039173; Mon, 8 Sep 2014 12:21:51 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s88CLo0E039164; Mon, 8 Sep 2014 12:21:50 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201409081221.s88CLo0E039164@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Mon, 8 Sep 2014 12:21:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367620 - in head: Mk/Uses lang/mono security/cvm 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-1 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: Mon, 08 Sep 2014 12:21:52 -0000 Author: tijl Date: Mon Sep 8 12:21:50 2014 New Revision: 367620 URL: http://svnweb.freebsd.org/changeset/ports/367620 QAT: https://qat.redports.org/buildarchive/r367620/ Log: Let USES=libtool also delete links to .la files (and links to links to...) Approved by: portmgr (antoine) Modified: head/Mk/Uses/libtool.mk head/lang/mono/Makefile head/lang/mono/pkg-plist head/security/cvm/Makefile head/security/cvm/pkg-plist Modified: head/Mk/Uses/libtool.mk ============================================================================== --- head/Mk/Uses/libtool.mk Mon Sep 8 12:20:36 2014 (r367619) +++ head/Mk/Uses/libtool.mk Mon Sep 8 12:21:50 2014 (r367620) @@ -76,6 +76,10 @@ patch-lafiles: @${FIND} ${STAGEDIR} -type f -name '*.la' | \ ${XARGS} ${SED} -i '' -e "/dependency_libs=/s/=.*/=''/" .else + @${FIND} ${STAGEDIR} -type l -exec ${SH} -c \ + 'case `${READLINK_CMD} -f "{}"` in \ + *.la) ${ECHO_CMD} "{}" ;; esac' \; | \ + ${XARGS} ${GREP} -l 'libtool library' | ${XARGS} ${RM} @${FIND} ${STAGEDIR} -type f -name '*.la' | \ ${XARGS} ${GREP} -l 'libtool library' | ${XARGS} ${RM} .endif Modified: head/lang/mono/Makefile ============================================================================== --- head/lang/mono/Makefile Mon Sep 8 12:20:36 2014 (r367619) +++ head/lang/mono/Makefile Mon Sep 8 12:21:50 2014 (r367620) @@ -3,7 +3,7 @@ PORTNAME= mono PORTVERSION= 3.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= http://download.mono-project.com/sources/${PORTNAME}/ Modified: head/lang/mono/pkg-plist ============================================================================== --- head/lang/mono/pkg-plist Mon Sep 8 12:20:36 2014 (r367619) +++ head/lang/mono/pkg-plist Mon Sep 8 12:21:50 2014 (r367620) @@ -139,7 +139,6 @@ lib/libMonoSupportW.so lib/libikvm-native.a lib/libikvm-native.so lib/libmono-2.0.a -lib/libmono-2.0.la lib/libmono-2.0.so lib/libmono-2.0.so.1 lib/libmono-2.0.so.1.0.0 Modified: head/security/cvm/Makefile ============================================================================== --- head/security/cvm/Makefile Mon Sep 8 12:20:36 2014 (r367619) +++ head/security/cvm/Makefile Mon Sep 8 12:21:50 2014 (r367620) @@ -3,7 +3,7 @@ PORTNAME= cvm PORTVERSION= 0.96 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://untroubled.org/${PORTNAME}/ \ http://untroubled.org/${PORTNAME}/archive/ @@ -21,7 +21,6 @@ USES= libtool:build USE_LDCONFIG= yes BGLIBS_INC= ${LOCALBASE}/include/bglibs BGLIBS_LIB= ${LOCALBASE}/lib/bglibs -ALL_TARGET= all DOCS= NEWS README TODO *.html Modified: head/security/cvm/pkg-plist ============================================================================== --- head/security/cvm/pkg-plist Mon Sep 8 12:20:36 2014 (r367619) +++ head/security/cvm/pkg-plist Mon Sep 8 12:21:50 2014 (r367620) @@ -23,7 +23,6 @@ include/cvm/sasl.h include/cvm/v1client.h include/cvm/v2client.h lib/libcvm-client.a -lib/libcvm-client.la lib/libcvm-client.so lib/libcvm-command.a lib/libcvm-command.so