notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/p5-Data-MessagePack-Stream/Makefile
SVNWeb

Number of commits found: 22

Sun, 16 Oct 2022
[ 21:10 Adam Weinberger (adamw) search for other commits by this committer ]    commit hash:9e03d9958ec94c454641adc956fd3b40188fc925  commit hash:9e03d9958ec94c454641adc956fd3b40188fc925  commit hash:9e03d9958ec94c454641adc956fd3b40188fc925  9e03d99  (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
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.
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 26 Apr 2022
[ 15:01 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:8456566af4bd2dfb3c9ad5fc33e1017cf2db7d46  commit hash:8456566af4bd2dfb3c9ad5fc33e1017cf2db7d46  commit hash:8456566af4bd2dfb3c9ad5fc33e1017cf2db7d46  8456566a 
devel/p5-Data-MessagePack-Stream: Update to 1.05

- Add RUN_DEPENDS
- Strip shared library

Changes:	https://metacpan.org/dist/Data-MessagePack-Stream/changes
Mon, 4 Oct 2021
[ 19:58 Rene Ladan (rene) search for other commits by this committer ]    commit hash:e56a7da8946973ad5233bf881538298e30f472eb  commit hash:e56a7da8946973ad5233bf881538298e30f472eb  commit hash:e56a7da8946973ad5233bf881538298e30f472eb  e56a7da  (Only the first 10 of 420 ports in this commit are shown above. View all ports for this commit)
*: re-assign kuriyama@s ports to the pool, commit bit safekept

With hat:	portmgr-secretary
Wed, 30 Jun 2021
[ 20:52 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:1cddd629523b9759ac9dc0a7023abb4131f1f156  commit hash:1cddd629523b9759ac9dc0a7023abb4131f1f156  commit hash:1cddd629523b9759ac9dc0a7023abb4131f1f156  1cddd62 
devel/p5-Data-MessagePack-Stream: fix build on riscv64

ld: error: can't create dynamic relocation R_RISCV_LO12_I against symbol:
decl_count in readonly segment; recompile object files with -fPIC or pass
'-Wl,-z,notext' to allow text relocations in the output
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 25 Jun 2020
[ 14:00 mikael search for other commits by this committer ] Original commit   Revision:540392
devel/p5-Data-MessagePack-Stream: fix build on i386 and aarch64

PR:		234868
Reported by:	emaste
Reviewed by:	emaste
Approved by:	kuriyama (maintainer, timeout)
Mon, 20 Apr 2020
[ 17:48 pkubaj search for other commits by this committer ] Original commit   Revision:532214
devel/p5-Data-MessagePack-Stream: fix build on powerpc head

Add -fPIC:
ld: error: can't create dynamic relocation R_PPC_ADDR16_LO against local symbol
in readonly segment; recompile object files with -fPIC or pass '-Wl,-z,notext'
to allow text relocations in the output
>>> defined in msgpack-0.5.7/src/.libs/libmsgpack.a(unpack.o)
>>> referenced by zone.h:123 (./msgpack/zone.h:123)
>>>               unpack.o:(msgpack_unpacker_release_zone) in archive
msgpack-0.5.7/src/.libs/libmsgpack.a
Mon, 16 Sep 2019
[ 11:18 pkubaj search for other commits by this committer ] Original commit   Revision:512163
devel/p5-Data-MessagePack-Stream: fix build on armv7

armv7 needs -fPIC in CFLAGS to build this port:
/usr/bin/ld: error: can't create dynamic relocation R_ARM_ABS32 against local
symbol in readonly segment; recompile object files with -fPIC
>>> defined in msgpack-0.5.7/src/.libs/libmsgpack.a(unpack.o)
>>> referenced by unpack.c
>>>               unpack.o:(template_execute) in archive
msgpack-0.5.7/src/.libs/libmsgpack.a

PR:		240068
Approved by:	kuriyama (maintainer timeout), linimon (mentor)
Sat, 14 Sep 2019
[ 15:32 antoine search for other commits by this committer ] Original commit   Revision:512022
Mark BROKEN on i386 with lld

Reported by:	pkg-fallout
MFH:		2019Q3
Mon, 25 Jun 2018
[ 06:39 linimon search for other commits by this committer ] Original commit   Revision:473295
Mark as broken on aarch64.  Oddly, it works on armvX.

Approved by:	portmgr (tier-2 blanket)
Mon, 19 Sep 2016
[ 13:28 linimon search for other commits by this committer ] Original commit   Revision:422440
Mark as broken on various tier-2 archs.

Approved by:	portmgr (tier-2 blanket)
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 26 Nov 2014
[ 13:08 mat search for other commits by this committer ] Original commit   Revision:373448 (Only the first 10 of 10077 ports in this commit are shown above. View all ports for this commit)
Change the way Perl modules are installed, update the default Perl to 5.18.

Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 6 Jan 2014
[ 14:40 az search for other commits by this committer ] Original commit   Revision:338884 (Only the first 10 of 110 ports in this commit are shown above. View all ports for this commit)
- add stage support

Approved by:	portmgr (blanket infrastructure)
Fri, 20 Sep 2013
[ 17:13 bapt search for other commits by this committer ] Original commit   Revision:327724 (Only the first 10 of 2998 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
Sun, 8 Sep 2013
[ 07:03 az search for other commits by this committer ] Original commit   Revision:326704 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
Fri, 12 Jul 2013
[ 16:30 bapt search for other commits by this committer ] Original commit   Revision:322850
Mark as jobs unsafe
Sun, 19 May 2013
[ 22:32 kuriyama search for other commits by this committer ] Original commit   Revision:318553
@dirrmtry shared dirs with devel/p5-Data-MessagePack
Thu, 23 Aug 2012
[ 00:18 kuriyama search for other commits by this committer ] Original commit 
- Upgrade to 0.07.
Sun, 22 Jul 2012
[ 13:53 kuriyama search for other commits by this committer ] Original commit 
Data::MessagePack::Stream is streaming deserializer for MessagePack.

This module is alternate for Data::MessagePack::Unpacker.  Unlike
original unpacker, this module support internal buffer and it's
possible to handle streaming data correctly.

WWW: http://search.cpan.org/dist/Data-MessagePack-Stream/

Number of commits found: 22