Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Aug 2002 21:02:51 +0200 (CEST)
From:      Tilman Linneweh <tilman@arved.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tilman@arved.de
Subject:   ports/41387: [Maintainer-Update] audio/audacity 0.98 -> 1.0
Message-ID:  <200208061902.g76J2pwG078134@tl.kom.tuwien.ac.at>

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

>Number:         41387
>Category:       ports
>Synopsis:       [Maintainer-Update] audio/audacity 0.98 -> 1.0
>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:   Tue Aug 06 12:10:01 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:
	
>How-To-Repeat:
	
>Fix:

	

--- audacity.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/audacity/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	20 Jul 2002 15:32:35 -0000	1.2
+++ Makefile	6 Aug 2002 18:55:09 -0000
@@ -5,12 +5,11 @@
 # $FreeBSD: ports/audio/audacity/Makefile,v 1.2 2002/07/20 15:32:35 naddy Exp $
 
 PORTNAME=	audacity
-PORTVERSION=	0.98
-PORTREVISION=	1
+PORTVERSION=	1.0.0
 CATEGORIES=	audio
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
-DISTNAME=	${PORTNAME}-src-${PORTVERSION}
+DISTNAME=	${PORTNAME}-src-${PORTVERSION}-2
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	freebsdports@arved.de
@@ -19,13 +18,14 @@
 LIB_DEPENDS=	wx_gtk.2:${PORTSDIR}/x11-toolkits/wxgtk \
 		mad.1:${PORTSDIR}/audio/mad
 
+WRKSRC=		${WRKDIR}/${PORTNAME}-src-${PORTVERSION}
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 USE_X_PREFIX=	yes
 AUDACITY_HELP_DIR=	${PREFIX}/share/doc/audacity
-CONFIGURE_ENV+=	LDFLAGS="-L${LOCALBASE}/lib" \
-		CPPFLAGS="-I${LOCALBASE}/include" \
-		CFLAGS="-DAUDACITY_HELP_DIR=${AUDACITY_HELP_DIR}"
+CONFIGURE_ENV+=	LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
+		CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
+		CFLAGS="-DAUDACITY_HELP_DIR=${AUDACITY_HELP_DIR} ${PTHREAD_CFLAGS}"
 CONFIGURE_ARGS+=	--with-id3=no --with-libmad=yes
 
 .if defined(WITH_ARTS)
@@ -48,7 +48,7 @@
 	${INSTALL_PROGRAM} ${WRKSRC}/audacity ${PREFIX}/bin/audacity
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${PREFIX}/share/doc/audacity
-	${INSTALL_DATA} ${WRKSRC}/audacity-help.htb ${PREFIX}/share/doc/audacity/audacity-help.htb
+	${INSTALL_DATA} ${WRKSRC}/audacity-help.htb ${WRKSRC}/README.txt ${WRKSRC}/LICENSE.txt ${PREFIX}/share/doc/audacity/
 .endif
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/audio/audacity/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	29 May 2002 18:30:13 -0000	1.1
+++ distinfo	3 Jul 2002 14:07:18 -0000
@@ -1 +1 @@
-MD5 (audacity-src-0.98.tgz) = fe8d4009c34f11a8beec33d76098f56c
+MD5 (audacity-src-1.0.0-2.tgz) = 221573db91b48d521a55c7432189df80
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/audio/audacity/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	29 May 2002 18:30:13 -0000	1.1
+++ pkg-plist	6 Aug 2002 18:42:17 -0000
@@ -1,3 +1,5 @@
 bin/audacity
 %%PORTDOCS%%share/doc/audacity/audacity-help.htb
+%%PORTDOCS%%share/doc/audacity/README.txt
+%%PORTDOCS%%share/doc/audacity/LICENSE.txt
 %%PORTDOCS%%@dirrm share/doc/audacity
--- audacity.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?200208061902.g76J2pwG078134>