Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2013 14:40:53 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/184777: games/springlobby : deprecated optional dependency
Message-ID:  <201312151440.rBFEerVT016819@oldred.freebsd.org>
Resent-Message-ID: <201312151450.rBFEo00w027777@freefall.freebsd.org>

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

>Number:         184777
>Category:       ports
>Synopsis:       games/springlobby : deprecated optional dependency
>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:   Sun Dec 15 14:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Rene Ladan
>Release:        FreeBSD 10.0-RC1 amd64
>Organization:
>Environment:
FreeBSD acer 10.0-RC1 FreeBSD 10.0-RC1 #0 r259068: Sat Dec  7 17:45:20 UTC 2013     root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64

Ports r336540
>Description:
games/springlobby depends on net-p2p/libtorrent-rasterbar-15 when the TORRENT
option is selected. The dependency is expired, so mark springlobby as deprecated
in this case.
>How-To-Repeat:
Tools/scripts/rmport net-p2p/libtorrent-rasterbar-15
>Fix:


Patch attached with submission follows:

Index: games/springlobby/Makefile
===================================================================
--- games/springlobby/Makefile	(revision 336533)
+++ games/springlobby/Makefile	(working copy)
@@ -41,6 +41,7 @@
 
 .if ${PORT_OPTIONS:MTORRENT}
 LIB_DEPENDS+=	torrent-rasterbar:${PORTSDIR}/net-p2p/libtorrent-rasterbar-15
+DEPRECATED=	Depends on expired net-p2p/libtorrent-rasterbar-15
 .else
 CMAKE_ARGS+=	-DOPTION_TORRENT_SYSTEM:BOOL=OFF
 .endif


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



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