Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jan 2014 13:12:55 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
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
Message-ID:  <201401081312.s08DCtCM082064@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}



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