pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/38445
The following reply was made to PR pkg/38445; it has been noted by GNATS.
From: Sergey Svishchev <svs%ropnet.ru@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: cheusov%tut.by@localhost
Subject: Re: pkg/38445
Date: Sun, 18 Jan 2009 14:11:41 +0300
--MiFvc8Vo6wRSORdP
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Disposition: inline
Please test this patch. It also includes a fix for Solaris bulk build problem:
http://ftp.netbsd.org/pub/NetBSD/misc/rhaen/reports/20081029.0815/dctc-0.85.4nb6/configure.log
--
Sergey Svishchev
--MiFvc8Vo6wRSORdP
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline; filename="d.diff"
Index: net/dctc/Makefile
===================================================================
RCS file: /vol/2/cvsup/pkgsrc/net/dctc/Makefile,v
retrieving revision 1.38
diff -u -r1.38 Makefile
--- net/dctc/Makefile 6 Sep 2008 20:54:33 -0000 1.38
+++ net/dctc/Makefile 15 Jan 2009 18:49:07 -0000
@@ -2,7 +2,7 @@
#
DISTNAME= dctc-0.85.4
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= net
MASTER_SITES= http://ac2i.homelinux.com/dctc/ \
http://dc.tddm.se/clients/
@@ -35,4 +35,5 @@
.include "../../databases/db4/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: net/dctc/distinfo
===================================================================
RCS file: /vol/2/cvsup/pkgsrc/net/dctc/distinfo,v
retrieving revision 1.20
diff -u -r1.20 distinfo
--- net/dctc/distinfo 16 Dec 2007 21:18:42 -0000 1.20
+++ net/dctc/distinfo 15 Jan 2009 18:46:52 -0000
@@ -4,7 +4,7 @@
RMD160 (dctc-0.85.4.tar.gz) = ded2d6e8f8de47c50ef689d0c49f6b3bcc2439f6
Size (dctc-0.85.4.tar.gz) = 493733 bytes
SHA1 (patch-aa) = 62cae1e95c3422cb8b184cd8ee13989073b9fc06
-SHA1 (patch-ab) = 4a28cc7d9e2a22c52ad319bbda0893d70fd000be
+SHA1 (patch-ab) = 14bacb1225511af9c3f4c97bbab6c73db143b0b4
SHA1 (patch-ac) = 289a7ac4b296dd29ac3938ec3a6c8d7d1413500b
SHA1 (patch-ad) = ce699efbc6d009146a909e2ffac83435fdb2932e
SHA1 (patch-ae) = e5440b8158d5706779e71315f0b011767b7719a7
Index: net/dctc/patches/patch-ab
===================================================================
RCS file: /vol/2/cvsup/pkgsrc/net/dctc/patches/patch-ab,v
retrieving revision 1.5
diff -u -r1.5 patch-ab
--- net/dctc/patches/patch-ab 15 Jul 2003 19:46:15 -0000 1.5
+++ net/dctc/patches/patch-ab 15 Jan 2009 18:46:09 -0000
@@ -1,8 +1,16 @@
-$NetBSD: patch-ab,v 1.5 2003/07/15 19:46:15 wiz Exp $
+$NetBSD$
---- configure.orig Sun Jul 13 23:40:52 2003
+--- configure.orig 2003-07-12 07:24:03.000000000 +0000
+++ configure
-@@ -9752,6 +9752,7 @@ fi
+@@ -8583,7 +8583,6 @@ gcc 3.0.x (or 2.95.x) *BEFORE* reporting
+ Press return to resume configuration (CTRL-C to abort).
+
================================================================================
+ EOF
+- read dummy
+ fi
+ fi
+
+@@ -9752,6 +9751,7 @@ fi
if test "x$HAVE_DB40" =
"xyes"; then
berkeleydb_libs="-ldb4"
--MiFvc8Vo6wRSORdP--
Home |
Main Index |
Thread Index |
Old Index