do not allow to compile with FASTMEM on 10.x Port maintainer (beat@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: ports)
Responsible Changed From-To: freebsd-ports-bugs->beat Over to maintainer (via the GNATS Auto Assign Tool)
Author: beat Date: Fri Dec 27 10:19:18 2013 New Revision: 337689 URL: http://svnweb.freebsd.org/changeset/ports/337689 Log: Mark FASTMEM option as broken on 10.x PR: ports/184773 Submitted by: RK <hsn@sendmail.cz> Modified: head/www/elinks/Makefile Modified: head/www/elinks/Makefile ============================================================================== --- head/www/elinks/Makefile Fri Dec 27 10:18:51 2013 (r337688) +++ head/www/elinks/Makefile Fri Dec 27 10:19:18 2013 (r337689) @@ -194,6 +194,10 @@ USES+= iconv CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} .endif +.if ${PORT_OPTIONS:MFASTMEM} && ${OSVERSION} > 1000000 +BROKEN= segfaults on 10.X with fast mem enabled +.endif + # # Elinks will try to use it if exists # _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!