Tue Mar 8 15:08:27 2011 UTC ()
Comment the patch to note that it uses more generic names than the original
file and ensures that rpath information is included in the installed library.


(brook)
diff -r1.2 -r1.3 pkgsrc/databases/postgresql-uuid/distinfo
diff -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql-uuid/patches/patch-Makefile

cvs diff -r1.2 -r1.3 pkgsrc/databases/postgresql-uuid/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/postgresql-uuid/Attic/distinfo 2011/03/08 03:20:16 1.2
+++ pkgsrc/databases/postgresql-uuid/Attic/distinfo 2011/03/08 15:08:27 1.3
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.2 2011/03/08 03:20:16 brook Exp $ 1$NetBSD: distinfo,v 1.3 2011/03/08 15:08:27 brook Exp $
2 2
3SHA1 (uuid-freebsd-1.0.2.tgz) = c472fc8b3a2ca7c325db1f2e6a289566260ce494 3SHA1 (uuid-freebsd-1.0.2.tgz) = c472fc8b3a2ca7c325db1f2e6a289566260ce494
4RMD160 (uuid-freebsd-1.0.2.tgz) = 90264bf8258f165b038c14d1eed3485121fcc2a6 4RMD160 (uuid-freebsd-1.0.2.tgz) = 90264bf8258f165b038c14d1eed3485121fcc2a6
5Size (uuid-freebsd-1.0.2.tgz) = 3055 bytes 5Size (uuid-freebsd-1.0.2.tgz) = 3055 bytes
6SHA1 (patch-Makefile) = 2ec9a8318c521e507ed839141474efdee0aef580 6SHA1 (patch-Makefile) = edbda592fe086bfc523147d80a0bce7421e4fd10
7SHA1 (patch-uuid.c) = 957cd42d900886c70ca0bfc1642ad97ac074148c 7SHA1 (patch-uuid.c) = 957cd42d900886c70ca0bfc1642ad97ac074148c

cvs diff -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql-uuid/patches/Attic/patch-Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql-uuid/patches/Attic/patch-Makefile 2011/03/05 17:54:35 1.1.1.1
+++ pkgsrc/databases/postgresql-uuid/patches/Attic/patch-Makefile 2011/03/08 15:08:27 1.2
@@ -1,14 +1,17 @@ @@ -1,14 +1,17 @@
1$NetBSD: patch-Makefile,v 1.1.1.1 2011/03/05 17:54:35 brook Exp $ 1$NetBSD: patch-Makefile,v 1.2 2011/03/08 15:08:27 brook Exp $
 2
 3Use more generic names for the installed files and ensure that rpath
 4information is correctly included within the shared library.
2 5
3--- Makefile.orig 2009-03-15 10:02:47.000000000 -0600 6--- Makefile.orig 2009-03-15 10:02:47.000000000 -0600
4+++ Makefile 2011-02-12 10:59:40.000000000 -0700 7+++ Makefile 2011-02-12 10:59:40.000000000 -0700
5@@ -1,9 +1,7 @@ 8@@ -1,9 +1,7 @@
6  9
7-MODULE_big = uuid-freebsd 10-MODULE_big = uuid-freebsd
8-OBJS = uuid-freebsd.o 11-OBJS = uuid-freebsd.o
9-DATA_built = uuid-freebsd.sql 12-DATA_built = uuid-freebsd.sql
10-DATA = uninstall_uuid-freebsd.sql 13-DATA = uninstall_uuid-freebsd.sql
11-SHLIB_LINK = -lmd 14-SHLIB_LINK = -lmd
12+MODULES = uuid 15+MODULES = uuid
13+DATA_built = uuid.sql 16+DATA_built = uuid.sql
14+DATA = uninstall_uuid.sql 17+DATA = uninstall_uuid.sql