From owner-svn-ports-all@FreeBSD.ORG Mon Jan 6 15:34:54 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A2DB89F1; Mon, 6 Jan 2014 15:34:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8E3791B30; Mon, 6 Jan 2014 15:34:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s06FYsjg011534; Mon, 6 Jan 2014 15:34:54 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s06FYs3p011531; Mon, 6 Jan 2014 15:34:54 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201401061534.s06FYs3p011531@svn.freebsd.org> From: Raphael Kubo da Costa Date: Mon, 6 Jan 2014 15:34:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338899 - in head/net/net6: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jan 2014 15:34:54 -0000 Author: rakuco Date: Mon Jan 6 15:34:53 2014 New Revision: 338899 URL: http://svnweb.freebsd.org/changeset/ports/338899 Log: - Fix the build with clang/libc++. - Support staging. Added: head/net/net6/files/ head/net/net6/files/patch-inc__address.hpp (contents, props changed) Modified: head/net/net6/Makefile Modified: head/net/net6/Makefile ============================================================================== --- head/net/net6/Makefile Mon Jan 6 15:23:30 2014 (r338898) +++ head/net/net6/Makefile Mon Jan 6 15:34:53 2014 (r338899) @@ -15,11 +15,10 @@ LICENSE= GPLv2 LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \ gnutls.26:${PORTSDIR}/security/gnutls -USES= pathfix pkgconfig +USES= pathfix pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Added: head/net/net6/files/patch-inc__address.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/net6/files/patch-inc__address.hpp Mon Jan 6 15:34:53 2014 (r338899) @@ -0,0 +1,14 @@ +--- inc/address.hpp.orig 2011-09-10 17:59:50.000000000 +0300 ++++ inc/address.hpp 2014-01-06 17:32:36.000000000 +0200 +@@ -25,9 +25,10 @@ + #include + #include + #else ++#include + #include +-#include + #include ++#include + #include + #endif +