pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/52325: lsof for Sparc64 needed for 7.1
The following reply was made to PR pkg/52325; it has been noted by GNATS.
From: coypu%sdf.org@localhost
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/52325: lsof for Sparc64 needed for 7.1
Date: Sat, 24 Jun 2017 21:13:39 +0000
Seem reasonable?
Index: bulk-osversion/DESCR
===================================================================
RCS file: bulk-osversion/DESCR
diff -N bulk-osversion/DESCR
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ bulk-osversion/DESCR 24 Jun 2017 21:11:44 -0000
@@ -0,0 +1,3 @@
+This package contains a number of packages that depend on a specific
+operating system version, which rely on interfaces which aren't
+backwards compatible like interacting with kernel memory directly.
Index: bulk-osversion/Makefile
===================================================================
RCS file: bulk-osversion/Makefile
diff -N bulk-osversion/Makefile
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ bulk-osversion/Makefile 24 Jun 2017 21:11:44 -0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.19 2016/07/09 06:38:34 wiz Exp $
+
+DISTNAME= bulk-osversion-20170624
+CATEGORIES= meta-pkgs
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Meta-package for OS version specific packages
+
+META_PACKAGE= yes
+
+# List of packages obtained with:
+# find /usr/pkgsrc/ -maxdepth 3 -exec grep -l OSVERSION_SPECIFIC {} +
+
+BUILD_DEPENDS+= hbench-[0-9]*:../../benchmarks/hbench
+BUILD_DEPENDS+= p5-perl-headers-[0-9]*:../../devel/p5-perl-headers
+BUILD_DEPENDS+= STk-[0-9]*:../../lang/STk
+BUILD_DEPENDS+= net-snmp-[0-9]*:../../net/net-snmp
+#BUILD_DEPENDS+= oidentd-[0-9]*:../../net/oidentd
+BUILD_DEPENDS+= libgtop-[0-9]*:../../sysutils/libgtop
+BUILD_DEPENDS+= lsof-[0-9]*:../../sysutils/lsof
+BUILD_DEPENDS+= pftop-[0-9]*:../../sysutils/pftop
+
+.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index