diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/dctc/Makefile | 7 | ||||
-rw-r--r-- | net/dctc/PLIST | 6 | ||||
-rw-r--r-- | net/dctc/distinfo | 9 | ||||
-rw-r--r-- | net/dctc/patches/patch-ab | 12 | ||||
-rw-r--r-- | net/dctc/patches/patch-ae | 12 |
5 files changed, 31 insertions, 15 deletions
diff --git a/net/dctc/Makefile b/net/dctc/Makefile index bbcafbb8978..5fefed3b780 100644 --- a/net/dctc/Makefile +++ b/net/dctc/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2003/06/10 09:56:18 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2003/06/10 13:20:24 wiz Exp $ # -DISTNAME= dctc-0.84.1 -PKGREVISION= 2 +DISTNAME= dctc-0.85.3 CATEGORIES= net MASTER_SITES= http://www.ac2i.tzo.com/dctc/ \ http://brainz.servebeer.com/dctc/ @@ -31,5 +30,5 @@ post-configure: @${ECHO} '#endif' >> ${WRKSRC}/config.h .include "../../databases/db4/buildlink2.mk" -.include "../../devel/glib/buildlink2.mk" +.include "../../devel/glib2/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/dctc/PLIST b/net/dctc/PLIST index 379ef55c00b..79e2c2deb32 100644 --- a/net/dctc/PLIST +++ b/net/dctc/PLIST @@ -1,7 +1,11 @@ -@comment $NetBSD: PLIST,v 1.3 2003/01/28 13:41:16 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/06/10 13:20:24 wiz Exp $ bin/GDLjoiner +bin/dc2k bin/dctc bin/dctc_cmd +bin/dctc_gdl123 bin/hublist man/man1/dctc.1 man/man1/dctc_cmd.1 +man/man1/dctc_gdl123.1 +man/man1/hublist.1 diff --git a/net/dctc/distinfo b/net/dctc/distinfo index 144d505a874..f3a5fd9cbdf 100644 --- a/net/dctc/distinfo +++ b/net/dctc/distinfo @@ -1,8 +1,9 @@ -$NetBSD: distinfo,v 1.10 2003/01/28 13:41:17 wiz Exp $ +$NetBSD: distinfo,v 1.11 2003/06/10 13:20:24 wiz Exp $ -SHA1 (dctc-0.84.1.tar.gz) = a58d95079d0420c365d87247581980dc6ed7b312 -Size (dctc-0.84.1.tar.gz) = 373521 bytes +SHA1 (dctc-0.85.3.tar.gz) = c3dece5332528e30286ec44952d806ada4b025e3 +Size (dctc-0.85.3.tar.gz) = 414522 bytes SHA1 (patch-aa) = 68a3ca5f8b7e28717e1a294456be56c846f3c521 -SHA1 (patch-ae) = 40e4f5c3929beb1b118a7a8180cdf93a2083e084 +SHA1 (patch-ab) = a6078244a4f8dbc23ff271a46996717fdf07eaca +SHA1 (patch-ae) = d53881200e85a4ebcb62b37d8acbe5ab8bddabae SHA1 (patch-ag) = 61f8cc1cb35312de15dbc43e0ce7d185b7cda88e SHA1 (patch-ah) = 4d481b1fcb1b32debf44b4506ed39be09d64ae79 diff --git a/net/dctc/patches/patch-ab b/net/dctc/patches/patch-ab new file mode 100644 index 00000000000..f6f1359a364 --- /dev/null +++ b/net/dctc/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.4 2003/06/10 13:20:24 wiz Exp $ + +--- configure.orig Tue Jun 10 12:13:42 2003 ++++ configure +@@ -6591,6 +6591,7 @@ fi + if test "x$HAVE_DB40" = "xyes"; then + + berkeleydb_libs="-ldb4" ++ CPPFLAGS="$CPPFLAGS -DBDB_V4" + else + { echo "configure: error: no supported BerkeleyDB found (4.1, 4.0, 3.1, 3.2, 3.3)" 1>&2; exit 1; } + fi diff --git a/net/dctc/patches/patch-ae b/net/dctc/patches/patch-ae index 16530375bcc..306085cc58c 100644 --- a/net/dctc/patches/patch-ae +++ b/net/dctc/patches/patch-ae @@ -1,16 +1,16 @@ -$NetBSD: patch-ae,v 1.1.1.1 2002/09/11 20:47:14 wiz Exp $ +$NetBSD: patch-ae,v 1.2 2003/06/10 13:20:25 wiz Exp $ ---- src/keyboard.c.orig Mon Jul 15 09:13:14 2002 -+++ src/keyboard.c -@@ -35,7 +35,6 @@ - #include <netdb.h> +--- src/keyboard.c.orig Sun May 18 08:48:16 2003 ++++ src/keyboard.c Tue Jun 10 12:04:22 2003 +@@ -39,7 +39,6 @@ + #include <openssl/md4.h> #include <glib.h> -#if !(defined(BSD) && (BSD >= 199103)) #if defined(__GNU_LIBRARY__) && !defined(_SEM_SEMUN_UNDEFINED) /* union semun is defined by including <sys/sem.h> */ #else -@@ -47,7 +46,6 @@ +@@ -51,7 +50,6 @@ struct seminfo *__buf; /* buffer for IPC_INFO */ }; #endif |