ports/127767: [PATCH] graphics/ilmbase: fix typo

Dmitry Marakasov amdmi3 at amdmi3.ru
Wed Oct 1 11:40:02 UTC 2008


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list