pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/libcares
Module Name: pkgsrc
Committed By: wiz
Date: Sun Apr 14 08:15:59 UTC 2024
Modified Files:
pkgsrc/net/libcares: Makefile
Log Message:
libcares: fix pkg-config file
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/net/libcares/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/libcares/Makefile
diff -u pkgsrc/net/libcares/Makefile:1.44 pkgsrc/net/libcares/Makefile:1.45
--- pkgsrc/net/libcares/Makefile:1.44 Fri Apr 5 11:17:03 2024
+++ pkgsrc/net/libcares/Makefile Sun Apr 14 08:15:58 2024
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.44 2024/04/05 11:17:03 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2024/04/14 08:15:58 wiz Exp $
DISTNAME= c-ares-1.28.1
PKGNAME= ${DISTNAME:S/c-/libc/1}
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= https://c-ares.haxx.se/download/
@@ -12,5 +13,8 @@ LICENSE= mit
CMAKE_ARGS+= -DCARES_STATIC=ON
+PKGCONFIG_OVERRIDE+= libcares.pc.cmake
+PKGCONFIG_OVERRIDE+= libcares.pc.in
+
.include "../../devel/cmake/build.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index