FreeBSD Bugzilla – Attachment 81429 Details for
Bug 116621
make reverse proxy optional on www/tinyproxy
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 667 bytes, created by
Andrew Thompson
on 2007-09-25 01:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Andrew Thompson
Created:
2007-09-25 01:20:01 UTC
Size:
667 bytes
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/www/tinyproxy/Makefile,v >retrieving revision 1.21 >diff -u -p -r1.21 Makefile >--- Makefile 19 Aug 2006 16:49:48 -0000 1.21 >+++ Makefile 24 Sep 2007 23:33:58 -0000 >@@ -24,8 +24,14 @@ CONFIGURE_ARGS= --bindir=${PREFIX}/sbin > > MAN8= tinyproxy.8 > >+OPTIONS= REVERSE "Enable reverse proxy support" Off >+ > .include <bsd.port.pre.mk> > >+.if defined(WITH_REVERSE) >+CONFIGURE_ARGS+=--enable-reverse >+.endif >+ > post-patch: > @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure > @${REINPLACE_CMD} -e 's|/etc/tinyproxy/tinyproxy.conf|${PREFIX}/etc/tinyproxy.conf|' \
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 116621
: 81429