ports/68613: [Maintainer Update] graphics/gauche-gl fix missing dependancy
Erik Greenwald
erik at smluc.org
Fri Jul 2 19:51:22 UTC 2004
>Number: 68613
>Category: ports
>Synopsis: [Maintainer Update] graphics/gauche-gl fix missing dependancy
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Fri Jul 02 19:50:25 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Erik Greenwald
>Release: FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD fenris 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Sun Jun 20 11:01:28 EDT 2004 root at fenris:/usr/obj/usr/src/sys/FENRIS i386
>Description:
The update to use "USE_GL" lost the glut dependancy, re-adding it as a LIB_DEPENDS...
shouldn't need a port revision bump
>How-To-Repeat:
>Fix:
--- graphics_gauche-gl.patch begins here ---
diff -Nurb graphics/gauche-gl.orig/Makefile graphics/gauche-gl/Makefile
--- graphics/gauche-gl.orig/Makefile Fri Jul 2 15:44:05 2004
+++ graphics/gauche-gl/Makefile Fri Jul 2 15:44:23 2004
@@ -19,6 +19,7 @@
BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche
RUN_DEPENDS= ${BUILD_DEPENDS}
+LIB_DEPENDS= glut:${PORTSDIR}/graphics/libglut
USE_GL= yes
GNU_CONFIGURE= yes
--- graphics_gauche-gl.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list