Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Aug 2004 21:54:50 +0200 (CEST)
From:      Joerg Pulz <Joerg.Pulz@frm2.tum.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/71163: fix dependencies for math/PDL
Message-ID:  <200408301954.i7UJsoo2039450@hades.admin.frm2>
Resent-Message-ID: <200408302000.i7UK0lqi004078@freefall.freebsd.org>

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

>Number:         71163
>Category:       ports
>Synopsis:       fix dependencies for math/PDL
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 30 20:00:47 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Joerg Pulz
>Release:        FreeBSD 5.2.1-RELEASE-p8 i386
>Organization:
TU-Munich / ZWE FRM-II
>Environment:
System: FreeBSD hades.admin.frm2 5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #4: Tue Aug 17 11:51:25 CEST 2004 root@hades.admin.frm2:/usr/obj/usr/src/sys/HADES i386


	
>Description:
	math/plplot was updated to 5.3.1 on 2004/08/11
	since this day the library is libplplotd.so.10 NOT libplplotd.so.9
	this prevents math/PDL from being installed as it LIB_DEPENDS on the
	wrong library version.
>How-To-Repeat:
	
>Fix:

	in ${PORTSDIR}/math/PDL/MAkefile replace
	LIB_DEPENDS=   plplotd.9:${PORTSDIR}/math/plplot \
	with
	LIB_DEPENDS=   plplotd.10:${PORTSDIR}/math/plplot \


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



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