Bug 184773 - [PATCH] www/elinks: work around segfault on 10.x
Summary: [PATCH] www/elinks: work around segfault on 10.x
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beat Gaetzi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-15 11:50 UTC by Radim Kolar
Modified: 2013-12-27 10:26 UTC (History)
1 user (show)

See Also:


Attachments
elinks-0.11.7_4.patch (561 bytes, patch)
2013-12-15 11:50 UTC, Radim Kolar
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Radim Kolar 2013-12-15 11:50:01 UTC
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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-15 11:51:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beat

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-27 10:19:30 UTC
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"
Comment 3 Beat Gaetzi freebsd_committer freebsd_triage 2013-12-27 10:25:55 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!