pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/postgresql96/patches Remove unused patch.
details: https://anonhg.NetBSD.org/pkgsrc/rev/37bf42e06858
branches: trunk
changeset: 355177:37bf42e06858
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Nov 24 12:56:33 2016 +0000
description:
Remove unused patch.
diffstat:
databases/postgresql96/patches/patch-contrib_uuid-ossp_uuid-ossp.c | 22 ----------
1 files changed, 0 insertions(+), 22 deletions(-)
diffs (26 lines):
diff -r 9002e787425b -r 37bf42e06858 databases/postgresql96/patches/patch-contrib_uuid-ossp_uuid-ossp.c
--- a/databases/postgresql96/patches/patch-contrib_uuid-ossp_uuid-ossp.c Thu Nov 24 12:52:59 2016 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$NetBSD: patch-contrib_uuid-ossp_uuid-ossp.c,v 1.1 2016/10/29 19:41:55 adam Exp $
-
-Explicitly define HAVE_UUID_H and HAVE_UUID_OSSP.
-
---- contrib/uuid-ossp/uuid-ossp.c.orig 2015-01-14 20:54:38.000000000 +0000
-+++ contrib/uuid-ossp/uuid-ossp.c
-@@ -26,6 +26,7 @@
- */
- #define uuid_hash bsd_uuid_hash
-
-+#define HAVE_UUID_H
- #ifdef HAVE_UUID_H
- #include <uuid.h>
- #endif
-@@ -42,6 +43,7 @@
- * Some BSD variants offer md5 and sha1 implementations but Linux does not,
- * so we use a copy of the ones from pgcrypto. Not needed with OSSP, though.
- */
-+#define HAVE_UUID_OSSP
- #ifndef HAVE_UUID_OSSP
- #include "md5.h"
- #include "sha1.h"
Home |
Main Index |
Thread Index |
Old Index