ports/156939: Small change to opendx dependency

Stephen Montgomery-Smith stephen at missouri.edu
Tue May 10 23:20:09 UTC 2011


>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 at 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:



More information about the freebsd-ports-bugs mailing list