Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2013 10:19:19 +0000 (UTC)
From:      Beat Gaetzi <beat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337689 - head/www/elinks
Message-ID:  <201312271019.rBRAJJRa072947@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 #



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312271019.rBRAJJRa072947>