From owner-svn-ports-head@FreeBSD.ORG Mon Jan 13 16:02:10 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 2706079E; Mon, 13 Jan 2014 16:02:10 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 12F341D0C; Mon, 13 Jan 2014 16:02:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0DG29qL047285; Mon, 13 Jan 2014 16:02:09 GMT (envelope-from bland@svn.freebsd.org) Received: (from bland@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0DG29pR047283; Mon, 13 Jan 2014 16:02:09 GMT (envelope-from bland@svn.freebsd.org) Message-Id: <201401131602.s0DG29pR047283@svn.freebsd.org> From: Alexander Nedotsukov Date: Mon, 13 Jan 2014 16:02:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339602 - head/converters/iconv 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.17 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, 13 Jan 2014 16:02:10 -0000 Author: bland Date: Mon Jan 13 16:02:09 2014 New Revision: 339602 URL: http://svnweb.freebsd.org/changeset/ports/339602 Log: Fix profiled library packaging. Modified: head/converters/iconv/Makefile head/converters/iconv/pkg-plist Modified: head/converters/iconv/Makefile ============================================================================== --- head/converters/iconv/Makefile Mon Jan 13 15:09:33 2014 (r339601) +++ head/converters/iconv/Makefile Mon Jan 13 16:02:09 2014 (r339602) @@ -31,4 +31,10 @@ USE_PERL5+= run EXTRA_PATCHES= ${FILESDIR}/extra-patch-ccs_Makefile .endif +.if defined(NO_PROFILE) +PLIST_SUB+= PROFILE="@comment " +.else +PLIST_SUB+= PROFILE="" +.endif + .include Modified: head/converters/iconv/pkg-plist ============================================================================== --- head/converters/iconv/pkg-plist Mon Jan 13 15:09:33 2014 (r339601) +++ head/converters/iconv/pkg-plist Mon Jan 13 16:02:09 2014 (r339602) @@ -4,7 +4,7 @@ include/biconv.h lib/libbiconv.a lib/libbiconv.so lib/libbiconv.so.2 -lib/libbiconv_p.a +%%PROFILE%%lib/libbiconv_p.a libexec/iconv/euc-jp.so libexec/iconv/euc-kr.so libexec/iconv/euc-tw.so