diff options
author | xmj <xmj@FreeBSD.org> | 2014-10-07 22:12:04 +0800 |
---|---|---|
committer | xmj <xmj@FreeBSD.org> | 2014-10-07 22:12:04 +0800 |
commit | 64546f492d6b834c6d4ae6c807754bfb0541627a (patch) | |
tree | b5cad25b4205b5cfeda8303d96fc0eda555d82e8 /net-im | |
parent | a9f7f094491c4716a77091825cfd4d67e020546d (diff) | |
download | freebsd-ports-gnome-64546f492d6b834c6d4ae6c807754bfb0541627a.tar.gz freebsd-ports-gnome-64546f492d6b834c6d4ae6c807754bfb0541627a.tar.zst freebsd-ports-gnome-64546f492d6b834c6d4ae6c807754bfb0541627a.zip |
net-im/skype4: mark as BROKEN
- Mark as BOKEN due to missing syscalls
Differential Revision: https://reviews.freebsd.org/D907
Approved by: swills (mentor)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/skype4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/skype4/Makefile b/net-im/skype4/Makefile index 7dd0874f598a..ba9ad4c98078 100644 --- a/net-im/skype4/Makefile +++ b/net-im/skype4/Makefile @@ -30,6 +30,8 @@ PLIST_SUB+= SKYPEDIR=${SKYPEDIR} SUB_FILES= skype.sh SUB_LIST+= SKYPEDIR=${SKYPEDIR} +BROKEN= Skype 4.3 is missing several Linux syscalls. + #NVIDIA_GL_RUN_DEPENDS= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver #NVIDIA_GL_USE= LINUX_APPS=xorglibs #NVIDIA_GL_USE_OFF= LINUX_APPS=dri |