Bug 172465 - [patch] graphics/lcms2 Fix man plist
Summary: [patch] graphics/lcms2 Fix man plist
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-08 00:50 UTC by Oliver Heesakkers
Modified: 2012-10-08 15:30 UTC (History)
0 users

See Also:


Attachments
file.diff (601 bytes, patch)
2012-10-08 00:50 UTC, Oliver Heesakkers
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Heesakkers 2012-10-08 00:50:07 UTC
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

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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-10-08 00:50:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2012-10-08 15:22:19 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-10-08 15:22:23 UTC
Author: sunpoet
Date: Mon Oct  8 14:22:10 2012
New Revision: 305537
URL: http://svn.freebsd.org/changeset/ports/305537

Log:
  - Fix typo in MAN1
  
  PR:		ports/172465
  Submitted by:	Oliver Heesakkers <dev2@heesakkers.info>

Modified:
  head/graphics/lcms2/Makefile

Modified: head/graphics/lcms2/Makefile
==============================================================================
--- head/graphics/lcms2/Makefile	Mon Oct  8 14:19:46 2012	(r305536)
+++ head/graphics/lcms2/Makefile	Mon Oct  8 14:22:10 2012	(r305537)
@@ -32,7 +32,7 @@ UTILS=		linkicc psicc transicc
 .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 @@ PLIST_SUB+=	JPEGICC="@comment "
 .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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"