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:
parent
2f62e59b3e
commit
4559e82ff4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472187
@ -3,7 +3,7 @@
|
||||
PORTNAME= mongodb
|
||||
PORTVERSION= 3.4.6
|
||||
DISTVERSIONPREFIX= r
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= databases net
|
||||
MASTER_SITES= https://fastdl.mongodb.org/src/ \
|
||||
http://fastdl.mongodb.org/src/ \
|
||||
@ -51,7 +51,6 @@ CONFLICTS_INSTALL= mongodb \
|
||||
mongodb32 \
|
||||
mongodb34
|
||||
|
||||
WITH_DEBUG=yes
|
||||
MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} \
|
||||
--use-system-pcre --use-system-snappy \
|
||||
--use-system-boost --use-system-zlib \
|
||||
|
@ -3,7 +3,7 @@
|
||||
PORTNAME= mongodb
|
||||
DISTVERSIONPREFIX= r
|
||||
DISTVERSION= 3.4.9
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= databases net
|
||||
MASTER_SITES= https://fastdl.mongodb.org/src/ \
|
||||
http://fastdl.mongodb.org/src/ \
|
||||
@ -44,8 +44,6 @@ MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} \
|
||||
--disable-warnings-as-errors \
|
||||
VERBOSE=on
|
||||
|
||||
WITH_DEBUG= yes
|
||||
|
||||
USERS= mongodb
|
||||
GROUPS= mongodb
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
PORTNAME= mongodb
|
||||
DISTVERSIONPREFIX= r
|
||||
DISTVERSION= 3.6.5
|
||||
PORTREVSION= 1
|
||||
CATEGORIES= databases net
|
||||
MASTER_SITES= https://fastdl.mongodb.org/src/ \
|
||||
http://fastdl.mongodb.org/src/ \
|
||||
@ -44,8 +45,6 @@ MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} \
|
||||
--disable-warnings-as-errors \
|
||||
VERBOSE=on
|
||||
|
||||
WITH_DEBUG= yes
|
||||
|
||||
USERS= mongodb
|
||||
GROUPS= mongodb
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user