Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  1 Oct 2008 15:37:26 +0400 (MSD)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        nork@FreeBSD.org
Subject:   ports/127767: [PATCH] graphics/ilmbase: fix typo
Message-ID:  <20081001113726.1ED3B1702D@hades.panopticon>
Resent-Message-ID: <200810011140.m91Be2Cm060477@freefall.freebsd.org>

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

>Number:         127767
>Category:       ports
>Synopsis:       [PATCH] graphics/ilmbase: fix typo
>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:   Wed Oct 01 11:40:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 7.0-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #1: Wed Jun 25 15:36:22 MSD 2008
>Description:
There's typo in the Makefile, so CONFLICTS are incorrect.

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

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

--- ilmbase-1.0.1_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/graphics/ilmbase/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile	23 Jul 2008 17:17:10 -0000	1.7
+++ Makefile	1 Oct 2008 11:36:46 -0000
@@ -15,7 +15,7 @@
 MAINTAINER=	nork@FreeBSD.org
 COMMENT=	ILM Base libraries a.k.a. Half, IlmThread, Imath and Iex
 
-CONFLICT=	OpenEXR-1.[0-4].*
+CONFLICTS=	OpenEXR-1.[0-4].*
 
 OPTIONS=	THREAD	"Enable multithreaded file I/O support"	on
 
--- ilmbase-1.0.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?20081001113726.1ED3B1702D>