Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jun 2010 04:22:47 GMT
From:      "aldis@bsdroot.lv" <aldis@bsdroot.lv>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/147267: PORT graphics/libglut should conflict with graphics/freeglut
Message-ID:  <201006010422.o514MlsK062630@www.freebsd.org>
Resent-Message-ID: <201006010430.o514U4gF043896@freefall.freebsd.org>

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006010422.o514MlsK062630>