Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 2006 12:21:41 +0300
From:      Eygene <rea-fbsd@codelabs.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/105515: Wrong condition in ports/graphics/lcms/Makefile
Message-ID:  <E1GjuU9-000Bvx-KN@pobox.codelabs.ru>
Resent-Message-ID: <200611140930.kAE9U2R9024981@freefall.freebsd.org>

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

>Number:         105515
>Category:       ports
>Synopsis:       Wrong condition in ports/graphics/lcms/Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 14 09:30:01 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Eygene Ryabinkin
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
Code Labs
>Environment:
System: FreeBSD XXX 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Fri Oct 20 18:56:59 MSD 2006 root@XXX:/usr/src/sys/i386/compile/XXX i386

>Description:
Makefile for ports/graphics/lcms (v 1.24 2006/10/08 17:07:23 stas)
wrongly uses WITH_TIFFICC condition twice, whereas the second time
WITH_JPEGICC condition should be used.
>How-To-Repeat:
Look at the line 40 of ports/graphics/lcms/Makefile.
>Fix:
The following patch will fix the situation.

--- Makefile	Tue Oct 10 09:24:27 2006
+++ /tmp/Makefile	Tue Nov 14 12:15:48 2006
@@ -37,7 +37,7 @@
 PLIST_SUB+=	TIFFICC="@comment "
 .endif
 
-.if defined(WITH_TIFFICC)
+.if defined(WITH_JPEGICC)
 LIB_DEPENDS+=	jpeg.9:${PORTSDIR}/graphics/jpeg
 PLIST_SUB+=	JPEGICC=""
 .else
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1GjuU9-000Bvx-KN>