summaryrefslogtreecommitdiff
path: root/net/aiccu
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-08-31 08:53:56 +0000
committerghen <ghen@pkgsrc.org>2006-08-31 08:53:56 +0000
commit55d32db3882c5d1308ade9b3e3d6435dfe128abe (patch)
treed400f703d3210df687d4eb3a588b6c003e33ac85 /net/aiccu
parent89f8963de1b3b58e2536be1a69459bda4b80610e (diff)
downloadpkgsrc-55d32db3882c5d1308ade9b3e3d6435dfe128abe.tar.gz
The DragonFly Makefile fragment has been added upstream.
Diffstat (limited to 'net/aiccu')
-rw-r--r--net/aiccu/distinfo4
-rw-r--r--net/aiccu/patches/patch-aa14
2 files changed, 4 insertions, 14 deletions
diff --git a/net/aiccu/distinfo b/net/aiccu/distinfo
index 1d861e37491..45dc9810eb2 100644
--- a/net/aiccu/distinfo
+++ b/net/aiccu/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.3 2006/08/31 08:49:34 ghen Exp $
+$NetBSD: distinfo,v 1.4 2006/08/31 08:53:56 ghen Exp $
SHA1 (aiccu_2006.07.25.tar.gz) = c031f4b29a92a0c1b5a0d4b9d9e81d6fe4da92aa
RMD160 (aiccu_2006.07.25.tar.gz) = 599d181bfccb4a1a30d315f60469078bcb269270
Size (aiccu_2006.07.25.tar.gz) = 64161 bytes
-SHA1 (patch-aa) = 698b8d89ebc1b33dfc920788d0ce776f84f8e9d4
+SHA1 (patch-aa) = b4385b9601daaa3b784d8256cbc9865d62f42c2b
SHA1 (patch-ab) = 63bab81f2507c2e20042d53086f2cd8c774ae30a
SHA1 (patch-ac) = e7df7fdb83f4898220ca36f4051539c911bfb6b7
SHA1 (patch-ad) = 1fec51f11a7103bbc690eacdb9191d45b3666f1b
diff --git a/net/aiccu/patches/patch-aa b/net/aiccu/patches/patch-aa
index 66b985483fe..df3c02d2909 100644
--- a/net/aiccu/patches/patch-aa
+++ b/net/aiccu/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.2 2006/08/31 08:49:34 ghen Exp $
+$NetBSD: patch-aa,v 1.3 2006/08/31 08:53:56 ghen Exp $
--- unix-console/Makefile.orig 2006-07-25 11:20:48.000000000 +0200
+++ unix-console/Makefile
@@ -32,18 +32,8 @@ $NetBSD: patch-aa,v 1.2 2006/08/31 08:49:34 ghen Exp $
CFLAGS += -D AICCU_TYPE="\"linux\""
SRCS += ../common/aiccu_linux.c
OBJS += ../common/aiccu_linux.o
-@@ -80,12 +68,20 @@ OBJS += ../common/aiccu_freebsd4.o
- CFLAGS += -pthread
- endif
+@@ -82,10 +70,10 @@ endif
-+# DragonFly
-+ifeq ($(shell uname | grep -c "DragonFly"),1)
-+CFLAGS += -D AICCU_TYPE="\"freebsd4\""
-+SRCS += ../common/aiccu_freebsd4.c
-+OBJS += ../common/aiccu_freebsd4.o
-+CFLAGS += -pthread
-+endif
-+
# NetBSD
ifeq ($(shell uname | grep -c "NetBSD"),1)
-CFLAGS += -D _NETBSD -D AICCU_TYPE="\"kame\""