svn commit: r509424 - in head/audio: . fossmixer
Mathieu Arnold
mat at FreeBSD.org
Tue Aug 20 13:23:36 UTC 2019
On Tue, Aug 20, 2019 at 12:33:45PM +0000, Rodrigo Osorio wrote:
> +EXTRACT_SUFX= .tar.xz
This is USES=tar:xz.
> +RUN_DEPENDS= ${LOCALBASE}/share/fonts/noto/NotoSans-Italic.ttf:x11-fonts/noto-basic \
> + ${LOCALBASE}/share/fonts/noto/NotoSans-Regular.ttf:x11-fonts/noto-basic
> +LIB_DEPENDS= libao.so:audio/libao \
> + libportaudio.so:audio/portaudio \
> + libpulse-simple.so:audio/pulseaudio \
> + libiconv.so:converters/libiconv \
> + libltdl.so:devel/libltdl \
> + libfreetype.so:print/freetype2
LIB_DEPENDS comes before RUN_DEPENDS.
> +WRKSRC= ${WRKDIR}/${DISTNAME}
This is the default value, remove.
> +post-patch:
> + @(cd ${WRKSRC}/apps && ./build.sh fossmixer)
Building stuff in the patch phase looks way wrong.
--
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20190820/1e49a164/attachment.sig>
More information about the svn-ports-head
mailing list