diff options
author | brook <brook@pkgsrc.org> | 2011-03-08 15:08:27 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2011-03-08 15:08:27 +0000 |
commit | 7d3bfad6a94782a1967f439313c01986a998b1d0 (patch) | |
tree | 8cc148b59cad29e23b0fd485127d4c2616b71220 /databases | |
parent | 4253e6b8d0dc19c4a57616791cfd916043a0a3bb (diff) | |
download | pkgsrc-7d3bfad6a94782a1967f439313c01986a998b1d0.tar.gz |
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.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql-uuid/distinfo | 4 | ||||
-rw-r--r-- | databases/postgresql-uuid/patches/patch-Makefile | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/databases/postgresql-uuid/distinfo b/databases/postgresql-uuid/distinfo index 53270758423..724b040ce5a 100644 --- a/databases/postgresql-uuid/distinfo +++ b/databases/postgresql-uuid/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2011/03/08 03:20:16 brook Exp $ +$NetBSD: distinfo,v 1.3 2011/03/08 15:08:27 brook Exp $ SHA1 (uuid-freebsd-1.0.2.tgz) = c472fc8b3a2ca7c325db1f2e6a289566260ce494 RMD160 (uuid-freebsd-1.0.2.tgz) = 90264bf8258f165b038c14d1eed3485121fcc2a6 Size (uuid-freebsd-1.0.2.tgz) = 3055 bytes -SHA1 (patch-Makefile) = 2ec9a8318c521e507ed839141474efdee0aef580 +SHA1 (patch-Makefile) = edbda592fe086bfc523147d80a0bce7421e4fd10 SHA1 (patch-uuid.c) = 957cd42d900886c70ca0bfc1642ad97ac074148c diff --git a/databases/postgresql-uuid/patches/patch-Makefile b/databases/postgresql-uuid/patches/patch-Makefile index 405c8b9979a..1cd1af066cb 100644 --- a/databases/postgresql-uuid/patches/patch-Makefile +++ b/databases/postgresql-uuid/patches/patch-Makefile @@ -1,4 +1,7 @@ -$NetBSD: patch-Makefile,v 1.1.1.1 2011/03/05 17:54:35 brook Exp $ +$NetBSD: patch-Makefile,v 1.2 2011/03/08 15:08:27 brook Exp $ + +Use more generic names for the installed files and ensure that rpath +information is correctly included within the shared library. --- Makefile.orig 2009-03-15 10:02:47.000000000 -0600 +++ Makefile 2011-02-12 10:59:40.000000000 -0700 |