Hi ports --
Christmas this year brings us multiple text-based browser updates.
Here's a diff for links+
Changelog is here:
http://links.twibright.com/download/ChangeLog
Also reap some things that don't matter any more: upstream provides a
proper configure file and there's no more SDL option.
Works well on amd64 and i386.
OK?
~Brian
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/links+/Makefile,v
retrieving revision 1.51
diff -u -p -r1.51 Makefile
--- Makefile 19 Apr 2014 14:43:49 -0000 1.51
+++ Makefile 26 Dec 2014 16:58:05 -0000
@@ -1,31 +1,26 @@
# $OpenBSD: Makefile,v 1.51 2014/04/19 14:43:49 bcallah Exp $
COMMENT= graphics and text browser
-
-VER= 2.8
+VER= 2.9
DISTNAME= links-${VER}
PKGNAME= links+-${VER}
-REVISION= 0
-
CATEGORIES= www
HOMEPAGE= http://links.twibright.com/
-
MAINTAINER= Brian Callahan <bcal...@openbsd.org>
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
-WANTLIB= bz2>=10 c crypto lzma m ssl z
+WANTLIB= bz2 c crypto lzma m ssl z
MASTER_SITES= http://links.twibright.com/download/
LIB_DEPENDS= archivers/bzip2 \
archivers/xz
-AUTOCONF_VERSION=2.13
-CONFIGURE_STYLE= autoconf
-CONFIGURE_ARGS+= --with-ssl --without-sdl
+CONFIGURE_STYLE= gnu
+CONFIGURE_ARGS+= --with-ssl
USE_GROFF = Yes
FLAVORS= no_x11
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/links+/distinfo,v
retrieving revision 1.26
diff -u -p -r1.26 distinfo
--- distinfo 22 Oct 2013 16:50:39 -0000 1.26
+++ distinfo 26 Dec 2014 16:58:05 -0000
@@ -1,2 +1,2 @@
-SHA256 (links-2.8.tar.gz) = UHCnWa9/EHyk+VcoM7jwhs2ffCHvXh/OhIKiiDp0PHo=
-SIZE (links-2.8.tar.gz) = 4533116
+SHA256 (links-2.9.tar.gz) = 4tThk+sxR/DXReKNN9UQ7bIml3B+Mpy+Nhu3kDe64zI=
+SIZE (links-2.9.tar.gz) = 4543241
Index: patches/patch-html_c
===================================================================
RCS file: /cvs/ports/www/links+/patches/patch-html_c,v
retrieving revision 1.13
diff -u -p -r1.13 patch-html_c
--- patches/patch-html_c 22 Oct 2013 16:50:39 -0000 1.13
+++ patches/patch-html_c 26 Dec 2014 16:58:05 -0000
@@ -1,7 +1,7 @@
$OpenBSD: patch-html_c,v 1.13 2013/10/22 16:50:39 bcallah Exp $
---- html.c.orig Tue Oct 22 01:26:16 2013
-+++ html.c Tue Oct 22 01:27:45 2013
-@@ -961,6 +961,7 @@ static void html_a(unsigned char *a)
+--- html.c.orig Sun Dec 7 13:39:00 2014
++++ html.c Fri Dec 26 11:41:31 2014
+@@ -981,6 +981,7 @@ static void html_a(unsigned char *a)
format_.target = stracpy(format_.target_base);
}
/*format_.attr ^= AT_BOLD;*/