CVS: cvs.openbsd.org: ports

2020-01-19 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2020/01/19 23:28:12

Modified files:
security/keepassxc: Makefile distinfo 
security/keepassxc/pkg: PLIST 

Log message:
Update keepassxc to 2.5.3



CVS: cvs.openbsd.org: ports

2020-01-19 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2020/01/19 22:55:49

Modified files:
archivers/py-backports-lzma: Makefile 

Log message:
Unbreak: needs archivers/xz and actual WANTLIBs.



CVS: cvs.openbsd.org: ports

2020-01-19 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/01/19 14:35:24

Modified files:
telephony/asterisk: Makefile 
telephony/asterisk/pkg: PLIST-main 
Added files:
telephony/asterisk/patches: patch-main_utils_c 
telephony/asterisk/pkg: DESCR-kqueue PLIST-kqueue 

Log message:
asterisk port tweaks:

- use getthrid to record TID (this is displayed following the opaque thread
id in "core show threads", and is useful to match against top -H output)

- provide a -kqueue package for res_timing_kqueue (previously @comment'ed
out). Normally a pthread-backed timer is used in the package; the kqueue-backed
timer is built by default but has had problems on OpenBSD in the past so is
@comment'ed out. I wouldn't consider this production ready on OpenBSD (lots
of "kqueue_timer_ack: [18]: Missed 1" at least on a kernel with standard HZ)
but I'd like to have it more easily available for experimentation, hence
adding the package.



CVS: cvs.openbsd.org: ports

2020-01-19 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2020/01/19 13:48:42

Modified files:
sysutils   : Makefile 

Log message:
+ me_cleaner



CVS: cvs.openbsd.org: ports

2020-01-19 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2020/01/19 13:49:11

Modified files:
sysutils/coreboot-utils: Makefile 
sysutils/coreboot-utils/pkg: DESCR 

Log message:
Improve COMMENT and DESCR



CVS: cvs.openbsd.org: ports

2020-01-19 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2020/01/19 13:47:10

Log message:
Import me_cleaner

me_cleaner is a Python 3 script able to modify an Intel ME firmware image
with the final purpose of reducing its ability to interact with the system.

Feedback OK kmos
OK benoit

Status:

Vendor Tag: kn
Release Tags:   kn_20200119

N ports/sysutils/me_cleaner/Makefile
N ports/sysutils/me_cleaner/distinfo
N ports/sysutils/me_cleaner/pkg/DESCR
N ports/sysutils/me_cleaner/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2020-01-19 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2020/01/19 13:41:36

Modified files:
graphics/opencv: Makefile 
graphics/opencv/pkg: PLIST-main 

Log message:
Upbreak opencv 4.2

- Remove deprecated option ENABLE_SSE3.
- Disable ADE (gapi) support because this requires to download ADE
during configure.

Spotted my sthen@ and neddy@, thanks for your support



CVS: cvs.openbsd.org: ports

2020-01-19 Thread Charlene Wendling
CVSROOT:/cvs
Module name:ports
Changes by: c...@cvs.openbsd.org2020/01/19 13:37:36

Modified files:
net/icinga/core2: Makefile 

Log message:
icinga/core2: libatomic is needed on powerpc and hppa, add WANTLIB and
LDFLAGS accordingly for these archs. While here, sthen@ asked to remove
the related BROKEN-hppa line; if it's still broken, it's likely for
another reason.

OK sthen@ (maintainer)



CVS: cvs.openbsd.org: ports

2020-01-19 Thread Thomas Frohwein
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2020/01/19 11:52:55

Modified files:
lang/haxe  : Makefile 

Log message:
mark BROKEN until dependencies have been addressed properly



CVS: cvs.openbsd.org: ports

2020-01-19 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/01/19 11:27:50

Modified files:
devel/git  : Makefile 
devel/git/pkg  : PLIST-main PLIST-x11 

Log message:
devel/git fixes: set MODTK_VERSION=8.6 (git-gui requires this version -
version mismatch error reported by Laurie Tratt). While there, fix-up the
path to wish in git-gui--askpass, and move a Tcl file that crept into
-main over to -x11.  ok kn@



Re: CVS: cvs.openbsd.org: ports

2020-01-19 Thread Stuart Henderson
On 2020/01/19 16:18, Rafael Sadowski wrote:
> On Sun Jan 19, 2020 at 02:05:29PM +, Stuart Henderson wrote:
> > On 2020/01/18 02:04, Rafael Sadowski wrote:
> > > CVSROOT:  /cvs
> > > Module name:  ports
> > > Changes by:   rsadow...@cvs.openbsd.org   2020/01/18 02:04:59
> > > 
> > > Modified files:
> > >   graphics/opencv: Makefile distinfo 
> > >   graphics/opencv/patches: patch-cmake_OpenCVFindLibsGrfmt_cmake 
> > >patch-modules_core_src_system_cpp 
> > >   graphics/opencv/pkg: PLIST-java PLIST-main 
> > > Removed files:
> > >   graphics/opencv/patches: patch-CMakeLists_txt 
> > >patch-cmake_OpenCVFindLibsVideo_cmake 
> > > 
> > > Log message:
> > > Update opencv to 4.2
> > > 
> > > CMake renames like off to OFF and so one.
> > > 
> > 
> > Fails to package:
> > 
> 
> Here is a quick fix to unbreak opencv.
> 
> - Remove deprecated option ENABLE_SSE3.
> - Disable ADE (gapi) support because this requires to download ADE
>   during configure.
> 
> Sorry for the noise. OK?

Please bump REVISION as well.

Looking at the CPU feature detection, they have "baseline" which is minimum
required, and "dispatched" which is various other ones built in, then it
should do runtime detection. I haven't verified that but it seems likely
to work so I think your diff that just removes ENABLE_SSE3=OFF is correct.
(Docs at https://github.com/opencv/opencv/wiki/CPU-optimizations-build-options).

OK with the bump.

> Index: Makefile
> ===
> RCS file: /cvs/ports/graphics/opencv/Makefile,v
> retrieving revision 1.55
> diff -u -p -u -p -r1.55 Makefile
> --- Makefile  18 Jan 2020 09:04:59 -  1.55
> +++ Makefile  19 Jan 2020 15:09:40 -
> @@ -24,7 +24,7 @@ DISTFILES = opencv-{opencv/archive/}${V
>  .for i in opencv_calib3d opencv_core opencv_features2d \
>opencv_flann opencv_highgui opencv_imgproc opencv_ml opencv_objdetect \
>opencv_photo opencv_stitching opencv_video opencv_imgcodecs \
> -  opencv_videoio opencv_dnn opencv_gapi
> +  opencv_videoio opencv_dnn
>  SHARED_LIBS += $i 6.0
>  .endfor
>  
> @@ -95,10 +95,10 @@ CONFIGURE_ARGS =  -DBUILD_DOCS=OFF \
>   -DBUILD_ITT=OFF \
>   -DBUILD_PERF_TESTS=OFF \
>   -DBUILD_TESTS=OFF \
> - -DENABLE_SSE3=OFF \
>   -DINSTALL_PYTHON_EXAMPLES=OFF \
>   -DINSTALL_TESTS=OFF \
>   -DWITH_1394=OFF \
> + -DWITH_ADE=OFF \
>   -DWITH_CUDA=OFF \
>   -DWITH_EIGEN=OFF \
>   -DWITH_IPP=OFF \
> Index: pkg/PLIST-main
> ===
> RCS file: /cvs/ports/graphics/opencv/pkg/PLIST-main,v
> retrieving revision 1.10
> diff -u -p -u -p -r1.10 PLIST-main
> --- pkg/PLIST-main18 Jan 2020 09:04:59 -  1.10
> +++ pkg/PLIST-main19 Jan 2020 15:09:40 -
> @@ -193,77 +193,6 @@ include/opencv4/opencv2/flann/sampling.h
>  include/opencv4/opencv2/flann/saving.h
>  include/opencv4/opencv2/flann/simplex_downhill.h
>  include/opencv4/opencv2/flann/timer.h
> -include/opencv4/opencv2/gapi/
> -include/opencv4/opencv2/gapi.hpp
> -include/opencv4/opencv2/gapi/core.hpp
> -include/opencv4/opencv2/gapi/cpu/
> -include/opencv4/opencv2/gapi/cpu/core.hpp
> -include/opencv4/opencv2/gapi/cpu/gcpukernel.hpp
> -include/opencv4/opencv2/gapi/cpu/imgproc.hpp
> -include/opencv4/opencv2/gapi/fluid/
> -include/opencv4/opencv2/gapi/fluid/core.hpp
> -include/opencv4/opencv2/gapi/fluid/gfluidbuffer.hpp
> -include/opencv4/opencv2/gapi/fluid/gfluidkernel.hpp
> -include/opencv4/opencv2/gapi/fluid/imgproc.hpp
> -include/opencv4/opencv2/gapi/garg.hpp
> -include/opencv4/opencv2/gapi/garray.hpp
> -include/opencv4/opencv2/gapi/gasync_context.hpp
> -include/opencv4/opencv2/gapi/gcall.hpp
> -include/opencv4/opencv2/gapi/gcommon.hpp
> -include/opencv4/opencv2/gapi/gcompiled.hpp
> -include/opencv4/opencv2/gapi/gcompiled_async.hpp
> -include/opencv4/opencv2/gapi/gcompoundkernel.hpp
> -include/opencv4/opencv2/gapi/gcomputation.hpp
> -include/opencv4/opencv2/gapi/gcomputation_async.hpp
> -include/opencv4/opencv2/gapi/gkernel.hpp
> -include/opencv4/opencv2/gapi/gmat.hpp
> -include/opencv4/opencv2/gapi/gmetaarg.hpp
> -include/opencv4/opencv2/gapi/gproto.hpp
> -include/opencv4/opencv2/gapi/gpu/
> -include/opencv4/opencv2/gapi/gpu/core.hpp
> -include/opencv4/opencv2/gapi/gpu/ggpukernel.hpp
> -include/opencv4/opencv2/gapi/gpu/imgproc.hpp
> -include/opencv4/opencv2/gapi/gscalar.hpp
> -include/opencv4/opencv2/gapi/gstreaming.hpp
> -include/opencv4/opencv2/gapi/gtransform.hpp
> -include/opencv4/opencv2/gapi/gtype_traits.hpp
> -include/opencv4/opencv2/gapi/gtyped.hpp
> -include/opencv4/opencv2/gapi/imgproc.hpp
> -include/opencv4/opencv2/gapi/infer/
> -include/opencv4/opencv2/gapi/infer.hpp
> 

Re: CVS: cvs.openbsd.org: ports

2020-01-19 Thread Rafael Sadowski
On Sun Jan 19, 2020 at 02:05:29PM +, Stuart Henderson wrote:
> On 2020/01/18 02:04, Rafael Sadowski wrote:
> > CVSROOT:/cvs
> > Module name:ports
> > Changes by: rsadow...@cvs.openbsd.org   2020/01/18 02:04:59
> > 
> > Modified files:
> > graphics/opencv: Makefile distinfo 
> > graphics/opencv/patches: patch-cmake_OpenCVFindLibsGrfmt_cmake 
> >  patch-modules_core_src_system_cpp 
> > graphics/opencv/pkg: PLIST-java PLIST-main 
> > Removed files:
> > graphics/opencv/patches: patch-CMakeLists_txt 
> >  patch-cmake_OpenCVFindLibsVideo_cmake 
> > 
> > Log message:
> > Update opencv to 4.2
> > 
> > CMake renames like off to OFF and so one.
> > 
> 
> Fails to package:
> 

Here is a quick fix to unbreak opencv.

- Remove deprecated option ENABLE_SSE3.
- Disable ADE (gapi) support because this requires to download ADE
  during configure.

Sorry for the noise. OK?

Index: Makefile
===
RCS file: /cvs/ports/graphics/opencv/Makefile,v
retrieving revision 1.55
diff -u -p -u -p -r1.55 Makefile
--- Makefile18 Jan 2020 09:04:59 -  1.55
+++ Makefile19 Jan 2020 15:09:40 -
@@ -24,7 +24,7 @@ DISTFILES =   opencv-{opencv/archive/}${V
 .for i in opencv_calib3d opencv_core opencv_features2d \
   opencv_flann opencv_highgui opencv_imgproc opencv_ml opencv_objdetect \
   opencv_photo opencv_stitching opencv_video opencv_imgcodecs \
-  opencv_videoio opencv_dnn opencv_gapi
+  opencv_videoio opencv_dnn
 SHARED_LIBS += $i 6.0
 .endfor
 
@@ -95,10 +95,10 @@ CONFIGURE_ARGS =-DBUILD_DOCS=OFF \
-DBUILD_ITT=OFF \
-DBUILD_PERF_TESTS=OFF \
-DBUILD_TESTS=OFF \
-   -DENABLE_SSE3=OFF \
-DINSTALL_PYTHON_EXAMPLES=OFF \
-DINSTALL_TESTS=OFF \
-DWITH_1394=OFF \
+   -DWITH_ADE=OFF \
-DWITH_CUDA=OFF \
-DWITH_EIGEN=OFF \
-DWITH_IPP=OFF \
Index: pkg/PLIST-main
===
RCS file: /cvs/ports/graphics/opencv/pkg/PLIST-main,v
retrieving revision 1.10
diff -u -p -u -p -r1.10 PLIST-main
--- pkg/PLIST-main  18 Jan 2020 09:04:59 -  1.10
+++ pkg/PLIST-main  19 Jan 2020 15:09:40 -
@@ -193,77 +193,6 @@ include/opencv4/opencv2/flann/sampling.h
 include/opencv4/opencv2/flann/saving.h
 include/opencv4/opencv2/flann/simplex_downhill.h
 include/opencv4/opencv2/flann/timer.h
-include/opencv4/opencv2/gapi/
-include/opencv4/opencv2/gapi.hpp
-include/opencv4/opencv2/gapi/core.hpp
-include/opencv4/opencv2/gapi/cpu/
-include/opencv4/opencv2/gapi/cpu/core.hpp
-include/opencv4/opencv2/gapi/cpu/gcpukernel.hpp
-include/opencv4/opencv2/gapi/cpu/imgproc.hpp
-include/opencv4/opencv2/gapi/fluid/
-include/opencv4/opencv2/gapi/fluid/core.hpp
-include/opencv4/opencv2/gapi/fluid/gfluidbuffer.hpp
-include/opencv4/opencv2/gapi/fluid/gfluidkernel.hpp
-include/opencv4/opencv2/gapi/fluid/imgproc.hpp
-include/opencv4/opencv2/gapi/garg.hpp
-include/opencv4/opencv2/gapi/garray.hpp
-include/opencv4/opencv2/gapi/gasync_context.hpp
-include/opencv4/opencv2/gapi/gcall.hpp
-include/opencv4/opencv2/gapi/gcommon.hpp
-include/opencv4/opencv2/gapi/gcompiled.hpp
-include/opencv4/opencv2/gapi/gcompiled_async.hpp
-include/opencv4/opencv2/gapi/gcompoundkernel.hpp
-include/opencv4/opencv2/gapi/gcomputation.hpp
-include/opencv4/opencv2/gapi/gcomputation_async.hpp
-include/opencv4/opencv2/gapi/gkernel.hpp
-include/opencv4/opencv2/gapi/gmat.hpp
-include/opencv4/opencv2/gapi/gmetaarg.hpp
-include/opencv4/opencv2/gapi/gproto.hpp
-include/opencv4/opencv2/gapi/gpu/
-include/opencv4/opencv2/gapi/gpu/core.hpp
-include/opencv4/opencv2/gapi/gpu/ggpukernel.hpp
-include/opencv4/opencv2/gapi/gpu/imgproc.hpp
-include/opencv4/opencv2/gapi/gscalar.hpp
-include/opencv4/opencv2/gapi/gstreaming.hpp
-include/opencv4/opencv2/gapi/gtransform.hpp
-include/opencv4/opencv2/gapi/gtype_traits.hpp
-include/opencv4/opencv2/gapi/gtyped.hpp
-include/opencv4/opencv2/gapi/imgproc.hpp
-include/opencv4/opencv2/gapi/infer/
-include/opencv4/opencv2/gapi/infer.hpp
-include/opencv4/opencv2/gapi/infer/ie.hpp
-include/opencv4/opencv2/gapi/ocl/
-include/opencv4/opencv2/gapi/ocl/core.hpp
-include/opencv4/opencv2/gapi/ocl/goclkernel.hpp
-include/opencv4/opencv2/gapi/ocl/imgproc.hpp
-include/opencv4/opencv2/gapi/opencv_includes.hpp
-include/opencv4/opencv2/gapi/operators.hpp
-include/opencv4/opencv2/gapi/own/
-include/opencv4/opencv2/gapi/own/assert.hpp
-include/opencv4/opencv2/gapi/own/convert.hpp
-include/opencv4/opencv2/gapi/own/cvdefs.hpp
-include/opencv4/opencv2/gapi/own/exports.hpp
-include/opencv4/opencv2/gapi/own/mat.hpp
-include/opencv4/opencv2/gapi/own/saturate.hpp
-include/opencv4/opencv2/gapi/own/scalar.hpp

Re: CVS: cvs.openbsd.org: ports

2020-01-19 Thread Thomas Frohwein
On Sun, Jan 19, 2020 at 02:04:40PM +, Stuart Henderson wrote:
[...]
> ocamlfind ocamlopt -safe-string -a -o extc.cmxa -package extlib extc.ml 
> process.ml
> File "extc.ml", line 1:
> Error: Corrupted compilation unit description
>/pobj/haxe-4.0.5/haxe-4.0.5/ocamldeps/extlib/IO.cmx
[...]

It looks like this is because the bundled OCaml deps in
ocamldeps/extlib contain binary-compiled parts in the .cmx files [1].
My bad, I thought this was only interpreted code.

I'm going to look into a better solution; possibly adding ports for
the dependencies rather than bundling.

I propose either setting the port to ONLY_FOR_ARCHS=amd64 as in the
diff below, or BROKEN until I've found a better way to address this.

[1] gleaned from https://caml.inria.fr/pub/docs/manual-ocaml/native.html

Index: Makefile
===
RCS file: /cvs/ports/lang/haxe/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile18 Jan 2020 00:31:05 -  1.1.1.1
+++ Makefile19 Jan 2020 15:11:30 -
@@ -1,5 +1,6 @@
 # $OpenBSD: Makefile,v 1.1.1.1 2020/01/18 00:31:05 thfr Exp $
 
+ONLY_FOR_ARCHS =   amd64   # uses binary-compiled bundled OCaml deps
 COMMENT =  toolkit for the Haxe programming language
 
 V =4.0.5



Re: CVS: cvs.openbsd.org: ports

2020-01-19 Thread Stuart Henderson
Note these:

> -- WARNING: Option ENABLE_SSE3='OFF' is deprecated and should not be used 
> anymore
> --  Behaviour of this option is not backward compatible
> --  Refer to 'CPU_BASELINE'/'CPU_DISPATCH' CMake options documentation

> -- ADE: Download: v0.1.1f.zip
> -- Try 1 failed
> -- 
> ===
>   Couldn't download files from the Internet.
>   Please check the Internet access on this host.
> ===
> 
> CMake Warning at cmake/OpenCVDownload.cmake:202 (message):
>   ADE: Download failed: 6;"Couldn't resolve host name"
> 
>   For details please refer to the download log file:
> 
>   /pobj/opencv-4.2.0/build-i386/CMakeDownloadLog.txt
> 
> Call Stack (most recent call first):
>   modules/gapi/cmake/DownloadADE.cmake:10 (ocv_download)
>   modules/gapi/cmake/init.cmake:19 (include)
>   cmake/OpenCVModule.cmake:312 (include)
>   cmake/OpenCVModule.cmake:375 (_add_modules_1)
>   modules/CMakeLists.txt:7 (ocv_glob_modules)



Re: CVS: cvs.openbsd.org: ports

2020-01-19 Thread Stuart Henderson
On 2020/01/17 17:31, Thomas Frohwein wrote:
> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   t...@cvs.openbsd.org2020/01/17 17:31:05
> 
> Log message:
> import lang/haxe
> ok abieber@
> 
> DESCR:
> Haxe consists of a high-level, open source programming language and a 
> compiler.
> It allows compilation of programs, written using an ECMAScript-oriented 
> syntax,
> to multiple target languages. Employing proper abstraction, it is 
> possible to
> maintain a single code-base which compiles to multiple targets.
> 
> Haxe is strongly typed but the typing system can be subverted where 
> required.
> Utilizing type information, the Haxe type system can detect errors at
> compile-time which would only be noticeable at run-time in the target 
> language.
> Furthermore, type information can be used by the compiler to generate 
> optimized
> and robust code.
> 
> Status:
> 
> Vendor Tag:   thfr
> Release Tags: thfr_20200117
> 
> N ports/lang/haxe/Makefile
> N ports/lang/haxe/distinfo
> N ports/lang/haxe/patches/patch-libs_extc_process_stubs_c
> N ports/lang/haxe/patches/patch-src_compiler_main_ml
> N ports/lang/haxe/patches/patch-libs_extlib-leftovers_uTF8_ml
> N ports/lang/haxe/pkg/DESCR
> N ports/lang/haxe/pkg/PLIST
> 
> No conflicts created by this import
> 


Fails on i386:

>>> Building on i386-2 under lang/haxe
 BDEPENDS = 
[devel/gmake;sysutils/findlib;archivers/xz;lang/nekovm;devel/pcre;lang/ocaml;devel/boehm-gc;devel/ocaml-ocamlbuild;lang/ocaml-camlp5]
 DIST = [lang/haxe:haxe-4.0.5.tar.xz]
 FULLPKGNAME = haxe-4.0.5
 RDEPENDS = [lang/ocaml;devel/pcre;lang/nekovm;devel/boehm-gc]
(Junk lock failure for i386-2 at 1579427965.67921)
Received IO
(Junk lock obtained for i386-2 at 1579427966.74)
Received IO
Woken up lang/haxe
>>> Running depends in lang/haxe at 1579427967.32
   last junk was in www/youtube-dl
/usr/sbin/pkg_add -aI -Drepair boehm-gc-7.6.0p4 findlib-1.8.1p1 gmake-4.2.1p4 
nekovm-2.3.0p0 ocaml-4.09.0 ocaml-camlp5-7.08p1 ocamlbuild-0.14.0p1 pcre-8.41p2
was: /usr/sbin/pkg_add -aI -Drepair boehm-gc-7.6.0p4 findlib-1.8.1p1 
gmake-4.2.1p4 nekovm-2.3.0p0 ocaml-4.09.0 ocaml-camlp5-7.08p1 
ocamlbuild-0.14.0p1 pcre-8.41p2 xz-5.2.4
/usr/sbin/pkg_add -aI -Drepair boehm-gc-7.6.0p4 findlib-1.8.1p1 gmake-4.2.1p4 
nekovm-2.3.0p0 ocaml-4.09.0 ocaml-camlp5-7.08p1 ocamlbuild-0.14.0p1 pcre-8.41p2
>>> Running show-prepare-results in lang/haxe at 1579427979.25
===> lang/haxe
===> haxe-4.0.5 depends on: ocamlbuild-* -> ocamlbuild-0.14.0p1
===> haxe-4.0.5 depends on: nekovm-* -> nekovm-2.3.0p0
===> haxe-4.0.5 depends on: ocaml-camlp5-* -> ocaml-camlp5-7.08p1
===> haxe-4.0.5 depends on: findlib-* -> findlib-1.8.1p1
===> haxe-4.0.5 depends on: ocaml-=4.09.0 -> ocaml-4.09.0
===> haxe-4.0.5 depends on: gmake-* -> gmake-4.2.1p4
===> haxe-4.0.5 depends on: xz-* -> xz-5.2.4
===> haxe-4.0.5 depends on: boehm-gc-* -> boehm-gc-7.6.0p4
===> haxe-4.0.5 depends on: pcre-* -> pcre-8.41p2
===>  Verifying specs:  c gc m neko pcre pthread z
===>  found c.96.0 gc.4.0 m.10.1 neko.0.0 pcre.3.0 pthread.26.1 z.5.0
boehm-gc-7.6.0p4
findlib-1.8.1p1
gmake-4.2.1p4
nekovm-2.3.0p0
ocaml-4.09.0
ocaml-camlp5-7.08p1
ocamlbuild-0.14.0p1
pcre-8.41p2
xz-5.2.4
Don't run junk because nojunk in games/openclonk
(Junk lock released for i386-2 at 1579427980.25)
distfiles size=38784960
>>> Running patch in lang/haxe at 1579427980.29
===> lang/haxe
===>  Checking files for haxe-4.0.5
`/mnt/distfiles/haxe-4.0.5.tar.xz' is up to date.
>> (SHA256) haxe-4.0.5.tar.xz: OK
===>  Extracting for haxe-4.0.5
===>  Patching for haxe-4.0.5
===>   Applying OpenBSD patch patch-libs_extc_process_stubs_c
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--
|$OpenBSD: patch-libs_extc_process_stubs_c,v 1.1.1.1 2020/01/18 00:31:05 thfr 
Exp $
|
|Index: libs/extc/process_stubs.c
|--- libs/extc/process_stubs.c.orig
|+++ libs/extc/process_stubs.c
--
Patching file libs/extc/process_stubs.c using Plan A...
Hunk #1 succeeded at 37.
done
===>   Applying OpenBSD patch patch-libs_extlib-leftovers_uTF8_ml
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--
|$OpenBSD: patch-libs_extlib-leftovers_uTF8_ml,v 1.1.1.1 2020/01/18 00:31:05 
thfr Exp $
|
|Index: libs/extlib-leftovers/uTF8.ml
|--- libs/extlib-leftovers/uTF8.ml.orig
|+++ libs/extlib-leftovers/uTF8.ml
--
Patching file libs/extlib-leftovers/uTF8.ml using Plan A...
Hunk #1 succeeded at 177.
done
===>   Applying OpenBSD patch patch-src_compiler_main_ml
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--
|$OpenBSD: patch-src_compiler_main_ml,v 1.1.1.1 2020/01/18 00:31:05 thfr Exp $
|
|path to hashlink version
|
|Index: src/compiler/main.ml
|--- src/compiler/main.ml.orig
|+++ 

CVS: cvs.openbsd.org: ports

2020-01-19 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/01/19 05:56:21

Modified files:
net/cppzmq : Makefile distinfo 

Log message:
update to cppzmq-4.6.0



CVS: cvs.openbsd.org: ports

2020-01-19 Thread Kirill Bychkov
CVSROOT:/cvs
Module name:ports
Changes by: ki...@cvs.openbsd.org   2020/01/19 05:02:53

Modified files:
net/seafile/client: Makefile distinfo 
net/seafile/client/patches: patch-CMakeLists_txt 
net/seafile/seafile: Makefile distinfo 
net/seafile/seafile/patches: patch-daemon_Makefile_am 

Log message:
update to seafile-7.0.4



CVS: cvs.openbsd.org: ports

2020-01-19 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2020/01/19 04:15:34

Modified files:
fonts/cantarell-fonts: Makefile distinfo 
fonts/cantarell-fonts/pkg: PLIST 

Log message:
Update to cantarell-fonts-0.201.