FreeBSD Bugzilla – Attachment 161304 Details for
Bug 203282
net/ssltunnel-server: switch to sample, use options helpers, fix stage-qa
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
ssltunnel-server.patch (text/plain), 1.51 KB, created by
Dmitry Marakasov
on 2015-09-23 13:41:36 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2015-09-23 13:41:36 UTC
Size:
1.51 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 396902) >+++ Makefile (working copy) >@@ -17,6 +17,8 @@ > OPTIONS_DEFINE= TCPWRAPPERS DOCS > TCPWRAPPERS_DESC= libwrap support > >+TCPWRAPPERS_CONFIGURE_ON= --with-libwrap >+ > USE_RC_SUBR= ${PORTNAME} > SUB_FILES+= pkg-message > GNU_CONFIGURE= yes >@@ -23,12 +25,6 @@ > CONFIGURE_ARGS= --disable-client > USE_OPENSSL= yes > >-.include <bsd.port.options.mk> >- >-.if ${PORT_OPTIONS:MTCPWRAPPERS} >-CONFIGURE_ARGS+=--with-libwrap >-.endif >- > post-patch: > @${REINPLACE_CMD} -e 's^#include <utmp.h>^/*utmp.h not for FreeBSD*/^' \ > ${WRKSRC}/server/main.c \ >@@ -40,6 +36,7 @@ > > post-install: > ${MKDIR} ${STAGEDIR}${DOCSDIR} >+ ${MV} ${STAGEDIR}${ETCDIR}/tunnel.conf.default ${STAGEDIR}${ETCDIR}/tunnel.conf.sample > ${INSTALL_MAN} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/server.README > ${INSTALL_MAN} ${WRKSRC}/LISEZ-MOI ${STAGEDIR}${DOCSDIR}/server.LISEZ-MOI > ${INSTALL_DATA} ${WRKSRC}/server/users.new ${STAGEDIR}${ETCDIR}/users.sample >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 396902) >+++ pkg-plist (working copy) >@@ -1,6 +1,5 @@ >-@unexec if cmp -s %D/%%ETCDIR%%/tunnel.conf %D/%%ETCDIR%%/tunnel.conf.default; then rm -f %D/%%ETCDIR%%/tunnel.conf; fi > @unexec if cmp -s %D/%%ETCDIR%%/users %D/%%ETCDIR%%/users.sample; then rm -f %D/%%ETCDIR%%/users; fi >-%%ETCDIR%%/tunnel.conf.default >+@sample %%ETCDIR%%/tunnel.conf.sample > %%ETCDIR%%/users.sample > libexec/pppserver > sbin/pppwho
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 203282
: 161304