pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel Remove obsolete "newmkdep" package. The program ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/385040a24cd1
branches:  trunk
changeset: 517875:385040a24cd1
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Aug 24 10:17:46 2006 +0000

description:
Remove obsolete "newmkdep" package. The program has been integrated
into the NetBSD base distribution a long time ago. This initial version
also lacks all the fixes made to this utility over time.

diffstat:

 devel/Makefile          |   3 +--
 devel/newmkdep/DESCR    |   3 ---
 devel/newmkdep/MESSAGE  |   9 ---------
 devel/newmkdep/Makefile |  20 --------------------
 devel/newmkdep/PLIST    |   2 --
 devel/newmkdep/distinfo |   5 -----
 6 files changed, 1 insertions(+), 41 deletions(-)

diffs (76 lines):

diff -r c7ce1610a107 -r 385040a24cd1 devel/Makefile
--- a/devel/Makefile    Thu Aug 24 10:13:03 2006 +0000
+++ b/devel/Makefile    Thu Aug 24 10:17:46 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.780 2006/08/24 08:35:00 xtraeme Exp $
+# $NetBSD: Makefile,v 1.781 2006/08/24 10:17:46 tron Exp $
 #
 
 COMMENT=       Development utilities
@@ -313,7 +313,6 @@
 SUBDIR+=       netbsd-iscsi
 SUBDIR+=       netcdf
 SUBDIR+=       newfile
-SUBDIR+=       newmkdep
 SUBDIR+=       newt
 SUBDIR+=       noweb
 SUBDIR+=       nqc
diff -r c7ce1610a107 -r 385040a24cd1 devel/newmkdep/DESCR
--- a/devel/newmkdep/DESCR      Thu Aug 24 10:13:03 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-This is a replacement for *BSD's "mkdep" command. Because it is a C program
-and does all postprocessing and file handling without calling any external
-programs it is upto 10% faster than the original shell script.
diff -r c7ce1610a107 -r 385040a24cd1 devel/newmkdep/MESSAGE
--- a/devel/newmkdep/MESSAGE    Thu Aug 24 10:13:03 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.2 2002/09/12 19:37:08 wiz Exp $
-
-To use "newmkdep" either use "make MKDEP=newmkdep ..." or add an
-assignment like this to "/etc/mk.conf":
-
-MKDEP = newmkdep
-
-===========================================================================
diff -r c7ce1610a107 -r 385040a24cd1 devel/newmkdep/Makefile
--- a/devel/newmkdep/Makefile   Thu Aug 24 10:13:03 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.13 2006/08/24 10:13:03 tron Exp $
-
-DISTNAME=      newmkdep-1.0
-CATEGORIES=    devel
-MASTER_SITES=  http://scheler.de/~matthias/files/
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-COMMENT=       Faster replacement for *BSD's "mkdep"
-
-WRKSRC=                ${WRKDIR}/newmkdep
-NO_CONFIGURE=  yes
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "SunOS"
-CFLAGS+=       -I/usr/include -I${ZOULARISBASE}/include
-LDFLAGS+=      -L${ZOULARISBASE}/lib -lbsdcompat
-.endif
-
-.include "../../mk/bsd.pkg.mk"
diff -r c7ce1610a107 -r 385040a24cd1 devel/newmkdep/PLIST
--- a/devel/newmkdep/PLIST      Thu Aug 24 10:13:03 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:24:59 zuntum Exp $
-bin/newmkdep
diff -r c7ce1610a107 -r 385040a24cd1 devel/newmkdep/distinfo
--- a/devel/newmkdep/distinfo   Thu Aug 24 10:13:03 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 22:24:22 agc Exp $
-
-SHA1 (newmkdep-1.0.tar.gz) = 2048730f005e95d8fa908ffabfdc6bd739a3be15
-RMD160 (newmkdep-1.0.tar.gz) = 466eff388e5b8c6bc2b8cb26652904a2af7aaf96
-Size (newmkdep-1.0.tar.gz) = 2831 bytes



Home | Main Index | Thread Index | Old Index