Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Dec 2006 21:03:59 +0100
From:      "Radim Kolar SF.NET" <hsn@sendmail.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        stas@FreeBSD.org, hsn@sendmail.cz
Subject:   ports/107173: [PATCH] graphics/lcms: added manpages to pkglist
Message-ID:  <E1GyZZf-000AFr-DN@sanatana.dharma>
Resent-Message-ID: <200612242010.kBOKADJ9044669@freefall.freebsd.org>

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

>Number:         107173
>Category:       ports
>Synopsis:       [PATCH] graphics/lcms: added manpages to pkglist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 24 20:10:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Radim Kolar SF.NET
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD sanatana.dharma 6.1-STABLE FreeBSD 6.1-STABLE #4: Fri Sep  8 01:39:47 CEST
>Description:
manpages for tifficc and jpegicc utils not included in pkg-plist

Port maintainer (stas@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- lcms-1.15_1,1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/graphics/lcms/Makefile /home/hsn/hacked/lcms/Makefile
--- /usr/ports/graphics/lcms/Makefile	Tue Nov 14 16:06:10 2006
+++ /home/hsn/hacked/lcms/Makefile	Sun Dec 24 20:44:11 2006
@@ -32,6 +32,7 @@
 .if defined(WITH_TIFFICC)
 LIB_DEPENDS+=	tiff.4:${PORTSDIR}/graphics/tiff
 PLIST_SUB+=	TIFFICC=""
+MAN1+=		tifficc.1
 .else
 CONFIGURE_ARGS=	--without-tiff
 PLIST_SUB+=	TIFFICC="@comment "
@@ -40,6 +41,7 @@
 .if defined(WITH_JPEGICC)
 LIB_DEPENDS+=	jpeg.9:${PORTSDIR}/graphics/jpeg
 PLIST_SUB+=	JPEGICC=""
+MAN1+=		jpegicc.1
 .else
 CONFIGURE_ARGS=	--without-jpeg
 PLIST_SUB+=	JPEGICC="@comment "
--- lcms-1.15_1,1.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?E1GyZZf-000AFr-DN>