libmicrohttpd: Solve a TODO.

Makefile: After upstream feedback, add gettext-lib bl3,
	  use gettext in TOOLS.
	  update maintainer.
This commit is contained in:
ng0 2019-04-07 12:49:10 +00:00
parent 9695d2b9c9
commit ca60a73833
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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