Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  6 Jul 2002 13:25:14 +1000 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/40251: [patch] Fix astro/xplanet due to change in graphics/netpbm
Message-ID:  <20020706032514.B420F6A7120@k7.mavetju>

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

>Number:         40251
>Category:       ports
>Synopsis:       [patch] Fix astro/xplanet due to change in graphics/netpbm
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 05 20:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #3: Mon Mar 11 13:32:05 EST 2002 edwin@k7.mavetju.org:/usr/src/sys/compile/k7 i386

# $FreeBSD: ports/astro/xplanet/Makefile,v 1.18 2002/05/19 22:31:31 will Exp $
# $FreeBSD: ports/graphics/netpbm/Makefile,v 1.59 2002/06/20 02:08:57 pat Exp $

>Description:

Netpbm version 10.2 (I assume) renamed libpnm.so.* to libnetpbm.so.*.
XPlanet hasn't updated this dependency.

>How-To-Repeat:

cd /usr/ports/astro/xplanet
make

>Fix:

--- Makefile.old	Sat Jul  6 13:07:27 2002
+++ Makefile	Sat Jul  6 13:09:30 2002
@@ -18,7 +18,7 @@
 		ungif.5:${PORTSDIR}/graphics/libungif \
 		png.5:${PORTSDIR}/graphics/png \
 		tiff.4:${PORTSDIR}/graphics/tiff \
-		pnm.1:${PORTSDIR}/graphics/netpbm
+		netpbm.1:${PORTSDIR}/graphics/netpbm
 
 RUN_DEPENDS=	wish8.3:${PORTSDIR}/x11-toolkits/tk83
 
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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