Date: Sun, 28 Jun 2020 03:50:37 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r540665 - in head/audio/portaudio: . files Message-ID: <202006280350.05S3ob84071206@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sun Jun 28 03:50:36 2020 New Revision: 540665 URL: https://svnweb.freebsd.org/changeset/ports/540665 Log: audio/portaudio: Do not leak private libraries in portaudio-2.0.pc This prevents consumers from picking up bogus dependencies on libsndio when PortAudio has been built with SNDIO=on. PR: 247604 Added: head/audio/portaudio/files/patch-portaudio-2.0.pc.in (contents, props changed) Modified: head/audio/portaudio/Makefile Modified: head/audio/portaudio/Makefile ============================================================================== --- head/audio/portaudio/Makefile Sun Jun 28 01:25:24 2020 (r540664) +++ head/audio/portaudio/Makefile Sun Jun 28 03:50:36 2020 (r540665) @@ -3,7 +3,7 @@ PORTNAME= portaudio PORTVERSION= 19.6.0 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= http://www.portaudio.com/archives/ Added: head/audio/portaudio/files/patch-portaudio-2.0.pc.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/portaudio/files/patch-portaudio-2.0.pc.in Sun Jun 28 03:50:36 2020 (r540665) @@ -0,0 +1,10 @@ +--- portaudio-2.0.pc.in.orig 2020-06-28 02:59:37 UTC ++++ portaudio-2.0.pc.in +@@ -8,5 +8,6 @@ Description: Portable audio I/O + Requires: + Version: 19 + +-Libs: -L${libdir} -lportaudio @LIBS@ ++Libs: -L${libdir} -lportaudio ++Libs.private: @LIBS@ + Cflags: -I${includedir} @THREAD_CFLAGS@
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006280350.05S3ob84071206>