diff options
author | schmonz <schmonz@pkgsrc.org> | 2002-11-19 07:19:13 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2002-11-19 07:19:13 +0000 |
commit | b87a80c9eeaf10bcdd099ed987f70bc7df5ffa03 (patch) | |
tree | e7e9018ea55a80d301e785a67fe6aba5f6c4c096 /devel/dlcompat/PLIST | |
parent | 8adfa6e01460e175359fe0adc73711986c1ecd8a (diff) | |
download | pkgsrc-b87a80c9eeaf10bcdd099ed987f70bc7df5ffa03.tar.gz |
Update to Nov. 17 release. From the changelog:
* dlfcn.c: Patch from Max Horn applied. Fixes some path issues,
and code cleanup.
* dlfcn.c: Lookup the NSAddImage etc stuff that was added in OS
10.1, so that the binary can be used on 10.0. It may or may not
work, don't have a 10.0 system to try it.
* dlfcn.c: Moving things around.
* dlfcn.c: bugfixes
* Makefile, README: Removed any and all finkisms.
* dlfcn.c, Makefile: Prepend the underscore by default for dlsym.
* Makefile: Made Makefile bsdmake compatible.
* dlfcn.c dlfcn.h: First attempt at adding dladdr
Not in the changelog:
* added configure script
* added manual pages
Diffstat (limited to 'devel/dlcompat/PLIST')
-rw-r--r-- | devel/dlcompat/PLIST | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/dlcompat/PLIST b/devel/dlcompat/PLIST index 86f36b1f29f..5df168b3009 100644 --- a/devel/dlcompat/PLIST +++ b/devel/dlcompat/PLIST @@ -1,5 +1,9 @@ -@comment $NetBSD: PLIST,v 1.2 2002/08/25 19:22:26 jlam Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/11/19 07:19:13 schmonz Exp $ include/dlfcn.h -lib/libdl.0.dylib +lib/libdl.1.dylib lib/libdl.a lib/libdl.dylib +man/man3/dlclose.3 +man/man3/dlerror.3 +man/man3/dlopen.3 +man/man3/dlsym.3 |