FreeBSD Bugzilla – Attachment 182555 Details for
Bug 219248
security/tor-devel: Update to 0.3.0.7 and the fix of MANPAGES/DOCS options regression
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
tor-devel.patch (text/plain), 1.79 KB, created by
Yuri Victorovich
on 2017-05-13 00:41:47 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2017-05-13 00:41:47 UTC
Size:
1.79 KB
patch
obsolete
>Index: security/tor-devel/Makefile >=================================================================== >--- security/tor-devel/Makefile (revision 440708) >+++ security/tor-devel/Makefile (working copy) >@@ -20,8 +20,6 @@ > > USES= cpe gmake > CPE_VENDOR= torproject >-#CPE_VERSION= ${DISTVERSION:C/-.*//} >-#CPE_UPDATE= ${DISTVERSION:C/.*-//} > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --with-openssl-dir="${OPENSSLBASE}" > CONFIGURE_ENV= TOR_CPPFLAGS_libevent="-I${LOCALBASE}/include" \ >@@ -29,6 +27,7 @@ > TOR_LIBEVENT_LIBS="${TOR_LIBEVENT_LIBS}" > > OPTIONS_DEFINE= MANPAGES DOCS STATIC_TOR TCMALLOC TOR2WEB >+OPTIONS_DEFAULT=MANPAGES > OPTIONS_SUB= yes > > STATIC_TOR_DESC= Build a static tor >@@ -35,8 +34,6 @@ > TCMALLOC_DESC= Use the tcmalloc memory allocation library > TOR2WEB_DESC= (EXPERT OPTION) Faster but non-anonymous hidden services > >-OPTIONS_DEFAULT= MANPAGES >- > USE_RC_SUBR= tor > SUB_FILES= pkg-message > SUB_LIST= USER="${USERS}" GROUP="${GROUPS}" >@@ -50,11 +47,14 @@ > STATIC_TOR_USES= ssl:build > STATIC_TOR_USES_OFF= ssl > >-DOCS_BUILD_DEPENDS= asciidoc:textproc/asciidoc >-DOCS_CONFIGURE_OFF= --disable-asciidoc >- > .include <bsd.port.options.mk> > >+.if ${PORT_OPTIONS:MDOCS} || ${PORT_OPTIONS:MMANPAGES} >+BUILD_DEPENDS+= asciidoc:textproc/asciidoc >+.else >+CONFIGURE_ARGS+= --disable-asciidoc >+.endif >+ > .if !defined(USE_GCC) && empty(CC:T:M*gcc4*) && \ > empty(PORT_OPTIONS:MSTATIC_TOR) && empty(ARCH:Mia64) > CONFIGURE_ARGS+= --enable-gcc-hardening >Index: security/tor-devel/pkg-descr >=================================================================== >--- security/tor-devel/pkg-descr (revision 440708) >+++ security/tor-devel/pkg-descr (working copy) >@@ -13,4 +13,4 @@ > Remember that this is development code -- DON'T RELY ON THE CURRENT TOR > NETWORK FOR ANONYMITY! > >-WWW: http://torproject.org/ >+WWW: https://www.torproject.org/
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
Flags:
yuri
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 219248
:
182555
|
182729