Date: Sun, 7 Jul 2002 21:55:28 +1000 (EST) From: Edwin Groothuis <edwin@mavetju.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/40286: [patch] Fix graphics/urt due to change in graphics/netpbm Message-ID: <20020707115528.1E11F6A711E@k7.mavetju>
next in thread | raw e-mail | index | archive | help
>Number: 40286 >Category: ports >Synopsis: [patch] Fix graphics/urt 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: Sun Jul 07 05:00:02 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/graphics/urt/Makefile,v 1.26 2001/08/23 20:21:50 kris 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.*. URT hasn't updated this dependency. >How-To-Repeat: cd /usr/ports/graphics/urt make >Fix: --- Makefile.old Sun Jul 7 21:29:20 2002 +++ Makefile Sun Jul 7 21:29:28 2002 @@ -19,7 +19,7 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff -BUILD_DEPENDS= ${LOCALBASE}/lib/libpbm.a:${PORTSDIR}/graphics/netpbm +BUILD_DEPENDS= ${LOCALBASE}/lib/libnetpbm.a:${PORTSDIR}/graphics/netpbm EXTRACT_ONLY= urt-3.1b.tar.Z --- files/old-aa Sun Jul 7 21:54:05 2002 +++ files/patch-aa Sun Jul 7 21:51:00 2002 @@ -140,7 +140,7 @@ -LIBPBMPLUS = $(PBMDIR)/ppm/libppm.a $(PBMDIR)/pgm/libpgm.a \ - $(PBMDIR)/pbm/libpbm.a +INCPBMPLUS = -I${LOCALBASE}/include -+LIBPBMPLUS = -L${LOCALBASE}/lib -ppm -lpgm -lpbm ++LIBPBMPLUS = -L${LOCALBASE}/lib -lnetpbm #endif #ifdef SUNRASTER|SUNTOOLS|TAAC1 >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?20020707115528.1E11F6A711E>