FreeBSD Bugzilla – Attachment 20803 Details for
Bug 36629
OpenSSL manpages should be reachable without overwriting system manpages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 968 bytes, created by
Nicolas Rachinsky
on 2002-04-01 21:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Nicolas Rachinsky
Created:
2002-04-01 21:10:01 UTC
Size:
968 bytes
patch
obsolete
>Index: secure/lib/libcrypto/Makefile >=================================================================== >RCS file: /usr/cvs-freebsd/src/secure/lib/libcrypto/Makefile,v >retrieving revision 1.15.2.11 >diff -u -r1.15.2.11 Makefile >--- secure/lib/libcrypto/Makefile 4 Jul 2001 23:24:41 -0000 1.15.2.11 >+++ secure/lib/libcrypto/Makefile 1 Apr 2002 18:42:45 -0000 >@@ -343,11 +343,22 @@ > MAN+= ${target} > CLEANFILES+= ${target} > ${target}: ${LCRYPTO_SRC}/../doc/${pod} > pod2man --center=OpenSSL --release="OpenSSL 0.9.6a 5 Apr 2001" ${LCRYPTO_SRC}/../doc/${pod} > ${target} > .endfor > .endfor > .endfor > .endif >+ >+.for section in 1 3 >+.for pod in ${POD${section}} >+.for target in ${pod:T:S/.pod/.${section}/g} >+MAN+= openssl_${target} >+CLEANFILES+= openssl_${target} >+openssl_${target}: ${LCRYPTO_SRC}/../doc/${pod} >+ pod2man --center=OpenSSL --release="OpenSSL 0.9.6a 5 Apr 2001" ${LCRYPTO_SRC}/../doc/${pod} > openssl_${target} >+.endfor >+.endfor >+.endfor > > MAN+= des_crypt.3
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 36629
: 20803