ports/127384: [PATCH] Kmplayer build fix (Yet Another USE_XORG)

Mel mel.xyzzy at rachie.is-a-geek.net
Sun Sep 14 18:00:12 UTC 2008


>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 at 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:



More information about the freebsd-ports-bugs mailing list