File:  [cvs.NetBSD.org] / pkgsrc / net / libcares / Makefile
Revision 1.38: download - view: text, annotated - select for diffs
Wed Nov 22 11:48:32 2023 UTC (12 months, 3 weeks ago) by adam
Branches: MAIN
CVS tags: HEAD
libcares: updated to 1.22.1

c-ares version 1.22.1

Bugfixes:

Fix /etc/hosts processing performance with all entries using same IPaddress. Large hosts files using the same IP address for all entries could use exponential time.
Fix typos in manpages
Fix OpenWatcom building

# $NetBSD: Makefile,v 1.38 2023/11/22 11:48:32 adam Exp $

DISTNAME=	c-ares-1.22.1
PKGNAME=	${DISTNAME:S/c-/libc/1}
CATEGORIES=	net
MASTER_SITES=	https://c-ares.haxx.se/download/

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://c-ares.haxx.se/
COMMENT=	Asynchronous resolver library, c-ares
LICENSE=	mit

CMAKE_ARGS+=	-DCARES_STATIC=ON

.include "../../devel/cmake/build.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>