Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jan 2014 16:02:09 +0000 (UTC)
From:      Alexander Nedotsukov <bland@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r339602 - head/converters/iconv
Message-ID:  <201401131602.s0DG29pR047283@svn.freebsd.org>

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

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



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