CVS: cvs.openbsd.org: ports

2022-03-02 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/03/03 00:29:29

Modified files:
devel/harfbuzz : Makefile distinfo 
devel/harfbuzz/patches: patch-src_check-symbols_py 
devel/harfbuzz/pkg: PLIST-icu PLIST-main 

Log message:
Update to harfbuzz-4.0.0.



Re: CVS: cvs.openbsd.org: ports

2022-03-02 Thread Klemens Nanni
On Wed, Mar 02, 2022 at 10:27:19PM +0100, Peter Hessler wrote:
> On 2022 Mar 02 (Wed) at 04:46:58 -0700 (-0700), Klemens Nanni wrote:
> :CVSROOT: /cvs
> :Module name: ports
> :Changes by:  k...@cvs.openbsd.org2022/03/02 04:46:58
> :
> :Modified files:
> : devel/abseil-cpp: Makefile 
> :Added files:
> : devel/abseil-cpp/patches: 
> :   patch-absl_base_internal_raw_logging_cc 
> :   patch-absl_debugging_CMakeLists_txt 
> :
> :Log message:
> :Enable tests
> :
> :"98% tests passed, 3 tests failed out of 180" on amd64 and arm64.
> :sparc64 fails to build, i.e. enabling tests knocks out the package itself,
> :thus disable it until we fixed it.
> :
> :Heavy lifting and diff from Andrew Krasavin
> :sparc64 tests/exclusion from me
> :Feedback OK op
> :
> 
> breaks on aarch64 bulk build:
> 
> /usr/obj/ports/abseil-cpp-20211102.0/abseil-cpp-20211102.0/absl/flags/commandlineflag_test.cc:21:10:
> fatal error: 'gtest/gtest.h' file not found
> #include "gtest/gtest.h"
>  ^~~
> 1 error generated.
> ninja: build stopped: subcommand failed.

Fixed by adding the gtest dependency, thanks.



CVS: cvs.openbsd.org: ports

2022-03-02 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2022/03/02 14:42:10

Modified files:
devel/abseil-cpp: Makefile 

Log message:
Register gtest as build and test dependency

The most obvious thing was missing in the previous diff.
Found the hard way by phessler in an arm64 bulk.



Re: CVS: cvs.openbsd.org: ports

2022-03-02 Thread Peter Hessler
On 2022 Mar 02 (Wed) at 04:46:58 -0700 (-0700), Klemens Nanni wrote:
:CVSROOT:   /cvs
:Module name:   ports
:Changes by:k...@cvs.openbsd.org2022/03/02 04:46:58
:
:Modified files:
:   devel/abseil-cpp: Makefile 
:Added files:
:   devel/abseil-cpp/patches: 
: patch-absl_base_internal_raw_logging_cc 
: patch-absl_debugging_CMakeLists_txt 
:
:Log message:
:Enable tests
:
:"98% tests passed, 3 tests failed out of 180" on amd64 and arm64.
:sparc64 fails to build, i.e. enabling tests knocks out the package itself,
:thus disable it until we fixed it.
:
:Heavy lifting and diff from Andrew Krasavin
:sparc64 tests/exclusion from me
:Feedback OK op
:

breaks on aarch64 bulk build:

/usr/obj/ports/abseil-cpp-20211102.0/abseil-cpp-20211102.0/absl/flags/commandlineflag_test.cc:21:10:
fatal error: 'gtest/gtest.h' file not found
#include "gtest/gtest.h"
 ^~~
1 error generated.
ninja: build stopped: subcommand failed.



CVS: cvs.openbsd.org: ports

2022-03-02 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/03/02 12:55:18

Modified files:
graphics/openimageio: Makefile distinfo 
graphics/openimageio/pkg: PLIST 
Removed files:
graphics/openimageio/patches: 
  patch-src_include_OpenImageIO_strutil_h 
  
patch-src_include_tbb_machine_gcc_generic_h 
  
patch-src_include_tbb_machine_sunos_sparc_h 
  patch-src_libtexture_texture_pvt_h 
  patch-src_libutil_sysutil_cpp 
  patch-src_libutil_ustring_cpp 
  patch-src_make_detectplatform_mk 

Log message:
update to openimageio-2.2.20.0, from Dimitri Karamazov (maintainer)



CVS: cvs.openbsd.org: ports

2022-03-02 Thread Omar Polo
CVSROOT:/cvs
Module name:ports
Changes by: o...@cvs.openbsd.org2022/03/02 10:03:29

Modified files:
devel/scons: Makefile distinfo 
devel/scons/pkg: PLIST 

Log message:
update devel/scons to 4.3.0

changelog: https://github.com/SCons/scons/releases/tag/4.3.0

tested all consumers on amd64 except devel/arm-compute-library which is
aarch64 only.

ok sthen@



CVS: cvs.openbsd.org: ports

2022-03-02 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/03/02 09:21:18

Modified files:
devel  : Makefile 

Log message:
+pystring



CVS: cvs.openbsd.org: ports

2022-03-02 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/03/02 09:20:01

Log message:
import ports/devel/pystring, from Dimitri Karamazov, ok on earlier versions
daniel@ op@, spelling tweak by me

Pystring is a collection of C++ functions which match the interface and
behavior of python's string class methods using std::string.

Status:

Vendor Tag: sthen
Release Tags:   sthen_20220302

N ports/devel/pystring/Makefile
N ports/devel/pystring/distinfo
N ports/devel/pystring/pkg/DESCR
N ports/devel/pystring/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2022-03-02 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/03/02 06:00:55

Modified files:
devel/py-regex : Makefile distinfo 
devel/py-regex/pkg: PLIST 

Log message:
update to py3-regex-2022.3.2



CVS: cvs.openbsd.org: ports

2022-03-02 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/03/02 05:03:17

Modified files:
x11/vlc: Makefile 
x11/vlc/patches: patch-configure_ac 
 patch-modules_access_v4l2_lib_c 
 patch-modules_access_v4l2_v4l2_h 
 patch-modules_audio_output_sndio_c 

Log message:
vlc: sync patches with upstream commits, from Brad



CVS: cvs.openbsd.org: ports

2022-03-02 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2022/03/02 04:46:58

Modified files:
devel/abseil-cpp: Makefile 
Added files:
devel/abseil-cpp/patches: 
  patch-absl_base_internal_raw_logging_cc 
  patch-absl_debugging_CMakeLists_txt 

Log message:
Enable tests

"98% tests passed, 3 tests failed out of 180" on amd64 and arm64.
sparc64 fails to build, i.e. enabling tests knocks out the package itself,
thus disable it until we fixed it.

Heavy lifting and diff from Andrew Krasavin
sparc64 tests/exclusion from me
Feedback OK op



CVS: cvs.openbsd.org: ports

2022-03-02 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2022/03/02 04:19:32

Modified files:
www/seamonkey  : Makefile distinfo 
www/seamonkey-i18n: Makefile.inc distinfo 

Log message:
www/seamonkey: update to 2.53.11.

See https://www.seamonkey-project.org/releases/seamonkey2.53.11



CVS: cvs.openbsd.org: ports

2022-03-02 Thread Joel Sing
CVSROOT:/cvs
Module name:ports
Changes by: js...@cvs.openbsd.org   2022/03/02 04:18:17

Modified files:
lang/go: Makefile distinfo 
lang/go/pkg: PLIST 

Log message:
Update lang/go to 1.17.7.



CVS: cvs.openbsd.org: ports

2022-03-02 Thread Omar Polo
CVSROOT:/cvs
Module name:ports
Changes by: o...@cvs.openbsd.org2022/03/02 04:16:18

Modified files:
lang/nim   : Makefile 

Log message:
lang/nim: tweak TEST_DEPENDS and do-test.  Initial diff from Volker
Schlecht (thanks!) with tweaks by me.



CVS: cvs.openbsd.org: ports

2022-03-02 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/03/02 04:12:54

Modified files:
www/py-adblock : Makefile distinfo modules.inc 

Log message:
update to py3-adblock-0.5.1, from Dimitri Karamazov (maintainer)



CVS: cvs.openbsd.org: ports

2022-03-02 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/03/02 04:12:22

Modified files:
textproc/csvquote: Makefile distinfo 
textproc/csvquote/pkg: PLIST 

Log message:
update to csvquote-0.1.5



CVS: cvs.openbsd.org: ports

2022-03-02 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/03/02 04:10:07

Modified files:
devel/py-hypothesis: Makefile distinfo 
devel/py-hypothesis/pkg: PLIST 

Log message:
update to py3-hypothesis-6.39.0



CVS: cvs.openbsd.org: ports

2022-03-02 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/03/02 04:04:04

Modified files:
net/librenms   : Makefile 

Log message:
bump REVISION to keep above stable (plist change)



CVS: cvs.openbsd.org: ports

2022-03-02 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2022/03/02 04:03:37

Modified files:
net/librenms   : Tag: OPENBSD_7_0 Makefile 

Log message:
fix DISTFILES, spotted by kili@



CVS: cvs.openbsd.org: ports

2022-03-02 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2022/03/02 04:03:05

Modified files:
graphics/gmic  : Makefile distinfo 
graphics/gmic/patches: patch-CMakeLists_txt 
graphics/gmic/pkg: PLIST 
graphics/gmic-qt: Makefile Makefile.inc distinfo 
graphics/gmic-qt/gimp: Makefile 
graphics/gmic-qt/gimp/pkg: PLIST 
graphics/gmic-qt/krita: Makefile 
graphics/gmic-qt/krita/pkg: PLIST 
graphics/gmic-qt/none: Makefile 
graphics/gmic-qt/none/pkg: PLIST 
graphics/gmic-qt/patches: patch-CMakeLists_txt 

Log message:
update to gmic 3.0.2
mark gmic-qt-krita as broken, because krita decided to fork their
own copy of gmic, which obviously isn't currently built, as our
fearless porters didn't notice.



CVS: cvs.openbsd.org: ports

2022-03-02 Thread Frederic Cambus
CVSROOT:/cvs
Module name:ports
Changes by: fcam...@cvs.openbsd.org 2022/03/02 02:59:35

Modified files:
textproc/delta : Makefile crates.inc distinfo 

Log message:
Update delta to 0.12.0.



CVS: cvs.openbsd.org: ports

2022-03-02 Thread Frederic Cambus
CVSROOT:/cvs
Module name:ports
Changes by: fcam...@cvs.openbsd.org 2022/03/02 02:57:26

Modified files:
devel/perltidy : Makefile distinfo 

Log message:
Update perltidy to 20220217.



CVS: cvs.openbsd.org: ports

2022-03-02 Thread Frederic Cambus
CVSROOT:/cvs
Module name:ports
Changes by: fcam...@cvs.openbsd.org 2022/03/02 02:56:26

Modified files:
net/dbip   : Makefile.inc 
net/dbip/asn   : distinfo 
net/dbip/city  : distinfo 
net/dbip/country: distinfo 

Log message:
Update dbip to 2022.03.



CVS: cvs.openbsd.org: ports

2022-03-02 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2022/03/02 01:41:40

Modified files:
sysutils/consul: Makefile distinfo 
sysutils/consul/pkg: PLIST 

Log message:
Update to consul-1.11.4.