svn commit: r343156 - head/devel/vxlog

Baptiste Daroussin bapt at FreeBSD.org
Thu Feb 6 21:52:28 UTC 2014


Author: bapt
Date: Thu Feb  6 21:52:27 2014
New Revision: 343156
URL: http://svnweb.freebsd.org/changeset/ports/343156
QAT: https://qat.redports.org/buildarchive/r343156/

Log:
  Support stage, builds fine with clang

Modified:
  head/devel/vxlog/Makefile

Modified: head/devel/vxlog/Makefile
==============================================================================
--- head/devel/vxlog/Makefile	Thu Feb  6 21:30:49 2014	(r343155)
+++ head/devel/vxlog/Makefile	Thu Feb  6 21:52:27 2014	(r343156)
@@ -14,9 +14,7 @@ LICENSE=	MIT
 
 USES=		cmake
 USE_LDCONFIG=	yes
-USE_GCC=	4.2+
 
 CMAKE_ARGS+=	-DTESTING:BOOL=OFF
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list