Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Oct 2018 13:04:29 +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: r482425 - in branches/2018Q4/net/liboauth: . files
Message-ID:  <201810191304.w9JD4T2v016676@repo.freebsd.org>

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

Log:
  MFH: r481766
  
  Fix build with openssl 1.1.1
  
  PR:		225919
  Submitted by:	Nathan Owens
  Obtained from:	https://github.com/x42/liboauth/issues/9
  With hat:	portmgr

Added:
  branches/2018Q4/net/liboauth/files/
     - copied from r481766, head/net/liboauth/files/
Modified:
  branches/2018Q4/net/liboauth/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/net/liboauth/Makefile
==============================================================================
--- branches/2018Q4/net/liboauth/Makefile	Fri Oct 19 12:11:32 2018	(r482424)
+++ branches/2018Q4/net/liboauth/Makefile	Fri Oct 19 13:04:29 2018	(r482425)
@@ -2,7 +2,7 @@
 
 PORTNAME=	liboauth
 PORTVERSION=	1.0.3
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net
 MASTER_SITES=	SF/${PORTNAME}
 
@@ -12,13 +12,11 @@ COMMENT=	C library implementing the OAuth Core standar
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING.MIT
 
-BROKEN_SSL=	openssl-devel
-BROKEN_SSL_REASON_openssl-devel=	error: variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st')
-
 LIB_DEPENDS=	libcurl.so:ftp/curl
 
 USES=		libtool pkgconfig ssl
 USE_LDCONFIG=	yes
+
 GNU_CONFIGURE=	yes
 MAKE_ARGS=	pkgconfigdir="${PREFIX}/libdata/pkgconfig"
 INSTALL_TARGET=	install-strip



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