After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 638961 - Small configure bashism 0.10.31.2
Small configure bashism 0.10.31.2
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.31
Other FreeBSD
: Normal normal
: 0.10.32
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-01-08 01:46 UTC by Koop Mast (kwm)
Modified: 2011-01-08 02:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix configure to work with a !bash shell. (524 bytes, patch)
2011-01-08 01:47 UTC, Koop Mast (kwm)
committed Details | Review

Description Koop Mast (kwm) 2011-01-08 01:46:46 UTC
Fix a small bashism on FreeBSD with gst-plugins-base 0.10.31.2.

configure: *** for plug-ins: vorbis ***
configure: *** These plugins will not be built: vorbis
checking for FT2... yes
test: xno: unexpected operator
configure: creating ./config.status
config.status: creating Makefile
Comment 1 Koop Mast (kwm) 2011-01-08 01:47:48 UTC
Created attachment 177799 [details] [review]
Fix configure to work with a !bash shell.
Comment 2 Tim-Philipp Müller 2011-01-08 02:36:55 UTC
Thanks, committed:

commit 8049513b88e6fe58c680e81e911e6f20ee29e3d4
Author: Koop Mast <kwm@FreeBSD.org>
Date:   Sat Jan 8 02:16:19 2011 +0000

    configure: fix bash-ism
    
    https://bugzilla.gnome.org/show_bug.cgi?id=638961


Same for core:

commit 27cd56b983f3826e22f3504bcdcb54ab061613ee
Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
Date:   Sat Jan 8 02:19:31 2011 +0000

    configure, gst-uninstalled: remove a few bashism
    
    https://bugzilla.gnome.org/show_bug.cgi?id=638961