Date: 2 Jul 2004 19:48:27 -0000 From: Erik Greenwald <erik@smluc.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: erik@math.smsu.edu Subject: ports/68613: [Maintainer Update] graphics/gauche-gl fix missing dependancy Message-ID: <20040702194827.13268.qmail@phoenix.smluc.org> Resent-Message-ID: <200407021950.i62JoPqp018633@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040702194827.13268.qmail>