Date: Sun, 14 Sep 2008 09:27:15 -0800 (AKDT) From: Mel <mel.xyzzy@rachie.is-a-geek.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/127384: [PATCH] Kmplayer build fix (Yet Another USE_XORG) Message-ID: <20080914172715.8FCED33C3D@squish.rachie.is-a-geek.net> Resent-Message-ID: <200809141800.m8EI0Ahd097238@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 127384 >Category: ports >Synopsis: [PATCH] Kmplayer build fix (Yet Another USE_XORG) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 14 18:00:10 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Mel >Release: FreeBSD 7.1-PRERELEASE i386 >Organization: >Environment: System: FreeBSD squish.rachie.is-a-geek.net 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #5: Sat Sep 13 02:44:01 AKDT 2008 root@squish.rachie.is-a-geek.net:/data/obj/data/RELENG_7/src/sys/GENERIC-PF i386 >Description: Build kmplayer in mostly clean environment (as in no X installed at all). It will fail with a lot of type failures, and finally: 'XvQueryExtension' was not declared in this scope Because x11/extensions/Xvlib.h is missing. >How-To-Repeat: pkg_delete -f libXv-* && (cd /usr/ports/multimedia/kmplayer && make build) >Fix: --- kmplayer.fix begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/multimedia/kmplayer/Makefile,v retrieving revision 1.41 diff -u -r1.41 Makefile --- Makefile 6 Sep 2008 13:20:56 -0000 1.41 +++ Makefile 14 Sep 2008 16:51:34 -0000 @@ -33,6 +33,7 @@ USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes USE_GNOME= atk glib20 gtk20 libxml2 pango # See above +USE_XORG+= xv WANT_GSTREAMER= yes # Can't be set after bsd.port.pre.mk OPTIONS= ARTS "ARts audio system support" on \ --- kmplayer.fix ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080914172715.8FCED33C3D>