notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: databases/mongodb32/Makefile

Number of commits found: 23

Tuesday, 11 Dec 2018
20:32 rene search for other commits by this committer
databases/mongodb32: expire on 2018-12-31, EOL upstream since 2018-09
Original commitRevision:487256 
Saturday, 10 Nov 2018
10:09 mat search for other commits by this committer
security/openssl-devel was removed, but there is a security/openssl111 now.
Original commitRevision:484599 
Tuesday, 22 May 2018
13:15 mat search for other commits by this committer
Add PY_FLAVOR to Python module dependencies.

Sponsored by:	Absolight
Original commitRevision:470610 
Sunday, 20 May 2018
09:24 riggs search for other commits by this committer
Adapt ${name}_limits to the new resource limiting mechanics for services

PR:		227218
Submitted by:	0mp
Original commitRevision:470445 
Saturday, 19 May 2018
06:52 krion search for other commits by this committer
Fix build with pcre 8.42

PR:		220613
Submitted by:	adamw
Original commitRevision:470356 
Monday, 16 Apr 2018
21:33 feld search for other commits by this committer
Reset MAINTAINER

Approved by:	maintainer (private communications)
Original commitRevision:467537 
Friday, 16 Feb 2018
17:52 brnrd search for other commits by this committer
BROKEN_SSL: Add REASON for breakage

Reported by:	matwq
Original commitRevision:462050 
14:03 brnrd search for other commits by this committer
security/openssl-devel: Mark broken databases cat
Original commitRevision:462016 
Friday, 22 Sep 2017
10:48 mat search for other commits by this committer
Remove USES=execinfo.

PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
Original commitRevision:450351 
Saturday, 1 Apr 2017
15:28 bapt search for other commits by this committer
Now that llvm 3.7 is gone, use llvm40 if the clang compiler is lower than 3.7

mongodb requires clang >= 3.7 to build if the compiler is clang

Reported by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
Original commitRevision:437441 
Tuesday, 3 Jan 2017
11:01 mat search for other commits by this committer
Cleanup BROKEN/IGNORE for 10.3-

Sponsored by:	Absolight
Original commitRevision:430454 
Friday, 25 Nov 2016
13:00 demon search for other commits by this committer
Update to version 3.2.11

PR:		213134 (update to 3.2.10)
Submitted by:	Eric Camachat <eric@camachat.org>
Maintainer timeout.
Original commitRevision:427112 
Thursday, 18 Aug 2016
14:46 amdmi3 search for other commits by this committer
- Update to 3.2.9

PR:		211392
Submitted by:	eric@camachat.org
Approved by:	maintainer timeout (brendan+freebsd@bbqsrc.net, 3 weeks)
Original commitRevision:420406 
Thursday, 7 Jul 2016
14:25 amdmi3 search for other commits by this committer
- Update to 3.2.7

PR:		210489
Submitted by:	numisemis@yahoo.com
Approved by:	maintainer timeout (brendan+freebsd@bbqsrc.net, 2 weeks)
Original commitRevision:418185 
Wednesday, 25 May 2016
15:43 mat search for other commits by this committer
Remove useless WRKSRC definitions.

While there, correct DEV_WARNINGS when they occur.

Sponsored by:	Absolight
Original commitRevision:415839 
Monday, 16 May 2016
06:34 pi search for other commits by this committer
databases/mongodb32: use clang from base in 11-CURRENT

Clang has been upgrade to 3.8 in 11-CURRENT, so use it.

PR:		208276
Submitted by:	Eric Camachat <eric@camachat.org>
Approved by:	brendan+freebsd@bbqsrc.net (maintainer)
Original commitRevision:415310 
05:57 pi search for other commits by this committer
databases/mongodb32: 3.2.4 -> 3.2.6

Changes: https://docs.mongodb.com/manual/release-notes/3.2/
PR:		209176
Submitted by:	numisemis@yahoo.com
Approved by:	brendan+freebsd@bbqsrc.net (maintainer timeout)
Original commitRevision:415308 
Wednesday, 13 Apr 2016
14:06 amdmi3 search for other commits by this committer
- Extend IGNORE condition from "< 10.0" to "< 10.2": this doesn't build on 10.1
either:

/usr/include/c++/v1/type_traits:433:76: error: no matching function for call to
'__source'
    : public integral_constant<bool,
sizeof(__is_function_imp::__test<_Tp>(__is_function_imp::__source<_Tp>())) == 1>
                                                                          
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
src/mongo/db/catalog/database.cpp:618:32: note: while substituting deduced
template arguments into function template 'function' [with _Fp =
std::__1::__bind<mongo::Status (mongo::StorageEngine::Factory::*)(const
mongo::BSONObj &) const, std::__1::placeholders::__ph<1> &,
std::__1::placeholders::__ph<2> &>]
                              
stdx::bind(&StorageEngine::Factory::validateCollectionStorageOptions,
                               ^
/usr/include/c++/v1/type_traits:424:28: note: candidate template ignored:
substitution failure [with _Tp = mongo::Status (const mongo::BSONObj &) const]:
reference to function type 'mongo::Status (const mongo::BSONObj &) const' cannot
have 'const' qualifier
template <class _Tp> _Tp&  __source();
                     ~~~   ^
src/mongo/db/catalog/database.cpp:617:9: error: no matching function for call to
'validateStorageOptions'
        validateStorageOptions(collectionOptions.storageEngine,
        ^~~~~~~~~~~~~~~~~~~~~~

- While here, check OPSYS along with OSVERSION

Reported by:	pkg-fallout
Approved by:	portmgr blanket
Original commitRevision:413208 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Monday, 14 Mar 2016
18:29 pi search for other commits by this committer
databases/mongodb32: 3.2.3 -> 3.2.4

- modified pkg-plist from exec/unexec to @sample
- provide a simplified mongodb.conf file
- Fixed issue with setting optime when running with journaling
  disabled: SERVER-22495, SERVER-22728
- Have read concern majority reflect journaled state on the primary:
  SERVER-22269
- Fixed issue where specifying replication.enableMajorityReadConcern
  implied true regardless of the actual boolean value: SERVER-22683
- Fixed issue causing segfault when running aggregation that includes
  $lookup: SERVER-22537

PR:		207842
Submitted by:	numisemis@yahoo.com
Approved by:	Brendan Molloy <brendan+freebsd@bbqsrc.net> (maintainer)
Original commitRevision:411108 
Saturday, 27 Feb 2016
14:18 koobs search for other commits by this committer
databases/mongodb32: Update to 3.2.3

- Update PORTVERSION and distinfo checksum (3.2.3) [1]
- Depend explicitly on Clang 3.7
- Update ONLY_FOR_ARCHS{_REASON} to exclude i386

Removes i386 support entirely, as even now I get pkg-fallout due to
mozjs failing to build in some circumstances, and the maintenance
burden isn't worth it given 32bit is deprecated.

A future revision may conditionally check the existence of a global
clang that meets the requirements of this port, but right now that
requires fixing some issues in compiler.mk and I don't feel it
appropriate to replicate its entire functionality to fix this port for
now.

PR:		207417
Reported by:	<numisemis yahoo.com> [1]
Submitted by:	Brendan Molloy <brendan+freebsd bbqsrc net> (maintainer)
Original commitRevision:409668 
Wednesday, 10 Feb 2016
14:32 koobs search for other commits by this committer
databases/mongodb32{-tools}: Disable WIRETIGER on i386, Mark BROKEN on 9.x

MongoDB 3.2 doesn't build on FreeBSD 9.x, and its tools fail to build
for a separate reason: TLS 1.1 and 1.2 are not found in the OpenSSL
version that the builder detects.

Fortunately, we don't have to solve that as the primary port does not
support FreeBSD 9 either. Patched to IGNORE on < FreeBSD 10.

PR:		206795, 206796
Submitted by:	Brendan Molloy <brendan+freebsd bbqsrc net> (maintainer)
MFH:		2016Q1
Original commitRevision:408633 
Saturday, 23 Jan 2016
12:46 demon search for other commits by this committer
Add a port for mongodb version 3.2.

PR:		205510
Submitted by:	Brendan Molloy <brendan+freebsd@bbqsrc.net>
Maintainer of databases/mongodb port timeout (3 weeks)

I bumped version to 3.2.1.

mongodb32-tools port coming soon.
Original commitRevision:406969 

Number of commits found: 23