Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 May 2009 11:04:59 GMT
From:      Martin Tournoij <carpetsmoker@rwxrwxrwx.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/134534: [PATCH] net/skype12, remove IGNORE
Message-ID:  <200905141104.n4EB4xWP059955@www.freebsd.org>
Resent-Message-ID: <200905141110.n4EBA1Uh048332@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905141104.n4EB4xWP059955>