svn commit: r482425 - in branches/2018Q4/net/liboauth: . files
Antoine Brodin
antoine at FreeBSD.org
Fri Oct 19 13:04:30 UTC 2018
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
More information about the svn-ports-branches
mailing list