Commit graph

481774 commits

Author SHA1 Message Date
Antoine Brodin
e12fd84762 Mark BROKEN: unfetchable 2019-08-03 11:29:14 +00:00
Antoine Brodin
a8be113dc6 Mark BROKEN: unfetchable 2019-08-03 11:28:26 +00:00
Antoine Brodin
53b644eae8 Mark BROKEN: unfetchable 2019-08-03 11:27:04 +00:00
Antoine Brodin
c6807ab1fe Mark BROKEN: unfetchable 2019-08-03 11:19:48 +00:00
Antoine Brodin
9c5af767f4 Mark BROKEN: unfetchable 2019-08-03 11:15:57 +00:00
Antoine Brodin
0d6ead7012 Mark BROKEN: unfetchable 2019-08-03 11:14:07 +00:00
Antoine Brodin
26ed31ca72 Mark BROKEN: unfetchable 2019-08-03 11:13:17 +00:00
Rene Ladan
ad581d9c10 security/sandsifter: update to 1.04
Restrict this port to Python 2.7 for now, work to get it running
with Python 3.6 is in progress upstream.

Pet portlint (remove an extraneous spacae from pkg-descr)

Reported by:	upstream / portscout
2019-08-03 11:12:11 +00:00
Antoine Brodin
6ec6fd8cd8 Mark BROKEN: unfetchable 2019-08-03 11:08:59 +00:00
Antoine Brodin
d980964f06 Mark BROKEN: unfetchable 2019-08-03 11:08:13 +00:00
Kai Knoblich
3e0e55653a www/mattermost-{server,webapp}: Update to 5.13.2
PR:		239430
Submitted by:	Raúl <raul.munoz@custos.es>
Approved by:	loic.blot@unix-experience.fr (maintainer)
2019-08-03 11:07:58 +00:00
Antoine Brodin
eac1b83a60 Mark BROKEN: unfetchable 2019-08-03 11:06:57 +00:00
Antoine Brodin
11c7d3e34b Mark BROKEN: unfetchable 2019-08-03 11:05:44 +00:00
Antoine Brodin
3b420cd777 Remove dependency on BROKEN freetar 2019-08-03 11:04:38 +00:00
Antoine Brodin
150c337dc9 Mark BROKEN: unfetchable 2019-08-03 11:04:02 +00:00
Antoine Brodin
63295fada7 Mark BROKEN: unfetchable 2019-08-03 10:54:02 +00:00
Tobias Kortkamp
c1e211ebf7 databases/pg_reorg: Fixup r507940 and declare compatible PostgreSQL versions correctly 2019-08-03 10:49:00 +00:00
Muhammad Moinur Rahman
1f8179187f databases/mroonga: Update version 9.03=>9.05
- Unbreak for MYSQL 5.7 and 8.*
2019-08-03 10:29:57 +00:00
Tobias Kortkamp
e0b6cd97d0 databases/sequeler: Update to v0.7.1
Changes:	https://github.com/Alecaddd/sequeler/releases/tag/v0.7.1
2019-08-03 10:14:02 +00:00
Tobias Kortkamp
d82f96fa68 databases/pgagent: Unbreak build with PostgreSQL 11+
CMake Error at cmake/FindPG.cmake:74 (LIST):
  LIST index: 2 out of range (-2, 1)

http://package18.nyi.freebsd.org/data/120amd64-default-PR239514/2019-07-29_20h41m52s/logs/pgagent-3.4.0_4.log

PR:		239514
2019-08-03 09:20:32 +00:00
Gleb Popov
60431212d4 graphics/dataplot: Fix WWW. 2019-08-03 09:17:55 +00:00
Tobias Kortkamp
3b46864922 databases/pg_reorg: Do not build on newer PostgreSQL versions
It fails to build with PostgreSQL 11:

pgut/pgut.c:389:47: error: too few arguments to function call, expected 4, have 3
        return simple_prompt("Password: ", 100, false);
               ~~~~~~~~~~~~~                         ^
/usr/local/include/postgresql/server/port.h:193:1: note: 'simple_prompt' declared here
extern void simple_prompt(const char *prompt, char *destination, size_t destlen,
^
1 error generated.

http://package18.nyi.freebsd.org/data/120amd64-default-PR239514/2019-07-29_20h41m52s/logs/pg_reorg-1.1.11_2.log

And after fixing that one:

reorg.c:230:55: warning: incompatible pointer types passing 'bool [1]' to parameter of type 'const char *' [-Wincompatible-pointer-types]
                execute_plan(SPI_OK_SELECT, plan_peek, values_peek, nulls_peek);
                                                                    ^~~~~~~~~~
./pgut/pgut-spi.h:28:84: note: passing argument to parameter 'nulls' here
extern void execute_plan(int expected, SPIPlanPtr plan, Datum *values, const char *nulls);
                                                                                   ^
reorg.c:256:58: warning: incompatible pointer types passing 'bool *' to parameter of type 'const char *' [-Wincompatible-pointer-types]
                                execute_plan(SPI_OK_INSERT, plan_insert, &values[2], &nulls[2]);
                                                                                     ^~~~~~~~~
[...]
reorg.c:573:34: error: use of undeclared identifier 'BTREE_AM_OID'
                        opclass = OpclassnameGetOpcid(BTREE_AM_OID, opcname);
                                                      ^
reorg.c:590:57: error: member reference type 'FormData_pg_attribute' (aka 'struct FormData_pg_attribute') is not a pointer; did you mean to use '.'?
                                opcintype = RelationGetDescr(indexRel)->attrs[nattr]->atttypid;
                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
etc.

PR:		239514
2019-08-03 09:02:38 +00:00
Dmitry Marakasov
a946e50d48 - Update WWW
Approved by:	portmgr blanket
2019-08-03 09:02:25 +00:00
Gleb Popov
5aba72d5ad textproc/dadadodo: Use HTTPS for MASTER_SITES and WWW. 2019-08-03 08:56:41 +00:00
Gleb Popov
6ecdfc1fcb russian/d1489: Use HTTPS in WWW. 2019-08-03 08:49:59 +00:00
Tobias Kortkamp
cadce4f060 databases/ip4r: Update to 2.4.1
This fixes the build with newer PostgreSQL versions.

Drop the IDXPATCH option.  The patch no longer applies.  Unfortunately
it was never upstreamed, its purpose is not clear, and the port no
longer has a maintainer to ask about this.

Changes:	https://github.com/RhodiumToad/ip4r/blob/2.4.1/README.ip4r
PR:		239514
2019-08-03 08:23:00 +00:00
Yuri Victorovich
f293cc2064 science/lammps: Update 19Jul2019 -> 2Aug2019
Reported by:	portscout
2019-08-03 08:21:25 +00:00
Muhammad Moinur Rahman
e2c6ebd82a sysutils/stow: Update version 2.3.0=>2.3.1 2019-08-03 08:20:51 +00:00
Tobias Kortkamp
267dfeb0fa databases/tablelog: Unbreak build with PostgreSQL >= 11.0
table_log.c:76:29: error: member reference type 'FormData_pg_attribute' (aka 'struct FormData_pg_attribute') is not a pointer; did you mean to use '.'?
    if (!tupleDesc->attrs[i]->attisdropped) {
         ~~~~~~~~~~~~~~~~~~~^~
                            .
table_log.c:303:59: error: member reference type 'FormData_pg_attribute' (aka 'struct FormData_pg_attribute') is not a pointer; did you mean to use '.'?
      if (trigdata->tg_relation->rd_att->attrs[col_nr - 1]->attisdropped) {
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
                                                          .
table_log.c:348:59: error: member reference type 'FormData_pg_attribute' (aka 'struct FormData_pg_attribute') is not a pointer; did you mean to use '.'?
      if (trigdata->tg_relation->rd_att->attrs[col_nr - 1]->attisdropped) {
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
                                                          .
table_log.c:375:59: error: member reference type 'FormData_pg_attribute' (aka 'struct FormData_pg_attribute') is not a pointer; did you mean to use '.'?
      if (trigdata->tg_relation->rd_att->attrs[col_nr - 1]->attisdropped) {
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
                                                          .
4 errors generated.

http://package18.nyi.freebsd.org/data/120amd64-default-PR239514/2019-07-29_20h41m52s/logs/tablelog-0.4.4_3.log

While here

- Mark it as deprecated.  The last release was in 2007 and upstream
  has been inactive since then.
- Fix WWW

PR:		239514
Reported by:	antoine (via exp-run)
2019-08-03 07:43:34 +00:00
Muhammad Moinur Rahman
8d7b4eb155 devel/gsoap: Update version 2.8.86=>2.8.88 2019-08-03 07:25:18 +00:00
Antoine Brodin
d6aaa8b549 Unbreak bulk -a
Pointy hat:	sunpoet
2019-08-03 05:40:00 +00:00
Jan Beich
7630782231 x11-toolkits/libhandy: update to 0.0.10
- Backport fix to init codegen

PR:		239056
Submitted by:	Greg V <greg@unrelenting.technology>
Approved by:	maintainer timeout (3 weeks)
2019-08-03 04:01:32 +00:00
Jan Beich
29e4a06700 emulators/rpcs3: back out r507922 due to bustage on 11.2/12.0
- Broken with libc++ 6 and there's not enough time before the next bulk build.
- PORTEPOCH isn't necessary as if built it's good, and the update will return

rpcs3/util/atomic.cpp:55:51: error: no type named 'node_type' in 'std::__1::multimap<const void *, (anonymous namespace)::waiter, std::__1::less<const void *>, std::__1::allocator<std::__1::pair<const void *const, (anonymous namespace)::waiter> > >'; did you mean 'size_type'?
        thread_local std::multimap<const void*, waiter>::node_type s_tls_waiter = []()
                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
                                                         size_type
/usr/include/c++/v1/map:1507:60: note: 'size_type' declared here
    typedef typename __alloc_traits::size_type             size_type;
                                                           ^
rpcs3/util/atomic.cpp:59:16: error: no member named 'extract' in 'std::__1::multimap<const void *, (anonymous namespace)::waiter, std::__1::less<const void *>, std::__1::allocator<std::__1::pair<const void *const, (anonymous namespace)::waiter> > >'
                return dummy.extract(dummy.emplace(nullptr, &s_tls_waiter));
                       ~~~~~ ^
rpcs3/util/atomic.cpp:55:61: error: cannot initialize a variable of type 'std::multimap<const void *, waiter>::size_type' (aka 'unsigned long') with an rvalue of type 'void'
        thread_local std::multimap<const void*, waiter>::node_type s_tls_waiter = []()
                                                                   ^              ~~~~
rpcs3/util/atomic.cpp:92:69: error: no type named 'node_type' in 'std::__1::multimap<const void *, (anonymous namespace)::waiter, std::__1::less<const void *>, std::__1::allocator<std::__1::pair<const void *const, (anonymous namespace)::waiter> > >'; did you mean 'size_type'?
                const auto ptls = static_cast<std::multimap<const void*, waiter>::node_type*>(found->second.tls_ptr);
                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
                                                                                  size_type
/usr/include/c++/v1/map:1507:60: note: 'size_type' declared here
    typedef typename __alloc_traits::size_type             size_type;
                                                           ^
rpcs3/util/atomic.cpp:93:21: error: no member named 'extract' in 'std::__1::multimap<const void *, (anonymous namespace)::waiter, std::__1::less<const void *>, std::__1::allocator<std::__1::pair<const void *const, (anonymous namespace)::waiter> > >'
                *ptls = wmap.list.extract(found);
                        ~~~~~~~~~ ^
rpcs3/util/atomic.cpp:94:7: error: member reference base type 'unsigned long' is not a structure or union
                ptls->mapped().cond.notify_one();
                ~~~~^ ~~~~~~
6 errors generated.
2019-08-03 00:57:50 +00:00
Jan Beich
663b36bfa7 lang/rust-nightly: update to 1.38.0.20190803
Changes:	04b88a9eba...b0e40bfba4
2019-08-03 00:50:08 +00:00
Jan Beich
f037eab387 multimedia/aom: update to 1.0.0.2185
Changes:	https://aomedia.googlesource.com/aom/+log/2d577e610..80b1bb6da
2019-08-03 00:50:02 +00:00
Jan Beich
861ae5cdef multimedia/rav1e: update to s20190802
Changes:	132b008a...df6451a
2019-08-03 00:49:56 +00:00
Jan Beich
fd2635dabd multimedia/svt-av1: update to 0.6.0.151
Changes:	b238802a...cd79924e
2019-08-03 00:49:50 +00:00
Jan Beich
548cd378c8 multimedia/x265: update to 3.1.2 2019-08-03 00:49:45 +00:00
Jan Beich
85b1fd997b emulators/yuzu: update to s20190801
Changes:	52f54c728...978f7067e
2019-08-03 00:49:39 +00:00
Jan Beich
85c4e892d9 emulators/rpcs3: update to 0.0.6.8439
Changes:	e40b76b25...5bd17a44c
2019-08-03 00:49:34 +00:00
Sofian Brabez
ddcf222a01 - Update to 1.9.2
PR:		237418
Reported by:	lwhsu
Approved by:	myself
2019-08-02 23:40:40 +00:00
Joe Marcus Clarke
2da603d972 Unconditionally install dumpcap.
This is required to actually be able to capture packets with tshark.

PR:		239601
2019-08-02 23:19:07 +00:00
Muhammad Moinur Rahman
8b7a383e1f devel/py-jsonschema: Update version 3.0.1=>3.0.2 2019-08-02 22:47:06 +00:00
Sofian Brabez
3e2f43442c - Switch MASTER_SITES to HTTPS
PR:		239081
Submitted by:	Miyashita Touka <imagin8r at protonmail.com>
2019-08-02 22:42:04 +00:00
Richard Gallamore
460125d0e9 Updated to 0.5.1
Changes: https://github.com/davidhalter/parso/blob/master/CHANGELOG.rst
2019-08-02 22:36:34 +00:00
Richard Gallamore
6e21c383a7 Updated seafile to version 7.0.4 and seahub to 7.0.7
Changes: https://manual.seafile.com/changelog/server-changelog.html https://manual.seafile.com/changelog/changelog-for-seafile-professional-server.html
2019-08-02 22:16:41 +00:00
Piotr Kubaj
e61a49c5f7 misc/libemos: fix build with GCC architectures
GCC8 is already used for fortran so set USES=compiler:c11 to use GCC8 for everything.

PR:		239438
Approved by:	mentors (implicit approval), yuri (mentor)
2019-08-02 22:03:32 +00:00
Yuri Victorovich
716c95b18a science/py-phonopy: Update 2.1.4 -> 2.2.0
Reported by:	portscout
2019-08-02 20:59:34 +00:00
Yuri Victorovich
59ad9d5e06 science/py-qcengine: Update 0.7.1 -> 0.8.2
Reported by:	portscout
2019-08-02 20:45:01 +00:00
Yuri Victorovich
c9e693a062 graphics/reactphysics3d: 0.7.0 -> 0.7.1
Reported by:	portscout
2019-08-02 20:21:34 +00:00