Date: Wed, 17 Apr 2019 21:35:25 +0000 From: Mark Linimon <linimon@lonesome.com> To: multimedia@FreeBSD.org Cc: linimon@FreeBSD.org, pkubaj@FreeBSD.org Subject: [linimon@FreeBSD.org: svn commit: r499214 - head/multimedia/gstreamer1-plugins-v4l2] Message-ID: <20190417213524.GA6910@lonesome.com>
next in thread | raw e-mail | index | archive | help
FYI. mcl ----- Forwarded message from Mark Linimon <linimon@FreeBSD.org> ----- Date: Wed, 17 Apr 2019 21:33:29 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499214 - head/multimedia/gstreamer1-plugins-v4l2 Author: linimon Date: Wed Apr 17 21:33:29 2019 New Revision: 499214 URL: https://svnweb.freebsd.org/changeset/ports/499214 Log: Actually allow the patchfile committed in r497171 to take effect, to fix the build on GCC-based architectures. The failure was not detected during my own testing due to a stale copy of the same patchfile in the masterport (not committed to svn). The masterport apparently was able to build even with the patch in the wrong location. MFH to be determined. Pointyhat to: linimon Approved by: portmgr (tier-2 blanket) Modified: head/multimedia/gstreamer1-plugins-v4l2/Makefile Modified: head/multimedia/gstreamer1-plugins-v4l2/Makefile ============================================================================== --- head/multimedia/gstreamer1-plugins-v4l2/Makefile Wed Apr 17 20:57:53 2019 (r499213) +++ head/multimedia/gstreamer1-plugins-v4l2/Makefile Wed Apr 17 21:33:29 2019 (r499214) @@ -11,4 +11,7 @@ DIST= good MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +EXTRA_PATCHDIR= ${.CURDIR}/files +EXTRA_PATCHES= ${EXTRA_PATCHDIR}/patch-sys_v4l2_gstv4l2allocator.h + .include "${MASTERDIR}/Makefile" ----- End forwarded message -----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190417213524.GA6910>