Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Mar 2004 10:20:51 +0100
From:      "Kay Lehmann" <kay_lehmann@web.de>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/64647: [Update port] science/hdf: Mark it conflicting with math/netcdf
Message-ID:  <1080120051.0@bippes.finkenkrug.ev>
Resent-Message-ID: <200403240920.i2O9KGHY052557@freefall.freebsd.org>

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

>Number:         64647
>Category:       ports
>Synopsis:       [Update port] science/hdf: Mark it conflicting with math/netcdf
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 24 01:20:16 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Kay Lehmann
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:


System: FreeBSD 4.9-STABLE #33: Wed Mar 17 22:04:58 CET 2004
    kay@bippes.finkenkrug.ev:/usr/obj/usr/src/sys/bippes



>Description:


math/netcdf and science/hdf install conflicting files, because
hdf has its own implementation of netcdf (which maybe could
be turned of). Maintainers were informed.
This prevents e.g. grace from linking correctly if hdf was 
installed after netcdf. (See thread on mailinglist about grace)


>How-To-Repeat:


See pkg-plist of both.


>Fix:


--- Makefile.diff begins here ---
--- Makefile.orig	Wed Mar 24 10:02:46 2004
+++ Makefile	Wed Mar 24 10:06:43 2004
@@ -14,6 +14,8 @@
 MAINTAINER=	mi@aldan.algebra.com
 COMMENT=	Hierarchical Data Format library (from NCSA)
 
+CONFLICTS=	netcdf-*
+
 LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg
 
 MAN1=		hdf.1 hdfunpac.1 ncdump.1 ncgen.1
--- 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?1080120051.0>