pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gnurl: finish package
Module Name: pkgsrc-wip
Committed By: ng0 <ng0%n0.is@localhost>
Pushed By: ng0
Date: Wed Jan 23 09:04:58 2019 +0000
Changeset: f143ece7d30e57cbc5d92dbd2ba1e4f53f0f6f0f
Modified Files:
gnurl/Makefile
gnurl/TODO
Log Message:
gnurl: finish package
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f143ece7d30e57cbc5d92dbd2ba1e4f53f0f6f0f
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gnurl/Makefile | 9 +++------
gnurl/TODO | 2 ++
2 files changed, 5 insertions(+), 6 deletions(-)
diffs:
diff --git a/gnurl/Makefile b/gnurl/Makefile
index 92bf23c52e..62852d953d 100644
--- a/gnurl/Makefile
+++ b/gnurl/Makefile
@@ -7,7 +7,7 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= ng0%n0.is@localhost
HOMEPAGE= https://gnunet.org/gnurl
-COMMENT= Client that groks URLs (curl fork)
+COMMENT= Client that groks URLs (micro fork of curl)
# not completely, the curl license is inspired by mit
LICENSE= mit
@@ -24,10 +24,7 @@ INSTALLATION_DIRS= share/doc/gnurl
TEST_TARGET= check
-CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib}
CONFIGURE_ARGS+= --disable-ntml-wb
-CONFIGURE_ARGS+= --enable-ipv6
-# Optionally, We want GnuTLS with Dane.
CONFIGURE_ARGS+= --with-gnutls
CONFIGURE_ARGS+= --with-libidn2
# Fallback to gnutls preferred CA certificates
@@ -44,9 +41,9 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/docs/${f} ${DESTDIR}${PREFIX}/share/doc/gnurl/
.endfor
-.include "../../devel/libidn2/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../security/gnutls/libgnutls-config.mk"
.include "../../security/gnutls/buildlink3.mk"
-.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/libidn2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/gnurl/TODO b/gnurl/TODO
index c552355724..110a50f35d 100644
--- a/gnurl/TODO
+++ b/gnurl/TODO
@@ -2,3 +2,5 @@
code inspection of configure.log, the configure script and .work.log it
seems that gnutls is picked up via pkg-config and libgnutls-config is not
needed)
+
+- We might want GnuTLS with DANE (libunbound)
Home |
Main Index |
Thread Index |
Old Index