cwen
cb6b32499f
kicad-share/*: add powerpc to NOT_FOR_ARCHS
...
Kicad being broken on powerpc, it's useless to build these ports there.
Add a reminder in cad/kicad/Makefile to sync cad/kicad-share/Makefile.inc
with archs where kicad is not built.
input and OK sthen@, OK kirby@
2020-06-09 17:09:23 +00:00
ajacoutot
b897b3e38a
Remove empty directories.
2020-06-09 16:51:45 +00:00
ajacoutot
b62065f4f7
Regen PLIST / WANTLIB.
2020-06-09 16:31:35 +00:00
solene
ff9bba01fd
Update to wrath-0.0.0.20200530
...
Required to play the latest release
Diff from maintainer Paul Valencia
2020-06-09 16:14:49 +00:00
ajacoutot
d7b3b74d79
Missing BDEP on devel/help2man.
2020-06-09 16:11:50 +00:00
ajacoutot
1c8fa26942
Register removal of amide and xmedcon.
2020-06-09 16:10:13 +00:00
ajacoutot
c26f6c9410
Remove xmedcon and amide.
...
Both use legacy stuff (gnome-doc-utils, gconf2...) and haven't seen any
movement upstream for years.
ok jasper@
2020-06-09 16:07:14 +00:00
jturner
6f669f3739
Update fossil to 2.11.1. Release notes here:
...
https://fossil-scm.org/home/doc/trunk/www/changes.wiki#v2_11
2020-06-09 15:41:37 +00:00
ajacoutot
ea33f45ae7
Update to x265-3.4.
...
from Brad (maintainer)
2020-06-09 14:54:37 +00:00
ajacoutot
2fac76290b
Cope with new FFmpeg version.
...
from Brad (maintainer)
2020-06-09 14:33:21 +00:00
ajacoutot
ac726a335d
Register gconf-editor removal.
2020-06-09 14:10:56 +00:00
ajacoutot
d8d7aa92e6
Remove gconf-editor; gconf2 has been deprecated for years (in favour of
...
dconf), there's little point in having an editor and it's in the way
of gnome-doc-utils & rarian removal.
ok jasper@
2020-06-09 14:09:57 +00:00
ajacoutot
76ca49c9c2
Update to openal-1.20.1.
...
from Brad
"looks good" to maintainer David Carlier
2020-06-09 13:22:42 +00:00
ajacoutot
090d8b18d7
Update to ffmpeg-4.2.3.
...
from Brad (maintainer)
2020-06-09 13:20:39 +00:00
ajacoutot
b144e6c974
Update to dav1d.
...
from Brad (maintainer)
2020-06-09 13:17:59 +00:00
semarie
e789b51846
unbreak cargo ports.
...
I should not do last-minute changes without proper testing.
problem reported by aja@
2020-06-09 12:42:28 +00:00
sthen
073598211d
update to dMagnetic 0.23, from maintainer/upstream
2020-06-09 12:40:17 +00:00
espie
84a844882e
add REGISTER_PLIST_OPTS
...
to be used to allow various things
2020-06-09 11:01:08 +00:00
bentley
8dd9fe1dd6
Update to noto-emoji-20200408, supporting Unicode 12.1.
...
Google, having their priorities entirely in order, regularly tags
releases of Noto Emoji, and rarely bothers creating releases of Noto's
other less important Unicode ranges.
2020-06-09 09:35:59 +00:00
landry
5763049bed
Update to dokuwiki 2018-04-22c
...
Hotfix 2018-04-22b
fix PHP 7.3 compatibility: https://github.com/splitbrain/dokuwiki/issues/2622
fix ACL check: https://github.com/splitbrain/dokuwiki/pull/2609
Hotfix 2018-04-22c
fix an XSS Vulnerability: https://github.com/splitbrain/dokuwiki/issues/3044
ok pea@ (MAINTAINER) rsadowski@
2020-06-09 08:25:12 +00:00
jasper
ed3de385fd
- switch to python3
...
- regen PLIST and WANTLIB while here
2020-06-09 07:41:20 +00:00
ajacoutot
4d8121681c
Unbreak now that textproc/libxml,-python has been move to py3.
2020-06-09 07:30:55 +00:00
jasper
addb555b1a
switch to python3
2020-06-09 07:19:47 +00:00
jasper
fb51636f98
even with one foot in the grave, switch this over to python3.
...
based on a patch from gentoo
2020-06-09 07:19:28 +00:00
jasper
6a32b16c8d
register py-libxml switch to python3
2020-06-09 07:17:55 +00:00
jasper
b17e7725da
switch python subpackage to python3
...
dependant ports have either already been updated, removed or will be cut
over to python3 in the next commits
2020-06-09 07:17:20 +00:00
jasper
39567b34b2
bump after libxslt dependency changed
2020-06-09 07:14:44 +00:00
jasper
5d9635ac1f
register py-libxslt removal
2020-06-09 07:14:19 +00:00
jasper
d9f062a08c
remove python subpackage which is unused in our tree and doesn't work with
...
python3. upstream has had this on their radar for 7 years however little
actual progress has been made so far.
2020-06-09 07:13:56 +00:00
semarie
93ec8f9587
wrong default value for lto. it should be 'false'.
2020-06-09 06:57:58 +00:00
semarie
50bf2dc9ee
moves compilations options setting from Cargo.toml (a file from the port) to .cargo/config file (a generated file)
...
the current version of cargo will look at the profile here too (it wasn't the
case when first commited), and it permits to avoid automatic modification of the
source file.
the compilation options used are based on release profile
(https://doc.rust-lang.org/cargo/reference/profiles.html#release ) with
only 'opt-level' difference ('2' instead of '3')
2020-06-09 06:51:59 +00:00
ajacoutot
c8e426a644
Remove bogus patch.
...
noticed by Claus Assmann from Sendmail
2020-06-09 06:41:01 +00:00
semarie
3685f3127e
update lang/rust to 1.44.0
...
ChangeLog: https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1440-2020-06-04
switch to embedded libgit2 version for now
ok landry@
2020-06-09 06:39:30 +00:00
bentley
c9bcb352e1
Update to zh-wqy-zenhei-ttf-0.9.45.
2020-06-09 05:32:21 +00:00
bentley
c033f0fedc
Move homepage/master_sites to https.
2020-06-09 05:30:41 +00:00
bentley
1be4cac678
Update to ubuntu-fonts-0.83 (rev 0cef8205).
...
This adds a new variant, Ubuntu Thin.
2020-06-09 04:41:47 +00:00
bentley
724822aba0
Update to roboto-fonts-2.138.
2020-06-09 04:39:53 +00:00
bentley
eb4d5120e7
Update to mplus-fonts-063a.
2020-06-09 04:01:53 +00:00
bentley
8aafe807c2
Update to migu-20200307 and migmix-20200307.
2020-06-09 03:58:35 +00:00
bentley
6d77efc05b
+inconsolata-new
2020-06-09 03:42:44 +00:00
bentley
e42d3b2678
Reimport the inconsolata update as a separate port.
...
ok kmos@
2020-06-09 03:41:57 +00:00
bentley
5296ddab5d
Revert the inconsolata update.
...
The newer font exposes Xft bugs that make it too wide, breaking some
people's setups.
ok kmos@
2020-06-09 03:40:45 +00:00
edd
35698f718e
games/uhexen2: Update to version 1.5.9.
...
Sent in from Paul Valencia, with some minor tweaks from myself.
Tested by thfr@
Thanks both.
2020-06-08 21:15:19 +00:00
edd
7111e74822
devel/libtermkey: Update to v0.22.
...
Sent in by Matthew Martin, thanks!
2020-06-08 21:07:16 +00:00
edd
a2d3918f9a
devel/unibilium: Update to version v2.1.0.
...
Sent in by Matthew Martin, thanks!
2020-06-08 21:02:55 +00:00
rsadowski
7ccec6480b
Update bitcoin to 0.20.0
...
Release notes:
https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.20.0.md
2020-06-08 20:32:55 +00:00
rsadowski
14ff941609
Update minitube to 3.4.1
...
Fix missing x11/qt5/qtdeclarative dependency, spotted by naddy
2020-06-08 20:30:43 +00:00
rsadowski
38d091c68f
Update ktorrent to 5.2.0
2020-06-08 19:41:52 +00:00
rsadowski
3ae74acd30
Update libktorrent to 2.2.0
2020-06-08 19:41:16 +00:00
kn
688b8f2a8c
Set HOMEPAGE
2020-06-08 19:37:35 +00:00