ports/186447: [PATCH] multimedia/vlc: disable libfreerdp detection when it is isntalled

Dima Panov fluffy at freebsd.org
Tue Feb 4 10:40:00 UTC 2014


>Number:         186447
>Category:       ports
>Synopsis:       [PATCH] multimedia/vlc: disable libfreerdp detection when it is isntalled
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 04 10:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Dima Panov
>Release:        FreeBSD 11.0-1100007-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD vm.Fluffy.Khv.RU 11.0-1100007-CURRENT FreeBSD 11.0-1100007-CURRENT #0 r261402M: Mon Feb  3 12:06:52
>Description:
[DESCRIBE CHANGES]

Currently vlc's configure script hook up freerdp includes if detect it, but vlc-2.1 isn't
compatible with fresh freerdp and build fails.


Port maintainer (multimedia at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: suffix)
>How-To-Repeat:
>Fix:

--- vlc-2.1.2_1,4.patch begins here ---
diff -ruN ../vlc.orig/Makefile ./Makefile
--- ../vlc.orig/Makefile	2014-02-04 21:30:57.844878370 +1100
+++ ./Makefile	2014-02-04 20:53:37.647645372 +1100
@@ -263,6 +263,7 @@
 			--disable-alsa \
 			--disable-dc1394 \
 			--disable-directfb \
+			--disable-libfreerdp \
 			--disable-projectm \
 			--disable-telx \
 			--disable-tremor \
--- vlc-2.1.2_1,4.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list