Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2014 09:41:56 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343874 - in head/net-p2p: libtorrent libtorrent-devel
Message-ID:  <201402120941.s1C9fuDP012155@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Wed Feb 12 09:41:56 2014
New Revision: 343874
URL: http://svnweb.freebsd.org/changeset/ports/343874
QAT: https://qat.redports.org/buildarchive/r343874/

Log:
  - Stage support

Modified:
  head/net-p2p/libtorrent-devel/Makefile
  head/net-p2p/libtorrent/Makefile

Modified: head/net-p2p/libtorrent-devel/Makefile
==============================================================================
--- head/net-p2p/libtorrent-devel/Makefile	Wed Feb 12 09:40:43 2014	(r343873)
+++ head/net-p2p/libtorrent-devel/Makefile	Wed Feb 12 09:41:56 2014	(r343874)
@@ -26,7 +26,6 @@ OPTIONS_DEFINE=	KQUEUE IPV6
 OPTIONS_DEFAULT=	KQUEUE
 KQUEUE_DESC=	Use kqueue(2) support
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_OPENSSL_BASE)

Modified: head/net-p2p/libtorrent/Makefile
==============================================================================
--- head/net-p2p/libtorrent/Makefile	Wed Feb 12 09:40:43 2014	(r343873)
+++ head/net-p2p/libtorrent/Makefile	Wed Feb 12 09:41:56 2014	(r343874)
@@ -27,7 +27,6 @@ OPTIONS_DEFINE=	KQUEUE IPV6
 OPTIONS_DEFAULT=	KQUEUE
 KQUEUE_DESC=	Use kqueue(2) support
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_OPENSSL_BASE)



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