From owner-svn-ports-head@FreeBSD.ORG Sun Oct 7 07:17:35 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0E9661065696; Sun, 7 Oct 2012 07:17:35 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id ED0D38FC0C; Sun, 7 Oct 2012 07:17:34 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q977HYLa045758; Sun, 7 Oct 2012 07:17:34 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q977HYhS045756; Sun, 7 Oct 2012 07:17:34 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201210070717.q977HYhS045756@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 7 Oct 2012 07:17:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r305434 - head/net-p2p/libtorrent X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Oct 2012 07:17:35 -0000 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