summaryrefslogtreecommitdiffstats
path: root/databases/mongodb/Makefile
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2017-07-20 09:21:03 +0000
committerjbeich <jbeich@FreeBSD.org>2017-07-20 09:21:03 +0000
commitd0d533443d4b10490aa8c05ee13a66d94aec453c (patch)
tree3728c363e1d50445be60feec07d1ccbc35f38519 /databases/mongodb/Makefile
parente3e98144c32d8f56cd0297ac884001f0e91fb9aa (diff)
downloadFreeBSD-ports-d0d533443d4b10490aa8c05ee13a66d94aec453c.zip
FreeBSD-ports-d0d533443d4b10490aa8c05ee13a66d94aec453c.tar.gz
MFH: r446250branches/2017Q2
databases/mongodb: unbreak with clang >= 4.0 Convert ptr > 0 to ptr != 0. As semantics are similar no need for PORTREVISION bump. PR: 216213 220857 Submitted by: tobik (based on) Approved by: maintainer timeout (4 months) + portmgr blanket Obtained from: upstream (still under APACHE-2.0) Approved by: ports-secteam blanket
Diffstat (limited to 'databases/mongodb/Makefile')
-rw-r--r--databases/mongodb/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/mongodb/Makefile b/databases/mongodb/Makefile
index 9b2883c..820b091 100644
--- a/databases/mongodb/Makefile
+++ b/databases/mongodb/Makefile
@@ -7,6 +7,9 @@ CATEGORIES= databases net
MASTER_SITES= http://downloads.mongodb.org/src/
DISTNAME= ${PORTNAME}-src-r${PORTVERSION}
+PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME:S|db$||}/commit/
+PATCHFILES= 0ee4735ab8fb.patch:-p1
+
MAINTAINER= ale@FreeBSD.org
COMMENT= NOSQL distributed document-oriented database
OpenPOWER on IntegriCloud