svn commit: r337689 - head/www/elinks

Beat Gaetzi beat at FreeBSD.org
Fri Dec 27 10:19:19 UTC 2013


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 at 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
 #


More information about the svn-ports-head mailing list