From owner-freebsd-ports Fri Jul 5 21: 0:23 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B68637B400 for ; Fri, 5 Jul 2002 21:00:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA53743E31 for ; Fri, 5 Jul 2002 21:00:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6640DJU069690 for ; Fri, 5 Jul 2002 21:00:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6640DFI069689; Fri, 5 Jul 2002 21:00:13 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08B7737B400 for ; Fri, 5 Jul 2002 20:59:11 -0700 (PDT) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99D3B43E31 for ; Fri, 5 Jul 2002 20:59:10 -0700 (PDT) (envelope-from edwin@mavetju.org) Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id DA6172B6C8 for ; Sat, 6 Jul 2002 05:59:07 +0200 (CEST) Received: by k7.mavetju (Postfix, from userid 1001) id 674F46A711E; Sat, 6 Jul 2002 13:59:05 +1000 (EST) Message-Id: <20020706035905.674F46A711E@k7.mavetju> Date: Sat, 6 Jul 2002 13:59:05 +1000 (EST) From: Edwin Groothuis Reply-To: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/40254: [patch] Fix graphics/mpegedit due to change in graphics/netpbm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 40254 >Category: ports >Synopsis: [patch] Fix graphics/mpegedit 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 21:00:13 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/mpegedit/Makefile,v 1.19 2001/12/08 02:27:14 pat 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.*. mpegedit hasn't updated this dependency. >How-To-Repeat: cd /usr/ports/graphics/mpegedit make >Fix: --- Makefile.old Sat Jul 6 13:52:56 2002 +++ Makefile Sat Jul 6 13:53:01 2002 @@ -13,7 +13,7 @@ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= pnm.1:${PORTSDIR}/graphics/netpbm +LIB_DEPENDS= netpbm.1:${PORTSDIR}/graphics/netpbm USE_X_PREFIX= yes --- files/old-aj Sat Jul 6 13:54:25 2002 +++ files/patch-aj Sat Jul 6 13:54:40 2002 @@ -1,5 +1,5 @@ ---- Makefile.orig Mon Jul 24 01:00:40 1995 -+++ Makefile Thu Jun 15 08:53:48 2000 +--- Makefile.orig Mon Jul 24 02:00:40 1995 ++++ Makefile Sat Jul 6 13:53:51 2002 @@ -23,8 +23,8 @@ # # Mr A S R Ashley B.Eng (Hons) 23rd July 1995 @@ -16,7 +16,7 @@ OBJS = main.o globals/version.o ARCHIVES = editor/editor.a ui/ui.a MpegCodec/mpeg.a - LIBS = -lXext -lX11 -lpnm -lppm -lpbm -lpgm -lm -+ LIBS = -L$(X11BASE)/lib -L$(LOCALBASE)/lib -lXext -lX11 -lpnm -lppm -lpbm -lpgm -lm ++ LIBS = -L$(X11BASE)/lib -L$(LOCALBASE)/lib -lXext -lX11 -lnetpbm -lm # # CPPFLAGS -Wall all warnings # -pipe speeds up compilation (remove only if not using g++) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message