diff options
Diffstat (limited to 'devel/chkpt')
-rw-r--r-- | devel/chkpt/DESCR | 5 | ||||
-rw-r--r-- | devel/chkpt/Makefile | 17 | ||||
-rw-r--r-- | devel/chkpt/PLIST | 13 | ||||
-rw-r--r-- | devel/chkpt/distinfo | 7 | ||||
-rw-r--r-- | devel/chkpt/patches/patch-aa | 14 | ||||
-rw-r--r-- | devel/chkpt/patches/patch-ab | 13 | ||||
-rw-r--r-- | devel/chkpt/patches/patch-ac | 18 |
7 files changed, 0 insertions, 87 deletions
diff --git a/devel/chkpt/DESCR b/devel/chkpt/DESCR deleted file mode 100644 index 9f536985864..00000000000 --- a/devel/chkpt/DESCR +++ /dev/null @@ -1,5 +0,0 @@ -Chkpt provides a simple interface (C and Fortran) to user-level -checkpointing. ``Checkpointing'' describes the action to periodically -save process information on permanent storage (on hard disk, -typically). After a system failure a process may be continued from -the saved state, from the checkpoint. diff --git a/devel/chkpt/Makefile b/devel/chkpt/Makefile deleted file mode 100644 index 6cccaaba462..00000000000 --- a/devel/chkpt/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $NetBSD: Makefile,v 1.9 2003/07/17 21:29:53 grant Exp $ - -DISTNAME= chkpt-1.7.1 -CATEGORIES= devel -MASTER_SITES= ftp://gutemine.geo.uni-koeln.de/pub/chkpt/ \ - ftp://ftp.Uni-Koeln.DE/misc/ - -MAINTAINER= wennmach@NetBSD.org -#HOMEPAGE= -COMMENT= User-level checkpointing library - -ONLY_FOR_PLATFORM= NetBSD-1.4*-* NetBSD-1.5-* NetBSD-1.5.*-* - -HAS_CONFIGURE= yes -CONFIGURE_ENV+= PREFIX="${PREFIX}" - -.include "../../mk/bsd.pkg.mk" diff --git a/devel/chkpt/PLIST b/devel/chkpt/PLIST deleted file mode 100644 index 78c21bb3dcc..00000000000 --- a/devel/chkpt/PLIST +++ /dev/null @@ -1,13 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:22:46 zuntum Exp $ -bin/ccc -bin/cf77 -lib/libcc.a -man/man1/ccc.1 -man/man1/cf77.1 -man/man3/chkpt.3 -man/man3/chkpt_init.3 -man/man3/chkpt_timer.3 -man/man3/chkpt_exit.3 -include/chkpt.h -share/examples/chkpt/example.c -share/examples/chkpt/example.f diff --git a/devel/chkpt/distinfo b/devel/chkpt/distinfo deleted file mode 100644 index 9cd0826ff0f..00000000000 --- a/devel/chkpt/distinfo +++ /dev/null @@ -1,7 +0,0 @@ -$NetBSD: distinfo,v 1.3 2002/08/04 21:09:24 jdolecek Exp $ - -SHA1 (chkpt-1.7.1.tar.gz) = 5d0b441415e6473e9ada5d9c8f0aef52beaa4196 -Size (chkpt-1.7.1.tar.gz) = 44954 bytes -SHA1 (patch-aa) = 1b9a9bd40701950c64d06ff3b2710668930ef979 -SHA1 (patch-ab) = daaf4763ee951e5a366e0e94ba3362806e239f8d -SHA1 (patch-ac) = 91ab70a614d011360c23608a969d5b2c9200075f diff --git a/devel/chkpt/patches/patch-aa b/devel/chkpt/patches/patch-aa deleted file mode 100644 index 7102036230e..00000000000 --- a/devel/chkpt/patches/patch-aa +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-aa,v 1.2 1999/06/07 22:07:29 bad Exp $ - ---- defaults/customize.csh.orig Thu Jun 3 12:20:09 1999 -+++ defaults/customize.csh Thu Jun 3 12:21:33 1999 -@@ -1,7 +1,7 @@ --set PREFIX = /usr/local -+#set PREFIX = /usr/local - set BINDIR = $PREFIX/bin - set LIBDIR = $PREFIX/lib - set MANDIR = $PREFIX/man - set INCDIR = $PREFIX/include - set EXADIR = $PREFIX/share/examples/chkpt --set DIAGS = "-DEBUG -DIAGNOSTIC" -+set DIAGS = "-DIAGNOSTIC" diff --git a/devel/chkpt/patches/patch-ab b/devel/chkpt/patches/patch-ab deleted file mode 100644 index c42902148b9..00000000000 --- a/devel/chkpt/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2000/07/28 07:20:05 itohy Exp $ - ---- include/addresses.h.orig Fri Jun 11 15:58:36 1999 -+++ include/addresses.h Wed Jul 26 11:11:27 2000 -@@ -61,7 +61,7 @@ - #elif defined(__sparc__) - #include <machine/frame.h> - #undef STACK_BASE --#define STACK_BASE - sizeof(struct frame) -+#define STACK_BASE (void *)(alloca(0) - sizeof(struct frame)) - #endif - #endif /* __NetBSD__ */ - diff --git a/devel/chkpt/patches/patch-ac b/devel/chkpt/patches/patch-ac deleted file mode 100644 index d93b97a418b..00000000000 --- a/devel/chkpt/patches/patch-ac +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2002/08/04 21:09:24 jdolecek Exp $ - ---- include/machine.h.orig Sun Aug 4 23:02:10 2002 -+++ include/machine.h Sun Aug 4 23:03:26 2002 -@@ -53,6 +53,13 @@ - #elif defined(__sparc__) - #define ARCH_SPARC 1 - #endif -+ -+#include <sys/param.h> -+#if __NetBSD_Version__ > 106000000 /* 1.6.* */ -+#include <uvm/uvm_extern.h> -+#include <machine/pte.h> -+#include <machine/pmap.h> -+#endif - #endif /* __NetBSD__ */ - - #if defined(__alpha) && defined(__osf__) |