svn commit: r357731 - head/security/tripwire

Cy Schubert cy at FreeBSD.org
Sat Jun 14 03:00:55 UTC 2014


Author: cy
Date: Sat Jun 14 03:00:54 2014
New Revision: 357731
URL: http://svnweb.freebsd.org/changeset/ports/357731
QAT: https://qat.redports.org/buildarchive/r357731/

Log:
  Only builds with GCC 4.6.

Modified:
  head/security/tripwire/Makefile

Modified: head/security/tripwire/Makefile
==============================================================================
--- head/security/tripwire/Makefile	Sat Jun 14 02:23:00 2014	(r357730)
+++ head/security/tripwire/Makefile	Sat Jun 14 03:00:54 2014	(r357731)
@@ -18,7 +18,7 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVER
 MAKE_JOBS_UNSAFE=	yes
 USES=		gmake tar:bzip2
 GNU_CONFIGURE=	yes
-USE_GCC=	any
+USE_GCC=	4.6
 MAKE_ARGS=	SYSPRE=${ARCH}-unknown-freebsd \
 		DESTDIR=${STAGEDIR}
 IS_INTERACTIVE=	yes


More information about the svn-ports-head mailing list