Commit graph

481746 commits

Author SHA1 Message Date
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
Yuri Victorovich
69d6541bb1 science/metaphysicl: Update 0.5.0 -> 0.5.2
Reported by:	portscout
2019-08-02 20:20:29 +00:00
Yuri Victorovich
f352cb3ae9 graphics/oidn: Update 0.9.0 -> 1.0.0
Reported by:	portscout
2019-08-02 20:19:24 +00:00
Sunpoet Po-Chuan Hsieh
2ec1b37f6f Fix gemspec for rubygem-public_suffix 4.0.0 update
- Bump PORTREVISION for package change
2019-08-02 19:31:31 +00:00
Sunpoet Po-Chuan Hsieh
9d9a7e8be7 Update to 3.5.0
- Update WWW

Changes:	https://github.com/jaynetics/js_regex/blob/master/CHANGELOG.md
PR:		239536
Submitted by:	sunpoet (myself)
Approved by:	mfechner (maintainer)
2019-08-02 19:30:53 +00:00
Sunpoet Po-Chuan Hsieh
05b66cd5ea Update to 1.0.0
- Update WWW

Changes:	https://github.com/jaynetics/regexp_property_values/blob/master/CHANGELOG.md
PR:		239535
Submitted by:	sunpoet (myself)
Approved by:	mfechner (maintainer)
2019-08-02 19:30:47 +00:00
Sunpoet Po-Chuan Hsieh
a28bb4c900 Update to 1.6.0
Changes:	https://github.com/ammar/regexp_parser/blob/master/CHANGELOG.md
PR:		239534
Submitted by:	sunpoet (myself)
Approved by:	mfechner (maintainer)
2019-08-02 19:30:41 +00:00
Sunpoet Po-Chuan Hsieh
8a08b59dd7 Update to 1.4.0
- Update WWW

Changes:	https://github.com/jaynetics/character_set/blob/master/CHANGELOG.md
PR:		239533
Submitted by:	sunpoet (myself)
Approved by:	mfechner (maintainer)
2019-08-02 19:30:36 +00:00
Sunpoet Po-Chuan Hsieh
22224a2526 Fix gemspec for rubygem-public_suffix 4.0.0 update
- Bump PORTREVISION for package change
2019-08-02 19:30:31 +00:00
Sunpoet Po-Chuan Hsieh
786335dbad Update to 7.3.0
- Add LICENSE_FILE

Changes:	https://github.com/elastic/elasticsearch-ruby/releases
2019-08-02 19:30:26 +00:00
Sunpoet Po-Chuan Hsieh
6320ec49c4 Update to 7.3.0
Changes:	https://github.com/elastic/elasticsearch-ruby/releases
2019-08-02 19:30:20 +00:00
Sunpoet Po-Chuan Hsieh
7380899d03 Update to 7.3.0
Changes:	https://github.com/elastic/elasticsearch-ruby/releases
2019-08-02 19:30:15 +00:00
Sunpoet Po-Chuan Hsieh
f1c3e3516f Update to 7.3.0
Changes:	https://github.com/elastic/elasticsearch-ruby/releases
2019-08-02 19:30:10 +00:00
Sunpoet Po-Chuan Hsieh
784c9d0edd Update to 2.7.5
Changes:	https://github.com/bkeepers/dotenv/blob/master/Changelog.md
2019-08-02 19:30:05 +00:00
Sunpoet Po-Chuan Hsieh
547580044a Update to 2.7.5
Changes:	https://github.com/bkeepers/dotenv/blob/master/Changelog.md
2019-08-02 19:30:00 +00:00
Sunpoet Po-Chuan Hsieh
063c3d99cd Update to 2.7.5
Changes:	https://github.com/bkeepers/dotenv/blob/master/Changelog.md
2019-08-02 19:29:55 +00:00
Sunpoet Po-Chuan Hsieh
ba01daff63 Update to 2.7.5
Changes:	https://github.com/bkeepers/dotenv/blob/master/Changelog.md
2019-08-02 19:29:50 +00:00
Sunpoet Po-Chuan Hsieh
5845490530 Update to 4.0.0
Changes:	https://github.com/weppos/publicsuffix-ruby/blob/master/CHANGELOG.md
2019-08-02 19:29:45 +00:00
Sunpoet Po-Chuan Hsieh
4271fd715b Update to 0.11.0
Changes:	https://github.com/piotrmurach/tty-table/blob/master/CHANGELOG.md
2019-08-02 19:29:40 +00:00
Sunpoet Po-Chuan Hsieh
f6a8ec6514 Fix gemspec for rubygem-tty-table 0.11.0 update
- Bump PORTREVISION for package change
2019-08-02 19:29:35 +00:00
Sunpoet Po-Chuan Hsieh
d4c60a8575 Update to 0.1.3
Changes:	https://github.com/guard/notiffany/releases
2019-08-02 19:29:29 +00:00
Sunpoet Po-Chuan Hsieh
e1d2de9939 Update to 3.0.2
Changes:	https://github.com/cucumber/cucumber/blob/master/cucumber-messages/CHANGELOG.md
2019-08-02 19:29:24 +00:00
Sunpoet Po-Chuan Hsieh
cc4e4d6747 Update to 2.5.2
Changes:	https://docs.wagtail.io/en/latest/releases/index.html
		https://github.com/wagtail/wagtail/releases
2019-08-02 19:29:19 +00:00
Sunpoet Po-Chuan Hsieh
825bf5be08 Update to 0.12.6
Changes:	https://www.starlette.io/release-notes/
		https://github.com/encode/starlette/commits/master
2019-08-02 19:29:13 +00:00
Sunpoet Po-Chuan Hsieh
e0518a3604 Update to 0.4.14
- Add LICENSE_FILE
- Update pkg-descr
- Take maintainership

Changes:	https://bitbucket.org/ruamel/ordereddict/commits/branch/default
2019-08-02 19:29:08 +00:00
Sunpoet Po-Chuan Hsieh
557f95f355 Update to 4.32.2
Changes:	https://github.com/HypothesisWorks/hypothesis/blob/master/hypothesis-python/docs/changes.rst
2019-08-02 19:29:02 +00:00
Sunpoet Po-Chuan Hsieh
d41dd4068c Cosmetic change 2019-08-02 19:28:57 +00:00
Yuri Victorovich
a921e1d567 Hook up science/openkim-models to build. 2019-08-02 18:44:20 +00:00
Yuri Victorovich
6a0d06e261 New port: deskutils/dfshow: Directory file editor 2019-08-02 18:41:10 +00:00