Hi Daniel,
subject already tells most of the story: the capitalisation workaround in
openssl110-dev incorrectly copies
the MD5.3 manpage over in lowercase, which fails on a case-sensitive FS. I
think this should fix it:
diff -Nurd
/sw/fink/10.9-libcxx/{stable,local}/main/finkinfo/crypto/openssl110-dev.info
--- /sw/fink/10.9-libcxx/stable/main/finkinfo/crypto/openssl110-dev.info
2016-09-27 00:54:14.000000000 +0200
+++ /sw/fink/10.9-libcxx/local/main/finkinfo/crypto/openssl110-dev.info
2016-09-27 16:45:56.000000000 +0200
@@ -80,7 +80,7 @@
### for comptibility with libmd (don't know how to set up
## update-alternatives with original capitalisation).
- mv %i/share/man/man3/md5.3 %i/share/man/man3/md5.3.openssl100
+ mv %i/share/man/man3/MD5.3 %i/share/man/man3/md5.3.openssl100
for i in 2 4; do
rm %i/share/man/man3/MD$i.3
cp %i/share/man/man3/md5.3.openssl100
%i/share/man/man3/md$i.3.openssl100
- for the record: on a Linux system, ‘man MD5’ gives me the same as ‘man 3
md5’, while on my Mac with
case-sensitive HFS+, ‘man MD5’ does not exist, ‘man 3 md5’ works as expected,
but I guess that’s as
much as can be expected.
Cheers,
Derek
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Fink-devel mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel