Update to 2.9 -- remove nonexistant sdl configure option and switch to

using upstream's configure file instead of using autoconf.
This commit is contained in:
bcallah 2015-01-01 15:19:49 +00:00
parent ae00bf73ae
commit 6a11d09520
3 changed files with 11 additions and 16 deletions

View File

@ -1,31 +1,26 @@
# $OpenBSD: Makefile,v 1.51 2014/04/19 14:43:49 bcallah Exp $
# $OpenBSD: Makefile,v 1.52 2015/01/01 15:19: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 <bcallah@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

View File

@ -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

View File

@ -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)
$OpenBSD: patch-html_c,v 1.14 2015/01/01 15:19:49 bcallah Exp $
--- 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;*/