From tilman@arved.de  Thu Aug 22 03:18:57 2002
Return-Path: <tilman@arved.de>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2668E37B429
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 22 Aug 2002 03:18:54 -0700 (PDT)
Received: from tl.kom.tuwien.ac.at (tl.kom.tuwien.ac.at [128.131.34.148])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E14C443E6A
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 22 Aug 2002 03:18:52 -0700 (PDT)
	(envelope-from tilman@arved.de)
Received: from tl.kom.tuwien.ac.at (localhost [127.0.0.1])
	by tl.kom.tuwien.ac.at (8.12.5/8.12.5) with ESMTP id g7MAISVh082791;
	Thu, 22 Aug 2002 12:18:28 +0200 (CEST)
	(envelope-from tilman@tl.kom.tuwien.ac.at)
Received: (from tilman@localhost)
	by tl.kom.tuwien.ac.at (8.12.5/8.12.5/Submit) id g7MAIRXl082790;
	Thu, 22 Aug 2002 12:18:27 +0200 (CEST)
Message-Id: <200208221018.g7MAIRXl082790@tl.kom.tuwien.ac.at>
Date: Thu, 22 Aug 2002 12:18:27 +0200 (CEST)
From: Tilman Linneweh <tilman@arved.de>
Reply-To: Tilman Linneweh <tilman@arved.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc: tilman@arved.de
Subject: [Maintainer-Update] port audio/cmt 1.12 -> 1.14
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         41890
>Category:       ports
>Synopsis:       [Maintainer-Update] port audio/cmt 1.12 -> 1.14
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 22 03:20:05 PDT 2002
>Closed-Date:    Sun Sep 01 11:04:00 PDT 2002
>Last-Modified:  Sun Sep 01 11:04:00 PDT 2002
>Originator:     Tilman Linneweh
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
Vienna University of Technology
>Environment:
System: FreeBSD tl.kom.tuwien.ac.at 4.6-STABLE FreeBSD 4.6-STABLE #0: Wed Jul 24 15:50:09 CEST 2002 root@tl.kom.tuwien.ac.at:/usr/obj/usr/src/sys/MYKERNEL i386


	
>Description:
	The new Version is compatible with LADSPA-API 1.1
	Since Richard Furse has not versioned his tarball,
	I rerolled them and host them on my own site.

	patch-cmt.cpp was merged into distribution and can be removed.
	
>How-To-Repeat:
	
>Fix:

	

--- cmt.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/cmt/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	19 Jun 2002 08:18:05 -0000	1.3
+++ Makefile	22 Aug 2002 10:11:07 -0000
@@ -5,28 +5,27 @@
 # $FreeBSD: ports/audio/cmt/Makefile,v 1.3 2002/06/19 08:18:05 sobomax Exp $
 
 PORTNAME=	cmt
-PORTVERSION=	1.12
-PORTREVISION=	1
+PORTVERSION=	1.14
 CATEGORIES=	audio
-MASTER_SITES=	http://www.ladspa.org/download/
-DISTNAME=	${PORTNAME}_src
-EXTRACT_SUFX=	.tgz
+MASTER_SITES=	http://www.arved.de/bsd/src/
 
 MAINTAINER=	freebsdports@arved.de
 
 BUILD_DEPENDS=	${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
 
+USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_REINPLACE=	yes
-WRKSRC=		${WRKDIR}/${PORTNAME}/src
-MAKEFILE=	makefile
-ALL_TARGET=	targets
+INSTALLS_SHLIB=	yes
 
 pre-patch:
 	@${FIND} ${WRKSRC} -name '*.cpp' | ${XARGS} \
 		${REINPLACE_CMD} -e "s|<malloc.h>|<stdlib.h>|g"
 
+do-build:
+	cd ${WRKSRC}/src; ${GMAKE} -f makefile targets
+
 do-install:
-	@${INSTALL_DATA} ${WRKSRC}/../plugins/cmt.so ${LOCALBASE}/lib/ladspa/
+	@${INSTALL_DATA} ${WRKSRC}/plugins/cmt.so ${LOCALBASE}/lib/ladspa/
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/audio/cmt/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	30 May 2002 16:53:06 -0000	1.1
+++ distinfo	22 Aug 2002 10:01:58 -0000
@@ -1 +1 @@
-MD5 (cmt_src.tgz) = 21c6cbf2a755f9c8a6470b395e9a2792
+MD5 (cmt-1.14.tar.bz2) = 1da6357066394116264339cbabff8358
Index: files/patch-makefile
===================================================================
RCS file: /home/ncvs/ports/audio/cmt/files/patch-makefile,v
retrieving revision 1.3
diff -u -r1.3 patch-makefile
--- files/patch-makefile	14 Jul 2002 18:45:12 -0000	1.3
+++ files/patch-makefile	22 Aug 2002 10:08:46 -0000
@@ -1,13 +1,11 @@
---- makefile.orig	Sat Jul 13 20:54:06 2002
-+++ makefile	Sat Jul 13 20:56:15 2002
-@@ -12,9 +12,9 @@
- # GENERAL
+--- src/makefile.orig	Sat May 18 20:27:15 2002
++++ src/makefile	Thu Aug 22 12:07:51 2002
+@@ -13,8 +13,8 @@
  #
  
--INCLUDES	=	-I/usr/local/include/
+ INCLUDES	=	-I/usr/local/include/
 -CFLAGS		=	$(INCLUDES) -Wall -Werror -O3 -fPIC
 -CXXFLAGS	=	$(CFLAGS)
-+INCLUDES	=	-I${LOCALBASE}/include/
 +CFLAGS		+=	$(INCLUDES) -Wall -Werror -fPIC
 +CXXFLAGS	+=	$(CFLAGS)
  PLUGIN_LIB	=	../plugins/cmt.so
--- cmt.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: dwcjr 
State-Changed-When: Sun Sep 1 11:03:50 PDT 2002 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=41890 
>Unformatted:
