Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jun 2014 18:23:53 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356677 - in head/audio: ardour aubio denemo
Message-ID:  <201406051823.s55INrX5009048@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jun  5 18:23:53 2014
New Revision: 356677
URL: http://svnweb.freebsd.org/changeset/ports/356677
QAT: https://qat.redports.org/buildarchive/r356677/

Log:
  - Switch audio/aubio to USES=libtool, drop .la files
  - Bump dependees as .so version has changed
  
  Approved by:	portmgr blanket

Modified:
  head/audio/ardour/Makefile
  head/audio/aubio/Makefile
  head/audio/aubio/pkg-plist
  head/audio/denemo/Makefile

Modified: head/audio/ardour/Makefile
==============================================================================
--- head/audio/ardour/Makefile	Thu Jun  5 18:20:50 2014	(r356676)
+++ head/audio/ardour/Makefile	Thu Jun  5 18:23:53 2014	(r356677)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ardour
 PORTVERSION=	2.8.14
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	audio
 MASTER_SITES=	http://freebsd.nsu.ru/distfiles/
 

Modified: head/audio/aubio/Makefile
==============================================================================
--- head/audio/aubio/Makefile	Thu Jun  5 18:20:50 2014	(r356676)
+++ head/audio/aubio/Makefile	Thu Jun  5 18:23:53 2014	(r356677)
@@ -3,7 +3,7 @@
 
 PORTNAME=	aubio
 PORTVERSION=	0.3.2
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	audio
 MASTER_SITES=	http://aubio.org/pub/
 
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libsamplerate.so:${PORTSDIR
 GNU_CONFIGURE=	yes
 # --disable-complex: does not compile due to missing carg(3) et al.
 CONFIGURE_ARGS=	--disable-complex
-USES=		gmake pathfix pkgconfig
+USES=		gmake pathfix pkgconfig libtool
 USE_LDCONFIG=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/audio/aubio/pkg-plist
==============================================================================
--- head/audio/aubio/pkg-plist	Thu Jun  5 18:20:50 2014	(r356676)
+++ head/audio/aubio/pkg-plist	Thu Jun  5 18:23:53 2014	(r356677)
@@ -40,13 +40,13 @@ include/aubio/types.h
 @dirrm include/aubio/midi
 @dirrm include/aubio
 lib/libaubio.a
-lib/libaubio.la
 lib/libaubio.so
-lib/libaubio.so.3
+lib/libaubio.so.2
+lib/libaubio.so.2.1.1
 lib/libaubioext.a
-lib/libaubioext.la
 lib/libaubioext.so
-lib/libaubioext.so.3
+lib/libaubioext.so.2
+lib/libaubioext.so.2.1.1
 libdata/pkgconfig/aubio.pc
 share/sounds/aubio/woodblock.aiff
 @dirrm share/sounds/aubio

Modified: head/audio/denemo/Makefile
==============================================================================
--- head/audio/denemo/Makefile	Thu Jun  5 18:20:50 2014	(r356676)
+++ head/audio/denemo/Makefile	Thu Jun  5 18:23:53 2014	(r356677)
@@ -3,6 +3,7 @@
 
 PORTNAME=	denemo
 PORTVERSION=	1.1.4
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	GNU
 



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