Date: Wed, 22 Feb 2017 12:19:53 -0700 From: Adam Weinberger <adamw@adamw.org> To: Matthew Rezny <rezny@freebsd.org>, jharris@widomaker.com Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r434630 - in head/www/lynx: . files Message-ID: <3AA22105-0A55-4761-95F3-CDAD27157F93@adamw.org> In-Reply-To: <201702221902.v1MJ2pks021893@repo.freebsd.org> References: <201702221902.v1MJ2pks021893@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> On 22 Feb, 2017, at 12:02, Matthew Rezny <rezny@freebsd.org> wrote: >=20 > Author: rezny > Date: Wed Feb 22 19:02:51 2017 > New Revision: 434630 > URL: https://svnweb.freebsd.org/changeset/ports/434630 >=20 > Log: > Fix building with libressl-devel and add missing dependency on = libidn. >=20 > PR: 216785 > Approved by: jharris@widomaker.com (maintainer), swills (mentor) > Differential Revision: https://reviews.freebsd.org/D9672 >=20 > Added: > head/www/lynx/files/patch-WWW_Library_Implementation_HTTP.c = (contents, props changed) > Modified: > head/www/lynx/Makefile >=20 > Modified: head/www/lynx/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- 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 @@ >=20 > PORTNAME=3D lynx > PORTVERSION=3D 2.8.8.2 > -PORTREVISION=3D 5 > +PORTREVISION=3D 6 > PORTEPOCH=3D 1 > CATEGORIES=3D www ipv6 > MASTER_SITES=3D = http://invisible-mirror.net/archives/lynx/tarballs/ \ > @@ -15,6 +15,8 @@ COMMENT=3D Non-graphical, text-based World >=20 > LICENSE=3D GPLv2 >=20 > +LIB_DEPENDS=3D 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 --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3AA22105-0A55-4761-95F3-CDAD27157F93>