Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.3.0 16 Oct 2022 21:10:02 |
Adam Weinberger (adamw) |
devel/msgpack: Update and split into C and C++ versions
Upstream now provides msgpack as two separate distributions: a C version
with the traditional libmsgpackc.so library, and a header-only C++
version.
devel/msgpack is now devel/msgpack-c and devel/msgpack-cxx, and its
consumers now point to one or both. Note that it is entirely possible
for both to be required. PORTREVISION bump for all consumers.
In my testing, it's not clear that the MSGPACK option in the mariadb
ports actually does anything. I don't think mariadb is actually linking
against msgpack, even before this commit. |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
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) |
3.3.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
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.
(Only the first 15 lines of the commit message are shown above ) |
3.3.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.3.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.3.0 15 Jul 2020 07:28:28 |
adamw |
Unmute some build commands |
3.3.0 05 Jun 2020 08:21:55 |
adamw |
msgpack: Update to 3.3.0
Add json example for C
Add both header and body packing functions for C
Set default ref_size and chunk_size to vrefbuffer
Add examples
Improve build system
Improve tests
Improve documents
Remove some warnings
Improve CI environment |
3.2.1 10 Dec 2019 14:17:33 |
adamw |
msgpack: Update to 3.2.1
Changes: https://github.com/msgpack/msgpack-c/releases/tag/cpp-3.2.1 |
3.2.0_1 05 Oct 2019 00:42:21 |
jbeich |
devel/google{test,mock}: update to 1.10.0
- Drop static library
- Drop gtest-config and gmock-config
- Drop GTEST_LIB_CHECK autoconf macro
- Drop gmock_doctory.py as it's too old
- Expose tests via option
Changes: https://github.com/google/googletest/compare/release-1.8.1...release-1.10.0
Reported by: GitHub (watch releases)
PR: 239654
Differential Revision: https://reviews.freebsd.org/D19430 |
3.2.0_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
3.2.0 14 Jun 2019 14:16:19 |
adamw |
msgpack: Don't build examples
30 of the 43 build steps are for examples.
PR: 238555
Submitted by: yuri |
3.2.0 27 May 2019 21:02:48 |
adamw |
Update msgpack to 3.2.0 |
3.1.1_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
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, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
3.1.1 09 Sep 2018 13:41:09 |
adamw |
Update msgpack to 3.1.1
* Add force endian set functionality
* Fix vrefbuffer memory management problem
* Fix msvc specific problem
* Update boost from 1.61.0 to 1.68.0
* Fix msgpack_timestamp type mismatch bug |
3.1.0 31 Aug 2018 22:43:44 |
adamw |
Let the test target do more of the work |
3.1.0 31 Aug 2018 22:40:06 |
adamw |
Back out r478608
TEST option was removed earlier for a reason. "make test" can work fine
here. |
3.1.0 31 Aug 2018 20:14:58 |
jbeich |
devel/msgpack: restore TEST_TARGET after r470984
TEST_DEPENDS is pointless without do-test or TEST_TARGET. automake
required googletest only during "check" but cmake wants it upfront
during "test". So, move tests into a separate option. |
3.1.0 23 Aug 2018 03:16:58 |
adamw |
Update msgpack to 3.1.0
Changes: https://github.com/msgpack/msgpack-c/releases/tag/cpp-3.1.0 |
3.0.1_1 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
3.0.1 27 May 2018 14:37:19 |
adamw |
Update to 3.0.1 and take maintainership
The license has changed from Apache 2.0 to Boost Software License.
I'm taking maintainership as this port has been outdated for two
years with no maintainer input.
PR: 228217
Approved by: maintainer timeout (2 weeks) |
1.4.2_3 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
1.4.2_2 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
1.4.2_1 11 Dec 2016 16:23:49 |
jbeich |
devel/msgpack: modernize
- Add |make test| support after ports r398125
- Convert to install-strip from automake
- Drop ports r248211 it builds fine on 9.3/10.1/11.0
PR: 214523
Approved by: maintainer timeout (3 weeks) |
1.4.2_1 02 Dec 2016 11:58:22 |
mat |
Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.
PR: 214780
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
1.4.2_1 20 Nov 2016 09:38:09 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
1.4.2 21 Oct 2016 15:21:13 |
mat |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
1.4.2 27 May 2016 18:56:52 |
pi |
devel/msgpack: 1.1.0 -> 1.4.2
Changes:
https://github.com/msgpack/msgpack-c/blob/master/CHANGELOG.md
- dependent ports PORTREVISION bump because name of shared library changed
PR: 209474
Submitted by: Yuri Victorovich <yuri@rawbw.com>
Reviewed by: swills |
1.1.0 27 Jul 2015 14:42:33 |
kuriyama |
- Upgrade to 1.1.0.
PR: ports/200789 (https://reviews.freebsd.org/D2782)
Submitted by: swills |
1.0.0 07 May 2015 15:17:33 |
mat |
Update ports in the games category to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
1.0.0 06 May 2015 22:48:16 |
kuriyama |
- Upgrade to 1.0.0.
PR: ports/198616
Submitted by: oleksii.tsai@gmail.com |
0.5.7_1 27 Oct 2014 10:40:08 |
bapt |
Cleanup plist |
0.5.7_1 01 Aug 2014 12:35:22 |
amdmi3 |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
0.5.7 09 Oct 2013 06:58:44 |
bapt |
Build & run fine with clang |
0.5.7 25 Sep 2013 00:54:09 |
bdrewery |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr |
0.5.7 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.5.7 17 Aug 2013 16:27:24 |
gerald |
Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.
This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.
That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.
Approved by: portmgr (bdrewery) |
0.5.7 21 Apr 2012 14:17:25 |
kuriyama |
- Upgrade to 0.5.7.
PR: ports/166839
Submitted by: tobez |
0.5.4 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.5.4 04 Sep 2010 06:01:53 |
kuriyama |
- Upgrade to 0.5.4. |
0.5.2 19 Jul 2010 14:02:22 |
kuriyama |
- Upgrade to 0.5.2. |
0.5.0 30 Apr 2010 23:57:04 |
kuriyama |
- Upgrade to 0.5.0. |
0.4.3 17 Apr 2010 01:53:40 |
kuriyama |
- Upgrade to 0.4.3.
- Use 4.4+ for sparc64 build (gcc-4.3 will be deprecated) [1].
Submitted by: gerald [1] |
0.4.1_1 29 Mar 2010 22:19:51 |
kuriyama |
- Unbreak on sparc64.
PR: ports/145020
Submitted by: gahr |
0.4.1_1 22 Mar 2010 06:00:34 |
linimon |
Mark as broken on sparc64: fails to configure.
Note: changing MACHINE_ARCH to ARCH might fix the problem.
Hat: portmgr |
0.4.1_1 21 Jan 2010 05:47:02 |
kuriyama |
- USE_GCC=4.2+ to be built on 6.x. |
0.4.1 20 Jan 2010 13:10:54 |
kuriyama |
- Fix build on i386. |
0.4.1 20 Jan 2010 06:43:33 |
kuriyama |
- Upgrade to 0.4.1. |
0.4.0 18 Jan 2010 07:47:39 |
kuriyama |
MessagePack is a binary-based efficient data interchange format that
is focused on high performance. It is like JSON, but very fast and
small.
WWW: http://msgpack.sourceforge.jp/ |