Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  9 Feb 2014 10:30:43 -0500 (EST)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/186590: [patch] converters/libiconv forces docs installation
Message-ID:  <20140209153043.C248811FF3F@apnoea.adamw.org>
Resent-Message-ID: <201402091540.s19Fe04l087513@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



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