142412 Commits

Author SHA1 Message Date
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
ajacoutot
55aa67ae00 Automatish all ze things!
/!\ requires latest ports/infrastructure/ and pkg_add code
2019-11-10 17:26:22 +00:00
jca
417179de64 Provide debug-emacs 2019-11-10 17:21:32 +00:00
kmos
04192c9f73 Delete NO_TEST and add MODPY_PYTEST=Yes to enable tests. All pass. 2019-11-10 17:14:33 +00:00
jeremy
15248861cf Add note about ruby-sassc's embedded version of libsass
Recommended by sthen@
2019-11-10 17:04:10 +00:00
fcambus
c329aec589 Update newsboat to 2.17.1. 2019-11-10 17:00:15 +00:00
kmos
ef22feef1a Enable tests by deleting NO_TEST and setting MODPY_PYTEST=Yes 2019-11-10 16:58:16 +00:00
jeremy
b80da79acb Hookup ruby-sassc 2019-11-10 16:56:31 +00:00
jeremy
44c1539521 Import ruby-sassc 2.2.1
sass/scss to css compiler using embedded copy of libsass.

Fixes and OK sthen@
2019-11-10 16:52:05 +00:00
bcallah
24bfc39a36 Bring in the last 2 months of flang development; many build system patches
go away due to upstream accepting some of my patches.
amd64 only right now; hoping to fix arm64 support soon
2019-11-10 16:50:31 +00:00
ajacoutot
bc587ab77e Regen WANTLIB and remove BROKEN. 2019-11-10 16:48:59 +00:00
ajacoutot
70906883dd Add debug-harfbuzz and debug-harfbuzz-icu. 2019-11-10 16:48:44 +00:00
espie
0948639c33 second iteration of DEBUG_PACKAGES, now with some automation, with feedback
from landry/aja/pirofti/others
2019-11-10 16:48:19 +00:00
cwen
c0c2e367a9 vte3: ld.bfd fixes: build without the unsupported `-Bsymbolic-functions',
and fix undefined references errors.

OK ajacoutot@ (maintainer)
2019-11-10 16:47:31 +00:00
naddy
3fac03b4ef Explicitly add LDFLAGS="-L${X11BASE}/lib" to unbreak all configure
tests after libgbm is picked up.  rsadowski@ and I can't figure out
why this path isn't taken from pkg-config.  The broken configure
checks caused all kinds of fallout.
2019-11-10 16:47:24 +00:00
espie
b76784517b let update-plist deal with debug stuff
- ignore debug files in the fake directory
- recognize and annotate shared objects and static libraries correctly

*THIS REQUIRES CURRENT PKG_* CODE TO WORK!*
if your package contains static libraries/shared objects, update-plist
WILL error out saying it can't create the new classes
2019-11-10 16:46:44 +00:00
espie
6e3cab099d new helper, creates debug-PLISTs for debug packages.
Exact same pattern as update-plist, in order to read all pkg_create
arguments in one go
2019-11-10 16:44:55 +00:00