svn commit: r339117 - in branches/2014Q1/net/net6: . files

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 8 13:12:55 UTC 2014


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}


More information about the svn-ports-all mailing list