pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/aiccu The DragonFly Makefile fragment has been add...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/017de181b707
branches:  trunk
changeset: 518089:017de181b707
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Thu Aug 31 08:53:56 2006 +0000

description:
The DragonFly Makefile fragment has been added upstream.

diffstat:

 net/aiccu/distinfo         |   4 ++--
 net/aiccu/patches/patch-aa |  14 ++------------
 2 files changed, 4 insertions(+), 14 deletions(-)

diffs (44 lines):

diff -r 04c5849ab558 -r 017de181b707 net/aiccu/distinfo
--- a/net/aiccu/distinfo        Thu Aug 31 08:50:18 2006 +0000
+++ b/net/aiccu/distinfo        Thu Aug 31 08:53:56 2006 +0000
@@ -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 -r 04c5849ab558 -r 017de181b707 net/aiccu/patches/patch-aa
--- a/net/aiccu/patches/patch-aa        Thu Aug 31 08:50:18 2006 +0000
+++ b/net/aiccu/patches/patch-aa        Thu Aug 31 08:53:56 2006 +0000
@@ -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 @@
  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\""



Home | Main Index | Thread Index | Old Index