diff options
author | joerg <joerg@pkgsrc.org> | 2006-12-06 14:58:01 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-12-06 14:58:01 +0000 |
commit | e409e140601df7d99dc41667eef8c045fe38235c (patch) | |
tree | 81e33cfe6d203826861406bebb54c2b5c06cc1b1 /sysutils | |
parent | 51e79f5e36d4b3d9641ff596787de427404fc874 (diff) | |
download | pkgsrc-e409e140601df7d99dc41667eef8c045fe38235c.tar.gz |
Fix build on DragonFly.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cpmtools/distinfo | 5 | ||||
-rw-r--r-- | sysutils/cpmtools/patches/patch-aa | 12 | ||||
-rw-r--r-- | sysutils/cpmtools/patches/patch-ab | 23 | ||||
-rw-r--r-- | sysutils/cpmtools/patches/patch-ac | 12 |
4 files changed, 51 insertions, 1 deletions
diff --git a/sysutils/cpmtools/distinfo b/sysutils/cpmtools/distinfo index 83e078b703c..bd5c0efa500 100644 --- a/sysutils/cpmtools/distinfo +++ b/sysutils/cpmtools/distinfo @@ -1,5 +1,8 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/11/30 12:04:16 obache Exp $ +$NetBSD: distinfo,v 1.2 2006/12/06 14:58:01 joerg Exp $ SHA1 (cpmtools-2.5.tar.gz) = f563ed2fff83f6e9f7b7dfaf9c93c330d089542e RMD160 (cpmtools-2.5.tar.gz) = 36548809b9296023cd89e3b54aa26e51f9431763 Size (cpmtools-2.5.tar.gz) = 131166 bytes +SHA1 (patch-aa) = 1bab34c82e5f56391cb4a0822f1afc68bc717132 +SHA1 (patch-ab) = beea1a1a0985506a8d5719d54ec95c2bcf1293de +SHA1 (patch-ac) = e473ebcc2a9a89089d38340a91efffcbde6dbfac diff --git a/sysutils/cpmtools/patches/patch-aa b/sysutils/cpmtools/patches/patch-aa new file mode 100644 index 00000000000..f9bd9a0748f --- /dev/null +++ b/sysutils/cpmtools/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 2006/12/06 14:58:01 joerg Exp $ + +--- cpmfs.c.orig 2006-12-06 14:48:36.000000000 +0000 ++++ cpmfs.c +@@ -8,6 +8,7 @@ + #include "dmalloc.h" + #endif + ++#include <sys/types.h> + #include <sys/stat.h> + #include <assert.h> + #include <ctype.h> diff --git a/sysutils/cpmtools/patches/patch-ab b/sysutils/cpmtools/patches/patch-ab new file mode 100644 index 00000000000..946a14ac6be --- /dev/null +++ b/sysutils/cpmtools/patches/patch-ab @@ -0,0 +1,23 @@ +$NetBSD: patch-ab,v 1.1 2006/12/06 14:58:01 joerg Exp $ + +--- config.h.in.orig 2006-12-06 14:49:48.000000000 +0000 ++++ config.h.in +@@ -10,14 +10,14 @@ + #define HAVE_SYS_STAT_H 0 + #define HAVE_MODE_T 0 + +-#if HAVE_SYS_STAT_H +-#include <sys/stat.h> +-#endif +- + #if HAVE_SYS_TYPES_H + #include <sys/types.h> + #endif + ++#if HAVE_SYS_STAT_H ++#include <sys/stat.h> ++#endif ++ + #if HAVE_DMALLOC_H + #include <dmalloc.h> + #endif diff --git a/sysutils/cpmtools/patches/patch-ac b/sysutils/cpmtools/patches/patch-ac new file mode 100644 index 00000000000..31f6abdd996 --- /dev/null +++ b/sysutils/cpmtools/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.1 2006/12/06 14:58:01 joerg Exp $ + +--- cpmcp.c.orig 2006-12-06 14:53:28.000000000 +0000 ++++ cpmcp.c +@@ -8,6 +8,7 @@ + #include "dmalloc.h" + #endif + ++#include <sys/types.h> + #include <sys/stat.h> + #include <ctype.h> + #include <errno.h> |