svn commit: r343874 - in head/net-p2p: libtorrent libtorrent-devel

Martin Wilke miwi at FreeBSD.org
Wed Feb 12 09:41:57 UTC 2014


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)


More information about the svn-ports-all mailing list