Re: CVS: cvs.openbsd.org: ports

2020-08-17 Thread Stuart Henderson
On 2020/08/15 14:30, Rafael Sadowski wrote:
> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   rsadow...@cvs.openbsd.org   2020/08/15 14:30:40
> 
> Modified files:
>   devel/boost: Makefile distinfo 
>   devel/boost/patches: patch-Jamroot 
>patch-boost_asio_detail_config_hpp 
>patch-boost_config_compiler_clang_hpp 
>patch-boost_test_impl_execution_monitor_ipp 
>patch-boost_type_traits_is_convertible_hpp 
>patch-libs_context_build_Jamfile_v2 
>patch-tools_build_src_engine_execunix_c 
>patch-tools_build_src_tools_gcc_jam 
>   devel/boost/pkg: PLIST-main 
> Removed files:
>   devel/boost/patches: 
>patch-boost_functional_hash_detail_limits_hpp 
>
> patch-libs_python_src_converter_builtin_converters_cpp 
> 
> Log message:
> Update boost from 1.66.0 to 1.67.0 (Not to the latest)
> 
> This update was requested by aja to update and unbreak productivity/gnucash.
> 
> Changlog from upstream:
> https://www.boost.org/users/history/version_1_67_0.html
> 

Broken on i386:

  "clang++" -c -x c++ -m32 -pthread -Wall -Wno-inline -march=i686 -O2 -pipe   
-pthread -O2 -pipe   -pthread -DBOOST_AL
L_NO_LIB=1 -DBOOST_ATOMIC_SOURCE -DBOOST_ATOMIC_STATIC_LINK=1 -DNDEBUG -I"." -o 
"bin.v2/libs/atomic/build/clang-linux-
10.0.1/release/link-static/pch-off/threading-multi/lockpool.o" 
"libs/atomic/src/lockpool.cpp"

In file included from libs/atomic/src/lockpool.cpp:22:
In file included from ./boost/atomic/detail/operations_lockfree.hpp:21:
In file included from ./boost/atomic/detail/ops_gcc_atomic.hpp:24:
./boost/atomic/detail/ops_gcc_x86_dcas.hpp:163:21: error: address argument to 
atomic builtin cannot be const-qualified
 ('const volatile boost::atomics::detail::gcc_dcas_x86::storage_type *' (aka 
'const volatile unsigned long long *') in
valid)
value = __sync_val_compare_and_swap(&storage, (storage_type)0, 
(storage_type)0);
^   
1 error generated.



CVS: cvs.openbsd.org: ports

2020-08-17 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/08/17 03:58:44

Modified files:
emulators/qemu : Makefile distinfo 
emulators/qemu/patches: patch-audio_Makefile_objs 
patch-audio_audio_c 
patch-audio_audio_template_h 
patch-configure patch-qapi_audio_json 
patch-qemu-options_hx 
emulators/qemu/pkg: PLIST 

Log message:
update to qemu-5.1.0, from Brad (maintainer)



CVS: cvs.openbsd.org: ports

2020-08-17 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2020/08/17 04:14:03

Modified files:
mail/isync : Makefile 

Log message:
Provide debug package



CVS: cvs.openbsd.org: ports

2020-08-17 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2020/08/17 04:18:21

Modified files:
mail/isync : Makefile distinfo 
mail/isync/patches: patch-src_drv_imap_c 

Log message:
Update to isync 1.3.3

A minor maintenance release:
- fixed PassCmd for even bigger XOAUTH2 tokens
- fixed crash on syncing multiple Channels which refer to different
Stores which use a common IMAPAccount
- fixed crash on IMAP connection breaking down while using -Dd



CVS: cvs.openbsd.org: ports

2020-08-17 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2020/08/17 07:09:36

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

Log message:
update p5-OPCUA-Open62541 to 0.022



CVS: cvs.openbsd.org: ports

2020-08-17 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2020/08/17 08:01:09

Modified files:
devel/boost: Makefile 
Added files:
devel/boost/patches: 
 patch-boost_atomic_detail_ops_gcc_x86_dcas_hpp 

Log message:
Unbreak boost 1.67.0 on i386, spotted by sthen@ Thanks

Diff from upstream:

Removed clang-specific branch for x86 DCAS-based loads.

The storage to load from is const-qualified and DCAS via compiler intrinsics
require an unqualified pointer. Use asm implementation instead, which should be
as efficient as intrinsics, if not better, in this case.

https://github.com/boostorg/atomic/commit/6e14ca24dab50ad4c1fa8c27c7dd6f1cb791b534



CVS: cvs.openbsd.org: ports

2020-08-17 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2020/08/17 08:41:00

Modified files:
devel/rttr : Makefile 
devel/rttr/patches: 

patch-src_rttr_detail_conversion_number_conversion_h 

Log message:
Unbreak LLVM10 build

Try again, this time with the full patch. Spotted by naddy



CVS: cvs.openbsd.org: ports

2020-08-17 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/08/17 11:04:13

Log message:
Import x11/hsetroot, a wallpaper changer that works with compositors.
Original submission from Stefan Hagen, who takes MAINTAINER -- thanks!
tweak and ok sthen@

hsetroot is a tool which allows you to compose wallpapers ("root
pixmaps") for X. It has a lot of options like rendering gradients,
solids and images and manipulate these in various ways. hsetroot also
supports alpha-channels.

hsetroot uses XSetWindowBackgroundPixmap instead of XSetWindowBackground
for solid colors. This makes it a good xsetroot replacement when a
compositor (compton, xcompmgr, ...) is in use.

Status:

Vendor Tag: bcallah
Release Tags:   bcallah_20200817

N ports/x11/hsetroot/Makefile
N ports/x11/hsetroot/distinfo
N ports/x11/hsetroot/patches/patch-Makefile
N ports/x11/hsetroot/pkg/DESCR
N ports/x11/hsetroot/pkg/PLIST
N ports/x11/hsetroot/files/hsetroot.1

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2020-08-17 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/08/17 11:04:33

Modified files:
x11: Makefile 

Log message:
+hsetroot



CVS: cvs.openbsd.org: ports

2020-08-17 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2020/08/17 13:37:30

Modified files:
security/hcxtools: Makefile distinfo 

Log message:
simple update 6.0.3 -> 6.1.1



CVS: cvs.openbsd.org: ports

2020-08-17 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2020/08/17 13:39:40

Modified files:
audio/qsynth   : Makefile distinfo 

Log message:
simple update 0.6.2 -> 0.6.3



CVS: cvs.openbsd.org: ports

2020-08-17 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/08/17 13:45:02

Modified files:
www/links+ : Makefile distinfo 

Log message:
Update to links-2.21, from MAINTAINER Tim Meunier.
Changelog: http://links.twibright.com/download/ChangeLog



CVS: cvs.openbsd.org: ports

2020-08-17 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/08/17 13:58:02

Modified files:
databases/openldap: Makefile distinfo 
databases/openldap/pkg: PLIST-main 

Log message:
update to OpenLDAP 2.4.51



CVS: cvs.openbsd.org: ports

2020-08-17 Thread Charlene Wendling
CVSROOT:/cvs
Module name:ports
Changes by: c...@cvs.openbsd.org2020/08/17 14:19:49

Modified files:
sysutils/neofetch: Makefile distinfo 
sysutils/neofetch/patches: patch-neofetch 

Log message:
neofetch: update to 7.1.0
Changelog: https://github.com/dylanaraps/neofetch/releases/tag/7.1.0

Also, add a patch to fix the cpu temperature and add ksmn(4) and adt(4) support

OK bket@



CVS: cvs.openbsd.org: ports

2020-08-17 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2020/08/17 14:47:34

Modified files:
devel/ruby-opt_parse_validator: Makefile distinfo 

Log message:
simple update 1.9.1 -> 1.9.2



CVS: cvs.openbsd.org: ports

2020-08-17 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2020/08/17 15:03:52

Modified files:
security/ruby-cms_scanner: Makefile distinfo 

Log message:
simple update 0.10.1 -> 0.12.1



CVS: cvs.openbsd.org: ports

2020-08-17 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2020/08/17 15:04:24

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

Log message:
simple update 3.8.2 -> 3.8.6



CVS: cvs.openbsd.org: ports

2020-08-17 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/08/17 16:14:51

Modified files:
x11/worker : Makefile distinfo 
x11/worker/pkg : PLIST 

Log message:
Update to worker-4.5.0
Changelog: http://www.boomerangsworld.de/cms/worker/changes.html#org3a520a1



CVS: cvs.openbsd.org: ports

2020-08-17 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2020/08/17 17:43:34

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

Log message:
Update to seed7-20200727



CVS: cvs.openbsd.org: ports

2020-08-17 Thread Andrew Fresh
CVSROOT:/cvs
Module name:ports
Changes by: afre...@cvs.openbsd.org 2020/08/17 19:39:12

Modified files:
www/p5-CGI-Compile: Makefile distinfo 

Log message:
Update p5-CGI-Compile to 0.25

>From wen heping 
With additional test depends by me



CVS: cvs.openbsd.org: ports

2020-08-17 Thread Andrew Fresh
CVSROOT:/cvs
Module name:ports
Changes by: afre...@cvs.openbsd.org 2020/08/17 19:54:06

Modified files:
www/p5-Dancer2 : Makefile distinfo 

Log message:
Update p5-Dancer2 to 0.34

>From wen heping 



CVS: cvs.openbsd.org: ports

2020-08-17 Thread Andrew Fresh
CVSROOT:/cvs
Module name:ports
Changes by: afre...@cvs.openbsd.org 2020/08/17 20:41:53

Modified files:
www/p5-Dancer2-Plugin-Ajax: Makefile distinfo 

Log message:
Update p5-Dancer2-Plugin-Ajax to 0.40

>From wen heping 
I removed MAKE_ENV because the author tests required extra depends.



CVS: cvs.openbsd.org: ports

2020-08-17 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2020/08/17 23:06:29

Modified files:
security/sshguard: Makefile distinfo 
security/sshguard/patches: patch-src_blocker_blocker_c 
   patch-src_sshguard_in 
security/sshguard/pkg: sshguard.rc 

Log message:
Update sshguard to 2.4.1

>From maintainer Andreas Kusalananda Kähäri