svn commit: r349787 - head/sysutils/ua
Dirk Meyer
dinoex at FreeBSD.org
Mon Mar 31 18:56:51 UTC 2014
Author: dinoex
Date: Mon Mar 31 18:56:50 2014
New Revision: 349787
URL: http://svnweb.freebsd.org/changeset/ports/349787
QAT: https://qat.redports.org/buildarchive/r349787/
Log:
- mark BROKEN on FreeBSD10
Modified:
head/sysutils/ua/Makefile
Modified: head/sysutils/ua/Makefile
==============================================================================
--- head/sysutils/ua/Makefile Mon Mar 31 18:35:59 2014 (r349786)
+++ head/sysutils/ua/Makefile Mon Mar 31 18:56:50 2014 (r349787)
@@ -20,6 +20,12 @@ OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
+.if ${OSVERSION} > 1000000
+.if ${CC} != gcc42
+BROKEN= needs gcc4.2 to compile
+.endif
+.endif
+
post-install:
.for i in ${MAN1}
${INSTALL_MAN} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/man/man1/
More information about the svn-ports-all
mailing list