pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/libpqxx Include sys/time.h to get struct tim...
details: https://anonhg.NetBSD.org/pkgsrc/rev/df6989bf0520
branches: trunk
changeset: 505307:df6989bf0520
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Jan 02 17:20:18 2006 +0000
description:
Include sys/time.h to get struct timeval in all cases.
diffstat:
databases/libpqxx/distinfo | 3 ++-
databases/libpqxx/patches/patch-ab | 12 ++++++++++++
2 files changed, 14 insertions(+), 1 deletions(-)
diffs (28 lines):
diff -r 137ca778d236 -r df6989bf0520 databases/libpqxx/distinfo
--- a/databases/libpqxx/distinfo Mon Jan 02 16:31:34 2006 +0000
+++ b/databases/libpqxx/distinfo Mon Jan 02 17:20:18 2006 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2005/06/27 01:57:26 markd Exp $
+$NetBSD: distinfo,v 1.4 2006/01/02 17:20:18 joerg Exp $
SHA1 (libpqxx-2.5.4.tar.gz) = 257465032ea8b2301c284847fc9372de3dd451d8
RMD160 (libpqxx-2.5.4.tar.gz) = 23f428d818aa7df9c302e7a486c8a47d2523a418
Size (libpqxx-2.5.4.tar.gz) = 1564221 bytes
SHA1 (patch-aa) = fbf80bd805bedf094a79e0ab76e9a7f543e67117
+SHA1 (patch-ab) = dbfd4f1769d428edeb43a64346f150daf0352924
diff -r 137ca778d236 -r df6989bf0520 databases/libpqxx/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/libpqxx/patches/patch-ab Mon Jan 02 17:20:18 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2006/01/02 17:20:18 joerg Exp $
+
+--- src/connection_base.cxx.orig 2006-01-02 17:01:56.000000000 +0000
++++ src/connection_base.cxx
+@@ -21,6 +21,7 @@
+ #include <cstdio>
+ #include <ctime>
+ #include <stdexcept>
++#include <sys/time.h>
+
+ #ifdef PQXX_HAVE_SYS_SELECT_H
+ #include <sys/select.h>
Home |
Main Index |
Thread Index |
Old Index