FreeBSD Bugzilla – Attachment 14428 Details for
Bug 27083
Add docs and examples to socks5 port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.36 KB, created by
dim
on 2001-05-04 20:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
dim
Created:
2001-05-04 20:20:01 UTC
Size:
1.36 KB
patch
obsolete
>diff -urNd net/socks5.orig/Makefile net/socks5/Makefile >--- net/socks5.orig/Makefile Fri Apr 20 20:39:54 2001 >+++ net/socks5/Makefile Fri May 4 20:43:55 2001 >@@ -36,6 +36,12 @@ > MAN5= libsocks5.conf.5 socks5.conf.5 > CONFIGURE_ENV= LIBS=-lcrypt > >+post-install: >+ @${MKDIR} ${PREFIX}/share/examples/socks5 >+ ${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/socks5 >+ @${MKDIR} ${PREFIX}/share/doc/socks5 >+ ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/socks5 >+ > .include <bsd.port.pre.mk> > > .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) >diff -urNd net/socks5.orig/pkg-plist net/socks5/pkg-plist >--- net/socks5.orig/pkg-plist Thu Jun 15 19:59:28 2000 >+++ net/socks5/pkg-plist Fri May 4 20:47:31 2001 >@@ -12,3 +12,18 @@ > man/man5/socks5.passwd.5 > lib/libsocks5.a > lib/libsocks5_sh.so >+share/examples/socks5/README >+share/examples/socks5/multiple_server.example >+share/examples/socks5/server_2_multiple_server.example >+share/examples/socks5/single_homed_host.example >+share/examples/socks5/socks5.conf.dualhomed >+share/examples/socks5/socks5.conf.gssapi >+share/examples/socks5/socks5.conf.multipleservers >+share/examples/socks5/socks5.conf.server2server >+share/examples/socks5/socks5.conf.singlehomed >+@dirrm share/examples/socks5 >+share/doc/socks5/rfc1928.txt >+share/doc/socks5/rfc1929.txt >+share/doc/socks5/rfc1961.txt >+share/doc/socks5/socks.faq >+@dirrm share/doc/socks5
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 27083
: 14428