Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Oct 2018 13:47:22 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r482427 - branches/2018Q4/www/neon
Message-ID:  <201810191347.w9JDlMxT037213@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Oct 19 13:47:22 2018
New Revision: 482427
URL: https://svnweb.freebsd.org/changeset/ports/482427

Log:
  MFH: r481274 r481319 r481885
  
   Fix build with openssl 1.1.1
  
  PR:		228867
  Submitted by:	brnrd@freebsd.org
  
  Revert r481274, it broke ports depending on neon
  
  PR:		228867
  With hat:	portmgr
  Reported by:	pkg-fallout
  
   Second try to fix OpenSSL 1.1.1 build.
  
  PR:		228867
  Submitted by:	jkim@FreeBSD.org

Modified:
  branches/2018Q4/www/neon/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/www/neon/Makefile
==============================================================================
--- branches/2018Q4/www/neon/Makefile	Fri Oct 19 13:05:54 2018	(r482426)
+++ branches/2018Q4/www/neon/Makefile	Fri Oct 19 13:47:22 2018	(r482427)
@@ -3,7 +3,7 @@
 
 PORTNAME=	neon
 PORTVERSION=	0.30.2
-PORTREVISION=	1
+PORTREVISION=	4
 CATEGORIES=	www
 MASTER_SITES=	LOCAL/lev
 
@@ -36,6 +36,7 @@ LIBXML_CONFIGURE_WITH=	libxml2
 LIBXML_USE=		GNOME=libxml2
 NLS_CONFIGURE_ENABLE=	nls
 NLS_USES=		gettext
+OPENSSL_CONFIGURE_ENV=	ne_cv_libsfor_SSL_library_init=-lssl
 OPENSSL_CONFIGURE_WITH=	ssl
 OPENSSL_USES=		ssl
 PROXY_CONFIGURE_WITH=	libproxy



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810191347.w9JDlMxT037213>