ports/147267: PORT graphics/libglut should conflict with graphics/freeglut

aldis at bsdroot.lv aldis at bsdroot.lv
Tue Jun 1 04:30:05 UTC 2010


>Number:         147267
>Category:       ports
>Synopsis:       PORT graphics/libglut should conflict with graphics/freeglut
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 01 04:30:04 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     aldis at bsdroot.lv
>Release:        
>Organization:
>Environment:
>Description:
Bough graphics/freeglut and graphics/libglut install some files with same names
for example:
include/GL/glut.h
lib/libglut.so

freeglut already have CONFLICTS line in port, libglut should also have it
>How-To-Repeat:
uninstall libglut if you have it
install freeglut
install libglut

>Fix:


Patch attached with submission follows:

--- Makefile.old	2010-03-26 01:11:22.000000000 +0200
+++ Makefile	2010-06-01 07:17:05.122033415 +0300
@@ -12,6 +12,8 @@
 MAINTAINER=	x11 at FreeBSD.org
 COMMENT=	OpenGL utility toolkit
 
+CONFLICTS=	freeglut-[0-9]*
+
 USE_GL=		glu
 USE_XORG=	glproto x11 xext xxf86vm xdamage xfixes xi xmu dri2proto
 


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list