- what it says in the title
- ports depending on graphics/mesa-demos likely only want glxinfo
- mesa-demos installs fire -- a not very good animation of a forst fire
- this breaks tab-completion to firefox -- a not very good, but still the best available browser :D
Details
Details
- Reviewers
zeising
- Actually test it...
Diff Detail
Diff Detail
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 33013 Build 30401: arc lint + arc unit
Event Timeline
Comment Actions
See also D25243. If you don't adjust dependencies proliferating packages is not very useful. For example, glxinfo, glxgears can be stripped down:
$ cd /usr/ports/graphics/mesa-demos $ make clean patch BATCH= $ cd $(make -V WRKSRC)/src/xdemos $ cc -o glxinfo glxinfo.c glinfo_common.c -isystem/usr/local/include -L/usr/local/lib -lGL -lX11 $ ./glxinfo name of display: :0 display: :0 screen: 0 direct rendering: Yes [...] $ cc -o glxgears glxgears.c -isystem/usr/local/include -L/usr/local/lib -lGL -lX11 -lm $ ./glxgears
Comment Actions
@tcberner, I've added glx-utils for glxinfo + glxgears. Do you still want to mess with mesa-demos?
Comment Actions
@jbeich No, I think in that case the ports that depend on glxinfo should just be switched to use glx-utils and mesa-demos can be left alone.
mfg Tobias
Comment Actions
Dependency update done here:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249310
Time to abandon this.
Thanks :)