Date: Tue, 16 Jan 2007 16:39:18 +0100 From: Nick Hibma <nick@anywi.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/108180: Inverted test for nvidia dependency in skype port Message-ID: <1168961958.135887.35104.nullmailer@van-laarhoven.org> Resent-Message-ID: <200701211440.l0LEeGbr019685@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 108180 >Category: ports >Synopsis: Inverted test for nvidia dependency in skype port >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jan 21 14:40:16 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Nick Hibma >Release: FreeBSD 6.1-STABLE i386 >Organization: AnyWi Technologies >Environment: System: FreeBSD hind.van-laarhoven.org 6.1-STABLE FreeBSD 6.1-STABLE #26: Fri Nov 3 15:25:29 CET 2006 root@hind.van-laarhoven.org:/usr/src/sys/i386/compile/HIND i386 Ports tree from the last few days. >Description: nick@hind:/usr/ports/net/skype % sudo make -DWITHOUT_NVIDIA_GL install ===> Installing for skype-1.2.0.18_2 ===> skype-1.2.0.18_2 depends on file: /compat/linux/usr/lib/libfontconfig.so.1 - found ===> skype-1.2.0.18_2 depends on file: /compat/linux/usr/lib/libexpat.so.0 - found ===> skype-1.2.0.18_2 depends on file: /compat/linux/usr/lib/libGL.so.1 - not found ===> Verifying install for /compat/linux/usr/lib/libGL.so.1 in /usr/ports/x11/nvidia-driver Note the dependency on nvidia-driver during the install phase. >How-To-Repeat: cd /usr/ports/net/skype make deinstall make -DWITHOUT_NVIDIA_GL install >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/skype/Makefile,v retrieving revision 1.30 diff -u -r1.30 Makefile --- Makefile 8 Jan 2007 23:53:42 -0000 1.30 +++ Makefile 16 Jan 2007 15:37:49 -0000 @@ -31,7 +31,7 @@ .include <bsd.port.pre.mk> -.if !defined(WITH_NVIDIA_GL) +.if defined(WITH_NVIDIA_GL) RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver .else RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libGL.so.1:${PORTSDIR}/graphics/linux_dri >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1168961958.135887.35104.nullmailer>