Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Aug 2002 12:18:27 +0200 (CEST)
From:      Tilman Linneweh <tilman@arved.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tilman@arved.de
Subject:   ports/41890: [Maintainer-Update] port audio/cmt 1.12 -> 1.14
Message-ID:  <200208221018.g7MAIRXl082790@tl.kom.tuwien.ac.at>

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

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 22 03:20:05 PDT 2002
>Closed-Date:
>Last-Modified:
>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:
>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?200208221018.g7MAIRXl082790>