FreeBSD Bugzilla – Attachment 194452 Details for
Bug 229200
[patch] devel/fossil: add fossil_proto="https" option to rc-file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
fossil_https.diff (text/plain), 667 bytes, created by
Oleh Hushchenkov
on 2018-06-21 11:47:57 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Oleh Hushchenkov
Created:
2018-06-21 11:47:57 UTC
Size:
667 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 472948) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= fossil > PORTVERSION= 2.6 >-PORTREVISION= 0 >+PORTREVISION= 1 > DISTVERSIONPREFIX= src- > PORTEPOCH= 2 > CATEGORIES= devel www >Index: files/fossil.in >=================================================================== >--- files/fossil.in (revision 472948) >+++ files/fossil.in (working copy) >@@ -43,6 +43,7 @@ > > case "${fossil_proto}" in > http);; >+https) fossil_args="--https" ;; > scgi) fossil_args="--scgi" ;; > *) > echo "unsupported protocol: ${fossil_proto}, only scgi and http are supported" >&2
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 229200
: 194452 |
194463