pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libmicrohttpd: Solve a TODO.



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%n0.is@localhost>
Pushed By:	ng0
Date:		Sun Apr 7 12:49:10 2019 +0000
Changeset:	ca60a73833df44f48087cea424bae9feb0667f13

Modified Files:
	libmicrohttpd/Makefile
	libmicrohttpd/TODO

Log Message:
libmicrohttpd: Solve a TODO.

Makefile: After upstream feedback, add gettext-lib bl3,
	  use gettext in TOOLS.
	  update maintainer.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ca60a73833df44f48087cea424bae9feb0667f13

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libmicrohttpd/Makefile | 4 ++--
 libmicrohttpd/TODO     | 1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

diffs:
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@localhost
+MAINTAINER=	ng0%n0.is@localhost
 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


Home | Main Index | Thread Index | Old Index