Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Oct 2012 23:48:19 GMT
From:      Oliver Heesakkers <dev2@heesakkers.info>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/172465: [patch] graphics/lcms2 Fix man plist
Message-ID:  <201210072348.q97NmJBm070177@red.freebsd.org>
Resent-Message-ID: <201210072350.q97No8OK023898@freefall.freebsd.org>

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

>Number:         172465
>Category:       ports
>Synopsis:       [patch] graphics/lcms2 Fix man plist
>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 Oct 07 23:50:07 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Heesakkers
>Release:        9.0-RELEASE-p3 amd64
>Organization:
>Environment:
>Description:
A broken packaging proces alterted me to the fact that there are two typo's in the Makefile for this port.

Other than packaging, this also creates a broken plist
>How-To-Repeat:

>Fix:
The attached patch fixes the typo's in the MAN1+= lines. Arguably, the PLIST_SUB+= lines could also be corrected, but don't forget then to adjust pkg-plist accordingly.

Patch attached with submission follows:

diff -ruN lcms2.orig/Makefile lcms2/Makefile
--- lcms2.orig/Makefile	2012-10-07 17:09:51.000000000 +0200
+++ lcms2/Makefile	2012-10-08 01:37:20.000000000 +0200
@@ -32,7 +32,7 @@
 .if ${PORT_OPTIONS:MJPEGICC}
 LIB_DEPENDS+=	jpeg:${PORTSDIR}/graphics/jpeg
 CONFIGURE_ARGS+=--with-jpeg=${LOCALBASE}
-MAN1+=		jpegicc.1
+MAN1+=		jpgicc.1
 PLIST_SUB+=	JPEGICC=""
 UTILS+=		jpgicc
 .else
@@ -43,7 +43,7 @@
 .if ${PORT_OPTIONS:MTIFFICC}
 LIB_DEPENDS+=	tiff:${PORTSDIR}/graphics/tiff
 CONFIGURE_ARGS=	--with-tiff=${LOCALBASE}
-MAN1+=		tifficc.1
+MAN1+=		tificc.1
 PLIST_SUB+=	TIFFICC=""
 UTILS+=		tificc
 .else


>Release-Note:
>Audit-Trail:
>Unformatted:



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