From kay_lehmann@web.de  Sun May 27 11:13:41 2007
Return-Path: <kay_lehmann@web.de>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 6E0D216A400
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 27 May 2007 11:13:41 +0000 (UTC)
	(envelope-from kay_lehmann@web.de)
Received: from hirscho.in-berlin.de (fallback-mx.in-berlin.de [192.109.42.17])
	by mx1.freebsd.org (Postfix) with ESMTP id E5DD913C457
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 27 May 2007 11:13:40 +0000 (UTC)
	(envelope-from kay_lehmann@web.de)
Received: from einhorn.in-berlin.de (einhorn.in-berlin.de [192.109.42.8])
	by fallback-mx.in-berlin.de (8.13.6/8.13.6/Debian-1) with ESMTP id l4R8wNnD011007
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 27 May 2007 10:58:23 +0200
Received: from bippes.finkenkrug.ev (lehmann.in-dsl.de [217.197.85.240])
	(authenticated bits=0)
	by einhorn.in-berlin.de (8.13.6/8.13.6/Debian-1) with ESMTP id l4R8wCpU008644
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 27 May 2007 10:58:22 +0200
Message-Id: <1180256531.6663@bippes.finkenkrug.ev>
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: [Maintainer Update]: science/kst: fix denpendency
X-Send-Pr-Version: gtk-send-pr 0.4.8 
X-GNATS-Notify:

>Number:         113055
>Category:       ports
>Synopsis:       [Maintainer Update]: science/kst: fix denpendency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 27 11:20:07 GMT 2007
>Closed-Date:    Sun May 27 11:35:38 GMT 2007
>Last-Modified:  Sun May 27 11:35:38 GMT 2007
>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:
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun May 27 11:35:36 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113055 
>Unformatted:
