ports/108180: Inverted test for nvidia dependency in skype port
Nick Hibma
nick at anywi.com
Sun Jan 21 14:40:17 UTC 2007
>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 at hind.van-laarhoven.org:/usr/src/sys/i386/compile/HIND i386
Ports tree from the last few days.
>Description:
nick at 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:
More information about the freebsd-ports-bugs
mailing list