[Bug 269383] ftp/gstreamer1-plugins-curl: build fails if textproc/zxing-cpp is also installed
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 269383] ftp/gstreamer1-plugins-curl: build fails if textproc/zxing-cpp is also installed [patch included]"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 269383] ftp/gstreamer1-plugins-curl: build fails if textproc/zxing-cpp is also installed [patch included]"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 269383] ftp/gstreamer1-plugins-curl: build fails if textproc/zxing-cpp is also installed [patch included]"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 269383] ftp/gstreamer1-plugins-curl: build fails if textproc/zxing-cpp is also installed [patch included]"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 269383] ftp/gstreamer1-plugins-curl: build fails if textproc/zxing-cpp is also installed [patch included]"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 269383] ftp/gstreamer1-plugins-curl: build fails if textproc/zxing-cpp is also installed [patch included]"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 269383] ftp/gstreamer1-plugins-curl: build fails if textproc/zxing-cpp is also installed [patch included]"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 269383] ftp/gstreamer1-plugins-curl: build fails if textproc/zxing-cpp is also installed [patch included]"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 Feb 2023 09:21:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269383 Bug ID: 269383 Summary: ftp/gstreamer1-plugins-curl: build fails if textproc/zxing-cpp is also installed Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: d8zNeCFG@aon.at CC: kde@FreeBSD.org, multimedia@FreeBSD.org CC: kde@FreeBSD.org, multimedia@FreeBSD.org Scenario: - FreeBSD 12.4 latest - ports latest - upgrading ports using portmaster - textproc/zxing-cpp is installed - upgrade of sysutils/plasma5-systemsettings requires new port ftp/gstreamer1-plugins-curl Result: - build of ftp/gstreamer1-plugins-curl fails with lots of zxing type errors Fix: - Add zxing to BAD_GST_ALL_PLUGINS in multimedia/gstreamer1-plugins/Makefile.common: diff --git a/multimedia/gstreamer1-plugins/Makefile.common b/multimedia/gstreamer1-plugins/Makefile.common index 136da5652397..ee45e739cab3 100644 --- a/multimedia/gstreamer1-plugins/Makefile.common +++ b/multimedia/gstreamer1-plugins/Makefile.common @@ -209,7 +209,8 @@ BAD_GST_ALL_PLUGINS+= \ winscreencap \ x265 \ y4m \ - zbar + zbar \ + zxing BAD_GST_ENABLED_PLUGINS?= From looking at the ext/ subdirectory of gst-plugins-bad-1.20.5.tar.xz it seems that Makefile.common might need some more updates... -- Martin -- You are receiving this mail because: You are on the CC list for the bug.