pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

mtr-current: remove, pkgsrc version is much newer



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Wed Apr 26 20:24:55 2023 +0200
Changeset:	7335c272391cc03308561ca532b49e9c753a2e67

Modified Files:
	Makefile
Removed Files:
	mtr-current/DESCR
	mtr-current/MESSAGE
	mtr-current/Makefile
	mtr-current/PLIST
	mtr-current/distinfo
	mtr-current/options.mk

Log Message:
mtr-current: remove, pkgsrc version is much newer

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7335c272391cc03308561ca532b49e9c753a2e67

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile               |  1 -
 mtr-current/DESCR      |  3 ---
 mtr-current/MESSAGE    |  9 --------
 mtr-current/Makefile   | 57 --------------------------------------------------
 mtr-current/PLIST      |  6 ------
 mtr-current/distinfo   |  5 -----
 mtr-current/options.mk | 25 ----------------------
 7 files changed, 106 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index f9edba9379..d89eed0569 100644
--- a/Makefile
+++ b/Makefile
@@ -2471,7 +2471,6 @@ SUBDIR+=	mtop
 SUBDIR+=	mtpaint
 SUBDIR+=	mtpaint-git
 SUBDIR+=	mtpfs
-SUBDIR+=	mtr-current
 SUBDIR+=	mtr-graph
 SUBDIR+=	mtrack
 SUBDIR+=	mtrxmath
diff --git a/mtr-current/DESCR b/mtr-current/DESCR
deleted file mode 100644
index 5a2bae0ba1..0000000000
--- a/mtr-current/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-net/mtr current version (https://github.com/traviscross/mtr)
-
-Mtr is a network diagnostic tool that combines the functionality of the traceroute and ping programs in a single utility.
diff --git a/mtr-current/MESSAGE b/mtr-current/MESSAGE
deleted file mode 100644
index 3ed5093409..0000000000
--- a/mtr-current/MESSAGE
+++ /dev/null
@@ -1,9 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1 2013/06/15 16:00:12 yvs4sf Exp $
-
-	${PREFIX}/sbin/mtr is setuid "root".
-
-        Please read about potential security issues in
-		${PREFIX}/share/doc/mtr/SECURITY
-
-===========================================================================
diff --git a/mtr-current/Makefile b/mtr-current/Makefile
deleted file mode 100644
index 0e14467457..0000000000
--- a/mtr-current/Makefile
+++ /dev/null
@@ -1,57 +0,0 @@
-# $NetBSD$
-
-CATEGORIES=	net
-PKGBASE=	mtr
-PKGVERSION=	0.87.225
-PKGNAME=	${PKGBASE}-${PKGVERSION}
-DISTNAME=	${PKGBASE}-${GITHUB_HASH}
-MASTER_SITES=	https://github.com/${GITHUB_USER}/${PKGBASE}/tarball/${GITHUB_HASH}/
-WRKSRC=		${WRKDIR}/${GITHUB_USER}-${PKGBASE}-${GITHUB_HASH}
-
-GITHUB_HASH=	e6d0a7e
-GITHUB_USER=	traviscross
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://www.bitwizard.nl/mtr/
-COMMENT=	Traceroute and ping in a single graphical network diagnostic tool
-LICENSE=	gnu-gpl-v2
-
-CONFLICTS=	mtr-[0-9]*
-CONFLICTS+=	mtr-graph-[0-9]*
-
-GNU_CONFIGURE=		YES
-USE_TOOLS+=		autoconf autoreconf automake
-INSTALLATION_DIRS=	${PKGMANDIR}/man8 sbin share/doc/mtr
-
-.include "options.mk"
-
-SPECIAL_PERMS=	sbin/mtr-packet ${SETUID_ROOT_PERMS}
-
-# Remove hard-coded compiler option that GCC 3.x doesn't support.
-.include "../../mk/compiler.mk"
-.if !empty(CC_VERSION:Mgcc-3.*)
-BUILDLINK_TRANSFORM+=	rm:-Wno-pointer-sign
-.endif
-
-.if !empty(MACHINE_PLATFORM:MDarwin-??.*-*)
-LIBS+=	-lresolv
-.endif
-
-SUBST_CLASSES+=			fix-version
-SUBST_STAGE.fix-version=	post-patch
-SUBST_MESSAGE.fix-version=	Fixing version
-SUBST_FILES.fix-version=	configure.ac
-SUBST_SED.fix-version=		-e '/build-aux\/git-version-gen/s/\[.*\]/[${PKGVERSION}]/'
-
-pre-configure:
-	autoreconf -fi ${WRKSRC}
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/mtr ${DESTDIR}${PREFIX}/sbin
-	${INSTALL_PROGRAM} ${WRKSRC}/mtr-packet ${DESTDIR}${PREFIX}/sbin
-	${INSTALL_DATA} ${WRKSRC}/mtr.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8
-	${INSTALL_DATA} ${WRKSRC}/mtr-packet.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8
-	${INSTALL_DATA} ${WRKSRC}/SECURITY ${DESTDIR}${PREFIX}/share/doc/mtr
-
-.include "../../mk/curses.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/mtr-current/PLIST b/mtr-current/PLIST
deleted file mode 100644
index ea1963779c..0000000000
--- a/mtr-current/PLIST
+++ /dev/null
@@ -1,6 +0,0 @@
-@comment $NetBSD$
-man/man8/mtr-packet.8
-man/man8/mtr.8
-sbin/mtr
-sbin/mtr-packet
-share/doc/mtr/SECURITY
diff --git a/mtr-current/distinfo b/mtr-current/distinfo
deleted file mode 100644
index 53be056176..0000000000
--- a/mtr-current/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-RMD160 (mtr-e6d0a7e.tar.gz) = 17164c61877058773ad08c02b7d581d870117096
-SHA512 (mtr-e6d0a7e.tar.gz) = 340c111bbdc1aea0b0117602969f0ac7f61924740f759a74b3e13b54f4edfbb8c1a4d056a5d928857ed0c159053ad7fa49f7c364c7171e7b8c12c60fbd73ba46
-Size (mtr-e6d0a7e.tar.gz) = 129100 bytes
diff --git a/mtr-current/options.mk b/mtr-current/options.mk
deleted file mode 100644
index d0c7e67943..0000000000
--- a/mtr-current/options.mk
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: options.mk,v 1.2 2013/06/20 07:25:59 yvs4sf Exp $
-
-PKG_OPTIONS_VAR=		PKG_OPTIONS.mtr
-PKG_SUPPORTED_OPTIONS=		gtk
-PKG_SUPPORTED_OPTIONS+=		inet6
-PKG_SUGGESTED_OPTIONS=		inet6
-#PKG_SUPPORTED_OPTIONS+=	ipinfo
-#PKG_SUGGESTED_OPTIONS+=	ipinfo
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mgtk)
-USE_TOOLS+=		pkg-config
-.include "../../x11/gtk2/buildlink3.mk"
-.else
-CONFIGURE_ARGS+=	--without-gtk
-.endif
-
-.if empty(PKG_OPTIONS:Minet6)
-CONFIGURE_ARGS+=	--disable-ipv6
-.endif
-
-#.if empty(PKG_OPTIONS:Mipinfo)
-#CONFIGURE_ARGS+=	--without-ipinfo
-#.endif


Home | Main Index | Thread Index | Old Index