134567 Commits

Author SHA1 Message Date
sebastia
5181488863 Update to 0.9.5, which is still old, but newer versions change from
scons build environment to cmake

That makes the program usable again, also fixed MIDI input

feedback and OKs from sthen@, ratchov@
2019-01-08 21:24:29 +00:00
bluhm
68ec7594b5 update p5-Test-Portability-Files to 0.10 2019-01-08 21:12:42 +00:00
espie
2a18423aaf no longer needed 2019-01-08 19:43:14 +00:00
espie
ae88700f3a move to using Sql for most tables and Views, no functional change.
The main benefit is that it's easier to construct the schema from several
places, with proper indentation.

Also, sql knows a bit about sql, so it's able to
- know which column is a foreign key, just reference the table
- remove table aliases when they're not needed
- leave table names out in table.column when there's no ambiguity.

For instance, view Ports now looks like:
CREATE VIEW Ports AS
    SELECT
        Id AS PathId,
        _Paths.FullPkgPath AS FullPkgPath,
        _AutoVersion.Value AS AUTOCONF_VERSION,
        T0001.Value AS AUTOMAKE_VERSION,
[...]
    FROM _Ports
        JOIN _Paths
            ON Canonical=_Ports.FullPkgPath
        LEFT JOIN _AutoVersion
            ON _AutoVersion.KeyRef=AUTOCONF_VERSION
        LEFT JOIN _AutoVersion T0001
            ON T0001.KeyRef=AUTOMAKE_VERSION


instead of:
CREATE VIEW Ports AS
    SELECT
        T0057.Id AS PathId,
        T0057.FULLPKGPATH AS FULLPKGPATH,
        T0058.VALUE AS AUTOCONF_VERSION,
        T0059.VALUE AS AUTOMAKE_VERSION,
[...]
    FROM _Ports
        JOIN _Paths T0057
            ON  T0057.Canonical=_Ports.FULLPKGPATH
        LEFT JOIN _AutoVersion T0058
            ON  T0058.KEYREF=_Ports.AUTOCONF_VERSION
        LEFT JOIN _AutoVersion T0059
            ON  T0059.KEYREF=_Ports.AUTOMAKE_VERSION
2019-01-08 19:42:45 +00:00
danj
0dc8f4a055 Remove broken HOMEPAGE and use the pypi one 2019-01-08 19:26:11 +00:00
landry
892b69e123 http://www.xfce.org/projects/libraries/ doesnt exist anymore, noted by danj@ 2019-01-08 19:21:52 +00:00
landry
6344f72793 xfce4-mixer is on life support and doesnt have a HOMEPAGE so default to https://www.xfce.org 2019-01-08 19:20:42 +00:00
landry
bd1b651b3b orage doesnt have an HOMEPAGE anymore so default to https://www.xfce.org 2019-01-08 19:19:27 +00:00
landry
cc749dda3b Point at a proper HOMEPAGE, noted by danj@ 2019-01-08 19:18:24 +00:00
landry
47c2b646ee Set PROJECT so that those get a working HOMEPAGE. Noted by danj@ 2019-01-08 19:13:56 +00:00
landry
d2303909b7 Use launchpad as HOMEPAGE 2019-01-08 19:10:27 +00:00
landry
875cc9fe5c Fix HOMEPAGE, noted by danj@ 2019-01-08 19:07:18 +00:00
landry
3b63693c20 Remove dead homepage and default to the pypi-provided one 2019-01-08 19:05:10 +00:00
jasper
35eba78a8d update to ansible-2.7.5 2019-01-08 19:03:42 +00:00
landry
aa0e56bb98 Fix HOMEPAGE, noted by danj@ 2019-01-08 19:03:21 +00:00
jasper
8946737c6b +spidermonkey60 2019-01-08 19:01:55 +00:00
jasper
88a5d8d11d import spidermonkey-60.4.0
SpiderMonkey is Mozilla's JavaScript engine written in C and C++.

unconflicted with sm52 and OK aja@
2019-01-08 19:01:19 +00:00
bluhm
97c914c9ba update p5-List-UtilsBy to 0.11
from Charlene Wendling
2019-01-08 18:49:36 +00:00
jasper
892c1e5781 update to py-PyNaCl-1.3.0 2019-01-08 18:48:39 +00:00
jasper
6b2e709e5a merged upstream 2019-01-08 18:46:01 +00:00
bluhm
d5349a30d9 update p5-File-NFSLock to 1.29
from Charlene Wendling
2019-01-08 18:32:35 +00:00
ajacoutot
63f8be6a0c Annnnd bump. 2019-01-08 18:17:27 +00:00
ajacoutot
153196925b Bleh, include EPOCH in PKGSPEC, bad me! 2019-01-08 18:06:30 +00:00
bluhm
bead0d5b9b update p5-Crypt-OpenSSL-X509 to 1.812
from Charlene Wendling
2019-01-08 16:27:08 +00:00
ajacoutot
9fd7c99515 s/grilo/grilo-plugins/g 2019-01-08 13:38:09 +00:00
ajacoutot
5ca32e33e4 Update to qpdf-8.3.0. 2019-01-08 12:14:44 +00:00
ajacoutot
c94e72db69 Add PKGSPEC and @conflict markers magic to prevent conflicting with
upcoming spidermonkey60.

ok jasper@ (maintainer)
2019-01-08 09:53:33 +00:00
ajacoutot
dbdc97aea0 Update to awscli-1.16.85. 2019-01-08 08:35:42 +00:00
ajacoutot
5b535c3ce1 Update to py-botocore-1.12.75. 2019-01-08 08:35:24 +00:00
ajacoutot
c16d4089dc Update to py-boto3-1.9.75. 2019-01-08 08:35:06 +00:00
bentley
9552f9c6b6 Update to ngspice-30.
Release notes:
http://ngspice.sourceforge.net/news.html
2019-01-08 07:34:37 +00:00
bentley
f1942f963b Update to progit-2.1.101.
In addition: update homepage, mark PKG_ARCH = *, and drop the HTML,
as upstream no longer provides it.
2019-01-08 06:35:43 +00:00
jsg
1b9db3c625 import amdgpu firmware for recent amd gpus
ok sthen@
2019-01-08 02:34:50 +00:00
sthen
3a31bdec7f update to bacula-9.4.1 2019-01-08 00:12:12 +00:00
kili
4423a2780e Add a comment for myself about the ld.bfd link errors on poppler-glib. 2019-01-07 23:40:38 +00:00
sthen
c27718f7d9 update to openldap-2.4.47
- adjust the MDB writemap patch, inspired by databases/mdb, to force
writemap to be enabled (as required on OpenBSD) if not already set.
simpler to use and this allows the patches for the test suite to be removed.
2019-01-07 23:10:13 +00:00
pascal
68ac5d257b Update to tor 0.3.5.7. 2019-01-07 22:58:05 +00:00
kili
7513c66035 Update HOMEPAGE.
Noticed and ok by danj@
2019-01-07 22:52:47 +00:00
sthen
6ce588ddcf update to clamav-0.101.1 2019-01-07 22:49:14 +00:00
danj
e27db3c51c Move py-markdown from rdep to tdep
To quote 70f1e43 from upstream:
"Remove Markdown dependency

Cheetah can use an additional module Markdown
but it's not strictly required.
It's required for tests."
2019-01-07 19:29:30 +00:00
jasper
e2a03363ee update to pdfpc-4.3.0 2019-01-07 19:03:30 +00:00
sthen
d07a7f28ec update to ntopng-3.8. remove the BROKEN marker, it is now able to run
for at least an hour without crashing and burning which is a big
improvement over the last version.
2019-01-07 18:37:22 +00:00
jasper
d97d7f8954 update to mosquitto-1.5.5 2019-01-07 18:36:44 +00:00
juanfra
c5ab1b5fb0 Update to lziprecover 1.21. From Sascha Paunovic. 2019-01-07 18:13:00 +00:00
jasper
7535673307 update to autoconf-archive-2019.01.06 2019-01-07 17:50:55 +00:00
sthen
a94e921482 Add -I/usr/local/include to include path in tesseract's pkg-config file.
Previously it had -I/usr/local/include/tesseract but not the above, which
doesn't work directly with typical users which include headers with
"#include <tesseract/XX.h>".

From Raphael Graf.
2019-01-07 16:38:19 +00:00
gonzalo
8bc6dfefb5 update for SQLMap to 1.3
OK rpointel@
2019-01-07 16:29:26 +00:00
sthen
1c0b2a071a move the -Db_asneeded=false block down below the previous
.include <bsd.port.arch.mk>, ok ajacoutot@
2019-01-07 15:04:47 +00:00
ajacoutot
6f94613dd1 Also needs x11/gnome/online-accounts... 2019-01-07 15:03:21 +00:00
ajacoutot
60f3124878 Update to evolution-3.30.4. 2019-01-07 14:52:50 +00:00