Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Oct 2014 10:06:35 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370049 - in head/devel/liblangtag: . files
Message-ID:  <201410051006.s95A6Zs9095323@svn.freebsd.org>

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



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