summary refs log tree commit diff
path: root/security/libretls/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-03-24 19:48:12 +0000
committerJune McEnroe <june@causal.agency>2021-03-24 19:48:12 +0000
commit29c3329e7281acf0ca7c61768957a25c5eff456b (patch)
tree7291a33a4e10511d0d1b6487e71ad6d1cb65b638 /security/libretls/Makefile
parentAdd bubger port (diff)
downloadports-29c3329e7281acf0ca7c61768957a25c5eff456b.tar.gz
ports-29c3329e7281acf0ca7c61768957a25c5eff456b.zip
Import security/libretls from ports svn
Diffstat (limited to 'security/libretls/Makefile')
-rw-r--r--security/libretls/Makefile21
1 files changed, 6 insertions, 15 deletions
diff --git a/security/libretls/Makefile b/security/libretls/Makefile
index ca29014..5fca48e 100644
--- a/security/libretls/Makefile
+++ b/security/libretls/Makefile
@@ -1,28 +1,19 @@
-# $FreeBSD$
+# $FreeBSD: head/security/libretls/Makefile 561899 2021-01-18 07:55:49Z bapt $
 
 PORTNAME=	libretls
 PORTVERSION=	3.3.1
 CATEGORIES=	security devel
 MASTER_SITES=	https://causal.agency/libretls/
 
-MAINTAINER=	june@causal.agency
-COMMENT=	Port of libtls for OpenSSL
+MAINTAINER=	bapt@FreeBSD.org
+COMMENT=	TLS library designed to ease writing foolproof applications
 
 LICENSE=	ISCL
 
-BROKEN_SSL=			libressl
-BROKEN_SSL_REASON_libressl=	libtls is provided by LibreSSL
-
-USES=		libtool pathfix pkgconfig ssl
-USE_LDCONFIG=	yes
+USES=	libtool ssl pkgconfig
+INSTALL_TARGET=	install-strip
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS+=	--with-openssl=${OPENSSLBASE}
-CFLAGS+=	-fpic -DPIC -Wl,-rpath,${PREFIX}/lib -Wl,--as-needed
-LDFLAGS+=	-pthread
 
-CONFLICTS_INSTALL=	libressl-[0-9]* \
-			libressl-devel-[0-9]*
-
-INSTALL_TARGET=		install-strip
+USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>
dda15dd9170e11b9688eb973f2af2e6300. 2019-09-20Enable cookies in titleJune McEnroe Perhaps this will make it less suspicious to Google. Who knows. 2019-09-16Use sensitivity aliases in TF2June McEnroe 2019-09-16Add The Just CityJune McEnroe 2019-09-12Only GET the final redirect locationJune McEnroe 2019-09-12Consume entire bodyJune McEnroe Aborting the request and leaving data around may be causing intermittent errors. Just discard the rest of the data. 2019-09-10Add title -v flagJune McEnroe 2019-09-10Use curl error bufferJune McEnroe 2019-09-10Set Accept-Encoding in titleJune McEnroe Because apparently it's fine for servers to respond with Content-Encoding you didn't ask for, and curl won't decode it if you didn't ask for it. 2019-09-08Set title User-AgentJune McEnroe Some things don't like you if you don't send one. 2019-09-07Add -x flag to titleJune McEnroe 2019-09-07Ignore SIGPIPE in relayJune McEnroe Allows restarting consumers safely. 2019-09-07Add A Memory Called EmpireJune McEnroe 2019-09-05Handle lack of Content-TypeJune McEnroe 2019-09-05Use CURLINFO_CONTENT_TYPEJune McEnroe Oops, didn't see this. 2019-09-05Decode entities in titlesJune McEnroe 2019-09-05Print title as soon as it's availableJune McEnroe 2019-09-05Use CURL_PREFIX to set flagsJune McEnroe 2019-09-05Add titleJune McEnroe 2019-09-04Add Avorter n'est pas tuerJune McEnroe 2019-08-29Unset executable on shell scriptsJune McEnroe 2019-08-29Add long-missing setopt to bin.7June McEnroe 2019-08-29Add editJune McEnroe