non port: devel/p5-Data-MessagePack-Stream/Makefile |
SVNWeb
|
Number of commits found: 22 |
Sun, 16 Oct 2022
|
[ 21:10 Adam Weinberger (adamw) ] 9e03d99 (Only the first 10 of 28 ports in this commit are shown above. )
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) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Tue, 26 Apr 2022
|
[ 15:01 Po-Chuan Hsieh (sunpoet) ] 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) ] e56a7da (Only the first 10 of 420 ports in this commit are shown above. )
*: re-assign kuriyama@s ports to the pool, commit bit safekept
With hat: portmgr-secretary
|
Wed, 30 Jun 2021
|
[ 20:52 Piotr Kubaj (pkubaj) ] 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) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 25 Jun 2020
|
[ 14:00 mikael ]
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 ]
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 ]
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 ]
Mark BROKEN on i386 with lld
Reported by: pkg-fallout
MFH: 2019Q3
|
Mon, 25 Jun 2018
|
[ 06:39 linimon ]
Mark as broken on aarch64. Oddly, it works on armvX.
Approved by: portmgr (tier-2 blanket)
|
Mon, 19 Sep 2016
|
[ 13:28 linimon ]
Mark as broken on various tier-2 archs.
Approved by: portmgr (tier-2 blanket)
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] (Only the first 10 of 10077 ports in this commit are shown above. )
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 )
|
Mon, 6 Jan 2014
|
[ 14:40 az ] (Only the first 10 of 110 ports in this commit are shown above. )
- add stage support
Approved by: portmgr (blanket infrastructure)
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Sun, 8 Sep 2013
|
[ 07:03 az ] (Only the first 10 of 19 ports in this commit are shown above. )
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
|
Fri, 12 Jul 2013
|
[ 16:30 bapt ]
Mark as jobs unsafe
|
Sun, 19 May 2013
|
[ 22:32 kuriyama ]
@dirrmtry shared dirs with devel/p5-Data-MessagePack
|
Thu, 23 Aug 2012
|
[ 00:18 kuriyama ]
- Upgrade to 0.07.
|
Sun, 22 Jul 2012
|
[ 13:53 kuriyama ]
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 |