[Bug 269383] ftp/gstreamer1-plugins-curl: build fails if textproc/zxing-cpp is also installed [patch included]
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Feb 8 07:40:45 GMT 2023
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269383
--- Comment #3 from Martin Birgmeier <d8zNeCFG at aon.at> ---
If I understand Makefile.common correctly, it splits the gstreamer-bad
distribution into separate sub-ports by disabling everything and only enabling
the sub-port; the latter is done in the sub-port.
.if ${DIST}=="bad"
.for d in ${BAD_GST_ALL_PLUGINS}
CONFIGURE_ARGS+= -D${d}=disabled
.endfor
.for d in ${BAD_GST_ENABLED_PLUGINS}
CONFIGURE_ARGS+= -D${d}=enabled
.endfor
.endif
...
.if ${GST_PLUGIN}!="base" && ${GST_PLUGIN}!="bad" && \
${GST_PLUGIN}!="good" && ${GST_PLUGIN}!="ugly" && \
${GST_PLUGIN}!="x"
CONFIGURE_ARGS+= -D${GST_PLUGIN}=enabled
.endif
So all sub-ports in the gst-plugins-bad-1.20.5.tar.xz distribution MUST be
added to BAD_GST_ALL_PLUGINS, otherwise such a sub-port will also inadvertently
build the other, not included sub-ports (even if they are then not installed
due to pkg-plist).
Similar for good, base, etc.
-- Martin
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kde-freebsd
mailing list