From owner-freebsd-ports Thu May 30 12:50:26 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AE93037B408 for ; Thu, 30 May 2002 12:50:06 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4UJo6R17960; Thu, 30 May 2002 12:50:06 -0700 (PDT) (envelope-from gnats) Received: from 21322530218.direct.eti.at (21322530218.direct.eti.at [213.225.30.218]) by hub.freebsd.org (Postfix) with ESMTP id A2F5F37B416 for ; Thu, 30 May 2002 12:44:40 -0700 (PDT) Received: from sauna.arved.de (sauna.arved.de [192.168.2.4]) by 21322530218.direct.eti.at (8.11.6/8.11.6) with ESMTP id g4UJoPX54568 for ; Thu, 30 May 2002 21:50:25 +0200 (CEST) (envelope-from tilman@arved.de) Received: from sauna.arved.de (sauna.arved.de [127.0.0.1]) by sauna.arved.de (8.12.3/8.12.3) with ESMTP id g4UJiW2f079778; Thu, 30 May 2002 21:44:32 +0200 (CEST) (envelope-from tilman@sauna.arved.de) Received: (from tilman@localhost) by sauna.arved.de (8.12.3/8.12.3/Submit) id g4UJiVcY079777; Thu, 30 May 2002 21:44:31 +0200 (CEST) Message-Id: <200205301944.g4UJiVcY079777@sauna.arved.de> Date: Thu, 30 May 2002 21:44:31 +0200 (CEST) From: Tilman Linneweh Reply-To: Tilman Linneweh To: FreeBSD-gnats-submit@FreeBSD.org Cc: tilman@arved.de X-Send-Pr-Version: 3.113 Subject: ports/38746: [MaintainerUpdate] audio/xmms-ladspa to 0.5 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: 38746 >Category: ports >Synopsis: [MaintainerUpdate] audio/xmms-ladspa to 0.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu May 30 12:50:06 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Tilman Linneweh >Release: FreeBSD 4.5-STABLE i386 >Organization: BSD Usergroup Austria >Environment: System: FreeBSD sauna.arved.de 4.5-STABLE FreeBSD 4.5-STABLE #2: Tue Feb 19 15:30:21 CET 2002 root@sauna.arved.de:/usr/obj/usr/src/sys/SAUNA i386 >Description: Update to Version 0.5 >How-To-Repeat: >Fix: --- xmms-ladspa.diff begins here --- diff -ruN xmms-ladspa.orig/Makefile xmms-ladspa/Makefile --- xmms-ladspa.orig/Makefile Thu May 30 18:58:54 2002 +++ xmms-ladspa/Makefile Thu May 30 21:34:47 2002 @@ -5,7 +5,7 @@ # $FreeBSD: ports/audio/xmms-ladspa/Makefile,v 1.1 2002/05/30 16:58:54 ijliao Exp $ PORTNAME= xmms-ladspa -PORTVERSION= 0.3 +PORTVERSION= 0.5 CATEGORIES= audio MASTER_SITES= http://www.ecs.soton.ac.uk/~njl98r/code/ladspa/ DISTNAME= xmms_ladspa-${PORTVERSION} @@ -16,7 +16,6 @@ USE_X_PREFIX= yes USE_GTK= yes -WRKSRC= ${WRKDIR}/xmms_ladspa do-install: @${INSTALL_DATA} ${WRKSRC}/ladspa.so ${PREFIX}/lib/xmms/Effect/ diff -ruN xmms-ladspa.orig/distinfo xmms-ladspa/distinfo --- xmms-ladspa.orig/distinfo Thu May 30 18:58:54 2002 +++ xmms-ladspa/distinfo Thu May 30 21:38:30 2002 @@ -1 +1 @@ -MD5 (xmms_ladspa-0.3.tar.gz) = 7d372888d9dfdcf74442340322afa92f +MD5 (xmms_ladspa-0.5.tar.gz) = 8131caf6b5f9793d861e64b43326f80b Binary files xmms-ladspa.orig/files/.patch-Makefile.swp and xmms-ladspa/files/.patch-Makefile.swp differ diff -ruN xmms-ladspa.orig/files/patch-Makefile xmms-ladspa/files/patch-Makefile --- xmms-ladspa.orig/files/patch-Makefile Thu May 30 18:58:54 2002 +++ xmms-ladspa/files/patch-Makefile Thu May 30 21:37:43 2002 @@ -1,11 +1,18 @@ ---- Makefile.orig Tue Apr 9 03:46:47 2002 -+++ Makefile Sun May 12 02:37:50 2002 -@@ -5,7 +5,7 @@ +--- Makefile.orig Thu May 30 21:36:13 2002 ++++ Makefile Thu May 30 21:37:11 2002 +@@ -1,5 +1,5 @@ + +-CFLAGS= -fPIC `gtk-config --cflags` ++CFLAGS+= -fPIC `gtk12-config --cflags` + + all: ladspa.so + +@@ -7,7 +7,7 @@ rm ladspa.so ladspa.so: ladspa.c -- gcc -Wall -shared -o ladspa.so ladspa.c -fPIC `gtk-config --cflags` -+ ${CC} -Wall -shared -o ladspa.so ladspa.c ${CFLAGS} `gtk12-config --cflags` +- gcc -Wall -shared -o ladspa.so ladspa.c $(CFLAGS) ++ ${CC} -Wall -shared -o ladspa.so ladspa.c $(CFLAGS) @echo @echo "Now copy ladspa.so into your XMMS Effect plugin directory" @echo "e.g. ~/.xmms/Plugins/Effect or /usr/lib/xmms/Effect" --- xmms-ladspa.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message