On Sat, Feb 18, 2006 at 08:09:50AM +0100, steven mestdagh wrote:
> still the same. go to a webpage and it does nothing but a blank screen.
In that event, then, here is a patch to mark 0.11.0 that is already in
the tree as broken on sparc64. I will work more with the elinks
developers to get this working on that arch for 4.0. Thanks!
--
James Prevatt <[EMAIL PROTECTED]>
Website: http://jprevatt.beevomit.org
Gopher: gopher://sdf.lonestar.org/users/jprevatt
SDF Public Access UNIX System - http://sdf.lonestar.org
v2sw5Yhw6ln3pr4Ock2ma9u7Ow2m5l6i2e4t6MAb8Hen5g5Ta28s5Mr5 hackerkey.com
? elinks.diff
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/elinks/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile 29 Jan 2006 15:41:00 -0000 1.4
+++ Makefile 18 Feb 2006 15:00:03 -0000
@@ -1,5 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2006/01/29 15:41:00 sturm Exp $
+.if ${MACHINE_ARCH} == "sparc64"
+BROKEN= "builds ok but does not browse to any sites"
+.endif
+
COMMENT= "full-featured text WWW browser"
DISTNAME= elinks-0.11.0
EXTRACT_SUFX= .tar.bz2