- Chase devel/google-perftools shlib bump
- security/tor*: add -L${LOCALBASE}/lib to LDFLAGS (fixes linking) Approved by: miwi, wen (mentors implicit)
This commit is contained in:
parent
d39f0c97ab
commit
b60a11438e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281331
7 changed files with 11 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= hypertable
|
||||
DISTVERSION= 0.9.3.4-alpha
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
DISTNAME= ${PORTNAME}-${DISTVERSION}-src
|
||||
|
@ -57,7 +57,7 @@ DONT_DETECT= Doxygen Kfs Ceph Ant JNI PHP5Thrift
|
|||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITH_TCMALLOC)
|
||||
LIB_DEPENDS+= tcmalloc.1:${PORTSDIR}/devel/google-perftools
|
||||
LIB_DEPENDS+= tcmalloc.2:${PORTSDIR}/devel/google-perftools
|
||||
PLIST_SUB+= TCMALLOC=""
|
||||
.else
|
||||
DONT_DETECT+= Tcmalloc
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
PORTNAME= freecell-solver
|
||||
PORTVERSION= 3.8.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= BERLIOS/fc-solve
|
||||
|
||||
|
@ -37,7 +38,7 @@ OPTIONS= TCMALLOC "Use Google's TCMalloc" off
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_TCMALLOC)
|
||||
LIB_DEPENDS+= tcmalloc.1:${PORTSDIR}/devel/google-perftools
|
||||
LIB_DEPENDS+= tcmalloc.2:${PORTSDIR}/devel/google-perftools
|
||||
.else
|
||||
CMAKE_ARGS+= -DFCS_AVOID_TCMALLOC:BOOL=ON
|
||||
.endif
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= rspamd
|
||||
PORTVERSION= 0.4.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://highsecure.ru/
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= tor
|
||||
DISTVERSION= 0.2.3.2-alpha
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security net ipv6
|
||||
MASTER_SITES= https://www.torproject.org/dist/ \
|
||||
ftp://ftp.bit.nl/mirror/tor/ \
|
||||
|
@ -116,6 +117,7 @@ TOR_LIBEVENT_LIBS:= -levent_openssl-2.0 ${TOR_LIBEVENT_LIBS}
|
|||
|
||||
.if defined(WITH_TCMALLOC)
|
||||
CONFIGURE_ARGS+= --with-tcmalloc
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
.if defined(WITH_STATIC_TOR)
|
||||
BUILD_DEPENDS += ${LOCALBASE}/lib/libtcmalloc.so:${PORTSDIR}/devel/google-perftools
|
||||
.else
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= tor
|
||||
DISTVERSION= 0.2.2.32
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security net ipv6
|
||||
MASTER_SITES= https://www.torproject.org/dist/ \
|
||||
ftp://ftp.bit.nl/mirror/tor/ \
|
||||
|
@ -97,6 +98,7 @@ CONFIGURE_ARGS+= --disable-instrument-downloads
|
|||
.if defined(WITH_TCMALLOC)
|
||||
CONFIGURE_ARGS+= --with-tcmalloc
|
||||
LIB_DEPENDS+= tcmalloc:${PORTSDIR}/devel/google-perftools
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
.endif
|
||||
|
||||
.if defined(WITH_THREADS)
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= nginx
|
||||
PORTVERSION= 1.1.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://nginx.org/download/
|
||||
MASTER_SITES+= ${MASTER_SITE_LOCAL}
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= nginx
|
||||
PORTVERSION= 1.0.6
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://nginx.org/download/
|
||||
|
|
Loading…
Reference in a new issue