ports/146550: [patch] www/webkit-gtk2: don't accidentally link against gstreamer

Anonymous swell.k at gmail.com
Thu May 13 18:30:03 UTC 2010


>Number:         146550
>Category:       ports
>Synopsis:       [patch] www/webkit-gtk2: don't accidentally link against gstreamer
>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:   Thu May 13 18:30:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Anonymous
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
>Description:
>How-To-Repeat:
1. install gstreamer
2. install webkit-gtk2 when VIDEO knob is not selected
3. deinstall gstreamer
>Fix:
--- a.diff begins here ---
Index: www/webkit-gtk2/Makefile
===================================================================
RCS file: /a/.cvsup/ports/www/webkit-gtk2/Makefile,v
retrieving revision 1.22
diff -u -p -r1.22 Makefile
--- www/webkit-gtk2/Makefile	10 May 2010 21:18:49 -0000	1.22
+++ www/webkit-gtk2/Makefile	11 May 2010 05:30:39 -0000
@@ -63,6 +63,8 @@ LIB_DEPENDS+=	icutu.38:${PORTSDIR}/devel
 .if defined(WITH_VIDEO)
 USE_GSTREAMER+=	yes
 CONFIGURE_ARGS+=--enable-video
+.else
+CONFIGURE_ARGS+=--disable-video
 .endif
 
 .if defined(WITH_DEBUG)
--- a.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list