20631 Commits

Author SHA1 Message Date
cwen
fca41ebe34 Fix p5-Carp-Datum runtime with Perl>=5.22
OK sthen@
2019-02-10 16:49:32 +00:00
ajacoutot
85a2ea0f9e NULLify callback in the call to g_unix_mount_unmount when ejecting to
prevent a bus error.
2019-02-10 14:42:38 +00:00
ajacoutot
4d14f23aa6 Fix eject(1) support. 2019-02-10 13:02:46 +00:00
sthen
1e21730b50 remove junk README.pod files that "Older versions of ExtUtils::MakeMaker
may errantly install" - unbreaks packaging with perl 5.28
ok benoit@
2019-02-10 12:56:07 +00:00
jasper
d639cdc690 register gupnp-ui removal 2019-02-10 12:24:22 +00:00
rpointel
42fcccb9a5 update yapf to 0.25.0. 2019-02-09 05:53:53 +00:00
kurt
78ae1b3660 - Restore bsd specific iconv make flags lost in upstream merge conflict.
Fixes missing libiconv_open symbol in libspashscreen.so.
2019-02-08 20:36:44 +00:00
sthen
c22ee733a0 another one, reminded by danj 2019-02-08 15:01:08 +00:00
sthen
243ff1ea4b $cve quirk for libquicktime, reminded by kirby@ 2019-02-08 14:29:59 +00:00
phessler
0f32a2963d atf-allwinner and u-boot-pinebook were forks, adding support for hardware
until it could be upstreamed.  Well, the support has been upstreamed, so
we can retire these in favour of arm-trusted-firmware and u-boot-aarch64.

tested by me on an original pinebook, and by patrick@ on a 1080p pinebook.

discussed with patrick@ and jsg@
OK sthen@
2019-02-07 20:50:18 +00:00
danj
f6d9f23cb2 Register py-nevow removal 2019-02-07 19:53:28 +00:00
cwen
00dd3f8a5c Update p5-Hash-Merge to 0.300
Original diff from Olivier Cherrier <oc () symacx ! com> (thanks!)
While here, i've fixed some trailing whitespaces in DESCR
OK afresh1@ (MAINTAINER), "read OK but untested" sthen@
2019-02-07 18:30:15 +00:00
cwen
a9370b950b +p5-Clone-Choose 2019-02-07 18:17:52 +00:00
cwen
e0ec0ced8b Import devel/p5-Clone-Choose 0.010
Original diff from Olivier Cherrier <oc () symacx ! com> (thanks!)
tweaks and OK afresh1@, "read OK but untested" sthen@

Clone::Choose checks several different modules which provide a clone()
function and selects an appropriate one.
2019-02-07 18:16:16 +00:00
jca
8c96b925de Fix libelf handling
- devel/libelf is no more, use libelf from base
- libelf is always used if detected, not just on powerpc, so properly
disable its use elsewhere

A comment in the source says libelf is used for vxworks, not sure how
useful it actually is on OpenBSD.
2019-02-07 14:32:45 +00:00
jca
0ab3526081 Simplify libc++7 workaround, tweaking config.hpp was enough
Noticed by naddy@, ok Brad (maintainer)
2019-02-07 13:53:28 +00:00
sebastia
d0f855a50e hook up ruby-optimist 2019-02-07 09:47:57 +00:00
sebastia
cdf5346d8a import ruby-optimist
Optimist is a commandline option parser for Ruby that just gets out of
your way. One line of code per option is all you need to write. For
that, you get a nice automatically-generated help page, robust option
parsing, command subcompletion, and sensible defaults for everything you
don't specify.


feedback on how to enable the tests, and OK for import jeremy@
2019-02-07 09:45:09 +00:00
jasper
78d6e7f1ce update to p5-Config-IniFiles-3.000001 2019-02-06 19:03:12 +00:00
naddy
c644baabc5 update CVE entry for net/curl; reminded by danj@ 2019-02-06 18:22:15 +00:00
cwen
a0dfe30fdf Update p5-MooseX-Role-Parameterized to 1.10
Changelog:
https://metacpan.org/changes/release/ETHER/MooseX-Role-Parameterized-1.10
OK bcallah@ sthen@
2019-02-06 16:14:41 +00:00
cwen
a0fae7c474 Update p5-MooseX-Role-WithOverloading to 0.17
Changelog:
https://metacpan.org/changes/distribution/MooseX-Role-WithOverloading
OK bcallah@ sthen@
2019-02-06 16:08:21 +00:00
cwen
a234a3a664 Update p5-MooseX-Daemonize to 0.21
Changelog:
https://metacpan.org/changes/distribution/MooseX-Daemonize
Tweaks and OK sthen@, OK bcallah@
2019-02-06 16:02:33 +00:00
cwen
392b5224e7 Update p5-MooseX-ConfigFromFile to 0.14
Changelog:
https://metacpan.org/changes/release/ETHER/MooseX-ConfigFromFile-0.14
OK sthen@ bcallah@
2019-02-06 15:53:35 +00:00
cwen
08bced5107 +p5-MooseX-Types-Path-Tiny 2019-02-06 15:40:29 +00:00
cwen
28cf0595bc Import devel/p5-MooseX-Types-Path-Tiny 0.012
OK sthen@ bcallah@

This module provides Path::Tiny types for Moose. It handles two
important types of coercion:

- coercing objects with overloaded stringification
- coercing to absolute paths

It also can check to ensure that files or directories exist.
2019-02-06 15:39:36 +00:00
cwen
45151575c2 +p5-MooseX-Types-Stringlike 2019-02-06 15:06:27 +00:00
cwen
98a21983ad Import devel/p5-MooseX-Types-Stringlike 0.003
OK sthen@ bcallah@

This Perl module provides a more general version of the "Str" type. If
coercions are enabled, it will accept objects that overload stringification
and coerces them into strings.
2019-02-06 15:04:18 +00:00
sthen
ddbda595d4 cve quirk for rdesktop 2019-02-06 14:23:35 +00:00
jca
6086340727 Unbreak on clang archs, prefer <string_view> to <experimental/string_view>
ok Brad (maintainer)

libc++7 made <experimental/string_view> a stub containing only

  #error "<experimental/string_view> has been removed. Use <string_view> instead."

One can wonder why upstream kept the header at all.
2019-02-06 11:43:35 +00:00
ajacoutot
480a06c131 Update to meson-0.49.2. 2019-02-05 13:19:23 +00:00
jca
cd9c29733e Say goodbye to devel/libelf
ok jasper@ (maintainer)
2019-02-04 23:36:27 +00:00
jca
15f9099d0a Move to libelf from base
Initial diff from jsg@, ok jasper@ (maintainer of
libdwarf/ctftools/libelf).
2019-02-04 23:34:10 +00:00
ajacoutot
803c85808f Bring in macro from pkgconfig 0.29.1.
prodded by jasper@
2019-02-04 20:44:06 +00:00
fcambus
f04a53714c Update xa to 2.3.9. 2019-02-04 09:42:01 +00:00
jca
41f5ab9fa7 Unbreak test, our sed(1) doesn't handle NUL bytes and \xff-style syntax
ok sthen@ Nam Nguyen (maintainer)
2019-02-03 22:40:38 +00:00
jca
822c559486 Back out the -msave-args addition, it breaks lang/rust on amd64
Pointed out by semarie@
2019-02-03 18:29:48 +00:00
sthen
aa67748a7a add . to @INC for new perl 2019-02-03 12:41:19 +00:00
juanfra
133c95e585 SECURITY:
Prior to 4.9, it's possible to use symlinks and subrepositories to defeat
Mercurial's path-checking logic and write files outside a repository.

As per recommendation of Augie Fackler (Mercurial developer), I'm
creating a global rc file to disable subrepos or any future dangerous
feature. If you need subrepos support, you can enable it in the
project rc file (i.e. myrepo/.hg/hgrc). Use it only with really trusty
sources.
2019-02-02 15:26:07 +00:00
rpointel
5bb2f94789 inputs from brad@, Makefile can be simplified and upstream has fixed the build
on OpenBSD.
2019-02-02 10:38:44 +00:00
juanfra
2275239921 Add PORTHOME. 2019-02-01 21:30:00 +00:00
rpointel
f786251088 update llvmlite to 0.27.0, version compatible with llvm 7.
same diff from brad@.
2019-02-01 13:12:55 +00:00
ajacoutot
b546ba8f25 Missing BDEP+RDEP on devel/py-setuptools_scm. 2019-02-01 06:28:23 +00:00
ajacoutot
8072e2982a Update to harfbuzz-2.3.1. 2019-01-31 19:44:08 +00:00
jasper
a8a13268cb +py-setuptools_scm_git_archive 2019-01-31 17:47:55 +00:00
jasper
f14a5ff264 import py-setuptools_scm_git_archive-1.0
This is a setuptools_scm plugin that adds support for git archives.

ok aja@
2019-01-31 17:46:32 +00:00
jca
9f42a29d05 Update to pcre2-10.32
Paranoid minor bump since error #defines have been added.
From Nam Nguyen who takes maintainership, with input from sthen@
2019-01-31 17:40:30 +00:00
jca
5920dd8509 Merge -msave-args support implemented by dlg in base clang
from Brad
2019-01-31 13:40:22 +00:00
cwen
f407bee909 Fix build with Perl 5.26+ (no . in @INC)
OK bcallah@ sthen@
2019-01-30 15:00:23 +00:00
cwen
60a283e0bc Fix build with Perl 5.26+ (no . in @INC)
OK bcallah@ sthen@
2019-01-30 14:50:23 +00:00