From owner-svn-ports-all@freebsd.org Wed Feb 22 19:20:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 651F8CE9637; Wed, 22 Feb 2017 19:20:03 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from anoxia.adamw.org (anoxia.adamw.org [104.225.8.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anoxia.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DDCC4F50; Wed, 22 Feb 2017 19:20:02 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by anoxia.adamw.org (OpenSMTPD) with ESMTPSA id 238a9196 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Wed, 22 Feb 2017 12:19:55 -0700 (MST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: svn commit: r434630 - in head/www/lynx: . files From: Adam Weinberger In-Reply-To: <201702221902.v1MJ2pks021893@repo.freebsd.org> Date: Wed, 22 Feb 2017 12:19:53 -0700 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <3AA22105-0A55-4761-95F3-CDAD27157F93@adamw.org> References: <201702221902.v1MJ2pks021893@repo.freebsd.org> To: Matthew Rezny , jharris@widomaker.com X-Mailer: Apple Mail (2.3259) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2017 19:20:03 -0000 > On 22 Feb, 2017, at 12:02, Matthew Rezny 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