Index: security/tor/Makefile =================================================================== --- security/tor/Makefile (revision 480592) +++ security/tor/Makefile (working copy) @@ -12,11 +12,13 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_mips64= does not build: error: Need a uint128_t implementation! -BROKEN_powerpc64= does not build: error: Need a uint128_t implementation! -BROKEN_sparc64= does not build: error: Need a uint128_t implementation! +USES= autoreconf cpe gmake pkgconfig -USES= cpe gmake pkgconfig +USE_RC_SUBR= tor +SUB_FILES= pkg-message +SUB_LIST= USER="${USERS}" GROUP="${GROUPS}" +PLIST_SUB= USER="${USERS}" GROUP="${GROUPS}" + CPE_VENDOR= torproject GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-openssl-dir="${OPENSSLBASE}" @@ -23,7 +25,11 @@ CONFIGURE_ENV= TOR_CPPFLAGS_libevent="-I${LOCALBASE}/include" \ TOR_LDFLAGS_libevent="-L${LOCALBASE}/lib/" \ TOR_LIBEVENT_LIBS="${TOR_LIBEVENT_LIBS}" +GROUPS= _tor +USERS= _tor +CONFLICTS_INSTALL= tor-devel-[0-9]* + OPTIONS_DEFINE= MANPAGES DOCS STATIC_TOR TCMALLOC TOR2WEB OPTIONS_GROUP= COMPRESSION OPTIONS_GROUP_COMPRESSION=ZSTD LZMA @@ -34,16 +40,7 @@ TOR2WEB_DESC= (EXPERT OPTION) Faster but non-anonymous hidden services COMPRESSION_DESC= Supported compression libraries -USE_RC_SUBR= tor -SUB_FILES= pkg-message -SUB_LIST= USER="${USERS}" GROUP="${GROUPS}" -PLIST_SUB= USER="${USERS}" GROUP="${GROUPS}" -GROUPS= _tor -USERS= _tor - -CONFLICTS_INSTALL= tor-devel-[0-9]* - STATIC_TOR_USES= ssl:build STATIC_TOR_USES_OFF= ssl