From owner-svn-ports-head@freebsd.org Wed Nov 16 16:37:15 2016 Return-Path: Delivered-To: svn-ports-head@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 E018FC45F35; Wed, 16 Nov 2016 16:37:15 +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 51E4F1AFA; Wed, 16 Nov 2016 16:37:15 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by anoxia.adamw.org (OpenSMTPD) with ESMTPSA id e7f29c73 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Wed, 16 Nov 2016 09:37:13 -0700 (MST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.1 \(3251\)) Subject: Re: svn commit: r426240 - head/www/lynx-current From: Adam Weinberger In-Reply-To: <201611161323.uAGDNv1I055706@repo.freebsd.org> Date: Wed, 16 Nov 2016 09:37:10 -0700 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <9B236958-73E2-41CE-8F1A-037877F713FA@adamw.org> References: <201611161323.uAGDNv1I055706@repo.freebsd.org> To: Johan van Selst X-Mailer: Apple Mail (2.3251) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Nov 2016 16:37:16 -0000 > On 16 Nov, 2016, at 6:23, Johan van Selst wrote: >=20 > Author: johans > Date: Wed Nov 16 13:23:57 2016 > New Revision: 426240 > URL: https://svnweb.freebsd.org/changeset/ports/426240 >=20 > Log: > Update to lynx 2.8.9 dev 11 (bugfix release) >=20 > Modified: > head/www/lynx-current/Makefile > head/www/lynx-current/distinfo Hi Johan, This doesn't build against LibreSSL. Linking and creating Lynx executable cc -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/local/share/locale\" -I. = -I.. -Ichrtrans -I./chrtrans -I.. -I../src = -I.././WWW/Library/Implementation -DLIBICONV_PLUG -D_BSD_TYPES = -D__BSD_VISIBLE -D_POSIX_C_SOURCE=3D200112L -D_XOPEN_SOURCE=3D600 = -I/usr/local/include -I/usr/local/include/openssl -O2 -pipe -O2 -pipe = -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing -L/usr/local/lib = -Wl,-rpath,/usr/local/lib -fstack-protector -o lynx LYebcdic.o = LYClean.o LYShowInfo.o LYEdit.o LYStrings.o LYMail.o HTAlert.o = GridText.o LYGetFile.o LYMain.o LYMainLoop.o LYCurses.o LYBookmark.o = LYmktime.o LYUtils.o LYOptions.o LYReadCFG.o LYSearch.o LYHistory.o = LYForms.o LYPrint.o LYrcFile.o LYDownload.o LYNews.o LYKeymap.o HTML.o HTFWriter.o HTInit.o DefaultStyle.o LYUpload.o LYLeaks.o LYexit.o = LYJump.o LYList.o LYCgi.o LYTraversal.o LYEditmap.o LYCharSets.o = LYCharUtils.o LYMap.o LYCookie.o LYStyle.o LYHash.o LYPrettySrc.o = TRSTable.o parsdate.o UCdomap.o UCAux.o UCAuto.o LYSession.o LYLocal.o = .././WWW/Library/Implementation/libwww.a -lz -lbz2 -lncursesw -lssl = -lcrypto .././WWW/Library/Implementation/libwww.a(HTTP.o): In function = `HTLoadHTTP': ../../../WWW/Library/Implementation/HTTP.c:(.text+0xdbb): undefined = reference to `SSL_set_min_proto_version' cc: error: linker command failed with exit code 1 (use -v to see = invocation) *** Error code 1 Stop. make[2]: stopped in = /wrkdirs/usr/ports/www/lynx-current/work/lynx2.8.9dev.11/src --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org