Building mplayer with WITH_GTK2 defined dies with errors on line 925 of vidix/drivers/radeon_vid.c ('Display' undefined or something). I think GTK detection "falls through the cracks" and CFLAGS are set incorrectly. The attached patch makes it just fall back to WITH_GTK1. Other ports use the WITH_GTK2 knob (I have it in /etc/make.conf), so we should either fall back to GTK1 or fail. If it were to just fail, most users would manually define WITH_GTK1 anyway and try again, so I think falling back to GTK1 is the best option. However, I can understand why some may not like it bringing in dependencies they didn't ask for. This does at least print that it's using GTK1... Port maintainer (riggs@rrr.de) is cc'd. Generated with FreeBSD Port Tools 0.50
State Changed From-To: open->closed Committed, thanks!