Date: Mon, 10 Jun 2019 16:36:10 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503907 - head/audio/libshout Message-ID: <201906101636.x5AGaA3H024649@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906101636.x5AGaA3H024649>