pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
mtr-graph(mtr085): update to 0.85.307, update Makefile
Module Name: pkgsrc-wip
Committed By: vsyakovetsky <vsyakovetsky%gmail.com@localhost>
Pushed By: vsyakovetsky
Date: Sat Aug 22 11:15:28 2026 +0300
Changeset: 388949e520f75c6948f04e3cebd837203586b1ce
Modified Files:
mtr-graph/Makefile
mtr-graph/distinfo
mtr-graph/options.mk
Log Message:
mtr-graph(mtr085): update to 0.85.307, update Makefile
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=388949e520f75c6948f04e3cebd837203586b1ce
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
mtr-graph/Makefile | 19 +++++++------------
mtr-graph/distinfo | 6 +++---
mtr-graph/options.mk | 19 +++++++++----------
3 files changed, 19 insertions(+), 25 deletions(-)
diffs:
diff --git a/mtr-graph/Makefile b/mtr-graph/Makefile
index 6086dc43fc..3a5f4ca694 100644
--- a/mtr-graph/Makefile
+++ b/mtr-graph/Makefile
@@ -2,26 +2,21 @@
CATEGORIES= net
PKGBASE= mtr085
-PKGVERSION= 283
+PKGVERSION= 307
PKGREVISION= 1
-PKGNAME= ${PKGBASE}-${PKGVERSION}
-DISTNAME= ${PKGBASE}-${GITHUB_HASH}
-MASTER_SITES= ${MASTER_SITE_GITHUB:=${GITHUB_USER}/}/${PKGBASE}/tarball/${GITHUB_HASH}/
-WRKSRC= ${WRKDIR}/${GITHUB_USER}-${PKGBASE}-${GITHUB_HASH}
+DISTNAME= ${PKGBASE}-${PKGVERSION}
-GITHUB_HASH= c97d1f2
-GITHUB_USER= yvs2014
+MASTER_SITES= ${MASTER_SITE_GITHUB:=yvs2014/}
+GITHUB_TAG= e99d753823df2dd6fba3ca4d1c4636b78ee3e559
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://www.bitwizard.nl/mtr/
-COMMENT= MTR v0.85 fork with whois info, IDN, unicode
+COMMENT= Experimenting with MTR tool: mtr085 with whois info, IDN, NLS
LICENSE= gnu-gpl-v2
USE_LANGUAGES= c
CONFLICTS= mtr-[0-9]*
-GNU_CONFIGURE= YES
-USE_TOOLS+= meson pkg-config
+USE_TOOLS+= pkg-config
INSTALLATION_DIRS= ${PKGMANDIR}/man8 sbin share/doc/mtr
MESON_ARGS+= -DCAP=false
@@ -29,7 +24,7 @@ MESON_ARGS+= -DSBIN=true
.include "options.mk"
-SPECIAL_PERMS= sbin/mtr ${SETUID_ROOT_PERMS}
+#SPECIAL_PERMS= sbin/mtr ${SETUID_ROOT_PERMS}
post-install:
${INSTALL_DATA} ${WRKSRC}/SECURITY ${DESTDIR}${PREFIX}/share/doc/mtr
diff --git a/mtr-graph/distinfo b/mtr-graph/distinfo
index 870581e909..f747e14c28 100644
--- a/mtr-graph/distinfo
+++ b/mtr-graph/distinfo
@@ -1,5 +1,5 @@
$NetBSD$
-BLAKE2s (mtr085-c97d1f2.tar.gz) = fdc400d182c63b781fe7c40e71bb1b2867f794b22af7b1ca6ce831acae7c85b7
-SHA512 (mtr085-c97d1f2.tar.gz) = 6fd189c4a52182d5b7fe83708611f57c7803d8c72f3849e5d63de6ddcc10a73e2eb0a2a86b4c3db7538bd6eb4ab2e49193e49525ef3fb7d9bc94e2e7ae64238a
-Size (mtr085-c97d1f2.tar.gz) = 108556 bytes
+BLAKE2s (mtr085-307-e99d753823df2dd6fba3ca4d1c4636b78ee3e559.tar.gz) = ef90d9bbe3527cedfe3563618422d3630933f1e0a5c39df1449d7a7a1663b851
+SHA512 (mtr085-307-e99d753823df2dd6fba3ca4d1c4636b78ee3e559.tar.gz) = 16abfc9d4f1116553534e5c81433a282812d6f5c77175c26f5cb4cde238f84d03f07baf9f3676b3b5f9b4593555b65c47bc4ac050ba44c7ceee081fc94643ea9
+Size (mtr085-307-e99d753823df2dd6fba3ca4d1c4636b78ee3e559.tar.gz) = 118578 bytes
diff --git a/mtr-graph/options.mk b/mtr-graph/options.mk
index 43b5bcbf89..686a61155f 100644
--- a/mtr-graph/options.mk
+++ b/mtr-graph/options.mk
@@ -22,35 +22,34 @@ PLIST_VARS+= nls
.include "../../mk/bsd.options.mk"
-.if empty(PKG_OPTIONS:Minet6)
+.if !${PKG_OPTIONS:Minet6}
MESON_ARGS+= -DIPV6=false
.endif
-.if empty(PKG_OPTIONS:Mdns)
+.if !${PKG_OPTIONS:Mdns}
MESON_ARGS+= -DDNS=false
.endif
-.if empty(PKG_OPTIONS:Mmpls)
+.if !${PKG_OPTIONS:Mmpls}
MESON_ARGS+= -DMPLS=false
.endif
-.if empty(PKG_OPTIONS:Mipinfo)
+.if !${PKG_OPTIONS:Mipinfo}
MESON_ARGS+= -DIPINFO=false
.endif
-.if !empty(PKG_OPTIONS:Midn)
+.if ${PKG_OPTIONS:Midn}
.include "../../devel/libidn2/buildlink3.mk"
.endif
-.if empty(PKG_OPTIONS:Municode)
+.if !${PKG_OPTIONS:Municode}
MESON_ARGS+= -DUNICODE=false
.endif
-.if empty(PKG_OPTIONS:Mnls)
-MESON_ARGS+= -DNLS=false
-.else
+.if ${PKG_OPTIONS:Mnls}
USE_TOOLS+= gettext msgfmt
USE_PKGLOCALEDIR= yes
PLIST.nls= yes
+.else
+MESON_ARGS+= -DNLS=false
.endif
-
Home |
Main Index |
Thread Index |
Old Index