Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2002 18:50:47 -0500 (CDT)
From:      Stephen Montgomery-Smith <stephen@math.missouri.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/39551: vis5d+ does not build
Message-ID:  <200206192350.g5JNolRb050476@cauchy.math.missouri.edu>

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

>Number:         39551
>Category:       ports
>Synopsis:       vis5d+ does not build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 19 17:00:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Stephen Montgomery-Smith
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
University of Missouri
>Environment:
System: FreeBSD cauchy 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Jun 16 13:02:47 CDT 2002 stephen@cauchy:/usr/obj/usr/src/sys/cauchy i386


	
>Description:

The /usr/ports/science/vis5d+ port does not build because it fails to load a 
dependency, that is x11-toolkits/gtkglarea.

>How-To-Repeat:

cd /usr/ports/science/vis5d+
make

>Fix:

diff -ru vis5d+-old/Makefile vis5d+/Makefile
--- vis5d+-old/Makefile	Sat Jun  1 17:24:59 2002
+++ vis5d+/Makefile	Wed Jun 19 18:40:46 2002
@@ -18,7 +18,8 @@
 BUILD_DEPENDS=	${LOCALBASE}/lib/libmix.a:${PORTSDIR}/graphics/qslim \
 		convert:${PORTSDIR}/graphics/ImageMagick
 LIB_DEPENDS=	iconv.3:${PORTSDIR}/converters/libiconv \
-		netcdf.1:${PORTSDIR}/math/netcdf
+		netcdf.1:${PORTSDIR}/math/netcdf \
+		gtkgl:${PORTSDIR}/x11-toolkits/gtkglarea
 RUN_DEPENDS=	convert:${PORTSDIR}/graphics/ImageMagick
 
 USE_BISON=	yes


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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