| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
2023-06-30 databases/mongodb40: Upstream EOL reached on 2022-04-30
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568>
|
|
|
|
|
|
|
|
|
| |
- Upstream EOL reached on 2021-04-30
- Set EXPIRATION_DATE 2023-06-30
See: https://www.mongodb.com/support-policy/lifecycles
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
| |
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
|
|
|
|
| |
Approved by: portmgr (implicit)
|
|
|
|
| |
PR: 246106
|
|
|
|
|
| |
PR: 261509
Approved by: maintainer
|
|
|
|
|
|
|
|
|
| |
ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should
start with lower-case letter and not end with a period which is added
by the framework, similar to other knobs like BROKEN, IGNORE, et al.
While here, remove needless quoting, add missing Oxford comma, expand
contractions and jargonisms, use correct spelling for proper names.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
|
|
|
|
|
|
|
|
|
| |
- re-apply shebangfix (suggested by stage-qa)
- register conflict with mongodb50
https://docs.mongodb.com/manual/release-notes/4.0-changelog/#std-label-4.0.27-changelog
PR: 258454
|
|
|
|
|
| |
PR: 256551
Approved by: dev.ashevchuk AT gmail DOT com (maintainer)
|
|
|
|
|
|
|
|
| |
ChangeLog: https://docs.mongodb.com/manual/release-notes/4.0/
PR: 255118
Reported by: ronald-lists@klop.ws
Reviewed by: dev.ashevchuk@gmail.com (maintainer)
|
|
|
|
| |
Reported by: lwhsu
|
| |
|
|
|
|
| |
Notes:
svn path=/head/; revision=561509
|
|
|
|
|
|
|
|
|
| |
Similar patchset to what was already used in mongodb42 and mongodb44.
Approved by: tier 2 blanket
Notes:
svn path=/head/; revision=561282
|
|
|
|
|
|
|
| |
Leave out textproc/py-sphinx[18] for now.
Notes:
svn path=/head/; revision=561105
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Pretty trivial version update.
- Point www to manual of 4.0.
- Update CONFLICTS_INSTALL. (I don't see how -tools conflicted with mongodb.)
Changelog:
https://docs.mongodb.com/manual/release-notes/4.0/#aug-21-2020
https://docs.mongodb.com/manual/release-notes/4.0/#nov-10-2020
PR: 250156
Submitted by: Ronald Klop (maintainer)
Approved by: dev.ashevchuk@gmail.com (maintainer timeout)
Notes:
svn path=/head/; revision=556769
|
|
|
|
|
|
|
|
|
| |
PR: 249598
Submitted by: Ronald Klop
Approved by: dev.ashevchuk (maintainer, previous version)
Notes:
svn path=/head/; revision=556589
|
|
|
|
|
|
|
|
|
|
|
|
| |
- License changed to Server Side Public License
PR: 247412, 238684
Submitted by: Ronald Klop <ronald-lists@klop.ws>
Approved by: dev.ashevchuk@gmail.com (maintainer)
Relnotes: https://docs.mongodb.com/manual/release-notes/4.0/#jun-15-2020
Notes:
svn path=/head/; revision=540821
|
|
|
|
|
|
|
|
|
| |
PR: 245976
Submitted by: Ronald Klop
Approved by: Andrew Shevchuk (maintainer)
Notes:
svn path=/head/; revision=539367
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Mongo (from "humongous") is a high-performance, open source,
schema-free, document-oriented database. A common name in the
"NOSQL" community.
WWW: https://www.mongodb.com/
PR: 242002
Submitted by: Ronald Klop <ronald-lists@klop.ws>
Reviewed by: koobs, mikael
Relnotes: https://docs.mongodb.com/manual/release-notes/4.2/
Notes:
svn path=/head/; revision=538150
|
|
|
|
|
|
|
| |
- While I'm here, convert emulators/gem5 and games/marsnomercy to USES=scons
Notes:
svn path=/head/; revision=536497
|
|
|
|
|
|
|
|
|
|
| |
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136
Notes:
svn path=/head/; revision=519824
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 241210
Approved by: Andrew Shevchuk <dev.ashevchuk@gmail.com> (maintainer)
MFH: 2019Q4
Relnotes: https://docs.mongodb.com/manual/release-notes/4.0/
Security: CVE-2019-2386, CVE-2019-2389, CVE-2019-2390
Notes:
svn path=/head/; revision=514327
|
|
|
|
|
|
|
|
|
|
| |
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774
Notes:
svn path=/head/; revision=509290
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
Notes:
svn path=/head/; revision=507372
|
|
|
|
|
|
|
|
|
| |
Since devel/py-promise requires 3.6.4+, the minimal version is set to 3.6.4.
With hat: python
Notes:
svn path=/head/; revision=503133
|
|
|
|
|
|
|
|
|
| |
Submitted by: Andrew Shevchuk <dev.ashevchuk@gmail.com> (maintainer)
Relnotes: https://docs.mongodb.com/manual/release-notes/4.0/
https://docs.mongodb.com/manual/release-notes/4.0-changelog/
Notes:
svn path=/head/; revision=498825
|
|
|
|
|
|
|
|
|
|
| |
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303
Notes:
svn path=/head/; revision=498698
|
|
|
|
|
|
|
|
|
| |
PR: 236366
Submitted by: Ronald Klop <ronald-lists@klop.ws>
Approved by: dev.ashevchuk@gmail.com (maintainer timeout)
Notes:
svn path=/head/; revision=496468
|
|
Mongo (from "humongous") is a high-performance, open source,
schema-free, document-oriented database. A common name in the
"NOSQL" community.
WWW: https://www.mongodb.com/
PR: 234310
Reported by: Eric Madrid <eric@madrid.lol>
Submitted by: Andrew Shevchuk <dev.ashevchuk@gmail.com>
Reviewed by: Michael Booth <michal@wrotkowski.pl>
Notes:
svn path=/head/; revision=494401
|