CVS: cvs.openbsd.org: ports

2020-10-06 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2020/10/06 22:35:20

Modified files:
geo/spatialite/readosm: distinfo 

Log message:
Fix distinfo; somehow upstream rerolled tarball ?

Reported by naddy@, thanks !



CVS: cvs.openbsd.org: ports

2020-10-06 Thread Daniel Dickman
CVSROOT:/cvs
Module name:ports
Changes by: dan...@cvs.openbsd.org  2020/10/06 20:00:07

Modified files:
textproc   : Makefile 
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 
textproc/py-nltk: Makefile 
textproc/py-nltk/pkg: PLIST 
textproc/py-numpydoc: Makefile 
textproc/py-numpydoc/pkg: PLIST 

Log message:
Make py-nltk and py-numpydoc python3 only so matplotlib can be updated.

ok bket@



CVS: cvs.openbsd.org: ports

2020-10-06 Thread Jeremy Evans
CVSROOT:/cvs
Module name:ports
Changes by: jer...@cvs.openbsd.org  2020/10/06 18:03:21

Modified files:
devel/ruby-rb-gsl: Makefile 
Added files:
devel/ruby-rb-gsl/patches: 
   patch-ext_gsl_native_include_rb_gsl_common_h 

Log message:
Add patches to compile with Ruby 3.0

Switch EXTERN to extern using sed.

Fix rvalue issue in RBGSL_SET_CLASS0.



CVS: cvs.openbsd.org: ports

2020-10-06 Thread Jeremy Evans
CVSROOT:/cvs
Module name:ports
Changes by: jer...@cvs.openbsd.org  2020/10/06 16:36:06

Modified files:
sysutils/ruby-libvirt: Makefile 
Added files:
sysutils/ruby-libvirt/patches: patch-ext_libvirt_common_c 
   patch-ext_libvirt_domain_c 

Log message:
Add patches that allow building ruby-libvirt with Ruby 3.0

Builds fine and should be no change in earlier Ruby versions, but bump
anyway.



CVS: cvs.openbsd.org: ports

2020-10-06 Thread Jeremy Evans
CVSROOT:/cvs
Module name:ports
Changes by: jer...@cvs.openbsd.org  2020/10/06 16:33:54

ports/sysutils/ruby-libvirt/patches

Update of /cvs/ports/sysutils/ruby-libvirt/patches
In directory cvs.openbsd.org:/tmp/cvs-serv67024/patches

Log Message:
Directory /cvs/ports/sysutils/ruby-libvirt/patches added to the repository



CVS: cvs.openbsd.org: ports

2020-10-06 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/10/06 14:29:16

Modified files:
databases/py-redis: Makefile distinfo 

Log message:
update to 3.5.3.
ok solene@.



CVS: cvs.openbsd.org: ports

2020-10-06 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2020/10/06 14:27:45

Modified files:
security/regripper: Makefile distinfo 
security/regripper/patches: patch-rip_pl 
security/regripper/pkg: PLIST 
Removed files:
security/regripper/patches: patch-plugins_shellbags_test_pl 

Log message:
update regripper to 3.0.
ok solene@.



CVS: cvs.openbsd.org: ports

2020-10-06 Thread Solene Rapenne
CVSROOT:/cvs
Module name:ports
Changes by: sol...@cvs.openbsd.org  2020/10/06 14:04:30

Modified files:
net/ircd-hybrid: Makefile distinfo 
net/ircd-hybrid/patches: patch-doc_reference_conf 
net/ircd-hybrid/pkg: PLIST 

Log message:
Update to ircd-hybrid-8.2.33

diff from brad@



CVS: cvs.openbsd.org: ports

2020-10-06 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2020/10/06 10:53:33

Modified files:
archivers  : Makefile 

Log message:
link minizip to the build now that all potential consumers are tweaked



CVS: cvs.openbsd.org: ports

2020-10-06 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2020/10/06 10:52:25

Modified files:
multimedia/assimp: Makefile 

Log message:
make sure we dont pickup systemwide minizip as the bundled version is
incompatible. At least there's a cmake option to force building the
bundled one..



CVS: cvs.openbsd.org: ports

2020-10-06 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2020/10/06 10:51:19

Modified files:
x11/qt5/qtwebengine/patches: patch-src_core_configure_json 

Log message:
Make sure systemwide minizip isnt detected.

qtwebengine bundles two incompatible versions of minizip in its chromium
copy, and everything blows if the systemwide minizip is detected.



CVS: cvs.openbsd.org: ports

2020-10-06 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2020/10/06 10:49:31

Modified files:
emulators/mupen64plus/core: Makefile 

Log message:
Build against systemwide minizip.



CVS: cvs.openbsd.org: ports

2020-10-06 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2020/10/06 10:48:54

Log message:
Import minizip 2.10.

Minizip was originally developed in 1998. It was first included in the zlib
distribution as an additional code contribution starting in zlib 1.1.2. 
Since
that time, it has been continually improved upon and contributed to by many
people.

+ Creating and extracting zip archives.
+ Adding and removing entries from zip archives.
+ Read and write raw zip entry data.
+ Reading and writing zip archives from memory.
+ Zlib, BZIP2, LZMA, and ZSTD compression methods.
+ Password protection through Traditional PKWARE and WinZIP AES encryption.
+ Buffered streaming for improved I/O performance.

with fixes and tweaks from cwen@:
- add patch to fix build on gcc
- disable -Os
- build & enable tests

some ports bundle it, some ports allow building against a systemwide
one, some ports bundle/rely on an incompatible version - all those will be
fixed in following commits.

required by an upcoming geo/spatialite/libspatialite update.

ok bentley@ cwen@

Status:

Vendor Tag: landry
Release Tags:   landry_20201006

N ports/archivers/minizip/Makefile
N ports/archivers/minizip/distinfo
N ports/archivers/minizip/patches/patch-CMakeLists_txt
N ports/archivers/minizip/patches/patch-mz_crypt_brg_c
N ports/archivers/minizip/patches/patch-mz_h
N ports/archivers/minizip/pkg/PLIST
N ports/archivers/minizip/pkg/DESCR

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2020-10-06 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/10/06 10:21:00

Modified files:
editors/vim: Makefile distinfo 
editors/vim/pkg: PLIST-lang PLIST-main 

Log message:
update to vim-8.2.1805, fixing a bug with :shell introduced in 8.2.1513
that is somewhat nasty on OpenBSD (https://github.com/vim/vim/issues/7079,
reported by Oliver Taïbi).

- shuffle some lang entries to the correct PLIST while there



CVS: cvs.openbsd.org: ports

2020-10-06 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2020/10/06 09:43:09

Modified files:
www/firefox-esr: Makefile 

Log message:
Use 'ln -f' to ensure "make repackage" works.

ok landry



CVS: cvs.openbsd.org: ports

2020-10-06 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2020/10/06 09:43:29

Modified files:
www/mozilla-firefox: Makefile 

Log message:
Use 'ln -f' to ensure "make repackage" works.

ok landry



CVS: cvs.openbsd.org: ports

2020-10-06 Thread Solene Rapenne
CVSROOT:/cvs
Module name:ports
Changes by: sol...@cvs.openbsd.org  2020/10/06 07:40:56

Modified files:
games  : Makefile 

Log message:
+ shapezio



CVS: cvs.openbsd.org: ports

2020-10-06 Thread Solene Rapenne
CVSROOT:/cvs
Module name:ports
Changes by: sol...@cvs.openbsd.org  2020/10/06 07:39:05

Log message:
Import shapezio-1.1.18pl202009192141

ok thfr@

Shapez.io is an open source base building game inspired by Factorio.
Your goal is to produce shapes by cutting, rotating, merging and
painting parts of shapes.

Status:

Vendor Tag: solene
Release Tags:   solene_20201006

N ports/games/shapezio/Makefile
N ports/games/shapezio/distinfo
N ports/games/shapezio/pkg/DESCR
N ports/games/shapezio/pkg/PLIST
N ports/games/shapezio/files/shapezio.desktop
N ports/games/shapezio/files/shapezio.png

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2020-10-06 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2020/10/06 06:35:28

Modified files:
textproc/p5-XML-LibXML: Makefile distinfo 

Log message:
update p5-XML-LibXML to 2.0206



CVS: cvs.openbsd.org: ports

2020-10-06 Thread Benoit Lecocq
CVSROOT:/cvs
Module name:ports
Changes by: ben...@cvs.openbsd.org  2020/10/06 05:17:53

Modified files:
games/rocksndiamonds: Makefile distinfo 
games/rocksndiamonds/pkg: PLIST 

Log message:
Update to rocksndiamonds-4.2.0.3.



CVS: cvs.openbsd.org: ports

2020-10-06 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/10/06 05:10:05

Modified files:
lang/php/7.2   : Makefile distinfo 

Log message:
update to php-7.2.34



CVS: cvs.openbsd.org: ports

2020-10-06 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/10/06 05:09:55

Modified files:
lang/php/7.4   : Makefile distinfo 

Log message:
update to php-7.4.11



CVS: cvs.openbsd.org: ports

2020-10-06 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/10/06 05:09:50

Modified files:
lang/php/7.3   : Makefile distinfo 

Log message:
update to php-7.3.23



CVS: cvs.openbsd.org: ports

2020-10-06 Thread Martin Reindl
CVSROOT:/cvs
Module name:ports
Changes by: mar...@cvs.openbsd.org  2020/10/06 05:02:34

Modified files:
geo/py-rasterio: Makefile distinfo 

Log message:
Update py-rasterio to 1.1.7.



CVS: cvs.openbsd.org: ports

2020-10-06 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/10/06 03:30:06

Modified files:
net/cppzmq : Makefile distinfo 

Log message:
update to cppzmq-4.7.1



CVS: cvs.openbsd.org: ports

2020-10-06 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2020/10/06 03:25:34

Modified files:
net/p5-Net-DNS-SEC: Makefile distinfo 

Log message:
update p5-Net-DNS-SEC to 1.18



CVS: cvs.openbsd.org: ports

2020-10-06 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2020/10/06 03:05:03

Modified files:
net/p5-Net-DNS : Makefile distinfo 

Log message:
update p5-Net-DNS to 1.27



CVS: cvs.openbsd.org: ports

2020-10-06 Thread Martin Reindl
CVSROOT:/cvs
Module name:ports
Changes by: mar...@cvs.openbsd.org  2020/10/06 02:38:45

Modified files:
archivers/blosc: Makefile distinfo 

Log message:
Update blosc to 1.20.1. Keep building with external snappy.



CVS: cvs.openbsd.org: ports

2020-10-06 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2020/10/06 02:37:45

Modified files:
misc/p5-File-LibMagic: Makefile distinfo 

Log message:
update p5-File-LibMagic to 1.23



CVS: cvs.openbsd.org: ports

2020-10-06 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2020/10/06 02:27:54

Modified files:
devel/p5-Devel-CheckOS: Makefile distinfo 
devel/p5-Devel-CheckOS/pkg: PLIST 

Log message:
update p5-Devel-CheckOS to 1.84



CVS: cvs.openbsd.org: ports

2020-10-06 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2020/10/06 02:27:27

Modified files:
misc/hwdata: Makefile distinfo 

Log message:
Update to hwdata-0.340.



CVS: cvs.openbsd.org: ports

2020-10-06 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2020/10/06 02:26:16

Modified files:
devel/spice-protocol: Makefile distinfo 

Log message:
Update to spice-protocol-0.14.3.



CVS: cvs.openbsd.org: ports

2020-10-06 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2020/10/06 02:11:59

Modified files:
converters/p5-Cpanel-JSON-XS: Makefile distinfo 

Log message:
update p5-Cpanel-JSON-XS to 4.24



CVS: cvs.openbsd.org: ports

2020-10-06 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2020/10/06 02:01:44

Modified files:
misc/p5-OPCUA-Open62541: Makefile distinfo 

Log message:
update p5-OPCUA-Open62541 to 0.026



CVS: cvs.openbsd.org: ports

2020-10-06 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2020/10/06 01:52:09

Modified files:
geo/spatialite/freexl: Makefile distinfo 

Log message:
update to freexl 1.0.6



CVS: cvs.openbsd.org: ports

2020-10-06 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2020/10/06 01:51:14

Modified files:
geo/spatialite/readosm: Makefile distinfo 

Log message:
Update to readosm 1.1.0a (versionned as 1.1.0pl0)



CVS: cvs.openbsd.org: ports

2020-10-06 Thread Otto Moerbeek
CVSROOT:/cvs
Module name:ports
Changes by: o...@cvs.openbsd.org2020/10/06 01:08:37

Modified files:
net/dnsdist: Makefile distinfo 

Log message:
Update to dnsdist 1.5.1