From owner-svn-ports-head@FreeBSD.ORG Sat May 11 02:29:48 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D5346613; Sat, 11 May 2013 02:29:48 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C5F882A0; Sat, 11 May 2013 02:29:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4B2TmT9067311; Sat, 11 May 2013 02:29:48 GMT (envelope-from wxs@svn.freebsd.org) Received: (from wxs@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4B2Tmg3067310; Sat, 11 May 2013 02:29:48 GMT (envelope-from wxs@svn.freebsd.org) Message-Id: <201305110229.r4B2Tmg3067310@svn.freebsd.org> From: Wesley Shields Date: Sat, 11 May 2013 02:29:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317848 - head/net/libnids X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 11 May 2013 02:29:48 -0000 Author: wxs Date: Sat May 11 02:29:48 2013 New Revision: 317848 URL: http://svnweb.freebsd.org/changeset/ports/317848 Log: Switch to libnet10 by default. While here, fix whitespace. Submitted by: sbz@ Modified: head/net/libnids/Makefile Modified: head/net/libnids/Makefile ============================================================================== --- head/net/libnids/Makefile Sat May 11 01:38:42 2013 (r317847) +++ head/net/libnids/Makefile Sat May 11 02:29:48 2013 (r317848) @@ -15,7 +15,7 @@ OPTIONS_DEFINE= LIBNET10 LIBNET11 GLIB2 LIBNET10_DESC= Use libnet 1.0.x LIBNET11_DESC= Use libnet 1.1.x GLIB2_DESC= Use GLIB2 for multiprocessing support -OPTIONS_DEFAULT= LIBNET11 GLIB2 +OPTIONS_DEFAULT= LIBNET10 GLIB2 WANT_GNOME= yes USES= pkgconfig @@ -26,9 +26,9 @@ MAN3= libnids.3 .include .if ${PORT_OPTIONS:MDOCS} -PLIST_SUB+= PORTDOCS="" +PLIST_SUB+= PORTDOCS="" .else -PLIST_SUB+= PORTDOCS="@comment " +PLIST_SUB+= PORTDOCS="@comment " .endif .if ${PORT_OPTIONS:MLIBNET10}