non port: devel/msgpack/Makefile |
Number of commits found: 45 |
Sunday, 16 Oct 2022
|
21:10 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.
9e03d99 |
Wednesday, 7 Sep 2022
|
21:10 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.
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)
b7f0544 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Wednesday, 15 Jul 2020
|
07:28 adamw
Unmute some build commands
|
Friday, 5 Jun 2020
|
08:21 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
|
Tuesday, 10 Dec 2019
|
14:17 adamw
msgpack: Update to 3.2.1
Changes: https://github.com/msgpack/msgpack-c/releases/tag/cpp-3.2.1
|
Saturday, 5 Oct 2019
|
00:42 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
|
Friday, 26 Jul 2019
|
20:46 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
|
Friday, 14 Jun 2019
|
14:16 adamw
msgpack: Don't build examples
30 of the 43 build steps are for examples.
PR: 238555
Submitted by: yuri
|
Monday, 27 May 2019
|
21:02 adamw
Update msgpack to 3.2.0
|
Wednesday, 12 Dec 2018
|
01:35 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
|
Sunday, 9 Sep 2018
|
13:41 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
|
Friday, 31 Aug 2018
|
22:43 adamw
Let the test target do more of the work
|
22:40 adamw
Back out r478608
TEST option was removed earlier for a reason. "make test" can work fine
here.
|
20:14 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.
|
Thursday, 23 Aug 2018
|
03:16 adamw
Update msgpack to 3.1.0
Changes: https://github.com/msgpack/msgpack-c/releases/tag/cpp-3.1.0
|
Sunday, 29 Jul 2018
|
22:18 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
|
Sunday, 27 May 2018
|
14:37 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)
|
Sunday, 10 Sep 2017
|
20:55 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
|
Saturday, 1 Apr 2017
|
15:23 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
|
Sunday, 11 Dec 2016
|
16:23 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)
|
Friday, 2 Dec 2016
|
11:58 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
|
Sunday, 20 Nov 2016
|
09:38 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.
|
Friday, 21 Oct 2016
|
15:21 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
|
Friday, 27 May 2016
|
18:56 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
|
Monday, 27 Jul 2015
|
14:42 kuriyama
- Upgrade to 1.1.0.
PR: ports/200789 (https://reviews.freebsd.org/D2782)
Submitted by: swills
|
Thursday, 7 May 2015
|
15:17 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
|
Wednesday, 6 May 2015
|
22:48 kuriyama
- Upgrade to 1.0.0.
PR: ports/198616
Submitted by: oleksii.tsai@gmail.com
|
Friday, 1 Aug 2014
|
12:35 amdmi3
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
|
Wednesday, 9 Oct 2013
|
06:58 bapt
Build & run fine with clang
|
Wednesday, 25 Sep 2013
|
00:54 bdrewery
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr
|
Friday, 20 Sep 2013
|
17:13 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Saturday, 17 Aug 2013
|
16:27 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)
|
Saturday, 21 Apr 2012
|
14:17 kuriyama
- Upgrade to 0.5.7.
PR: ports/166839
Submitted by: tobez
|
Saturday, 4 Sep 2010
|
06:01 kuriyama
- Upgrade to 0.5.4.
|
Monday, 19 Jul 2010
|
14:02 kuriyama
- Upgrade to 0.5.2.
|
Friday, 30 Apr 2010
|
23:57 kuriyama
- Upgrade to 0.5.0.
|
Saturday, 17 Apr 2010
|
01:53 kuriyama
- Upgrade to 0.4.3.
- Use 4.4+ for sparc64 build (gcc-4.3 will be deprecated) [1].
Submitted by: gerald [1]
|
Monday, 29 Mar 2010
|
22:19 kuriyama
- Unbreak on sparc64.
PR: ports/145020
Submitted by: gahr
|
Monday, 22 Mar 2010
|
06:00 linimon
Mark as broken on sparc64: fails to configure.
Note: changing MACHINE_ARCH to ARCH might fix the problem.
Hat: portmgr
|
Thursday, 21 Jan 2010
|
05:47 kuriyama
- USE_GCC=4.2+ to be built on 6.x.
|
Wednesday, 20 Jan 2010
|
13:10 kuriyama
- Fix build on i386.
|
06:43 kuriyama
- Upgrade to 0.4.1.
|
Monday, 18 Jan 2010
|
07:47 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/
|
Number of commits found: 45 |