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: devel/msgpack/Makefile

Number of commits found: 45

Sunday, 16 Oct 2022
21:10 Adam Weinberger (adamw) search for other commits by this committer
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.
commit hash: 9e03d9958ec94c454641adc956fd3b40188fc925 commit hash: 9e03d9958ec94c454641adc956fd3b40188fc925 commit hash: 9e03d9958ec94c454641adc956fd3b40188fc925 commit hash: 9e03d9958ec94c454641adc956fd3b40188fc925 9e03d99
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Wednesday, 15 Jul 2020
07:28 adamw search for other commits by this committer
Unmute some build commands
Original commitRevision:542249 
Friday, 5 Jun 2020
08:21 adamw search for other commits by this committer
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
Original commitRevision:537993 
Tuesday, 10 Dec 2019
14:17 adamw search for other commits by this committer
msgpack: Update to 3.2.1

Changes: https://github.com/msgpack/msgpack-c/releases/tag/cpp-3.2.1
Original commitRevision:519665 
Saturday, 5 Oct 2019
00:42 jbeich search for other commits by this committer
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
Original commitRevision:513801 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
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
Original commitRevision:507372 
Friday, 14 Jun 2019
14:16 adamw search for other commits by this committer
msgpack: Don't build examples

30 of the 43 build steps are for examples.

PR:		238555
Submitted by:	yuri
Original commitRevision:504195 
Monday, 27 May 2019
21:02 adamw search for other commits by this committer
Update msgpack to 3.2.0
Original commitRevision:502832 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
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
Original commitRevision:487272 
Sunday, 9 Sep 2018
13:41 adamw search for other commits by this committer
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
Original commitRevision:479291 
Friday, 31 Aug 2018
22:43 adamw search for other commits by this committer
Let the test target do more of the work
Original commitRevision:478618 
22:40 adamw search for other commits by this committer
Back out r478608

TEST option was removed earlier for a reason. "make test" can work fine
here.
Original commitRevision:478617 
20:14 jbeich search for other commits by this committer
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.
Original commitRevision:478608 
Thursday, 23 Aug 2018
03:16 adamw search for other commits by this committer
Update msgpack to 3.1.0

Changes: https://github.com/msgpack/msgpack-c/releases/tag/cpp-3.1.0
Original commitRevision:477848 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
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
Original commitRevision:475857 
Sunday, 27 May 2018
14:37 adamw search for other commits by this committer
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)
Original commitRevision:470984 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
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
Original commitRevision:449591 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
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
Original commitRevision:437439 
Sunday, 11 Dec 2016
16:23 jbeich search for other commits by this committer
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)
Original commitRevision:428363 
Friday, 2 Dec 2016
11:58 mat search for other commits by this committer
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
Original commitRevision:427552 
Sunday, 20 Nov 2016
09:38 gerald search for other commits by this committer
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.
Original commitRevision:426566 
Friday, 21 Oct 2016
15:21 mat search for other commits by this committer
Use USES=pathfix where applicable.

PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
Original commitRevision:424427 
Friday, 27 May 2016
18:56 pi search for other commits by this committer
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
Original commitRevision:415958 
Monday, 27 Jul 2015
14:42 kuriyama search for other commits by this committer
- Upgrade to 1.1.0.

PR:		ports/200789 (https://reviews.freebsd.org/D2782)
Submitted by:	swills
Original commitRevision:392982 
Thursday, 7 May 2015
15:17 mat search for other commits by this committer
Update ports in the games category to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:385633 
Wednesday, 6 May 2015
22:48 kuriyama search for other commits by this committer
- Upgrade to 1.0.0.

PR:		ports/198616
Submitted by:	oleksii.tsai@gmail.com
Original commitRevision:385576 
Friday, 1 Aug 2014
12:35 amdmi3 search for other commits by this committer
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
Original commitRevision:363703 
Wednesday, 9 Oct 2013
06:58 bapt search for other commits by this committer
Build & run fine with clang
Original commitRevision:329871 
Wednesday, 25 Sep 2013
00:54 bdrewery search for other commits by this committer
- Remove NO_STAGE as these have been tested to be safe

With hat:	portmgr
Original commitRevision:328226 
Friday, 20 Sep 2013
17:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
Original commitRevision:327724 
Saturday, 17 Aug 2013
16:27 gerald search for other commits by this committer
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)
Original commitRevision:324851 
Saturday, 21 Apr 2012
14:17 kuriyama search for other commits by this committer
- Upgrade to 0.5.7.

PR:             ports/166839
Submitted by:   tobez
Original commit
Saturday, 4 Sep 2010
06:01 kuriyama search for other commits by this committer
- Upgrade to 0.5.4.
Original commit
Monday, 19 Jul 2010
14:02 kuriyama search for other commits by this committer
- Upgrade to 0.5.2.
Original commit
Friday, 30 Apr 2010
23:57 kuriyama search for other commits by this committer
- Upgrade to 0.5.0.
Original commit
Saturday, 17 Apr 2010
01:53 kuriyama search for other commits by this committer
- Upgrade to 0.4.3.
- Use 4.4+ for sparc64 build (gcc-4.3 will be deprecated) [1].

Submitted by:   gerald [1]
Original commit
Monday, 29 Mar 2010
22:19 kuriyama search for other commits by this committer
- Unbreak on sparc64.

PR:             ports/145020
Submitted by:   gahr
Original commit
Monday, 22 Mar 2010
06:00 linimon search for other commits by this committer
Mark as broken on sparc64: fails to configure.

Note: changing MACHINE_ARCH to ARCH might fix the problem.

Hat:            portmgr
Original commit
Thursday, 21 Jan 2010
05:47 kuriyama search for other commits by this committer
- USE_GCC=4.2+ to be built on 6.x.
Original commit
Wednesday, 20 Jan 2010
13:10 kuriyama search for other commits by this committer
- Fix build on i386.
Original commit
06:43 kuriyama search for other commits by this committer
- Upgrade to 0.4.1.
Original commit
Monday, 18 Jan 2010
07:47 kuriyama search for other commits by this committer
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/
Original commit

Number of commits found: 45