Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  7 Jul 2002 21:58:55 +1000 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/40287: [patch] Fix graphics/vid due to change in graphics/netpbm
Message-ID:  <20020707115855.42C5A6A711E@k7.mavetju>

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

>Number:         40287
>Category:       ports
>Synopsis:       [patch] Fix graphics/vid 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:03 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/vid/Makefile,v 1.5 2001/02/21 07:48:56 roger 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.*.
vid hasn't updated this dependency.

>How-To-Repeat:

cd /usr/ports/graphics/vid
make

>Fix:

*** Add this file in files/patch-Makefile

--- Makefile.old	Sun Jul  7 21:56:30 2002
+++ Makefile	Sun Jul  7 21:56:38 2002
@@ -6,7 +6,7 @@
 
 CFLAGS	= -O
 CPPFLAGS = -I/usr/local/include
-LIBS	= -L/usr/local/lib -lpnm
+LIBS	= -L/usr/local/lib -lnetpbm
 
 default:	vid
 
*** Apply this patch

--- Makefile.old	Sun Jul  7 21:55:42 2002
+++ Makefile	Sun Jul  7 21:55:50 2002
@@ -20,7 +20,7 @@
 .endif
 
 
-LIB_DEPENDS=	pbm:${PORTSDIR}/graphics/netpbm
+LIB_DEPENDS=	netpbm:${PORTSDIR}/graphics/netpbm
 
 # The port does not understand 'make all' or 'make install'
 # so change the 'all_target' to be empty and use our own do-install handler.
>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?20020707115855.42C5A6A711E>