From owner-svn-ports-all@FreeBSD.ORG Wed Jan 8 13:12:55 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5E788ED3; Wed, 8 Jan 2014 13:12:55 +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 4942A17B0; Wed, 8 Jan 2014 13:12:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s08DCtUQ082065; Wed, 8 Jan 2014 13:12:55 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s08DCtCM082064; Wed, 8 Jan 2014 13:12:55 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201401081312.s08DCtCM082064@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 8 Jan 2014 13:12:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r339117 - in branches/2014Q1/net/net6: . files X-SVN-Group: ports-branches 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: Wed, 08 Jan 2014 13:12:55 -0000 Author: bapt Date: Wed Jan 8 13:12:54 2014 New Revision: 339117 URL: http://svnweb.freebsd.org/changeset/ports/339117 Log: MFH: r338899 - Fix the build with clang/libc++. - Support staging. Added: branches/2014Q1/net/net6/files/ - copied from r338899, head/net/net6/files/ Modified: branches/2014Q1/net/net6/Makefile Directory Properties: branches/2014Q1/ (props changed) Modified: branches/2014Q1/net/net6/Makefile ============================================================================== --- branches/2014Q1/net/net6/Makefile Wed Jan 8 13:11:32 2014 (r339116) +++ branches/2014Q1/net/net6/Makefile Wed Jan 8 13:12:54 2014 (r339117) @@ -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}