ports/134472: [patch] net/skype: use new linux ports infrastructure (USE_GL -> USE_LINUX_APPS)
Boris Samorodov
bsam at FreeBSD.org
Mon May 11 20:00:05 UTC 2009
>Number: 134472
>Category: ports
>Synopsis: [patch] net/skype: use new linux ports infrastructure (USE_GL -> USE_LINUX_APPS)
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Mon May 11 20:00:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Boris Samorodov
>Release: FreeBSD 8.0-CURRENT i386
>Organization:
InPharmTech, Co.
>Environment:
System: FreeBSD bb.ipt.ru 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Fri May 8 13:29:36 MSD 2009 root at bb.ipt.ru:/usr/obj/usr/src/sys/BB i386
>Description:
With new linux ports infrastructure introduction USE_GL=linux
is deprecated (it can't handle multiple linux base ports at a
ports tree). USE_LINUX_APPS should be used instead. Beware
that only fc4 (the default for all FreeBSD versions) and f8
is supported by new linux infrastructure (f10 is upcomming).
>How-To-Repeat:
>Fix:
No PORTREVISION bump is needed since it's only an infrastructure
change.
--- skype.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/skype/Makefile,v
retrieving revision 1.49
diff -u -r1.49 Makefile
--- Makefile 19 Mar 2009 17:28:47 -0000 1.49
+++ Makefile 11 May 2009 19:43:10 -0000
@@ -22,7 +22,7 @@
RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver
USE_LINUX_APPS+=xorglibs
.else
-USE_GL= linux
+USE_LINUX_APPS+=dri
.endif
USE_BZIP2= yes
--- skype.diff ends here ---
WBR
--
bsam
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list