From owner-svn-ports-head@freebsd.org Thu Oct 27 10:16:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF71FC2318C; Thu, 27 Oct 2016 10:16:10 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A212A103; Thu, 27 Oct 2016 10:16:10 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9RAG9pq022074; Thu, 27 Oct 2016 10:16:09 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9RAG9LV022072; Thu, 27 Oct 2016 10:16:09 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610271016.u9RAG9LV022072@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 27 Oct 2016 10:16:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424755 - head/audio/pulseaudio-module-sndio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2016 10:16:11 -0000 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@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 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