# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup compiler_blacklist_versions 1.0 PortGroup openssl 1.0 name tor-devel conflicts tor version 0.4.8.10 revision 0 categories security net maintainers nomaintainer license BSD description anonymizing overlay network for TCP long_description Tor provides a distributed network of servers \ (onion routers). Users bounce their TCP streams \ (web traffic, FTP, SSH, etc.) around the \ routers. This makes it hard for recipients, \ observers, and even the onion routers \ themselves to track the source of the stream. homepage https://www.torproject.org/ master_sites https://dist.torproject.org/ set real_name tor distname ${real_name}-${version} checksums rmd160 5615926c578ca9361bcf262e9c389262436a7ef8 \ sha256 e628b4fab70edb4727715b23cf2931375a9f7685ac08f2c59ea498a178463a86 \ size 8272740 depends_lib-append port:libevent \ port:zlib set torUser _tor set torGroup _tor add_users ${torUser} group=${torGroup} home=${prefix}/var/lib/${real_name} # src/core/or/conflux_pool.h:39: error: redefinition of typedef ‘conflux_t’ # src/core/or/conflux.h:15: error: previous declaration of ‘conflux_t’ was here compiler.blacklist-append \ {*gcc-[34].*} {clang < 400} configure.args-append \ --disable-silent-rules # https://gitweb.torproject.org/torspec.git/tree/proposals/278-directory-compression-scheme-negotiation.txt # All clients should aim at supporting the same set of supported compression schemes to avoid fingerprinting. configure.args-append \ --disable-lzma \ --disable-zstd # Xcode 14: ld: archive member '__.SYMDEF SORTED' is not mach-o or llvm bitcode file patchfiles-append patch-remove-symdef.patch post-destroot { # Create a working torrc file with basic, locked-down permissions xinstall -o ${torUser} -g ${torGroup} -m 0640 ${destroot}${prefix}/etc/${real_name}/torrc.sample ${destroot}${prefix}/etc/${real_name}/torrc system -W ${destroot}${prefix}/etc/${real_name} "cat >> torrc </dev/null" startupitem.stop "if \[ -f \"${prefix}/var/run/${real_name}/${real_name}.pid\" \]; then" startupitem.stop-append "\tkill `cat ${prefix}/var/run/${real_name}/${real_name}.pid` \\" startupitem.stop-append "\t\t&& rm -f ${prefix}/var/run/${real_name}/${real_name}.pid" startupitem.stop-append "else" startupitem.stop-append "\t/usr/bin/killall -SIGUSR1 ${real_name} 2>/dev/null" startupitem.stop-append "fi" startupitem.pidfile none ${prefix}/var/run/${real_name}/${real_name}.pid } destroot.keepdirs ${destroot}${prefix}/var/lib/${real_name} \ ${destroot}${prefix}/var/run/${real_name} \ ${destroot}${prefix}/var/log/${real_name} livecheck.type regex livecheck.url ${master_sites}?C=M\;O=D livecheck.regex ${real_name}-(\\d+\\.\\d+\\.\\d+\\.\\d+)${extract.suffix}