aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2011-09-07 07:40:32 +0800
committerpawel <pawel@FreeBSD.org>2011-09-07 07:40:32 +0800
commit4817b5c1d62f040f7e54757216cc2e1b9c274f8f (patch)
tree453c2a3c6abbb7f358d0dfa8320bd12f074ac72d
parent3ed852de77ba3010f6289986e7926c82fa9796f4 (diff)
downloadfreebsd-ports-gnome-4817b5c1d62f040f7e54757216cc2e1b9c274f8f.tar.gz
freebsd-ports-gnome-4817b5c1d62f040f7e54757216cc2e1b9c274f8f.tar.zst
freebsd-ports-gnome-4817b5c1d62f040f7e54757216cc2e1b9c274f8f.zip
- Chase devel/google-perftools shlib bump
- security/tor*: add -L${LOCALBASE}/lib to LDFLAGS (fixes linking) Approved by: miwi, wen (mentors implicit)
-rw-r--r--databases/hypertable/Makefile4
-rw-r--r--games/freecell-solver/Makefile3
-rw-r--r--mail/rspamd/Makefile1
-rw-r--r--security/tor-devel/Makefile2
-rw-r--r--security/tor/Makefile2
-rw-r--r--www/nginx-devel/Makefile1
-rw-r--r--www/nginx/Makefile1
7 files changed, 11 insertions, 3 deletions
diff --git a/databases/hypertable/Makefile b/databases/hypertable/Makefile
index f5b85f97ea31..11e4d5ab219e 100644
--- a/databases/hypertable/Makefile
+++ b/databases/hypertable/Makefile
@@ -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
diff --git a/games/freecell-solver/Makefile b/games/freecell-solver/Makefile
index e18ed5d0a5cd..a645a656b637 100644
--- a/games/freecell-solver/Makefile
+++ b/games/freecell-solver/Makefile
@@ -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
diff --git a/mail/rspamd/Makefile b/mail/rspamd/Makefile
index fb8508802198..350951a7ded7 100644
--- a/mail/rspamd/Makefile
+++ b/mail/rspamd/Makefile
@@ -7,6 +7,7 @@
PORTNAME= rspamd
PORTVERSION= 0.4.3
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://highsecure.ru/
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile
index efd0a10b9dcc..74cfcccbde70 100644
--- a/security/tor-devel/Makefile
+++ b/security/tor-devel/Makefile
@@ -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
diff --git a/security/tor/Makefile b/security/tor/Makefile
index 4b9d8e6fb6c7..911490b48534 100644
--- a/security/tor/Makefile
+++ b/security/tor/Makefile
@@ -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)
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index 65e04345d95f..6822d7600f84 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -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}
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index 0c198c97a0da..f93046b9dedd 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -7,6 +7,7 @@
PORTNAME= nginx
PORTVERSION= 1.0.6
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= http://nginx.org/download/