ports/134534: [PATCH] net/skype12, remove IGNORE

Martin Tournoij carpetsmoker at rwxrwxrwx.net
Thu May 14 11:10:02 UTC 2009


>Number:         134534
>Category:       ports
>Synopsis:       [PATCH] net/skype12, remove IGNORE
>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:   Thu May 14 11:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Martin Tournoij
>Release:        
>Organization:
>Environment:
>Description:
net/skype12 is currently set to IGNORE on FreeBSD 7 or higher, this is problematic because:
o net/skype requires linux_base-f8, which break compatibility with other apps.
o Some people prefer this older legacy version.
o This version works fine.
>How-To-Repeat:

>Fix:
--- Makefile.orig       2009-03-28 19:43:14.000000000 +0000
+++ Makefile    2009-03-28 19:43:21.000000000 +0000
@@ -7,6 +7,7 @@

 PORTNAME=      skype12
 PORTVERSION=   1.2.0.18
+PORTREVISION=  1
 CATEGORIES=    net
 MASTER_SITES=  NETBSD
 DISTNAME=      skype_staticQT-${PORTVERSION}
@@ -29,10 +30,6 @@

 .include <bsd.port.pre.mk>

-.if ${OSVERSION} > 700000
-IGNORE=                Legacy version, Use net/skype
-.endif
-
 .if defined(WITH_NVIDIA_GL)
 RUN_DEPENDS+=  ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver
 .else


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



More information about the freebsd-ports-bugs mailing list