Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2013 15:21:17 +0100
From:      nemysis <nemysis@gmx.ch>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/175262: [MAINTAINER] audio/portaudio2: Changed UNIQUENAME to portaudio2
Message-ID:  <20130113142124.4BEAC120@hub.freebsd.org>
Resent-Message-ID: <201301131430.r0DEU0ek045907@freefall.freebsd.org>

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

>Number:         175262
>Category:       ports
>Synopsis:       [MAINTAINER] audio/portaudio2: Changed UNIQUENAME to portaudio2
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 13 14:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10
>Description:

Changed UNIQUENAME to portaudio2
-PORTNAME=	portaudio
+PORTNAME=	portaudio2

+WRKSRC=		${WRKDIR}/portaudio
-DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}2


Have changed UNIQUENAME, because is needed to have difference with audio/portaudio

and because this test

http://93.62.141.59/tb/errors/9.1-amd64-x11/vlc-2.0.5,3.log

I have not used because UNIQUENAME changes

-USE_LDCONFIG=	yes
+USE_LDCONFIG=	${PREFIX}/lib/${PORTNAME}2

Generated and tested manually, tested with port test, sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:

portlint -A
looks usual.

port test: clean

>Fix:

--- portaudio2-19.20111121.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/audio/portaudio2/Makefile ./Makefile
--- /usr/ports/audio/portaudio2/Makefile	2013-01-06 00:22:27.000000000 +0100
+++ ./Makefile	2013-01-10 22:36:38.000000000 +0100
@@ -1,7 +1,7 @@
 # Created by: michaelnottebrock@gmx.net and lioux@FreeBSD.org
 # $FreeBSD: head/audio/portaudio2/Makefile 309968 2013-01-05 17:34:41Z mva $
 
-PORTNAME=	portaudio
+PORTNAME=	portaudio2
 PORTVERSION=	19.20111121
 CATEGORIES=	audio
 MASTER_SITES=	http://www.portaudio.com/archives/
@@ -13,13 +13,13 @@
 
 LICENSE=	MIT
 
-WRKSRC=		${WRKDIR}/${PORTNAME}
+WRKSRC=		${WRKDIR}/portaudio
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=PKG_CONFIG_LIBDIR=${PREFIX}/libdata/pkgconfig \
 			--without-alsa \
-			--libdir=${PREFIX}/lib/${PORTNAME}2 \
-			--includedir=${PREFIX}/include/${PORTNAME}2
+			--libdir=${PREFIX}/lib/${PORTNAME} \
+			--includedir=${PREFIX}/include/${PORTNAME}
 
 USE_GMAKE=	yes
 USE_DOS2UNIX=	yes
@@ -31,8 +31,6 @@
 
 PORTDOCS=	*
 
-DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}2
-
 DOCSRCDIR1=	${WRKSRC}
 DOC_FILES1=	README.txt index.html
 
--- portaudio2-19.20111121.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130113142124.4BEAC120>