Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Nov 2020 16:20:44 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555120 - head/multimedia/gstreamer1-plugins
Message-ID:  <202011141620.0AEGKiN1037654@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Nov 14 16:20:44 2020
New Revision: 555120
URL: https://svnweb.freebsd.org/changeset/ports/555120

Log:
  www/gstreamer1-plugins-neon: fix build with neon 0.31
  
  PR:		251059
  PR:		250048
  Reported by:	break19@gmail.com

Modified:
  head/multimedia/gstreamer1-plugins/Makefile

Modified: head/multimedia/gstreamer1-plugins/Makefile
==============================================================================
--- head/multimedia/gstreamer1-plugins/Makefile	Sat Nov 14 15:57:52 2020	(r555119)
+++ head/multimedia/gstreamer1-plugins/Makefile	Sat Nov 14 16:20:44 2020	(r555120)
@@ -139,6 +139,10 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|/dev/dvd|${DEFAULT_DVD_DEVICE}|g' \
 		${WRKSRC}/ext/resindvd/resindvdbin.c \
 		${WRKSRC}/ext/resindvd/resindvdsrc.c
+# Fix dependency on neon-0.31
+	${REINPLACE_CMD} -e '/neon/s|0.30.99|0.31.99|g' \
+		${WRKSRC}/configure
+
 .endif
 .if ${DIST} != ugly
 	@${FIND} ${WRKSRC}/ext ${WRKSRC}/sys \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011141620.0AEGKiN1037654>