sthen
9b860ef628
update to freetds-1.2.11
2020-11-13 14:34:05 +00:00
ajacoutot
3a6e37c429
No more HighContrast icons.
2020-11-13 08:48:46 +00:00
fcambus
d4692b070d
Update ruby-rouge to 3.25.0.
2020-11-12 21:39:31 +00:00
benoit
c59968ef6b
Update to p5-PadWalker-2.5.
2020-11-12 21:36:27 +00:00
benoit
5a5a02af86
Update to p5-MooseX-Daemonize-0.22 from wen heping
2020-11-12 21:24:06 +00:00
semarie
2562b9bfd0
unbreak flavored version of luassert
...
reported by naddy@. sorry for the breakage.
2020-11-12 18:37:22 +00:00
sthen
f8e0de2e88
kcaldav: remove stray added linefeed in readme
2020-11-12 17:22:29 +00:00
sthen
20489de8fe
update to kcaldav-0.2.0, from maintainer Aaron Poffenberger, a couple
...
of typo fixes from me
2020-11-12 17:21:35 +00:00
sthen
f0bc6feb66
update to openldap-2.4.56
2020-11-12 17:00:46 +00:00
sthen
59f5f528ab
update to radcli-1.2.12
2020-11-12 17:00:06 +00:00
jasper
9f9fc61d85
update to /usr/ports/packages/amd64/all/libhandy-1.0.2.tgz
2020-11-12 15:05:03 +00:00
semarie
2f5c64f896
update luakit to 2.2.1 + enable test suite
...
original diff from maintainer
remove BROKEN-powerpc from cwen@
remove git call from test suite by me, following cwen@ advices
ok cwen@
2020-11-12 14:39:54 +00:00
robert
be007ddb7b
update to 86.0.4240.198
2020-11-12 14:25:46 +00:00
landry
bcba1cbc6d
Move bracket to avoid "- 'VirtualXPath' [XML Path Language - XPath]" being printed to stderr everytime gdal/spatialite is initialized.
2020-11-12 13:59:31 +00:00
semarie
d7b2bc6e45
+luassert
...
+lua-say
2020-11-12 09:38:19 +00:00
semarie
bd45c9d9ca
Import devel/luassert 1.7.11
...
Luassert extends Lua's built-in assertions to provide additional tests
and the ability to create your own. It comes preloaded with argument
formatters for common Lua types, but it is easy to roll your own.
ok cwen@
2020-11-12 09:35:32 +00:00
semarie
255b21d992
Import devel/lua-say 1.3.1
...
Say is a simple string key/value store for i18n or any other case where
you want namespaced strings.
ok cwen@
2020-11-12 09:33:42 +00:00
ajacoutot
5369c2be8c
@extraunexec -> @unexec-delete
2020-11-12 08:20:45 +00:00
landry
c854d096ca
Update to thunderbird 78.4.3.
...
See https://www.thunderbird.net/en-US/thunderbird/78.4.3/releasenotes/
2020-11-12 07:26:24 +00:00
bket
60ec51c52d
Update to py-influxdb-5.3.1
2020-11-12 06:18:29 +00:00
bket
6fd4c6f541
Update to sabnzbd-3.1.1
...
Changes: https://github.com/sabnzbd/sabnzbd/releases/tag/3.1.1
2020-11-12 06:17:56 +00:00
rsadowski
c8ebe9e057
Update yakuake to 20.08.3v
2020-11-12 05:35:30 +00:00
rsadowski
6a15aedf6a
Update weechat to 3.0
...
- Changelog: https://weechat.org/news/111/20201111-Version-3.0/
OK gnezdo
2020-11-12 05:26:17 +00:00
cwen
85358e8160
webkitgtk4: powerpc-only fixes
...
1) Fix javascript crashes at runtime
Take a patch from Daniel Kolesa @ Void-PPC to avoid segfaults in consumers as
soon as javascript is used. Keep it powerpc-only for now, since it has not
yet been reviewed by upstream and can have consequences on other 32-bit archs.
2) Fix colors
Colors were off as soon as javascript is involved. Disabling context GL fixes
the issue (but hurts performances). Another patch was needed because of a
missing include when this option is disabled.
Thanks to sthen and aja for hints!
OK aja@ (maintainer)
2020-11-11 21:27:03 +00:00
landry
a571c1f9c8
Add pending bug# removing the gtk+2 dependency, prompted by a question by ajacoutot@
2020-11-11 17:12:50 +00:00
rsadowski
1f48045d15
Add dependency on setuptools with MODPY_SETUPTOOLS
...
Spotted by naddy@ Thanks
2020-11-11 16:28:24 +00:00
jca
c05d914367
Use find -exec {} + to speed up make fake
...
Down to 4 seconds instead of 4 minutes on my builder.
No bump since there is no change in the resulting package.
ok Brad rsadowski@ (maintainers)
2020-11-11 15:53:41 +00:00
benoit
51860b5cc6
Update to p5-Algorithm-C3-0.11.
2020-11-11 15:18:47 +00:00
benoit
f67b57e4a7
Update to p5-GDBM_File-1.26.3.
2020-11-11 15:09:45 +00:00
ajacoutot
cb749220e0
/bin/false -> false
2020-11-11 14:04:25 +00:00
cwen
d59bcf4ac5
gstreamer1/plugins-good: reenable on !rust archs (but without pulse support)
...
pulseaudio has rust in its chain of dependencies since spidermonkey78.
Disable the -pulse subpackage on !rust archs, and work around a meson issue
about pulse autodetection not being honoured, so these plugins can be built
there and used by www/webkitgtk4 notably. Tested on powerpc.
improvements (thanks!) and no objection from aja@
2020-11-11 13:37:58 +00:00
cwen
356f53067e
frodo: unbreak with clang on powerpc
...
CodeWarrior styled asm inline functions are used for powerpc optimisation,
guarded by "__POWERPC__" that base-clang defines, but not base-gcc.
As such, undefine __POWERPC__ to revert the situation as it was when powerpc
was a gcc arch. Runtime tests by Anthony Richardby (thanks!) and me.
OK sthen@
2020-11-11 13:14:49 +00:00
ajacoutot
b6e77d1b2e
tracker-extract: Avoid non-native URI (from upstream).
2020-11-11 13:11:32 +00:00
ajacoutot
d6e91a92bc
Build DEBUG_PACKAGES.
2020-11-11 12:43:58 +00:00
ajacoutot
3443af22e3
Search in PATH and not envp to find the tracker3 executable.
2020-11-11 12:21:38 +00:00
ajacoutot
ccaafda03e
Reword the themes section and add blurb about libcanberra (sound theme) and
...
gnome-themes-extra (for Adwaita support in gtk+2).
2020-11-11 11:49:55 +00:00
ajacoutot
ed0c636c3d
Shuffle dependencies a bit to prevent direct dependency on gtk+2.
2020-11-11 11:47:24 +00:00
ajacoutot
f5736dff78
Does not install icons under %D/share/icons/HighContrast anyore; drop @tag
2020-11-11 10:32:51 +00:00
ajacoutot
30858ec7f7
Remove uneeded patches.
2020-11-11 10:21:20 +00:00
sthen
1f0723fadc
update to img2pdf-0.4.0, mostly from wen heping, i switched tests to
...
MODPY_PYTEST to fix them
2020-11-11 10:19:44 +00:00
ajacoutot
3a9172bf76
Update to google-cloud-sdk-318.0.0.
2020-11-11 10:18:22 +00:00
benoit
40c3dd2b0d
Update to supervisor-4.2.1.
2020-11-11 10:12:09 +00:00
benoit
3fb85fb936
Update to p5-Business-Tax-VAT-Validation-1.12.
2020-11-11 09:57:04 +00:00
ajacoutot
9d3f09cbc4
Unbreak oldies: graphics/gdk-pixbuf2 -> graphics/gdk-pixbuf-xlib
2020-11-11 09:51:46 +00:00
ajacoutot
5ab4c54bf6
+gdk-pixbuf-xlib
2020-11-11 09:51:17 +00:00
ajacoutot
93b27d400b
Import gdk-pixbuf-xlib-2.40.0.
...
This package provides the deprecated API for integrating Xlib and GdkPixbuf.
ok robert@
2020-11-11 09:51:06 +00:00
benoit
fd1229f3da
Update to p5-Net-SSH2-0.71.
2020-11-11 09:51:05 +00:00
ajacoutot
5d50ebf834
Update to gdk-pixbuf-2.42.0.
...
- jasper2000 support removed
- gdk_pixbuf_xlib-2.0 is deprecated and will move to another port
2020-11-11 09:50:14 +00:00
sebastia
d328ec770d
update 1.25.9 -> 1.26.0
...
drop MAINTAINER
2020-11-11 09:47:04 +00:00
benoit
41800a54cc
Update to p5-Net-SMTPS-0.10.
2020-11-11 09:43:47 +00:00