142228 Commits

Author SHA1 Message Date
ajacoutot
8e232da1bf Provide all python debug packages. 2019-11-11 17:47:41 +00:00
espie
d1f1c96c65 tweak the heuristics for DEBUG_PACKAGES: exclude arch-independent packages,
so that you can set DEBUG_PACKAGES=${BUILD_PACKAGES} most of the time
2019-11-11 17:40:06 +00:00
jca
b20b0a63d5 This doesn't conflict with biology/emboss any more
ok edd@ sthen@
2019-11-11 17:35:50 +00:00
jca
df2845d7c6 Move EMBOSS programs to /usr/local/libexec/emboss/
EMBOSS ships a lot of programs with generic names, it conflicts with
devel/pscan and also the upcoming texlive update.  People who use EMBOSS
can change their PATH.  Suggested by sthen@, ok edd@ sthen@
2019-11-11 17:35:10 +00:00
espie
7109855c36 don't register automatically generated debug*plists, allows for quick
change in the infrastructure, and follows what we actually do for non
static plists
2019-11-11 17:30:13 +00:00
thfr
7670058636 add MONO_FORCE_COMPAT env var which allows additional backwards compatibility
Note that this should only be used in well-defined cases that otherwise throw
array/list exceptions since it opens possibilities for undefined behavior.

ok robert@ (maintainer)
2019-11-11 17:05:01 +00:00
benoit
7a41a1a15c Update to p5-String-CRC32-1.8. 2019-11-11 16:42:32 +00:00
jca
a75cb94a09 Provide debug-knot 2019-11-11 16:11:19 +00:00
fcambus
5cd30014c0 Update mruby to 2.0.1.
Notable changes:

- Switch to using GH_ directives to fetch the distfile
- Point HOMEPAGE to https://mruby.org/
- Upstream now enable setting MRB_ENDIAN_BIG on big endian architectures,
  so we only need to add the missing <endian.h> header

Tested on amd64, test suite passes without errors.

OK sthen@, jeremy@
2019-11-11 11:42:36 +00:00
fcambus
0d6c416b9d Update vbam to 2.1.4.
We can remove the patch for src/gba/GBAcpu.h as the regparm function
attribute is now only defined on i386 and amd64, even if it is only
useful on i386.

While there, update HOMEPAGE to HTTPS.

OK bentley@
2019-11-11 11:13:13 +00:00
kn
f59de0f1db Update to git 2.24.0
OK benoit
2019-11-11 10:12:32 +00:00
kn
a61a6a6d4d Update to prompt_toolkit 2.0.10
Required for an upcoming iPython update.
aja removed aws-shell so the dependency requirement is invalid.

OK kmos
2019-11-11 09:11:19 +00:00
bentley
3b78966c1a Add debug packages for apertium tools. 2019-11-11 08:49:10 +00:00
bentley
977cddca04 Add debug packages for mandoc tools. 2019-11-11 08:14:18 +00:00
bentley
4d8845c5da Add netsurf debug packages.
While here, bump all packages after netsurf-buildsystem update.
2019-11-11 03:21:55 +00:00
bentley
5fbd3f0d76 Update to netsurf-buildsystem-1.8. 2019-11-11 02:41:05 +00:00
bentley
acd62eb232 Add debug packages for mupen64plus. 2019-11-11 02:01:07 +00:00
kmos
e8ed5007be Remove unneeded py-nose dependency. Patches submitted upstream. 2019-11-11 00:40:45 +00:00
pvk
c8e3c54d80 +py-vmomi 2019-11-10 22:54:43 +00:00
pvk
9de19989ac Import py-vmomi, python SDK for the VMware vSphere API ok sthen@ 2019-11-10 22:53:08 +00:00
bentley
d24d32295d Add debug packages for mgba. 2019-11-10 22:05:26 +00:00
jca
b6aaf26b17 ${BUILD_PACKAGES} instead of - 2019-11-10 21:50:23 +00:00
kmos
315c815bf7 Update quirks for dropped python2 FLAVOR of py-algorithm-munkres 2019-11-10 21:47:59 +00:00
kmos
f915acf5de py-algorithm-munkres is now python3-only. Update the dependency here
and bump REVISION.

ok kn
2019-11-10 21:47:00 +00:00
kmos
c58228bbb9 Update devel/py-algorithm-munkres 1.0.10 -> 1.1.2
The only consumer of py-algorithm-munkres is audio/beets, which is a
python3-only port. Update to the most recent that doesn't support python2.

While here, migrate the ports from py-nose to MODPY_PYTEST.
Patch submitted upstream.

OK kn
2019-11-10 21:45:47 +00:00
ajacoutot
2194e025ef Set DEBUG_PACKAGES to BUILD_PACKAGES instead of the ugly dash. 2019-11-10 21:44:06 +00:00
bentley
6e6c5a97fe Add debug-sdl2. 2019-11-10 21:35:39 +00:00
kmos
8f04784395 Remove unneeded py-nose TEST_DEPENDS 2019-11-10 21:31:28 +00:00
ajacoutot
8fab1b003a Update now that DEBUG_PACKAGES can cope with hard links. 2019-11-10 21:06:47 +00:00
espie
01155b231a build-debug-info actually needs to operate under ${WRKINST}${TRUEPREFIX}
so that it can figure out hardlink

create special LINK entries that just make hardlinks on the dbg info
for already generated stuff.

This solves the python problem noticed by aja@
2019-11-10 20:44:51 +00:00
landry
6339836422 The list of files/libs with debug symbols is automagic now. 2019-11-10 20:26:56 +00:00
ajacoutot
d631d2238c Add some doc about creating new releases. 2019-11-10 19:56:58 +00:00
ajacoutot
d4571f7934 Add debug packages; dbus is a dependency from pretty much everything. 2019-11-10 19:12:28 +00:00
ajacoutot
baf2cdfbef Merge the "gspawn: Optimize fd closing on AIX and BSDs" commit from
upstream so that we have time to test during the release cycle.
2019-11-10 19:01:49 +00:00
kmos
c2f4aa6d85 Delete NO_TEST to enable the regression test. 2019-11-10 18:43:48 +00:00
sthen
b83943be43 update to ccache-3.7.5 2019-11-10 18:38:47 +00:00
ajacoutot
3ff04faf71 More automatish debug. 2019-11-10 18:34:06 +00:00
fcambus
f13f31536b Update wtf to 20191020.
OK bcallah@
2019-11-10 18:27:54 +00:00
espie
ec94319f61 note to self (noticed by aja@ in python) 2019-11-10 18:27:51 +00:00
espie
8f163ed309 warn when update-plist changed files with debug info, so that ppl know
they need to re-do fake to get proper debug packages
2019-11-10 18:26:39 +00:00
kmos
d422825328 Delete NO_TEST to enable the regression test. 2019-11-10 18:24:17 +00:00
ajacoutot
3cd5a7b283 Regen WANTLIB and remove BROKEN. 2019-11-10 18:15:08 +00:00
kmos
a878c34114 Enable test by deleting NO_TEST and adding MODPY_PYTEST=Yes.
All one test pass.
2019-11-10 18:14:23 +00:00
jca
aed0e196fa Move USE_GMAKE in a more appropriate place 2019-11-10 17:58:19 +00:00
jca
f25ebe7b90 Provide debug-openvpn 2019-11-10 17:50:00 +00:00
jca
66bacb23ef Simplify debug package goo 2019-11-10 17:49:30 +00:00
espie
68ffed6fe9 DON'T do PKGPATHS yet... sqlports does not like 2019-11-10 17:41:47 +00:00
fcambus
faa8a6bc27 Update pen to 0.34.1.
OK ajacoutot@
2019-11-10 17:39:53 +00:00
espie
6b45c88ee8 if the plist changes, some files may vanish... fake should STILL finish,
so just WARN for non existing files with debug stuff
2019-11-10 17:36:20 +00:00
ajacoutot
065d94f886 No rhum for Landry. 2019-11-10 17:31:06 +00:00