svn commit: r424755 - head/audio/pulseaudio-module-sndio

Jan Beich jbeich at FreeBSD.org
Thu Oct 27 10:16:11 UTC 2016


Author: jbeich
Date: Thu Oct 27 10:16:09 2016
New Revision: 424755
URL: https://svnweb.freebsd.org/changeset/ports/424755

Log:
  audio/pulseaudio-module-sndio: update to 9.0 to unbreak after r424621
  
  cc -shared module-sndio.o  -Wl,-rpath -Wl,/usr/local/lib  -Wl,-rpath -Wl,/usr/local/lib/pulseaudio   -fstack-protector  -L/usr/local/lib  -L/usr/local/lib/pulseaudio  -lpulsecore-8.0  -lpulsecommon-8.0  -lpulse  -lsndio  -o module-sndio.so
  /usr/bin/ld: cannot find -lpulsecore-8.0
  cc: error: linker command failed with exit code 1 (use -v to see invocation)
  *** Error code 1
  
  Changes:	https://github.com/t6/pulseaudio-module-sndio/compare/8.0...9.0
  PR:		213825
  Reported by:	pkg-fallout
  Submitted by:	Tobias Kortkamp (maintainer)

Modified:
  head/audio/pulseaudio-module-sndio/Makefile   (contents, props changed)
  head/audio/pulseaudio-module-sndio/distinfo   (contents, props changed)

Modified: head/audio/pulseaudio-module-sndio/Makefile
==============================================================================
--- head/audio/pulseaudio-module-sndio/Makefile	Thu Oct 27 09:29:33 2016	(r424754)
+++ head/audio/pulseaudio-module-sndio/Makefile	Thu Oct 27 10:16:09 2016	(r424755)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pulseaudio-module-sndio
-PORTVERSION=	8.0
+PORTVERSION=	9.0
 CATEGORIES=	audio
 
 MAINTAINER=	t at tobik.me
@@ -15,16 +15,12 @@ LIB_DEPENDS+=	libsndio.so:audio/sndio \
 
 USES=		pkgconfig
 
-PULSE_VERSION?=	${PORTVERSION}
-PULSE_MODDIR=	${LOCALBASE}/lib/pulse-${PULSE_VERSION}/modules
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	t6
 
-MAKE_ARGS=	PULSE_VERSION="${PULSE_VERSION}" \
-		PULSE_MODDIR="${PULSE_MODDIR}" \
-		STAGEDIR="${STAGEDIR}"
+MAKE_ARGS=	STAGEDIR="${STAGEDIR}"
 
+PULSE_MODDIR=	`pkg-config --variable=modlibexecdir libpulse`
 PLIST_FILES=	${PULSE_MODDIR}/module-sndio.so
 
 .include <bsd.port.mk>

Modified: head/audio/pulseaudio-module-sndio/distinfo
==============================================================================
--- head/audio/pulseaudio-module-sndio/distinfo	Thu Oct 27 09:29:33 2016	(r424754)
+++ head/audio/pulseaudio-module-sndio/distinfo	Thu Oct 27 10:16:09 2016	(r424755)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1470670520
-SHA256 (t6-pulseaudio-module-sndio-8.0_GH0.tar.gz) = eae7dce7220af6a508a42fcfe22d365c495e9dd2ab4d2eb1dae4c0bef0f9581a
-SIZE (t6-pulseaudio-module-sndio-8.0_GH0.tar.gz) = 92204
+TIMESTAMP = 1477495195
+SHA256 (t6-pulseaudio-module-sndio-9.0_GH0.tar.gz) = 39aad04590ea3f4e48239a5497b964491c2e96b6e2855f365e582ba3130875b0
+SIZE (t6-pulseaudio-module-sndio-9.0_GH0.tar.gz) = 90797


More information about the svn-ports-all mailing list