non port: devel/p5-Data-MessagePack-Stream/Makefile |
Number of commits found: 23 |
Sunday, 31 Dec 2023
|
00:37 Muhammad Moinur Rahman (bofh)
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068
bbab7f5 |
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 |
Tuesday, 26 Apr 2022
|
15:01 Po-Chuan Hsieh (sunpoet)
devel/p5-Data-MessagePack-Stream: Update to 1.05
- Add RUN_DEPENDS
- Strip shared library
Changes: https://metacpan.org/dist/Data-MessagePack-Stream/changes
8456566a |
Monday, 4 Oct 2021
|
19:58 Rene Ladan (rene)
*: re-assign kuriyama@s ports to the pool, commit bit safekept
With hat: portmgr-secretary
e56a7da |
Wednesday, 30 Jun 2021
|
20:52 Piotr Kubaj (pkubaj)
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
1cddd62 |
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 |
Thursday, 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)
 |
Monday, 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
 |
Monday, 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)
 |
Saturday, 14 Sep 2019
|
15:32 antoine
Mark BROKEN on i386 with lld
Reported by: pkg-fallout
MFH: 2019Q3
 |
Monday, 25 Jun 2018
|
06:39 linimon
Mark as broken on aarch64. Oddly, it works on armvX.
Approved by: portmgr (tier-2 blanket)
 |
Monday, 19 Sep 2016
|
13:28 linimon
Mark as broken on various tier-2 archs.
Approved by: portmgr (tier-2 blanket)
 |
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
 |
Wednesday, 26 Nov 2014
|
13:08 mat
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
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.
As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.
The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.
The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.
PR: 194969
Differential Revision: https://reviews.freebsd.org/D1019
Exp-run by: antoine
Reviewed by: perl@
Approved by: portmgr
 |
Monday, 6 Jan 2014
|
14:40 az
- add stage support
Approved by: portmgr (blanket infrastructure)
 |
Friday, 20 Sep 2013
|
17:13 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
 |
Sunday, 8 Sep 2013
|
07:03 az
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
 |
Friday, 12 Jul 2013
|
16:30 bapt
Mark as jobs unsafe
 |
Sunday, 19 May 2013
|
22:32 kuriyama
@dirrmtry shared dirs with devel/p5-Data-MessagePack
 |
Thursday, 23 Aug 2012
|
00:18 kuriyama
- Upgrade to 0.07.
 |
Sunday, 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: 23 |