From 6a11d09520bcf16fbc8bfd9e8ac3c7c3bcc7248d Mon Sep 17 00:00:00 2001 From: bcallah Date: Thu, 1 Jan 2015 15:19:49 +0000 Subject: [PATCH] Update to 2.9 -- remove nonexistant sdl configure option and switch to using upstream's configure file instead of using autoconf. --- www/links+/Makefile | 15 +++++---------- www/links+/distinfo | 4 ++-- www/links+/patches/patch-html_c | 8 ++++---- 3 files changed, 11 insertions(+), 16 deletions(-) diff --git a/www/links+/Makefile b/www/links+/Makefile index c817460643d..5500e7ee66e 100644 --- a/www/links+/Makefile +++ b/www/links+/Makefile @@ -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 # 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 diff --git a/www/links+/distinfo b/www/links+/distinfo index a7ba8f7f550..67c592762aa 100644 --- a/www/links+/distinfo +++ b/www/links+/distinfo @@ -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 diff --git a/www/links+/patches/patch-html_c b/www/links+/patches/patch-html_c index 05b20d9bb8e..44157b80953 100644 --- a/www/links+/patches/patch-html_c +++ b/www/links+/patches/patch-html_c @@ -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;*/