svn commit: r555120 - head/multimedia/gstreamer1-plugins

Tobias C. Berner tcberner at FreeBSD.org
Sat Nov 14 16:20:45 UTC 2020


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 at 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 \


More information about the svn-ports-all mailing list