Commit graph

574544 commits

Author SHA1 Message Date
Jan Beich
8259db3745 x11/gromit-mpx: update to 1.4.2
Changes:	https://github.com/bk138/gromit-mpx/releases/tag/1.4.2
Reported by:	GitHub (watch releases)
2022-02-12 16:23:01 +00:00
Muhammad Moinur Rahman
e8d9493812 lang/php8[01]: Make openssl as DEFAULT
After the 91fdbed776 commit fixing the
issue for MySQL80 introduced another problem for the ports that depends
on php8[01]-openssl port couldn't be built as the fix prevented
php8[01]-openssl from being installed as it's already built with
default php installation. As the problem has grown much bigger now and
php80 is currently the DEFAULT php version so we are switching the
behavior of php8[01] ports making the openssl module as default.

- Remove non-default OPTION MYSQL80 from lang/php8[01]
- Remove ports security/php8[01]-openssl
- Remove OPTION OPENSSL from lang/php8[01]-extensions
- Mark lang/php8[01] to IGNORE with libressl and libressl-devel
  Although php builds fine with those most of the extensions do not
  as they have dependency on curl. So mark it early.
- OPTIONIZE lang/php80
- Change openssl_DEPENDS to conditional for php74 only as this module
  is default from php80 with this commit. php74 do not have the issue
  where it fails to connect to MySQL80 due to new caching_sha2_password
- Remove hash_DEPENDS from php.mk as it is a default module for all php
- Change json_DEPENDS to conditional for php74 only as this module is
  default from php80

PR:		261797 259793 252420
Reported by:	sean@rogue-research.com martin@waschbuesch.de
Approved by:	tz (private email) ale (private email)
Sponsored by:	Bounce Experts
2022-02-12 09:41:51 -06:00
Jason W. Bacon
72923f58ba biology/py-dna-features-viewer: Add missing dependency
py-packaging not mentioned in setup.py, but runtime errors thrown
without it.
2022-02-12 09:12:39 -06:00
Mateusz Piotrowski
f2a03b4930 x11-fonts/iosevka: Update to 13.3.1
Changes:	https://github.com/be5invis/Iosevka/releases/tag/v13.3.1
2022-02-12 16:03:11 +01:00
Jason W. Bacon
d1277d3af2 sysutils/auto-admin: Update to 0.7.9.12
auto-check-ports-branch: Fix latest pkg to quarterly ports compare
A few other minor fixes and enhancements
2022-02-12 08:54:35 -06:00
Guido Falsi
9267d1fb2f net/asterisk18: Fix build when textproc/xmlstarlet is installed
Asterisk build system checks for presence of xmlstarlet as "xml"
binary on the system.

If found it triggers part of the build system trying to download
some external files during the install phase which even uses a
command line tool not available on FreeBSD.

Such code is not necessary for the port, as all supported modules
are downloaded using ports tree provided functionality. Furthermore
downloading files from the internet is forbidden during the install
phase.

This patch forces the variable used by the Makefiles to identify
xmlstarlet presence to be empty. so the code path described above
is not triggered.

PR:		261884
2022-02-12 15:28:05 +01:00
Guido Falsi
f0f667985b net/asterisk16: Fix build when textproc/xmlstarlet is installed
Asterisk build system checks for presence of xmlstarlet as "xml"
binary on the system.

If found it triggers part of the build system trying to download
some external files during the install phase which even uses a
command line tool not available on FreeBSD.

Such code is not necessary for the port, as all supported modules
are downloaded using ports tree provided functionality. Furthermore
downloading files from the internet is forbidden during the install
phase.

This patch forces the variable used by the Makefiles to identify
xmlstarlet presence to be empty. so the code path described above
is not triggered.

PR:		261884
2022-02-12 15:28:05 +01:00
Jan Beich
48c4e18b78 devel/glib20: update to 2.70.4
Changes:	https://gitlab.gnome.org/GNOME/glib/-/blob/2.70.4/NEWS
Reported by:	Repology
2022-02-12 14:12:17 +00:00
Jan Beich
df296c8a50 accessibility/wl-gammarelay-rs: update to 0.2.1
Changes:	https://github.com/MaxVerevkin/wl-gammarelay-rs/releases/tag/v0.2.1
Reported by:	GitHub (watch releases)
2022-02-12 14:02:46 +00:00
Jan Beich
1cf090115f x11/fnott: update to 1.2.1
Changes:	https://codeberg.org/dnkl/fnott/releases/tag/1.2.1
Reported by:	upstream (via mail)
2022-02-12 14:02:46 +00:00
Rene Ladan
7c033890a8 multimedia/w_scan2: update to 1.0.14
[1.0.14] 2022-02-10
- include the PMT and teletext PIDs next to the video PID in the Mplayer
  output (Robert Bartel <r.bartel@gmx.net>)
- is_nearly_same_frequency() fix

Reported by:	portscout
2022-02-12 13:00:22 +01:00
Hans Petter Selasky
c7960585f7 audio/a2jmidid: Try to fix build.
- Add missing pkg-config dependency.

Approved by: pi (implicit)
2022-02-12 11:49:55 +01:00
Kai Knoblich
86eb4911c1 devel/py-setuptools_scm: Update to 6.4.2
* Fold the TOML option because its dependency is no longer an optional
  requirement as noted in "setup.{py,cfg}".  This should also fix some
  cases with build errors where the TOML option was disabled. [1]

Changelog since 6.3.2:

https://github.com/pypa/setuptools_scm/blob/v6.4.2/CHANGELOG.rst

PR:		259797 [1], 261698 [1]
MFH:		No (feature release)
2022-02-12 11:41:02 +01:00
TAKATSU Tomonari
ab585ce22f finance/R-cran-plm: Update to 2.6-0 2022-02-12 10:28:11 +00:00
TAKATSU Tomonari
d1f17cb67e devel/R-cran-collapse: Add new port
A C/C++ based package for advanced data transformation and statistical
computing in R that is extremely fast, flexible and parsimonious
to code with, class-agnostic and programmer friendly. It is well
integrated with base R, 'dplyr' / (grouped) 'tibble', 'data.table',
'plm' (panel-series and data frames), 'sf' data frames, and
non-destructively handles other matrix or data frame based classes
(such as 'ts', 'xts' / 'zoo', 'timeSeries', 'tsibble', 'tibbletime'
etc.)

WWW: https://cran.r-project.org/web/packages/collapse/
2022-02-12 10:28:11 +00:00
Nick Black
6d8023ebcd devel/notcurses: Update to 3.0.6
Changelog: https://github.com/dankamongmen/notcurses/releases/tag/v3.0.6

PR:		261881
2022-02-12 11:00:47 +01:00
Thierry Thomas
b993d1fa21 graphics/cloudcompare: unbreak and upgrade v2.11.3
Some plugins have been removed, some others could be added.
PDAL support is broken and has been disabled: to be investigated.
2022-02-12 10:53:15 +01:00
Thierry Thomas
7fac35a3db graphics/cloudcompare: resurrect CloudCompare
It was removed in r548980, due to a deprecated version of python.
2022-02-12 10:53:14 +01:00
Emanuel Haupt
779874ba0c audio/protracker: Update to 1.40 2022-02-12 10:44:58 +01:00
Daniel Engberg
6c0118fda7 net-im/diligent: Mark BROKEN, deprecate and expiration date to 2022-03-31
Abandoned upstream and no longer works as intended

PR:		236871
Reported by:	Christopher Hall <hsw@bitmark.com>
2022-02-12 10:38:33 +01:00
Jan Beich
9be47b50a2 multimedia/intel-media-sdk: update to 22.2.0
Changes:	https://github.com/Intel-Media-SDK/MediaSDK/compare/intel-mediasdk-22.1.0...intel-mediasdk-22.2.0
2022-02-12 09:35:41 +00:00
Jan Beich
253080f58b multimedia/libva-intel-media-driver: update to 22.2.0
Changes:	https://github.com/intel/media-driver/compare/intel-media-22.1.1...intel-media-22.2.0
2022-02-12 09:35:41 +00:00
Santhosh Raju
4df33816e6 audio/din: Update to 53
Changes since 52:

DIN Is Noise 53:

  /*  new in DIN53:

        launched drones launch drones that launch drones that launch drones....!

          use Drone Params > Defaults > Generations to set the number of times this can happen

            if Generations = 1,  A drone launcher launches drones (@ a Drones Per Minute)
            that die at the end of their lifetimes. This is default and the only behaviour until DIN 52.
            if Generations = 2, A drone launcher launches drones that launch drones.
            if Generations = 3, A drone launcher launches drones that launch drones that
            launch drones too.
            if Generations = 4, 5, 6, ... this quickly escalates into a population explosion of drones;
            lots of drones birthing lots of drones, living their life out and waiting to die can get
            very loud (especially if the Compressor isnt ON), slow down DIN and maybe even your computer
            beyond rescue. Be careful! :)

            Ways to prevent this population explosion are: keep Generatons low (Menu > Drone Params
            > Defaults), keep Drones Per Minute (DPM) and Lifetime on the original
            launcher low (Select drone launcher and adjust values from Menu > Drone Params > Motion) and
            keep the Fall time low (the fade-out time for drone after being killed, from Menu > Drone
            Params > Defaults)

            The launched drones take the DPM and Lifetime of their parent so editing carefully the
            parameters of the original launcher is important.

  /*  new default Drones Per Minute (DPM) on a drone launcher (Menu > Drone Params > Defaults). Assigns a
      DPM when making a drone launcher.  Turn on ~ to assign a DPM at random.

  * re: Auto rotation of drone velocity/acceleration vectors:
      changed Degrees Per Second to Degrees Per Tick

  /* re: Menu > Drone Params > Defaults > Bounces
      when set to 0, launched drones dont bounce off the bottom of the microtonal keyboard
        but are killed immediately (behaviour until DIN 52)
      when set to -1, drones dont bounce off the bottom of the microtonal keyboard at all:
        but they are not killed either, they just live their life(time) out

  /* gravity base and tip dont move ie stay fixed as you scroll the microtonal keyboard in DIN53.
     this is because gravity is now in 'object space' along with the drones and microtonal ranges.
     until DIN52, gravity was in 'UI space' along with UI controls.

  * repositioned drone arrow UI elements

  ! fixed : DIN not quitting when frozen drones present !
  ! fixed : change size of gravity vector when its modulating !
2022-02-12 07:33:34 +01:00
Greg Lewis
12a02d5f73 java/openjdk8: Update to 8u322 GA
This should also fix problems with LLVM/Clang 13
2022-02-11 20:30:51 -08:00
Greg Lewis
399e3772d3 java/openjdk11: Bump PORTREVISION
Bump PORTREVISION, missed in the last commit.

PR:		260319
Reported by:	Jonathan Chen
2022-02-11 20:28:15 -08:00
Jan Beich
114f47c31e graphics/mesa-devel: update to 21.4.b.405
Changes:	bfcc7c20c8...7adb3c0f7f
2022-02-12 00:07:35 +00:00
Jan Beich
5b7517a813 emulators/yuzu: update to s20220210
Changes:	bcd666b86...ca9da569c
2022-02-12 00:07:35 +00:00
Jan Beich
bb4161021f emulators/rpcs3: update to 0.0.20.13271
Changes:	d172b9add...d6597038e
2022-02-12 00:07:35 +00:00
Yasuhiro Kimura
0029b0875f editors/with-editor: Update to 3.2.0
Changes:	https://github.com/magit/with-editor/commits/v3.2.0
2022-02-12 08:20:51 +09:00
Jose Alonso Cardenas Marquez
bbd6ec91a8 graphics/lazpaint: Fix build
Reported by:	pkg-fallout
2022-02-11 17:54:11 -05:00
Piotr Kubaj
6f8d8ce0f1 devel/libffcall: fix build on powerpc64le
Also make the patch apply everywhere to simplify things.
2022-02-11 22:25:54 +00:00
Piotr Kubaj
633270e98c lang/gforth: fix build on powerpc64 2022-02-11 22:25:49 +00:00
Piotr Kubaj
efc9e9b68c devel/libffcall: fix build on powerpc64 2022-02-11 22:25:48 +00:00
John Hixson
fa5eb7aa13 sysutils/nomad: Update to v1.2.6 2022-02-11 13:22:27 -08:00
Dries Michiels
646209697b devel/influx-pkg-config: Update to 0.2.12
Changes:	https://github.com/influxdata/pkg-config/releases/tag/v0.2.12
2022-02-11 21:14:31 +01:00
Loïc Bartoletti
8d0706e50a databases/postgis30: Update to 3.0.5
Changes:
  - https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.0.5/NEWS
2022-02-11 19:17:25 +01:00
Loïc Bartoletti
ab41ba5c05 databases/postgresql-ogr_fdw: Update to 1.1.1
- Support PostgreSQL 14
2022-02-11 19:17:24 +01:00
Neel Chauhan
904eb2df1b databases/soci: Adopt port 2022-02-11 09:59:00 -08:00
Neel Chauhan
f6da53de6e databases/soci: Update to 4.0.3 2022-02-11 09:58:39 -08:00
Jung-uk Kim
722f695677 korean/nanumfonts: Fix DISTNAME missed in the previous commit 2022-02-11 12:41:11 -05:00
Neel Chauhan
f13370aee7 archivers/zutils: Update to 1.11 2022-02-11 09:40:06 -08:00
Neel Chauhan
df09a86844 archivers/xarchiver: Update to 0.5.4.17 2022-02-11 09:40:06 -08:00
Jung-uk Kim
834be35d6c korean/nanumfonts: Fix package name collisions
Reported by:	antoine
2022-02-11 12:31:03 -05:00
Yuri Victorovich
92e6b412e2 devel/py-rapidfuzz-capi: New port: C-API of RapidFuzz 2022-02-11 09:11:27 -08:00
Yuri Victorovich
cdf5e59301 math/py-chaospy: Update 4.3.4 -> 4.3.6
Reported by:	portscout
2022-02-11 09:11:27 -08:00
Yuri Victorovich
479a08e5f1 devel/py-scikit-build: Update 0.12.0 -> 0.13.1
Reported by:	portscout
2022-02-11 09:11:26 -08:00
Yuri Victorovich
685d2b67c0 cad/ldview: Update 4.4 -> 4.4.1
Reported by:	portscout
2022-02-11 09:11:26 -08:00
Yuri Victorovich
af3db027ce cad/ldraw: Update 20201229 -> 20220211
Reported by:	portscout
2022-02-11 09:11:26 -08:00
Yuri Victorovich
2ec5600d6d editors/o: Update 2.47.0 -> 2.48.3
Reported by:	portscout
2022-02-11 09:11:25 -08:00
Antoine Brodin
2b2fde0036 korean/nanumfonts: remove flavors to fix PKGNAME collision 2022-02-11 16:19:42 +00:00