Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jul 2013 13:29:55 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322394 - in head/converters/libiconv: . files
Message-ID:  <201307061329.r66DTtiM073672@svn.freebsd.org>

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



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