Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 May 2007 11:02:11 +0200
From:      "Kay Lehmann" <kay_lehmann@web.de>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/113055: [Maintainer Update]: science/kst: fix denpendency
Message-ID:  <1180256531.6663@bippes.finkenkrug.ev>
Resent-Message-ID: <200705271120.l4RBK7dO092075@freefall.freebsd.org>

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

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



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