From stephen@cauchy.math.missouri.edu  Wed Jun 19 16:50:54 2002
Return-Path: <stephen@cauchy.math.missouri.edu>
Received: from cauchy.math.missouri.edu (cauchy.math.missouri.edu [128.206.49.166])
	by hub.freebsd.org (Postfix) with ESMTP id 7C04637B400
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 19 Jun 2002 16:50:48 -0700 (PDT)
Received: from cauchy.math.missouri.edu (stephen@localhost [127.0.0.1])
	by cauchy.math.missouri.edu (8.12.3/8.12.3) with ESMTP id g5JNoltD050477
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 19 Jun 2002 18:50:47 -0500 (CDT)
	(envelope-from stephen@cauchy.math.missouri.edu)
Received: (from stephen@localhost)
	by cauchy.math.missouri.edu (8.12.3/8.12.3/Submit) id g5JNolRb050476;
	Wed, 19 Jun 2002 18:50:47 -0500 (CDT)
Message-Id: <200206192350.g5JNolRb050476@cauchy.math.missouri.edu>
Date: Wed, 19 Jun 2002 18:50:47 -0500 (CDT)
From: Stephen Montgomery-Smith <stephen@math.missouri.edu>
Reply-To: Stephen Montgomery-Smith <stephen@math.missouri.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: vis5d+ does not build
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         39551
>Category:       ports
>Synopsis:       vis5d+ does not build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 19 17:00:01 PDT 2002
>Closed-Date:    Wed Jun 19 19:47:02 PDT 2002
>Last-Modified:  Wed Jun 19 19:47:02 PDT 2002
>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:
State-Changed-From-To: open->closed 
State-Changed-By: glewis 
State-Changed-When: Wed Jun 19 19:46:49 PDT 2002 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=39551 
>Unformatted:
