Remove inconditionnal WITH_DEBUG.

mongodb works just fine without it, and it leads to packages that are 10
times bigger than needed.

PR:		228494
Submitted by:	mat
Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2018-06-11 12:00:59 +00:00
parent 2f62e59b3e
commit 4559e82ff4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472187
3 changed files with 3 additions and 7 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= mongodb PORTNAME= mongodb
PORTVERSION= 3.4.6 PORTVERSION= 3.4.6
DISTVERSIONPREFIX= r DISTVERSIONPREFIX= r
PORTREVISION= 5 PORTREVISION= 6
CATEGORIES= databases net CATEGORIES= databases net
MASTER_SITES= https://fastdl.mongodb.org/src/ \ MASTER_SITES= https://fastdl.mongodb.org/src/ \
http://fastdl.mongodb.org/src/ \ http://fastdl.mongodb.org/src/ \
@ -51,7 +51,6 @@ CONFLICTS_INSTALL= mongodb \
mongodb32 \ mongodb32 \
mongodb34 mongodb34
WITH_DEBUG=yes
MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} \ MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} \
--use-system-pcre --use-system-snappy \ --use-system-pcre --use-system-snappy \
--use-system-boost --use-system-zlib \ --use-system-boost --use-system-zlib \

View File

@ -3,7 +3,7 @@
PORTNAME= mongodb PORTNAME= mongodb
DISTVERSIONPREFIX= r DISTVERSIONPREFIX= r
DISTVERSION= 3.4.9 DISTVERSION= 3.4.9
PORTREVISION= 5 PORTREVISION= 6
CATEGORIES= databases net CATEGORIES= databases net
MASTER_SITES= https://fastdl.mongodb.org/src/ \ MASTER_SITES= https://fastdl.mongodb.org/src/ \
http://fastdl.mongodb.org/src/ \ http://fastdl.mongodb.org/src/ \
@ -44,8 +44,6 @@ MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} \
--disable-warnings-as-errors \ --disable-warnings-as-errors \
VERBOSE=on VERBOSE=on
WITH_DEBUG= yes
USERS= mongodb USERS= mongodb
GROUPS= mongodb GROUPS= mongodb

View File

@ -3,6 +3,7 @@
PORTNAME= mongodb PORTNAME= mongodb
DISTVERSIONPREFIX= r DISTVERSIONPREFIX= r
DISTVERSION= 3.6.5 DISTVERSION= 3.6.5
PORTREVSION= 1
CATEGORIES= databases net CATEGORIES= databases net
MASTER_SITES= https://fastdl.mongodb.org/src/ \ MASTER_SITES= https://fastdl.mongodb.org/src/ \
http://fastdl.mongodb.org/src/ \ http://fastdl.mongodb.org/src/ \
@ -44,8 +45,6 @@ MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} \
--disable-warnings-as-errors \ --disable-warnings-as-errors \
VERBOSE=on VERBOSE=on
WITH_DEBUG= yes
USERS= mongodb USERS= mongodb
GROUPS= mongodb GROUPS= mongodb