From owner-svn-ports-all@FreeBSD.ORG Fri Feb 21 16:47:29 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 E5556274; Fri, 21 Feb 2014 16:47:29 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CF3561352; Fri, 21 Feb 2014 16:47:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1LGlTSv053336; Fri, 21 Feb 2014 16:47:29 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1LGlTuw053335; Fri, 21 Feb 2014 16:47:29 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201402211647.s1LGlTuw053335@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 21 Feb 2014 16:47:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345514 - head/Mk/Uses 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.17 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: Fri, 21 Feb 2014 16:47:30 -0000 Author: bapt Date: Fri Feb 21 16:47:29 2014 New Revision: 345514 URL: http://svnweb.freebsd.org/changeset/ports/345514 QAT: https://qat.redports.org/buildarchive/r345514/ Log: libtool 1.4.2a was defining the shared extension as shrext_cmds, rename it shared_ext like in newer libtool so the rest of USES=iconv magic just works Modified: head/Mk/Uses/libtool.mk Modified: head/Mk/Uses/libtool.mk ============================================================================== --- head/Mk/Uses/libtool.mk Fri Feb 21 16:04:38 2014 (r345513) +++ head/Mk/Uses/libtool.mk Fri Feb 21 16:47:29 2014 (r345514) @@ -22,7 +22,8 @@ patch-libtool: -e '/link_all_deplibs[0-9A-Z_]*=/s/=unknown/=no/' \ -e '/objformat=/s/echo aout/echo elf/' \ -e "/freebsd-elf\\*)/,/;;/ { \ - /deplibs_check_method=/s/=.*/=pass_all/; }" + /deplibs_check_method=/s/=.*/=pass_all/; }" \ + -e "s/shrext_cmds/shared_ext/g" .if ! ${libtool_ARGS:Moldver} @${FIND} ${WRKDIR} \( -name configure -or -name ltconfig \) \