From owner-svn-ports-head@freebsd.org Mon Jun 11 12:01:01 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61731101A0E2; Mon, 11 Jun 2018 12:01:01 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 13F5A80DA5; Mon, 11 Jun 2018 12:01:01 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CFBDA1B222; Mon, 11 Jun 2018 12:01:00 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5BC10EL013005; Mon, 11 Jun 2018 12:01:00 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5BC105o013002; Mon, 11 Jun 2018 12:01:00 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201806111201.w5BC105o013002@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 11 Jun 2018 12:01:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472187 - in head/databases: mongodb34 mongodb34-rocks mongodb36 X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head/databases: mongodb34 mongodb34-rocks mongodb36 X-SVN-Commit-Revision: 472187 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jun 2018 12:01:01 -0000 Author: mat Date: Mon Jun 11 12:00:59 2018 New Revision: 472187 URL: https://svnweb.freebsd.org/changeset/ports/472187 Log: 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 Modified: head/databases/mongodb34-rocks/Makefile (contents, props changed) head/databases/mongodb34/Makefile (contents, props changed) head/databases/mongodb36/Makefile (contents, props changed) Modified: head/databases/mongodb34-rocks/Makefile ============================================================================== --- head/databases/mongodb34-rocks/Makefile Mon Jun 11 11:56:16 2018 (r472186) +++ head/databases/mongodb34-rocks/Makefile Mon Jun 11 12:00:59 2018 (r472187) @@ -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 \ Modified: head/databases/mongodb34/Makefile ============================================================================== --- head/databases/mongodb34/Makefile Mon Jun 11 11:56:16 2018 (r472186) +++ head/databases/mongodb34/Makefile Mon Jun 11 12:00:59 2018 (r472187) @@ -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/ \ @@ -43,8 +43,6 @@ MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} \ --runtime-hardening=on \ --disable-warnings-as-errors \ VERBOSE=on - -WITH_DEBUG= yes USERS= mongodb GROUPS= mongodb Modified: head/databases/mongodb36/Makefile ============================================================================== --- head/databases/mongodb36/Makefile Mon Jun 11 11:56:16 2018 (r472186) +++ head/databases/mongodb36/Makefile Mon Jun 11 12:00:59 2018 (r472187) @@ -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/ \ @@ -43,8 +44,6 @@ MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} \ --runtime-hardening=on \ --disable-warnings-as-errors \ VERBOSE=on - -WITH_DEBUG= yes USERS= mongodb GROUPS= mongodb