pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/kyopon Include sys/stat.h and allow build on Dra...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c7c7efec1b8
branches:  trunk
changeset: 513133:1c7c7efec1b8
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun May 21 14:18:38 2006 +0000

description:
Include sys/stat.h and allow build on DragonFly.

diffstat:

 comms/kyopon/Makefile         |   4 ++--
 comms/kyopon/distinfo         |   3 ++-
 comms/kyopon/patches/patch-aa |  12 ++++++++++++
 3 files changed, 16 insertions(+), 3 deletions(-)

diffs (45 lines):

diff -r 0dbcfff365ca -r 1c7c7efec1b8 comms/kyopon/Makefile
--- a/comms/kyopon/Makefile     Sun May 21 13:59:04 2006 +0000
+++ b/comms/kyopon/Makefile     Sun May 21 14:18:38 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/09/12 09:18:47 itohy Exp $
+# $NetBSD: Makefile,v 1.4 2006/05/21 14:18:38 joerg Exp $
 
 DISTNAME=              kyopon-0.3
 CATEGORIES=            comms
@@ -8,7 +8,7 @@
 #HOMEPAGE=
 COMMENT=               tool to manipulate data of Kyocera AIR-EDGE PHONE
 
-ONLY_FOR_PLATFORM=     NetBSD-*-*
+ONLY_FOR_PLATFORM=     NetBSD-*-* DragonFly-*-*
 
 MAKE_FLAGS+=           BINDIR="${PREFIX}/bin"
 MAKE_FLAGS+=           MANDIR="${PREFIX}/man"
diff -r 0dbcfff365ca -r 1c7c7efec1b8 comms/kyopon/distinfo
--- a/comms/kyopon/distinfo     Sun May 21 13:59:04 2006 +0000
+++ b/comms/kyopon/distinfo     Sun May 21 14:18:38 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2005/09/12 09:18:47 itohy Exp $
+$NetBSD: distinfo,v 1.4 2006/05/21 14:18:38 joerg Exp $
 
 SHA1 (kyopon-0.3.tar.gz) = 7745917105075f9c45ad0edda5737395e70aae2c
 RMD160 (kyopon-0.3.tar.gz) = 0ef492ac684a677459e7ed9d04b4db1db4d0c161
 Size (kyopon-0.3.tar.gz) = 16816 bytes
+SHA1 (patch-aa) = d302502e028c56d8d4f403394fcac7a2bf1cfc7b
diff -r 0dbcfff365ca -r 1c7c7efec1b8 comms/kyopon/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/kyopon/patches/patch-aa     Sun May 21 14:18:38 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2006/05/21 14:18:38 joerg Exp $
+
+--- kyopon.c.orig      2006-05-21 14:12:39.000000000 +0000
++++ kyopon.c
+@@ -36,6 +36,7 @@
+ #include <unistd.h>
+ #include <fcntl.h>
+ #include <sys/ioctl.h>
++#include <sys/stat.h>
+ #include <sys/uio.h>
+ #include <dev/usb/ukyopon.h>
+ #include <assert.h>



Home | Main Index | Thread Index | Old Index