pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/cpmtools Fix build on DragonFly.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/008e5b047cdd
branches:  trunk
changeset: 522250:008e5b047cdd
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Dec 06 14:58:01 2006 +0000

description:
Fix build on DragonFly.

diffstat:

 sysutils/cpmtools/distinfo         |   5 ++++-
 sysutils/cpmtools/patches/patch-aa |  12 ++++++++++++
 sysutils/cpmtools/patches/patch-ab |  23 +++++++++++++++++++++++
 sysutils/cpmtools/patches/patch-ac |  12 ++++++++++++
 4 files changed, 51 insertions(+), 1 deletions(-)

diffs (72 lines):

diff -r af7f21092a95 -r 008e5b047cdd sysutils/cpmtools/distinfo
--- a/sysutils/cpmtools/distinfo        Wed Dec 06 14:52:31 2006 +0000
+++ b/sysutils/cpmtools/distinfo        Wed Dec 06 14:58:01 2006 +0000
@@ -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 -r af7f21092a95 -r 008e5b047cdd sysutils/cpmtools/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/cpmtools/patches/patch-aa        Wed Dec 06 14:58:01 2006 +0000
@@ -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 -r af7f21092a95 -r 008e5b047cdd sysutils/cpmtools/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/cpmtools/patches/patch-ab        Wed Dec 06 14:58:01 2006 +0000
@@ -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 -r af7f21092a95 -r 008e5b047cdd sysutils/cpmtools/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/cpmtools/patches/patch-ac        Wed Dec 06 14:58:01 2006 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index