From owner-svn-ports-all@FreeBSD.ORG Sun Oct 5 10:06:36 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A9E5878; Sun, 5 Oct 2014 10:06:36 +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 2680EB; Sun, 5 Oct 2014 10:06:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s95A6aD0095325; Sun, 5 Oct 2014 10:06:36 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s95A6Zs9095323; Sun, 5 Oct 2014 10:06:35 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410051006.s95A6Zs9095323@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 5 Oct 2014 10:06:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370049 - in head/devel/liblangtag: . files 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: Sun, 05 Oct 2014 10:06:36 -0000 Author: tijl Date: Sun Oct 5 10:06:35 2014 New Revision: 370049 URL: https://svnweb.freebsd.org/changeset/ports/370049 QAT: https://qat.redports.org/buildarchive/r370049/ Log: Patch configure to avoid dependency on devel/libtool Added: head/devel/liblangtag/files/ head/devel/liblangtag/files/patch-configure (contents, props changed) Modified: head/devel/liblangtag/Makefile Modified: head/devel/liblangtag/Makefile ============================================================================== --- head/devel/liblangtag/Makefile Sun Oct 5 09:57:16 2014 (r370048) +++ head/devel/liblangtag/Makefile Sun Oct 5 10:06:35 2014 (r370049) @@ -15,7 +15,6 @@ LICENSE_COMB= dual LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtoolize USE_LDCONFIG= yes USES= gmake iconv libtool pathfix pkgconfig tar:bzip2 INSTALL_TARGET= install-strip Added: head/devel/liblangtag/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/liblangtag/files/patch-configure Sun Oct 5 10:06:35 2014 (r370049) @@ -0,0 +1,15 @@ +--- configure.orig 2014-05-21 03:36:23 UTC ++++ configure +@@ -14651,11 +14651,7 @@ MODULE_LIBS= + if test "x$enable_modules" != "xno"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the suffix of module shared libraries" >&5 + $as_echo_n "checking for the suffix of module shared libraries... " >&6; } +- export SED +- shrext_cmds=`libtool --config | grep '^shrext_cmds='` +- eval $shrext_cmds +- module=yes eval std_shrext=$shrext_cmds +- lt_module_suffix=`echo $std_shrext | sed 's/^\.//'` ++ lt_module_suffix=so + { $as_echo "$as_me:${as_lineno-$LINENO}: result: .$lt_module_suffix" >&5 + $as_echo ".$lt_module_suffix" >&6; } + if test "x$lt_module_suffix" = x; then