Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jun 2002 21:23:50 +0200 (CEST)
From:      Helge Oldach <send-pr-ports-graphics-vid@oldach.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Hellmuth Michaelis <hm@hcs.de>
Subject:   ports/40042: upgrade of netpbm to 10.2 breaks ports/graphics/vid build
Message-ID:  <200206301923.g5UJNo7J027881@sep.oldach.net>

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

>Number:         40042
>Category:       ports
>Synopsis:       upgrade of netpbm to 10.2 breaks ports/graphics/vid build
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 30 12:30:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Helge Oldach
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD sep.oldach.net 4.6-STABLE FreeBSD 4.6-STABLE #0: Sat Jun 29 14:14:52 CEST 2002 toor@sep.oldach.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:

Recently the NETPBM port was upgraded from version 9.25 to 10.2.
This upgrade merges the various libraries previously installed in
/usr/local/lib into one single library, libnetpbm. Unfortunately the vid
port has a build dependency with libpbm, which should be modified to
libnetpbm. (Maybe other ports have similar dependencies?)

>How-To-Repeat:
	
>Fix:

	

Patch correcting ports/graphics/vid/Makefile:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--- /usr/ports/graphics/vid/Makefile.orig	Mon Apr  9 01:15:30 2001
+++ /usr/ports/graphics/vid/Makefile	Sun Jun 30 21:09:51 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.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

New file ports/graphics/vid/files/patch-ab:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--- Makefile.ORIG	Mon May  8 06:59:03 2000
+++ Makefile	Sun Jun 30 21:11:13 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

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>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?200206301923.g5UJNo7J027881>