From rea@codelabs.ru  Tue Nov 14 09:21:49 2006
Return-Path: <rea@codelabs.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4C7C316A40F
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 Nov 2006 09:21:49 +0000 (UTC)
	(envelope-from rea@codelabs.ru)
Received: from pobox.codelabs.ru (pobox.codelabs.ru [144.206.177.45])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 33AD743D45
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 Nov 2006 09:21:42 +0000 (GMT)
	(envelope-from rea@codelabs.ru)
Received: from localdomain
	by pobox.codelabs.ru with local
	id 1GjuU9-000Bvx-KN for FreeBSD-gnats-submit@freebsd.org; Tue, 14 Nov 2006 12:21:41 +0300
Message-Id: <E1GjuU9-000Bvx-KN@pobox.codelabs.ru>
Date: Tue, 14 Nov 2006 12:21:41 +0300
From: Eygene <rea-fbsd@codelabs.ru>
Sender: "Eygene A. Ryabinkin" <rea@codelabs.ru>
Reply-To: Eygene <rea-fbsd@codelabs.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Wrong condition in ports/graphics/lcms/Makefile
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         105515
>Category:       ports
>Synopsis:       Wrong condition in ports/graphics/lcms/Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    stas
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 14 09:30:01 GMT 2006
>Closed-Date:    Tue Nov 14 15:06:50 GMT 2006
>Last-Modified:  Tue Nov 14 15:10:03 GMT 2006
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->stas 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Nov 14 09:30:12 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=105515 
State-Changed-From-To: open->closed 
State-Changed-By: stas 
State-Changed-When: Tue Nov 14 15:06:46 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=105515 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/105515: commit references a PR
Date: Tue, 14 Nov 2006 15:06:20 +0000 (UTC)

 stas        2006-11-14 15:06:10 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/lcms        Makefile 
   Log:
   - Fix typo in OPTIONS handling
   
   PR:             ports/105515
   Submitted by:   Eygene <rea-fbsd@codelabs.ru>
   
   Revision  Changes    Path
   1.25      +1 -1      ports/graphics/lcms/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
