summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-03 11:24:33 +0000
committerwiz <wiz>2002-10-03 11:24:33 +0000
commitb518727a4054be09738bafca55bf9062ecbaab76 (patch)
treed2c94137b4673b47a0e6f3f1c9c8fdef95b82e17 /net
parente3bba4a045003b60c109e2b24bb8463a495996cc (diff)
downloadpkgsrc-b518727a4054be09738bafca55bf9062ecbaab76.tar.gz
Remove some patches by virtuously passing in CPPFLAGS ;)
Diffstat (limited to 'net')
-rw-r--r--net/dctc/Makefile4
-rw-r--r--net/dctc/distinfo6
-rw-r--r--net/dctc/patches/patch-ac13
-rw-r--r--net/dctc/patches/patch-af13
-rw-r--r--net/dctc/patches/patch-aj13
-rw-r--r--net/dctc/patches/patch-ak13
6 files changed, 4 insertions, 58 deletions
diff --git a/net/dctc/Makefile b/net/dctc/Makefile
index b3e88610a78..9a139e6cf48 100644
--- a/net/dctc/Makefile
+++ b/net/dctc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2002/09/29 17:37:18 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2002/10/03 11:24:33 wiz Exp $
#
DISTNAME= dctc-0.83.5
@@ -15,6 +15,8 @@ CONFIGURE_ARGS+= --enable-manual-db-detect
REPLACE_PERL= GDLjoiner
USE_PERL5= YES
+CPPFLAGS+= -I${BUILDLINK_PREFIX.db4}/include/db4
+
post-configure:
@${ECHO} '#ifndef MSG_NOSIGNAL' >> ${WRKSRC}/config.h
@${ECHO} '# define MSG_NOSIGNAL 0' >> ${WRKSRC}/config.h
diff --git a/net/dctc/distinfo b/net/dctc/distinfo
index bb7681a4002..bb43f683b31 100644
--- a/net/dctc/distinfo
+++ b/net/dctc/distinfo
@@ -1,14 +1,10 @@
-$NetBSD: distinfo,v 1.3 2002/09/29 17:37:18 wiz Exp $
+$NetBSD: distinfo,v 1.4 2002/10/03 11:24:33 wiz Exp $
SHA1 (dctc-0.83.5.tar.gz) = 804e1924e5441dbcf0650971149c5d206683bf9f
Size (dctc-0.83.5.tar.gz) = 247418 bytes
SHA1 (patch-aa) = 68a3ca5f8b7e28717e1a294456be56c846f3c521
SHA1 (patch-ab) = 59ae59cdcfb6a279fc241d6d55a78a64aa36ad9f
-SHA1 (patch-ac) = e851bca630b1db46a0fce9843f7dc81049aadeec
SHA1 (patch-ae) = 40e4f5c3929beb1b118a7a8180cdf93a2083e084
-SHA1 (patch-af) = 9b233cc5eda05083bac5eb688b9ad11daec77645
SHA1 (patch-ag) = 61f8cc1cb35312de15dbc43e0ce7d185b7cda88e
SHA1 (patch-ah) = 4d481b1fcb1b32debf44b4506ed39be09d64ae79
SHA1 (patch-ai) = 787fe1e96b03e2ab4ec5de6ccb765e1a4ae9bb5c
-SHA1 (patch-aj) = 695cac1218b4a6c1fe3057bcf3b853343885e1c0
-SHA1 (patch-ak) = 184ca9047b3d3444ef166a321fbd563d9e4bca3a
diff --git a/net/dctc/patches/patch-ac b/net/dctc/patches/patch-ac
deleted file mode 100644
index 458e6504a70..00000000000
--- a/net/dctc/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2002/09/11 20:47:15 wiz Exp $
-
---- src/bdb.c.orig Sat May 18 12:09:04 2002
-+++ src/bdb.c
-@@ -28,7 +28,7 @@
- #include <sys/stat.h>
- #include <sys/types.h>
- #include <string.h>
--#include <db.h>
-+#include <db4/db.h>
- #include <glib.h>
-
- #include "var.h"
diff --git a/net/dctc/patches/patch-af b/net/dctc/patches/patch-af
deleted file mode 100644
index 5ef89e3e8f2..00000000000
--- a/net/dctc/patches/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-af,v 1.2 2002/09/29 17:37:20 wiz Exp $
-
---- src/main.c.orig Sat Sep 28 18:52:38 2002
-+++ src/main.c
-@@ -42,7 +42,7 @@
- #include <errno.h>
- #include <getopt.h>
- #include <string.h>
--#include <db.h>
-+#include <db4/db.h>
- #include <glib.h>
- #include <pthread.h>
-
diff --git a/net/dctc/patches/patch-aj b/net/dctc/patches/patch-aj
deleted file mode 100644
index e4c63b48532..00000000000
--- a/net/dctc/patches/patch-aj
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aj,v 1.1.1.1 2002/09/11 20:47:15 wiz Exp $
-
---- src/uaddr.c.orig Tue May 28 18:23:48 2002
-+++ src/uaddr.c
-@@ -17,7 +17,7 @@
- #include <sys/socket.h>
- #include <errno.h>
- #include <sys/un.h>
--#include <db.h>
-+#include <db4/db.h>
- #include <glib.h>
-
- #include "var.h"
diff --git a/net/dctc/patches/patch-ak b/net/dctc/patches/patch-ak
deleted file mode 100644
index c31457910e8..00000000000
--- a/net/dctc/patches/patch-ak
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ak,v 1.1.1.1 2002/09/11 20:47:15 wiz Exp $
-
---- src/user_manage.c.orig Sun Jul 28 07:18:48 2002
-+++ src/user_manage.c
-@@ -5,7 +5,7 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
--#include <db.h>
-+#include <db4/db.h>
- #include <glib.h>
-
- #include "user_manage.h"