Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Oct 2012 07:17:34 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305434 - head/net-p2p/libtorrent
Message-ID:  <201210070717.q977HYhS045756@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Oct  7 07:17:34 2012
New Revision: 305434
URL: http://svn.freebsd.org/changeset/ports/305434

Log:
  Use shared IPv6 description, no need for a custom one
  
  Reported by:	sunpoet

Modified:
  head/net-p2p/libtorrent/Makefile

Modified: head/net-p2p/libtorrent/Makefile
==============================================================================
--- head/net-p2p/libtorrent/Makefile	Sun Oct  7 07:13:39 2012	(r305433)
+++ head/net-p2p/libtorrent/Makefile	Sun Oct  7 07:17:34 2012	(r305434)
@@ -26,7 +26,6 @@ GNU_CONFIGURE=	yes
 OPTIONS_DEFINE=	KQUEUE IPV6
 OPTIONS_DEFAULT=	KQUEUE
 KQUEUE_DESC=	Use kqueue(2) support
-IPV6_DESC=	Enable IPv6 support
 
 .include <bsd.port.pre.mk>
 



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