Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Apr 2008 14:54:26 -0500 (CDT)
From:      Stephen Montgomery-Smith <stephen@math.missouri.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/123233: science/vis5d+ does not build
Message-ID:  <200804291954.m3TJsQrs093833@cauchy.math.missouri.edu>
Resent-Message-ID: <200804292030.m3TKU2oM039210@freefall.freebsd.org>

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

>Number:         123233
>Category:       ports
>Synopsis:       science/vis5d+ does not build
>Confidential:   no
>Severity:       critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 29 20:30:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Stephen Montgomery-Smith
>Release:        FreeBSD 6.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD cauchy 6.3-STABLE FreeBSD 6.3-STABLE #0: Thu Apr 17 18:25:18 CDT 2008 stephen@cauchy:/usr/obj/usr/src/sys/SMP i386


	
>Description:

http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.7.2008042107/vis5d+-1.2.1_8.log

	
>How-To-Repeat:
	
>Fix:

--- /usr/ports/science/vis5d+/Makefile	2008-04-23 21:45:06.000000000 -0500
+++ Makefile	2008-04-29 13:30:34.000000000 -0500
@@ -17,7 +17,8 @@
 COMMENT=	OpenGL-based volumetric visualization program for scientific datasets
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/libmix.a:${PORTSDIR}/graphics/qslim \
-		convert:${PORTSDIR}/graphics/ImageMagick
+		convert:${PORTSDIR}/graphics/ImageMagick \
+		${LOCALBASE}/include/gfx/gfx.h:${PORTSDIR}/graphics/libgfx
 LIB_DEPENDS=	netcdf.4:${PORTSDIR}/science/netcdf \
 		gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea
 RUN_DEPENDS=	convert:${PORTSDIR}/graphics/ImageMagick
@@ -28,13 +29,11 @@
 USE_GNOME=	gnometarget gtk12
 USE_ICONV=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" F77="${F77}" FFLAGS="-fno-range-check"
+CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" F77="${F77}" FFLAGS="-fno-range-check" LIBS="-lgfx"
 CONFIGURE_ARGS=	--enable-gtk --enable-threads --with-netcdf \
 		--with-mixkit=${LOCALBASE}/lib/libmix.a --with-x
 USE_LDCONFIG=	yes
 
-BROKEN=		Does not compile
-
 CPPFLAGS=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
 LDFLAGS=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
 

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



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