From ca60a73833df44f48087cea424bae9feb0667f13 Mon Sep 17 00:00:00 2001 From: ng0 Date: Sun, 7 Apr 2019 12:49:10 +0000 Subject: [PATCH] libmicrohttpd: Solve a TODO. Makefile: After upstream feedback, add gettext-lib bl3, use gettext in TOOLS. update maintainer. --- libmicrohttpd/Makefile | 4 ++-- libmicrohttpd/TODO | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/libmicrohttpd/Makefile b/libmicrohttpd/Makefile index c63a71d885..4b68a20c00 100644 --- a/libmicrohttpd/Makefile +++ b/libmicrohttpd/Makefile @@ -4,13 +4,13 @@ DISTNAME= libmicrohttpd-0.9.63 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GNU:=libmicrohttpd/} -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= ng0@n0.is HOMEPAGE= https://www.gnu.org/software/libmicrohttpd/ COMMENT= Small C library to run an HTTP server as part of another app LICENSE= gnu-lgpl-v2.1 USE_LIBTOOL= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config gettext GNU_CONFIGURE= yes INFO_FILES= yes TEST_TARGET= check diff --git a/libmicrohttpd/TODO b/libmicrohttpd/TODO index fa057c6223..d0a3ce5c6d 100644 --- a/libmicrohttpd/TODO +++ b/libmicrohttpd/TODO @@ -1,4 +1,3 @@ -- Investigate if gettext is needed (at least configure checks for them) - While the application compiles its example and works, the testsuite fails 1 test (in a non-reproducible way) on NetBSD/amd64 8.99.36, reported upstream: https://bugs.gnunet.org/view.php?id=5683