svn commit: r434630 - in head/www/lynx: . files

Adam Weinberger adamw at adamw.org
Wed Feb 22 19:20:03 UTC 2017


> On 22 Feb, 2017, at 12:02, Matthew Rezny <rezny at freebsd.org> wrote:
> 
> Author: rezny
> Date: Wed Feb 22 19:02:51 2017
> New Revision: 434630
> URL: https://svnweb.freebsd.org/changeset/ports/434630
> 
> Log:
>  Fix building with libressl-devel and add missing dependency on libidn.
> 
>  PR:		216785
>  Approved by:	jharris at widomaker.com (maintainer), swills (mentor)
>  Differential Revision:	https://reviews.freebsd.org/D9672
> 
> Added:
>  head/www/lynx/files/patch-WWW_Library_Implementation_HTTP.c   (contents, props changed)
> Modified:
>  head/www/lynx/Makefile
> 
> Modified: head/www/lynx/Makefile
> ==============================================================================
> --- head/www/lynx/Makefile	Wed Feb 22 18:56:44 2017	(r434629)
> +++ head/www/lynx/Makefile	Wed Feb 22 19:02:51 2017	(r434630)
> @@ -3,7 +3,7 @@
> 
> PORTNAME=	lynx
> PORTVERSION=	2.8.8.2
> -PORTREVISION=	5
> +PORTREVISION=	6
> PORTEPOCH=	1
> CATEGORIES=	www ipv6
> MASTER_SITES=	http://invisible-mirror.net/archives/lynx/tarballs/ \
> @@ -15,6 +15,8 @@ COMMENT=	Non-graphical, text-based World
> 
> LICENSE=	GPLv2
> 
> +LIB_DEPENDS=	libidn.so:dns/libidn

Does libidn really need to be mandatory? lynx-current has it as an option. Does lynx-2.8 handle idn differently?

# Adam


-- 
Adam Weinberger
adamw at adamw.org
https://www.adamw.org



More information about the svn-ports-all mailing list