aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-11-06 12:48:32 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-11-06 12:48:32 +0000
commitcc8ad7de9b786478d98d89f893f727969ff10a5c (patch)
treea8d88971682ad17f920feb443ddc5ac6b3c408b6 /converters
parent7b15a42f40e8532459008d3c4cacc3716af2e6d0 (diff)
downloadports-cc8ad7de9b786478d98d89f893f727969ff10a5c.tar.gz
ports-cc8ad7de9b786478d98d89f893f727969ff10a5c.zip
Notes
Diffstat (limited to 'converters')
-rw-r--r--converters/dumpasn1/Makefile2
-rw-r--r--converters/lua-iconv/Makefile2
-rw-r--r--converters/lua51-iconv/Makefile2
3 files changed, 6 insertions, 0 deletions
diff --git a/converters/dumpasn1/Makefile b/converters/dumpasn1/Makefile
index c39c496336eb..bd315ae89bb8 100644
--- a/converters/dumpasn1/Makefile
+++ b/converters/dumpasn1/Makefile
@@ -12,6 +12,8 @@ EXTRACT_ONLY= yes
MAINTAINER= ale@FreeBSD.org
COMMENT= Dumps the contents of an ASN.1 encoded file, e.g. an SSL certificate
+BROKEN= unfetchable
+
do-extract:
@${MKDIR} ${WRKSRC}
@${CP} ${DISTDIR}/${DIST_SUBDIR}/dumpasn1.c ${WRKSRC}
diff --git a/converters/lua-iconv/Makefile b/converters/lua-iconv/Makefile
index 75d13a412183..7072f12392bc 100644
--- a/converters/lua-iconv/Makefile
+++ b/converters/lua-iconv/Makefile
@@ -12,6 +12,8 @@ DISTNAME= lua-${PORTNAME}-${PORTVERSION}
MAINTAINER= vanilla@FreeBSD.org
COMMENT= Iconv binding for Lua 5
+BROKEN= unfetchable
+
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
diff --git a/converters/lua51-iconv/Makefile b/converters/lua51-iconv/Makefile
index 9f599743e80f..0d6647eaab46 100644
--- a/converters/lua51-iconv/Makefile
+++ b/converters/lua51-iconv/Makefile
@@ -12,6 +12,8 @@ DISTNAME= lua-${PORTNAME}-${PORTVERSION}
MAINTAINER= feld@FreeBSD.org
COMMENT= Iconv binding for Lua 5
+BROKEN= unfetchable
+
USES= pkgconfig iconv lua:51
USE_GITHUB= yes