aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2025-04-26 15:56:52 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2025-04-26 16:00:05 +0000
commit2544b7aba4f5d4536289dee71649ab6176cae281 (patch)
tree9918dda07daff5bbaf78238831b37077ab6dc2ef
parent08f59c00794dd4e5437081a2abdd2e1addfb9479 (diff)
devel/libuv: Take maintainership
- As per the mail request from adamw@ I am taking over the maintainership - Pet portclippy Approved by: adamw (as per mailing list request)
-rw-r--r--devel/libuv/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/libuv/Makefile b/devel/libuv/Makefile
index 3220b8ebd975..ec1aed1a7512 100644
--- a/devel/libuv/Makefile
+++ b/devel/libuv/Makefile
@@ -5,7 +5,7 @@ CATEGORIES= devel
MASTER_SITES= https://dist.libuv.org/dist/v${DISTVERSION}/
DISTNAME= ${PORTNAME}-${DISTVERSIONFULL}-dist
-MAINTAINER= adamw@FreeBSD.org
+MAINTAINER= bofh@FreeBSD.org
COMMENT= Multi-platform support library with a focus on asynchronous I/O
WWW= https://github.com/libuv/libuv
@@ -13,17 +13,17 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cpe libtool pathfix pkgconfig
+USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
-INSTALL_TARGET= install-strip
+CONFIGURE_ARGS= --disable-maintainer-mode
+INSTALL_TARGET= install-strip
# Will not run as root, reference:
# https://github.com/libuv/libuv/commit/af45b6ba2f2c506ae18dd24481e24db17b8269e7
TEST_TARGET= check
-CONFIGURE_ARGS= --disable-maintainer-mode
+WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
pre-configure:
${ECHO_CMD} "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [ serial-tests])" \