Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 May 2011 18:11:58 -0500 (CDT)
From:      Stephen Montgomery-Smith <stephen@missouri.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/156939: Small change to opendx dependency
Message-ID:  <201105102311.p4ANBwjT006078@wilberforce.math.missouri.edu>
Resent-Message-ID: <201105102320.p4ANK9Xx091992@freefall.freebsd.org>

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

>Number:         156939
>Category:       ports
>Synopsis:       Small change to opendx dependency
>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:   Tue May 10 23:20:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Stephen Montgomery-Smith
>Release:        FreeBSD 7.4-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD wilberforce 7.4-PRERELEASE FreeBSD 7.4-PRERELEASE #0: Wed Dec 1 20:53:06 CST 2010 stephen@wilberforce:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
opendx brings in hdf as a dependency.  This change will cause opendx to bring in hdf-5.18 rather than an earlier version.
	
>How-To-Repeat:
	
>Fix:

	


diff -ur /usr/ports/graphics/opendx/Makefile opendx/Makefile
--- /usr/ports/graphics/opendx/Makefile	2011-05-07 22:36:35.000000000 +0000
+++ opendx/Makefile	2011-05-10 22:40:03.000000000 +0000
@@ -39,7 +39,7 @@
 .endif
 
 .if defined(WITH_HDF)
-LIB_DEPENDS+=	mfhdf.3:${PORTSDIR}/science/hdf
+LIB_DEPENDS+=	mfhdf.3:${PORTSDIR}/science/hdf5-18
 .else
 CONFIGURE_ARGS+=	--without-hdf
 .endif
>Release-Note:
>Audit-Trail:
>Unformatted:



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