diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-19 18:21:07 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-19 18:21:07 +0000 |
commit | 7c9ec5022a3720a216273f3da59a1e72f8237c2d (patch) | |
tree | abfcc55615b679c6a1e9a99503b2709c23995090 /databases | |
parent | f4ccf391d1953d33e8163694f4cc588140aeb447 (diff) | |
download | pkgsrc-7c9ec5022a3720a216273f3da59a1e72f8237c2d.tar.gz |
Distfile has changed in the server, no information about why... (from what
I found, they have rebuild automake stuff and it seems they fixed some bugs,
so also bump PKGREVISION).
Diffstat (limited to 'databases')
-rw-r--r-- | databases/edb/distinfo | 7 | ||||
-rw-r--r-- | databases/edb/patches/patch-aa | 14 |
2 files changed, 18 insertions, 3 deletions
diff --git a/databases/edb/distinfo b/databases/edb/distinfo index 056e5f33110..63a761bd9b6 100644 --- a/databases/edb/distinfo +++ b/databases/edb/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.2 2002/11/08 23:23:10 rh Exp $ +$NetBSD: distinfo,v 1.3 2003/03/19 18:21:07 jmmv Exp $ -SHA1 (edb-1.0.3.tar.gz) = 434c2af89bb2e8c77a18cd4d6019b0237db583aa -Size (edb-1.0.3.tar.gz) = 464253 bytes +SHA1 (edb-1.0.3.tar.gz) = ebea40d5616f97909e35fb112772bd23ec05d4ea +Size (edb-1.0.3.tar.gz) = 502287 bytes +SHA1 (patch-aa) = c09acbee2b445b3b77fd75b8d6264a68fc5bc983 diff --git a/databases/edb/patches/patch-aa b/databases/edb/patches/patch-aa new file mode 100644 index 00000000000..8a17009faaf --- /dev/null +++ b/databases/edb/patches/patch-aa @@ -0,0 +1,14 @@ +$NetBSD: patch-aa,v 1.1 2003/03/19 18:21:08 jmmv Exp $ + +--- configure.orig 2003-03-19 19:05:37.000000000 +0100 ++++ configure +@@ -7029,9 +7029,6 @@ fi + done + + +-case "$host_os" in +-esac +- + shmget_ok=no + case "$host_os" in + hpux*) |