Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2013 12:40:38 +0100 (CET)
From:      RK <hsn@sendmail.cz>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        beat@FreeBSD.org
Subject:   ports/184773: [PATCH] www/elinks: work around segfault on 10.x
Message-ID:  <201312151140.rBFBecUv044621@acer.localdomain>
Resent-Message-ID: <201312151150.rBFBogtq088935@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         184773
>Category:       ports
>Synopsis:       [PATCH] www/elinks: work around segfault on 10.x
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 15 11:50:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     RK
>Release:        FreeBSD 10.0-RC1 i386
>Organization:
>Environment:
System: FreeBSD acer.localdomain 10.0-RC1 FreeBSD 10.0-RC1 #0 r259397: Sun Dec 15 03:27:43 CET
>Description:
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)
>How-To-Repeat:
>Fix:

--- elinks-0.11.7_4.patch begins here ---
diff -ruN /usr/ports/www/elinks/Makefile ./Makefile
--- /usr/ports/www/elinks/Makefile	2013-12-15 11:50:49.000000000 +0100
+++ ./Makefile	2013-12-15 12:39:09.000000000 +0100
@@ -3,7 +3,7 @@
 
 PORTNAME=	elinks
 DISTVERSION=	0.11.7
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	www
 MASTER_SITES=	http://elinks.or.cz/download/
 
@@ -194,6 +194,10 @@
 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
 #
--- elinks-0.11.7_4.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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