From owner-svn-ports-head@FreeBSD.ORG Sat Jul 6 13:29:55 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9B303433; Sat, 6 Jul 2013 13:29:55 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8CF8D1811; Sat, 6 Jul 2013 13:29:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r66DTtj7073675; Sat, 6 Jul 2013 13:29:55 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r66DTtiM073672; Sat, 6 Jul 2013 13:29:55 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201307061329.r66DTtiM073672@svn.freebsd.org> From: Koop Mast Date: Sat, 6 Jul 2013 13:29:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322394 - in head/converters/libiconv: . 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-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Jul 2013 13:29:55 -0000 Author: kwm Date: Sat Jul 6 13:29:54 2013 New Revision: 322394 URL: http://svnweb.freebsd.org/changeset/ports/322394 Log: Remove USE_AUTOTOOLS=libtool. This was added in r183830 because the bundled libtool at the time didn't handle the removal of objformat correctly. Also revert r239611. This revision was because the libtool port and the bundled libtool at the time detect "clang" as a valid C compiler. PR: ports/179753 Submitted by: tijl@ Deleted: head/converters/libiconv/files/patch-libcharset::lib::Makefile.in head/converters/libiconv/files/patch-test::Makefile.in Modified: head/converters/libiconv/Makefile (contents, props changed) head/converters/libiconv/files/patch-lib_Makefile.in (contents, props changed) head/converters/libiconv/files/patch-src::Makefile.in (contents, props changed) Directory Properties: head/converters/libiconv/distinfo (props changed) head/converters/libiconv/files/patch-libcharset::lib::config.charset (props changed) head/converters/libiconv/pkg-descr (props changed) head/converters/libiconv/pkg-plist (props changed) Modified: head/converters/libiconv/Makefile ============================================================================== --- head/converters/libiconv/Makefile Sat Jul 6 13:05:47 2013 (r322393) +++ head/converters/libiconv/Makefile Sat Jul 6 13:29:54 2013 (r322394) @@ -10,7 +10,6 @@ MASTER_SITES= GNU MAINTAINER= gnome@FreeBSD.org COMMENT= A character set conversion library -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes LIBTOOLFILES= configure libcharset/configure preload/configure CONFIGURE_ARGS= --enable-static \ Modified: head/converters/libiconv/files/patch-lib_Makefile.in ============================================================================== --- head/converters/libiconv/files/patch-lib_Makefile.in Sat Jul 6 13:05:47 2013 (r322393) +++ head/converters/libiconv/files/patch-lib_Makefile.in Sat Jul 6 13:29:54 2013 (r322394) @@ -1,16 +1,5 @@ --- lib/Makefile.in.orig 2011-08-07 19:48:03.000000000 +0200 +++ lib/Makefile.in 2011-10-23 22:03:44.000000000 +0200 -@@ -26,8 +26,8 @@ - -Dset_relocation_prefix=libiconv_set_relocation_prefix \ - -Drelocate=libiconv_relocate @DEFS@ - LIBTOOL = @LIBTOOL@ --LIBTOOL_COMPILE = $(LIBTOOL) --mode=compile --LIBTOOL_LINK = $(LIBTOOL) --mode=link -+LIBTOOL_COMPILE = $(LIBTOOL) --mode=compile --tag=CC -+LIBTOOL_LINK = $(LIBTOOL) --mode=link --tag=CC - LIBTOOL_INSTALL = $(LIBTOOL) --mode=install - LIBTOOL_UNINSTALL = $(LIBTOOL) --mode=uninstall - # Windows resource compiler (windres). Used via libtool. @@ -50,7 +50,7 @@ # Before making a release, change this according to the libtool documentation, Modified: head/converters/libiconv/files/patch-src::Makefile.in ============================================================================== --- head/converters/libiconv/files/patch-src::Makefile.in Sat Jul 6 13:05:47 2013 (r322393) +++ head/converters/libiconv/files/patch-src::Makefile.in Sat Jul 6 13:29:54 2013 (r322394) @@ -1,16 +1,5 @@ --- src/Makefile.in.orig 2009-06-21 07:17:33.000000000 -0400 +++ src/Makefile.in 2009-07-04 19:46:15.000000000 -0400 -@@ -23,8 +23,8 @@ - LDFLAGS = @LDFLAGS@ - INCLUDES = -I. -I$(srcdir) -I.. -I../include -I$(srcdir)/../include -I../srclib -I$(srcdir)/../srclib - LIBTOOL = @LIBTOOL@ --LIBTOOL_COMPILE = $(LIBTOOL) --mode=compile --LIBTOOL_LINK = $(LIBTOOL) --mode=link -+LIBTOOL_COMPILE = $(LIBTOOL) --mode=compile --tag=CC -+LIBTOOL_LINK = $(LIBTOOL) --mode=link --tag=CC - LIBTOOL_INSTALL = $(LIBTOOL) --mode=install - LIBTOOL_UNINSTALL = $(LIBTOOL) --mode=uninstall - WINDRES = @WINDRES@ @@ -113,6 +113,7 @@ install : all force if [ ! -d $(DESTDIR)$(bindir) ] ; then $(mkinstalldirs) $(DESTDIR)$(bindir) ; fi case "@host_os@" in \