svn commit: r332821 - in head/audio/gnaural: . files

Ganael LAPLANCHE martymac at FreeBSD.org
Tue Nov 5 08:16:12 UTC 2013


Author: martymac
Date: Tue Nov  5 08:16:11 2013
New Revision: 332821
URL: http://svnweb.freebsd.org/changeset/ports/332821

Log:
  - Fix build when audio/portaudio is installed along with audio/portaudio2
  - Enable staging
  - Use new LIB_DEPENDS format
  - Update USES

Added:
  head/audio/gnaural/files/patch-configure   (contents, props changed)
Modified:
  head/audio/gnaural/Makefile
  head/audio/gnaural/pkg-plist   (contents, props changed)

Modified: head/audio/gnaural/Makefile
==============================================================================
--- head/audio/gnaural/Makefile	Tue Nov  5 08:13:58 2013	(r332820)
+++ head/audio/gnaural/Makefile	Tue Nov  5 08:16:11 2013	(r332821)
@@ -13,16 +13,12 @@ COMMENT=	Binaural beat generator
 LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	multi
 
-LIB_DEPENDS=	portaudio.2:${PORTSDIR}/audio/portaudio2 \
-		sndfile:${PORTSDIR}/audio/libsndfile
+LIB_DEPENDS=	libportaudio.so.2:${PORTSDIR}/audio/portaudio2 \
+		libsndfile.so:${PORTSDIR}/audio/libsndfile
 
 GNU_CONFIGURE=	yes
-USES=		pkgconfig
-NO_STAGE=	yes
+USES=		pkgconfig desktop-file-utils
 USE_CSTD=	gnu89
-USE_GNOME=	libglade2 desktopfileutils
-
-post-install:
-	- at update-desktop-database
+USE_GNOME=	libglade2
 
 .include <bsd.port.mk>

Added: head/audio/gnaural/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/gnaural/files/patch-configure	Tue Nov  5 08:16:11 2013	(r332821)
@@ -0,0 +1,11 @@
+--- configure.orig	2011-05-26 00:38:21.000000000 +0200
++++ configure	2013-10-31 06:32:24.000000000 +0100
+@@ -7642,7 +7642,7 @@
+ esac
+ 
+ #do pkgconfig stuff:
+-pkg_modules="gtk+-2.0 >= 2.0.0 gthread-2.0 sndfile >= 1.0.2 portaudio-2.0 >= 19"
++pkg_modules="portaudio-2.0 >= 19 gtk+-2.0 >= 2.0.0 gthread-2.0 sndfile >= 1.0.2"
+ 
+ 
+ 

Modified: head/audio/gnaural/pkg-plist
==============================================================================
--- head/audio/gnaural/pkg-plist	Tue Nov  5 08:13:58 2013	(r332820)
+++ head/audio/gnaural/pkg-plist	Tue Nov  5 08:16:11 2013	(r332821)
@@ -4,5 +4,3 @@ share/applications/gnaural.desktop
 share/pixmaps/gnaural-icon.xpm
 share/pixmaps/gnaural-icon.png
 @dirrm %%DATADIR%%
- at exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
- at unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true


More information about the svn-ports-all mailing list