Commit Graph

494969 Commits

Author SHA1 Message Date
Jan Beich
5ccec322ca MFH: r521835
x11-wm/wayfire: fix DRM session after r521656

After VT switch nothing was rendered. From debug log before/after:

 [backend/drm/drm.c:1485] Requesting modeset for 'DP-1'
-[src/core/output-layout.cpp:844] new output: DP-1
+[src/core/output-layout.cpp:849] new output: DP-1
+[backend/drm/drm.c:697] Modesetting 'DP-1' with '3840x2160@60000 mHz'
+[backend/drm/drm.c:592] Initializing renderer on connector 'DP-1'
+[GLES2] FS SIMD8 shader: 5 inst, 0 loops, 24 cycles, 0:0 spills:fills, Promoted 0 constants, compacted 80 to 48 bytes.
+[GLES2] FS SIMD16 shader: 5 inst, 0 loops, 34 cycles, 0:0 spills:fills, Promoted 0 constants, compacted 80 to 48 bytes.
+[GLES2] VS SIMD8 shader: 28 inst, 0 loops, 116 cycles, 0:0 spills:fills, Promoted 0 constants, compacted 448 to 336 bytes.
+[GLES2] FS SIMD16 shader: 2 inst, 0 loops, 0 cycles, 0:0 spills:fills, Promoted 0 constants, compacted 32 to 32 bytes.

Approved by:	ports-secteam blanket
2020-01-02 14:23:32 +00:00
Jan Beich
eb0e930259 MFH: r521825
multimedia/ffmpeg: update to 4.2.2

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2.2:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
Reported by:	portscout
Approved by:	ports-secteam blanket (multiple regression/security fixes)
2020-01-02 10:53:02 +00:00
Piotr Kubaj
237674749a MFH: r521815
ftp/lftp: fix build on GCC architectures

C++11 compiler is necessary:
In file included from FileAccess.cc:1029:
ftpclass.h:123: error: ISO C++ forbids initialization of member 'cepr_supported'
ftpclass.h:123: error: making 'cepr_supported' static
ftpclass.h:123: error: ISO C++ forbids in-class initialization of non-const static member 'cepr_supported'

Approved by:	portmgr (build fix blanket)
2020-01-02 09:29:48 +00:00
Dima Panov
169d3f0c61 MFH: r521796
databases/percona57-*: Fix build for i386

Make build-script assume that FreeBSD's Clang doesn't
have "atomic_*" functions builtin implemented on i386

While here, allow to build on DragonFly BSD and
drop "-fabi-version=2" from C/CXX flags

Reported by:	pkg-fallout
Approved by:	ports-secteam blanket
2020-01-02 09:02:51 +00:00
Jan Beich
132522323a MFH: r521792
japanese/ngraph-fonts: unbreak after r521443

=======================<phase: run-depends    >============================
===>   ja-ngraph-fonts-1.0_3 depends on file: /usr/local/share/fonts/kanji/kanji18.pcf.gz - not found
===>   Installing existing package /packages/All/ja-font-kanji18-1.0_3.txz
Installing ja-font-kanji18-1.0_3...
[...]
===>   ja-ngraph-fonts-1.0_3 depends on file: /usr/local/share/fonts/kanji/kanji18.pcf.gz - not found
*** Error code 1

Reported by:	pkg-fallout
Approved by:	ports-secteam blanket
2020-01-02 02:16:03 +00:00
Jan Beich
da169b21b2 MFH: r521790
japanese/tgif: unbreak after r521438

=======================<phase: run-depends    >============================
===>   ja-tgif-resource-4.2.2_1 depends on executable: tgif - not found
===>   Installing existing package /packages/All/tgif-4.2.5_2.txz
[...]
===>   ja-tgif-resource-4.2.2_1 depends on file: /usr/local/share/fonts/TTF/ipagui.ttf - not found
===>   Installing existing package /packages/All/ja-font-ipa-uigothic-00203_5.txz
[...]
===>   ja-tgif-resource-4.2.2_1 depends on file: /usr/local/share/fonts/TTF/ipagui.ttf - not found
*** Error code 1

Reported by:	pkg-fallout
Approved by:	ports-secteam blanket
2020-01-02 02:10:36 +00:00
Jan Beich
8f540cffa2 MFH: r521788
emulators/rpcs3: update to 0.0.8.9302

Changes:	341fdf7eb...c4e59b511
Approved by:	ports-secteam blanket (reliability/regression fixes)
2020-01-02 00:12:01 +00:00
Piotr Kubaj
2b7ab48bd9 MFH: r521784
math/gretl: fix build on GCC architectures

Since the last upgrade, gretl requires C11:
../lib/src/bhhh_max.c:37: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'Lval'

Fix this by adding USES=compiler:c11 and replacing OPENMP_USES=compiler:openmp with OPENMP_USE=GCC=yes. This sets the correct CC.

PR:		243027
Approved by:	yuri (maintainer)
Approved by:	portmgr (fix build blanket)
2020-01-01 23:09:52 +00:00
Piotr Kubaj
78cb540ce0 MFH: r521783
x11/mate-applets: fix build on non-x86

This is basically the same change to pkg-plist as the one done in r504600, which was later backed out for unknown reasons in r520859.

Already approved via maintainer timeout in the original PR.

Tested to fix packaging on powerpc64 and not break on amd64.

PR:		238323
Approved by:	gnome (maintainer timeout)
Pointy hat:	ericbsd
Approved by:	portmgr (fix packaging blanket)
2020-01-01 23:07:20 +00:00
Tobias C. Berner
981ef1f701 MFH: r521778
net/quiterss: Update to 0.19.2

 Changelog: https://quiterss.org/en/article/1506
    * Added: App style: dark
    * Fixed: Problems with msvcp140.dll and vcruntime140.dll (Windows)
    * Fixed: Images are not displayed in some feeds
    * Fixed: Sometimes news filter did not work when updating feeds

PR:		242904
Submitted by:	Loïc Bartoletti <lbartoletti@tuxfamily.org> (maintainer)

Approved by:	ports-secteam (blanket)
2020-01-01 21:47:39 +00:00
Antoine Brodin
f0e7a56e4c MFH: r521744
Fix build with hdf5 1.10.6
2020-01-01 20:24:02 +00:00
Antoine Brodin
e7fa4bfd1b MFH: r521766
Mark BROKEN

/wrkdirs/usr/ports/comms/cubicsdr/work/CubicSDR-0.2.5/src/AppFrame.cpp:3100:13: error: incomplete type 'wxToolTip' named in nested name specifier

Reported by:	pkg-fallout
2020-01-01 20:22:36 +00:00
Tobias C. Berner
886a567883 MFH: r521756
security/pam_google_authenticator: update to 1.08

Bugfix issue:
	https://github.com/google/google-authenticator-libpam/issues/146

PR:		243003
Submitted by:	Dries Michiels <driesm.michiels@gmail.com>  (maintainer)

Approved by:	ports-secteam (blanket)
2020-01-01 18:55:17 +00:00
Kai Knoblich
8f93153c27 MFH: r521753
www/py-dj22-django-prometheus: Fix RUN_DEPENDS of REDIS option

* Assign the RUN_DEPENDS of the non-default option REDIS to the Django 2.2
  variant of www/py-django-redis.  This was forgotten in r504808.

* Bump PORTREVISION due package change when built with the REDIS option.

Reported by:	sunpoet

Approved by:	ports-secteam dependency fix blanket
2020-01-01 17:51:00 +00:00
Antoine Brodin
d78045dfdf MFH: r521726
Deprecate python2

With hat:	portmgr
2020-01-01 17:47:20 +00:00
Rene Ladan
758edde629 Remove expired ports:
2020-01-01 databases/couchdb: No longer supported upstream, move to databases/couchdb2
2020-01-01 databases/riak: No longer supported upstream, see riak 2.9.0 and newer
2020-01-01 lang/erlang-runtime15: No longer supported upstream, use lang/erlang >= 21
2020-01-01 lang/erlang-runtime16: No longer supported upstream, use lang/erlang >=21
2020-01-01 lang/erlang-runtime17: No longer supported upstream, use lang/erlang >=21
2020-01-01 lang/erlang-runtime18: No longer supported upstream, use lang/erlang >=21
2020-01-01 lang/erlang-runtime19: No longer supported upstream, use lang/erlang >=21
2020-01-01 14:20:43 +00:00
Steve Wills
1748f8c64c Fix GitLab with newer gems
Approved by:	sunpoet, mfechner
2020-01-01 14:12:11 +00:00
Rene Ladan
d965c21144 databases/p5-AnyEvnt-CouchDB: bump couchdb dependency to couchdb2 2020-01-01 14:11:44 +00:00
Rene Ladan
92a969e9f6 Remove expired ports:
2017-10-01 sysutils/ansible1: please upgrade to sysutils/ansible
sysutils/bsdploy, depends on expired sysutils/ansible1
sysutils/py-ploy_ansible, depends on expired sysutils/ansible1
2020-01-01 13:06:45 +00:00
Jan Beich
fcf88c9c4d multimedia/libva: respect PREFIX for libva.conf
libva.conf is mainly used for debugging, so no need to rebuild.
2020-01-01 12:22:23 +00:00
Tobias Kortkamp
e002245a5d graphics/netpbm: Update to 10.89.00
Changes:	https://github.com/t6/netpbm/blob/v10.89.00/doc/HISTORY
2020-01-01 12:05:22 +00:00
Rene Ladan
12f974ad28 Resurrect ports depending on devel/openmp.
These ports will transition transparantly to openmp from base once
FreeBSD 12.0 reaches end-of-life.

Reported by:	jbeich [1] [2]

[1] https://lists.freebsd.org/pipermail/svn-ports-head/2019-May/210482.html
[2] https://lists.freebsd.org/pipermail/svn-ports-head/2019-December/229648.html
2020-01-01 11:46:08 +00:00
Rene Ladan
f2aea6bcb5 Undeprecate math/blaze and science/chrono per https://lists.freebsd.org/pipermail/svn-ports-head/2019-May/210482.html 2020-01-01 11:30:49 +00:00
Rene Ladan
9dd9c07a76 Remove expired ports:
archivers/squeeze: dead upstream and depends on expired x11-fm/thunar-vfs
2019-11-01 x11-fm/thunar-vfs: Functionality included in Thunar
2020-01-01 10:17:38 +00:00
Rene Ladan
7e85a72a26 x11-wm/xfce4: remove non-default dependency on archivers/squeeze
archivers/squeeze depends on x11-fm/thunar-vfs which is expired since November.
2020-01-01 10:02:22 +00:00
Jan Beich
f0eb947fa0 multimedia/vapoursynth: back out r521709 to allow disabling -DNDEBUG
`NDEBUG` is used in VS to disable extra checks outside of assert(3).
2020-01-01 09:46:41 +00:00
Jan Beich
517c819176 multimedia/vapoursynth: drop DEBUG option after r478306
Only passes `-O0 -g3 -ggdb` which is just a vendor way of saying to
build with debug symbols. `-ftrapv` is slightly different but can be
replaced with `-fsanitize=integer` which provides more checks.
2020-01-01 09:39:43 +00:00
Jan Beich
3687361937 games/aquaria: drop DEBUG option after r478306 2020-01-01 09:30:29 +00:00
Dmitry Marakasov
58f0c43c7c - Add LICENSE_FILE
- Update WWW

Approved by:	portmgr blanket
2020-01-01 09:30:08 +00:00
Jan Beich
ac2f4975e9 multimedia/gmmlib: drop DEBUG option in favor of WITH_DEBUG
Fix CMAKE_BUILD_TYPE=Debug to pass -D_DEBUG like on Windows.
A separate knob isn't necessary.
2020-01-01 09:25:54 +00:00
Sunpoet Po-Chuan Hsieh
c1760120a6 Add py-graphql-relay2 2.0.1 (copied from py-graphql-relay)
- Add PORTSCOUT
2020-01-01 09:21:15 +00:00
Sunpoet Po-Chuan Hsieh
24430085da Update to 5.10.1
Changes:	https://github.com/OpenNebula/one/wiki/Release-Schedule
2020-01-01 09:19:48 +00:00
Sunpoet Po-Chuan Hsieh
e88109ff55 Change RUN_DEPENDS from rubygem-sidekiq to rubygem-sidekiq5
- Bump PORTREVISION for dependency change

Use the same rubygem-sidekiq for gitlab-ce and its dependencies.
- gitlab-ce: sidekiq ~> 5.2.7
- rubygem-gitlab-sidekiq-fetcher: sidekiq ~> 5
- rubygem-sidekiq-cron: sidekiq >= 4.2.1

Change RUN_DEPENDS to rubygem-sidekiq5 to avoid conflict of bin/sidekiq between
rubygem-sidekiq and rubygem-sidekiq5.

Reported by:    swills
2020-01-01 09:19:44 +00:00
Sunpoet Po-Chuan Hsieh
b729572647 Update to 0.30.1
Changes:	https://github.com/DataDog/dd-trace-rb/releases
2020-01-01 09:19:39 +00:00
Sunpoet Po-Chuan Hsieh
e1d5ca1ac8 Update to 2.11.402
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2020-01-01 09:19:34 +00:00
Sunpoet Po-Chuan Hsieh
1f187b189c Update to 2.11.402
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2020-01-01 09:19:30 +00:00
Sunpoet Po-Chuan Hsieh
5aca0664f9 Update to 3.68.0
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-resources/CHANGELOG.md
2020-01-01 09:19:25 +00:00
Sunpoet Po-Chuan Hsieh
cbdbbca10f Update to 1.125.0
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-ec2/CHANGELOG.md
2020-01-01 09:19:20 +00:00
Sunpoet Po-Chuan Hsieh
81c833bdac Update to 2.11.402
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2020-01-01 09:19:15 +00:00
Sunpoet Po-Chuan Hsieh
3ef2681666 Update to 1.12.0
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-comprehendmedical/CHANGELOG.md
2020-01-01 09:19:10 +00:00
Sunpoet Po-Chuan Hsieh
ecb342039a Update to 1.260.0
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-partitions/CHANGELOG.md
2020-01-01 09:19:06 +00:00
Sunpoet Po-Chuan Hsieh
c07756deb9 Update to 0.81.0
Changes:	https://github.com/instagrambot/instabot/commits/master
2020-01-01 09:19:01 +00:00
Sunpoet Po-Chuan Hsieh
1f51b17374 Add comment about PORTSCOUT 2020-01-01 09:18:57 +00:00
Sunpoet Po-Chuan Hsieh
ab02c61433 Update to 1.14.0
Changes:	https://github.com/brack3t/django-braces/releases
2020-01-01 09:18:52 +00:00
Sunpoet Po-Chuan Hsieh
d0271f677b Update to 1.2.1
- Add LICENSE_FILE

Changes:	https://github.com/s0md3v/huepy/commits/master
2020-01-01 09:18:47 +00:00
Sunpoet Po-Chuan Hsieh
217f00cd3c Mark DEPRECATED and set EXPIRATION_DATE to 2020-01-31 2020-01-01 09:18:43 +00:00
Sunpoet Po-Chuan Hsieh
7c324b8b63 Update to 2.8.4
Changes:	https://github.com/rbarrois/python-semanticversion/blob/master/ChangeLog
2020-01-01 09:18:39 +00:00
Sunpoet Po-Chuan Hsieh
f032d0c473 Update to 3.0.0
Changes:	https://github.com/graphql-python/graphql-relay-py/releases
2020-01-01 09:18:34 +00:00
Sunpoet Po-Chuan Hsieh
0ef7e910c9 Change RUN_DEPENDS from py-graphql-relay to py-graphql-relay2
- Bump PORTREVISION for dependency change
2020-01-01 09:18:29 +00:00
Sunpoet Po-Chuan Hsieh
4eb239d927 Update to 1.2.12
Changes:	https://github.com/chef/mixlib-versioning/blob/master/CHANGELOG.md
2020-01-01 09:18:24 +00:00