svn commit: r503907 - head/audio/libshout
Antoine Brodin
antoine at FreeBSD.org
Mon Jun 10 16:36:12 UTC 2019
Author: antoine
Date: Mon Jun 10 16:36:10 2019
New Revision: 503907
URL: https://svnweb.freebsd.org/changeset/ports/503907
Log:
Unbreak generated pkgconfig file
Reported by: pkg-fallout
Pointy hat: sunpoet
Modified:
head/audio/libshout/Makefile
Modified: head/audio/libshout/Makefile
==============================================================================
--- head/audio/libshout/Makefile Mon Jun 10 16:31:33 2019 (r503906)
+++ head/audio/libshout/Makefile Mon Jun 10 16:36:10 2019 (r503907)
@@ -3,6 +3,7 @@
PORTNAME= libshout
PORTVERSION= 2.4.3
+PORTREVISION= 1
CATEGORIES= audio net
MASTER_SITES= https://downloads.xiph.org/releases/libshout/ \
https://svn.xiph.org/releases/libshout/ \
@@ -34,7 +35,7 @@ THEORA_LIB_DEPENDS= libtheora.so:multimedia/libtheora
post-patch:
@${REINPLACE_CMD} -e '/^DATA = / s| $$(ckport_DATA)||; /^install-data-am:/ s| install-ckportDATA||' ${WRKSRC}/Makefile.in
- @${REINPLACE_CMD} -e 's| -ffast-math||g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's| -ffast-math||g; /libssl/d' ${WRKSRC}/configure
@${REINPLACE_CMD} -e '/^AM_CPPFLAGS = / s|^\(.*\) \(@XIPH_CPPFLAGS@\) \(.*\)$$|\1 \3 \2|' ${WRKSRC}/examples/Makefile.in
@${REINPLACE_CMD} -e 's|#ifdef IPV6_V6ONLY|#if defined(__BSD_VISIBLE) \&\& defined(IPV6_V6ONLY)|' ${WRKSRC}/src/common/net/sock.c
More information about the svn-ports-all
mailing list