From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 9 15:40:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CCE9DB46 for ; Sun, 9 Feb 2014 15:40:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 902591E43 for ; Sun, 9 Feb 2014 15:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s19Fe0wi087514 for ; Sun, 9 Feb 2014 15:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s19Fe04l087513; Sun, 9 Feb 2014 15:40:00 GMT (envelope-from gnats) Resent-Date: Sun, 9 Feb 2014 15:40:00 GMT Resent-Message-Id: <201402091540.s19Fe04l087513@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Adam Weinberger Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 21545823 for ; Sun, 9 Feb 2014 15:30:51 +0000 (UTC) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F05501D9D for ; Sun, 9 Feb 2014 15:30:50 +0000 (UTC) Received: by apnoea.adamw.org (Postfix, from userid 0) id C248811FF3F; Sun, 9 Feb 2014 10:30:43 -0500 (EST) Message-Id: <20140209153043.C248811FF3F@apnoea.adamw.org> Date: Sun, 9 Feb 2014 10:30:43 -0500 (EST) From: Adam Weinberger To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/186590: [patch] converters/libiconv forces docs installation X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Adam Weinberger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Feb 2014 15:40:00 -0000 >Number: 186590 >Category: ports >Synopsis: [patch] converters/libiconv forces docs installation >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 09 15:40:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Adam Weinberger >Release: FreeBSD 10.0-STABLE i386 >Organization: >Environment: System: FreeBSD apnoea.adamw.org 10.0-STABLE FreeBSD 10.0-STABLE #0: Sun Feb 2 21:58:45 EST 2014 root@apnoea.adamw.org:/usr/obj/usr/src/sys/PEEP i386 >Description: Docs are installed unconditionally right now, even with libiconv_UNSET=DOCS, because the pkg-plist is missing %%PORTDOCS%% markers. >How-To-Repeat: >Fix: Pretty easy fix though! --- libiconv.patch begins here --- Index: pkg-plist =================================================================== --- pkg-plist (revision 343512) +++ pkg-plist (working copy) @@ -17,10 +17,10 @@ man/man3/iconv_open_into.3.gz man/man3/iconv_close.3.gz man/man3/iconvctl.3.gz -%%DOCSDIR%%/iconv.1.html -%%DOCSDIR%%/iconv.3.html -%%DOCSDIR%%/iconv_close.3.html -%%DOCSDIR%%/iconv_open.3.html -%%DOCSDIR%%/iconv_open_into.3.html -%%DOCSDIR%%/iconvctl.3.html -@dirrm %%DOCSDIR%% +%%PORTDOCS%%%%DOCSDIR%%/iconv.1.html +%%PORTDOCS%%%%DOCSDIR%%/iconv.3.html +%%PORTDOCS%%%%DOCSDIR%%/iconv_close.3.html +%%PORTDOCS%%%%DOCSDIR%%/iconv_open.3.html +%%PORTDOCS%%%%DOCSDIR%%/iconv_open_into.3.html +%%PORTDOCS%%%%DOCSDIR%%/iconvctl.3.html +%%PORTDOCS%%@dirrm %%DOCSDIR%% --- libiconv.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: