CVS: cvs.openbsd.org: ports

2020-08-09 Thread Solene Rapenne
CVSROOT:/cvs
Module name:ports
Changes by: sol...@cvs.openbsd.org  2020/08/10 00:59:14

Modified files:
editors/kakoune: Makefile distinfo 
editors/kakoune/pkg: PLIST 

Log message:
Update to kakoune-2020.08.04

maintainer Frederic Galusik is ok



CVS: cvs.openbsd.org: ports

2020-08-09 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2020/08/09 18:56:40

Modified files:
lang/luajit: Makefile 
lang/luajit/pkg: PLIST 

Log message:
Link libluajit.so with libc++abi to unbreak rspamd with newer llvm

luajit uses symbols from libunwind which is embedded in libc++abi.
Use the appropriate knob to link libluajit.so (not just the interpreter)
with libc++abi and register the shared lib dep.

ok sthen@ (rspamd maintainer)



CVS: cvs.openbsd.org: ports

2020-08-09 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2020/08/09 18:47:44

Modified files:
sysutils/xxhash: Makefile 

Log message:
Don't clobber CFLAGS to let this build on i386 with newer llvm

Upstream's (GNU)Makefile properly amends CFLAGS on a per-target basis,
but that can't happen if we override CFLAGS on gmake's command line.
We already provide CFLAGS through MAKE_ENV, let the Makefile do its job
and provide -fPIC where needed.

ok bket@ (maintainer)



CVS: cvs.openbsd.org: ports

2020-08-09 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/08/09 16:19:32

Modified files:
www/urlwatch   : Makefile distinfo 
www/urlwatch/pkg: PLIST 

Log message:
update to urlwatch-2.21



CVS: cvs.openbsd.org: ports

2020-08-09 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/08/09 16:17:48

Modified files:
textproc/p5-PDF-API2: Makefile distinfo 

Log message:
update to p5-PDF-API2-2.037



CVS: cvs.openbsd.org: ports

2020-08-09 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2020/08/09 16:12:36

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

Log message:
update to re2c-2.0.2



CVS: cvs.openbsd.org: ports

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

Modified files:
devel/cpp-hocon: Makefile distinfo 

Log message:
simple update 0.2.0 > 0.3.0



CVS: cvs.openbsd.org: ports

2020-08-09 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2020/08/09 14:46:06

Modified files:
sysutils/ruby-puppet/5: Makefile distinfo 

Log message:
update 5.5.20 -> 5.5.21



CVS: cvs.openbsd.org: ports

2020-08-09 Thread Juan Francisco Cantero Hurtado
CVSROOT:/cvs
Module name:ports
Changes by: juan...@cvs.openbsd.org 2020/08/09 13:44:28

Modified files:
lang/racket-minimal: Makefile distinfo 
lang/racket-minimal/pkg: PLIST 
Removed files:
lang/racket-minimal/patches: 
 patch-src_ChezScheme_s_cpnanopass_ss 
 patch-src_ChezScheme_s_x86_64_ss 
 patch-src_cs_c_Makefile_in 
 patch-src_cs_c_embed-boot_rkt 
 patch-src_racket_src_optimize_c 

Log message:
Update to racket 7.8.



CVS: cvs.openbsd.org: ports

2020-08-09 Thread Juan Francisco Cantero Hurtado
CVSROOT:/cvs
Module name:ports
Changes by: juan...@cvs.openbsd.org 2020/08/09 13:39:15

Modified files:
emulators/xroar: Makefile distinfo 

Log message:
Update to xroar 0.36.2.



CVS: cvs.openbsd.org: ports

2020-08-09 Thread Juan Francisco Cantero Hurtado
CVSROOT:/cvs
Module name:ports
Changes by: juan...@cvs.openbsd.org 2020/08/09 13:38:18

Modified files:
devel/mercurial: Makefile distinfo 
devel/mercurial/pkg: PLIST-main 

Log message:
Update to mercurial 5.5.



CVS: cvs.openbsd.org: ports

2020-08-09 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2020/08/09 11:52:18

ports/security/py-tlsfuzzer/files

Update of /cvs/ports/security/py-tlsfuzzer/files
In directory cvs.openbsd.org:/tmp/cvs-serv54180/files

Log Message:
Directory /cvs/ports/security/py-tlsfuzzer/files added to the repository



CVS: cvs.openbsd.org: ports

2020-08-09 Thread Thomas Frohwein
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2020/08/09 08:46:23

Added files:
emulators/dolphin/patches: 
   
patch-Externals_glslang_glslang_Include_PoolAlloc_h 

Log message:
fix build with clang 10. Found by Ricardo Mestre for another port.
Tested by me and naddy@
No revision bump as port didn't build



CVS: cvs.openbsd.org: ports

2020-08-09 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2020/08/09 08:17:27

Modified files:
devel/llvm/patches: patch-lib_CodeGen_AsmPrinter_AsmPrinter_cpp 
patch-lib_MC_MCELFStreamer_cpp 

Log message:
Add a comment and fix a typo



CVS: cvs.openbsd.org: ports

2020-08-09 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2020/08/09 08:14:42

Removed files:
devel/llvm/patches: 
patch-test_Assembler_debug-variant-discriminator_ll 

Log message:
Drop patch, merged upstream

The patch in cvs duplicated the content of the original testcase.



CVS: cvs.openbsd.org: ports

2020-08-09 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2020/08/09 08:12:30

Modified files:
devel/llvm/patches: patch-lib_Target_Mips_MipsAsmPrinter_cpp 
patch-lib_Target_Sparc_SparcISelLowering_cpp 

Log message:
Drop two outdated comments

from Brad



CVS: cvs.openbsd.org: ports

2020-08-09 Thread Ricardo Mestre
CVSROOT:/cvs
Module name:ports
Changes by: mes...@cvs.openbsd.org  2020/08/09 07:44:56

Modified files:
emulators/mednafen: Makefile distinfo 

Log message:
update to 1.24.3

OK jeremy@



CVS: cvs.openbsd.org: ports

2020-08-09 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/08/09 05:10:07

Modified files:
sysutils/salt/patches: patch-salt_utils_network_py 

Log message:
submitted upstream



CVS: cvs.openbsd.org: ports

2020-08-09 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/08/09 04:37:46

Modified files:
sysutils/salt/patches: patch-salt_grains_core_py 
   patch-salt_modules_vmctl_py 
   patch-salt_returners_highstate_return_py 
   patch-salt_returners_nagios_nrdp_return_py 
   patch-salt_states_sysctl_py 

Log message:
tweak patch comments and add references to upstream pull requests where 
applicable



CVS: cvs.openbsd.org: ports

2020-08-09 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2020/08/09 04:33:44

Modified files:
sysutils/salt  : Makefile distinfo 
sysutils/salt/patches: patch-salt_grains_core_py 
sysutils/salt/pkg: PLIST 

Log message:
update to salt-3001.1



CVS: cvs.openbsd.org: ports

2020-08-09 Thread Kirill Bychkov
CVSROOT:/cvs
Module name:ports
Changes by: ki...@cvs.openbsd.org   2020/08/09 03:37:07

Modified files:
games/freeorion: Makefile distinfo 
games/freeorion/patches: patch-CMakeLists_txt 
games/freeorion/pkg: PLIST 
Added files:
games/freeorion/patches: patch-GG_CMakeLists_txt 
 patch-cmake_FindBoost_cmake 
 patch-cmake_FindPyCodestyle_cmake 
 patch-cmake_make_versioncpp_py 

Log message:
Update to freeorion-0.4.10 and switch to python3
>From Tom Murphy, maintainer.
Minor tweaks by me.



CVS: cvs.openbsd.org: ports

2020-08-09 Thread Kirill Bychkov
CVSROOT:/cvs
Module name:ports
Changes by: ki...@cvs.openbsd.org   2020/08/09 03:29:13

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

Log message:
Update seafile to 7.0.9