ports/113055: [Maintainer Update]: science/kst: fix denpendency

Kay Lehmann kay_lehmann at web.de
Sun May 27 11:20:08 UTC 2007


>Number:         113055
>Category:       ports
>Synopsis:       [Maintainer Update]: science/kst: fix denpendency
>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:   Sun May 27 11:20:07 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Kay Lehmann
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:


System: FreeBSD 6.2-STABLE #25: Sun Apr 29 20:54:40 CEST 2007
    root at bippes.finkenkrug.ev:/usr/obj/usr/src/sys/bippes



>Description:


The optional library netcdf has changed its shared library-version, so kst can't find the lib anymore


>How-To-Repeat:





>Fix:


--- Makefile.diff begins here ---
--- Makefile.orig	Sat May 26 11:59:45 2007
+++ Makefile	Sat May 26 12:00:02 2007
@@ -41,7 +41,7 @@
 .endif
 
 .if defined(WITH_NETCDF)
-LIB_DEPENDS+=	netcdf.1:${PORTSDIR}/science/netcdf
+LIB_DEPENDS+=	netcdf.4:${PORTSDIR}/science/netcdf
 PLIST_SUB+=	NETCDF=""
 .else
 CONFIGURE_ARGS+=	--without-netcdf
--- Makefile.diff ends here ---



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



More information about the freebsd-ports-bugs mailing list