From owner-svn-ports-head@FreeBSD.ORG Mon Sep 1 19:53:39 2014 Return-Path: Delivered-To: svn-ports-head@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 B24E4EF9; Mon, 1 Sep 2014 19:53:39 +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 9D5661A51; Mon, 1 Sep 2014 19:53:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s81Jrd4o028110; Mon, 1 Sep 2014 19:53:39 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s81Jrdkd028106; Mon, 1 Sep 2014 19:53:39 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201409011953.s81Jrdkd028106@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Mon, 1 Sep 2014 19:53:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366946 - head/converters/libiconv 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.18-1 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: Mon, 01 Sep 2014 19:53:39 -0000 Author: tijl Date: Mon Sep 1 19:53:38 2014 New Revision: 366946 URL: http://svnweb.freebsd.org/changeset/ports/366946 QAT: https://qat.redports.org/buildarchive/r366946/ Log: Add USES=libtool:oldver and INSTALL_TARGET=install-strip Modified: head/converters/libiconv/Makefile head/converters/libiconv/pkg-plist Modified: head/converters/libiconv/Makefile ============================================================================== --- head/converters/libiconv/Makefile Mon Sep 1 19:53:11 2014 (r366945) +++ head/converters/libiconv/Makefile Mon Sep 1 19:53:38 2014 (r366946) @@ -3,7 +3,7 @@ PORTNAME= libiconv PORTVERSION= 1.14 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= converters devel MASTER_SITES= GNU @@ -16,7 +16,9 @@ CONFIGURE_ARGS= --enable-static \ --docdir=${DOCSDIR} CONFIGURE_ENV= am_cv_func_iconv="yes" \ am_cv_proto_iconv_arg1="const" +INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE= yes +USES= libtool:oldver USE_CSTD= gnu89 USE_LDCONFIG= yes Modified: head/converters/libiconv/pkg-plist ============================================================================== --- head/converters/libiconv/pkg-plist Mon Sep 1 19:53:11 2014 (r366945) +++ head/converters/libiconv/pkg-plist Mon Sep 1 19:53:38 2014 (r366946) @@ -4,11 +4,9 @@ include/libcharset.h include/localcharset.h lib/charset.alias lib/libcharset.a -lib/libcharset.la lib/libcharset.so lib/libcharset.so.1 lib/libiconv.a -lib/libiconv.la lib/libiconv.so lib/libiconv.so.3 man/man1/iconv.1.gz