diff options
author | schmonz <schmonz@pkgsrc.org> | 2002-07-22 00:54:36 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2002-07-22 00:54:36 +0000 |
commit | f3eb65b2c20dd5e9d986b3362e43d112a2e00a97 (patch) | |
tree | fb68a49127479656ebc132722601c9ce6305fcdd /devel/dlcompat/distinfo | |
parent | a77b81c7cd9a75b759e35df1b6e6605cc285f543 (diff) | |
download | pkgsrc-f3eb65b2c20dd5e9d986b3362e43d112a2e00a97.tar.gz |
Update to dlcompat-20020606. Changes:
* dlfcn.c: I broke finks xemacs, now fixed.
* dlfcn.c: I really should read specs instead of making assumptions.
dlopen(NULL,x) opens the _global_ context, not the application context.
Fixed. Made dlsym_prepend_underscore work with stupidly long
symbol names.
* dlfcn.c: When opening a bundle for the second time, reuse the
dlstatus struct from the previously closed version. Removed some
debugging routines.
* README: Minor update
* dlfcn.c: Fixed my last "fix". Thanks to Darin Ohashi again.
* dlfcn.c: Fixed bug reported by Darin Ohashi. dlopen a bundle
close it, and dlopen same bundle again fails.
Changes to the package itself:
* USE_GMAKE is free on Darwin, so don't bother patching to avoid it.
Diffstat (limited to 'devel/dlcompat/distinfo')
-rw-r--r-- | devel/dlcompat/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/dlcompat/distinfo b/devel/dlcompat/distinfo index fca45dfdee5..16dfa056770 100644 --- a/devel/dlcompat/distinfo +++ b/devel/dlcompat/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2002/07/02 12:42:52 wiz Exp $ +$NetBSD: distinfo,v 1.4 2002/07/22 00:54:36 schmonz Exp $ -SHA1 (dlcompat-20020508.tar.gz) = 72a3eb537f24d4f4f7f046d7decc35a2d287ab75 -Size (dlcompat-20020508.tar.gz) = 10193 bytes -SHA1 (patch-aa) = 9c0fb45804941b847ca3093471f1a11eefd2b0e1 +SHA1 (dlcompat-20020606.tar.gz) = 4ac0bb67d1693bb6af7d4ebf095f7ccc4feb59e2 +Size (dlcompat-20020606.tar.gz) = 8131 bytes +SHA1 (patch-aa) = 2fbfa064dbf270f0d297efa07a0413b9e3979bd6 |