Re: [NEW] inputmethods/libkkc

2022-01-02 Thread Kinichiro Inoguchi
On Sun, Jan 02, 2022 at 09:52:56AM +, Stuart Henderson wrote: > You can try something like this: > > MASTER_SITES0= https://somebody/path/ > DISTFILES= ${GH_DISTFILE} second_distfile.tar.gz:0 > > But I don't think there is a problem to have separate ports for libkkc and > libkkc-data anyway.

UPDATE: arm-compute-library 21.11

2022-01-02 Thread Kevin Lo
Hi, Here is an update to arm-compute-library 21.11. OK? Index: devel/arm-compute-library/Makefile === RCS file: /cvs/ports/devel/arm-compute-library/Makefile,v retrieving revision 1.2 diff -u -p -u -p -r1.2 Makefile ---

Port: gkrellmreminder-2.0.0p10

2022-01-02 Thread John McCue
Hi I installed port gkrellmreminder-2.0.0p10 and it causes gkrellm to core dump. I took the reminder package from http://gkrellm.srcbox.net/Plugins.html and fixed it. I had to add include "#include " and add " || defined(OpenBSD)" to the checks of the two define lines in "reminder.c". Since

removal of sysutils/netshot

2022-01-02 Thread Remi Locherer
Hi, Since version 0.16.0 release in February 2021, Netshot requires the GraalVM JRE in order to run JavaScript and Python. GraalVM [1] is not in ports an I guess it would be a lot of work. I think it is better to delete Netshot from ports than to ship an old version with old Java libraries. For

Re: lang/php/8.1 fiber support

2022-01-02 Thread Stuart Henderson
On 2022/01/02 18:51, Jeremie Courreges-Anglas wrote: > > PHP 8.1 introduced support for fibers. The implementation is either > based on assembly from the Boost project, or a (probably unportable) > fallback on ucontext_t. FSVO unportable which is similar to "portable to most OS other than

Re: [NEW] inputmethods/libkkc

2022-01-02 Thread SASANO Takayoshi
> That was just my thoughts, and go ahead your original separate package > if it is good. ok, now committed to inputmethods/libkkc-data. thanks all! -- SASANO Takayoshi (JG1UAA)

Re: Replacing Compiz

2022-01-02 Thread Daniel Dickman
On Sat, 9 Oct 2021, ASC wrote: > Hello ports@, > > Are there any plans to replace Compiz with Compiz Reloaded? > There don't seem to be any updates since a few years to Compiz Fusion, > and CCSM seems to only show an empty window (unlike the Reloaded version). > I have been able to build it

Re: devel/cmake: Disable find_package QUIET option in ports build

2022-01-02 Thread Rafael Sadowski
None? I think this option would be helpful. On Sat Dec 18, 2021 at 11:53:11AM +0100, Rafael Sadowski wrote: > Help ports to find hidden (QUIET) dependencies in cmake ports by disabling > QUIET > option in the ports tree build. > > For examle: > > $ Qt5_DIR=/usr/local/lib/qt5/cmake cmake -G

Re: [update] devel/{intellij,pycharm} to 2021.3.1

2022-01-02 Thread Rafael Sadowski
On Fri Dec 31, 2021 at 10:12:40AM -0600, Lucas Raab wrote: > Hello, > > Here are some small updates to pycharm and intellij. Builds and > runs fine unless someone wants to tell me otherwise > > Changelogs: >

www/p5-CGI-Simple: Update to 1.26

2022-01-02 Thread wen heping
Hi, ports@: Here is a patch for www/p5-CGI-Simple: i) Update to 1.26 ii) Update DEPENDS iii) Update Comments iv) Update the version check of www/p5-Catalyst-Runtime It build well and pass all tests on OpenBSD-current amd64 system. Five ports depends on it, all build

Re: UPDATE mail/notmuch-0.34.2

2022-01-02 Thread Bjorn Ketelaars
On Fri 17/12/2021 18:36, Bjorn Ketelaars wrote: > Diff below updates notmuch to 0.34.2, which is a bugfix release [0]. > > I have been running with the for the last couple of days and no new > failing tests when running 'make test'. > > OK? > > [0] >

lang/php/8.1 fiber support

2022-01-02 Thread Jeremie Courreges-Anglas
PHP 8.1 introduced support for fibers. The implementation is either based on assembly from the Boost project, or a (probably unportable) fallback on ucontext_t. For riscv64 the fix is easy: simply use the assembly files from boost which were not picked up by upstream PHP yet. The diff below

Re: WIP: graphics/recastnavigation

2022-01-02 Thread Omar Polo
Stefan Hagen writes: > Omar Polo wrote: >> Solene Rapenne writes: >> >> > I made a quick port for graphics/recastnavigation, a new dependency >> > required for games/openmw. Note that games/openmw will also require a >> > devel/bullet update >> > >> > Recast is state of the art navigation mesh

[update] comms/tlf tlf-1.2.1p1 -> p2

2022-01-02 Thread SASANO Takayoshi
Hi, here is a diff for comms/tlf logging program to update hamlib-4.4. it can support older hamlib. -- SASANO Takayoshi (JG1UAA) Index: Makefile === RCS file: /cvs/ports/comms/tlf/Makefile,v retrieving revision 1.17 diff -u -p -u

[update] comms/xlog xlog-2.0.15p1 -> p2

2022-01-02 Thread SASANO Takayoshi
This is a diff for comms/xlog logging program to update hamlib-4.4. it can support older hamlib. fldigi and gpsk31 is is no problem to update hamlib. gpsk31 is no longer supported (already in Attic). -- SASANO Takayoshi (JG1UAA) Index: Makefile

Re: remove devel/spe

2022-01-02 Thread Klemens Nanni
On Sat, Jan 01, 2022 at 03:06:34PM -0500, Daniel Dickman wrote: > I'd like to remove: > - devel/spe > - devel/py-Checker (only consumer is devel/spe) > > spe = "Stani's Python Editor" which is long abandoned upstream, > python2-only and there are many alternative editors for Python. > > This

Re: [NEW] inputmethods/libkkc

2022-01-02 Thread Stuart Henderson
You can try something like this: MASTER_SITES0= https://somebody/path/ DISTFILES= ${GH_DISTFILE} second_distfile.tar.gz:0 But I don't think there is a problem to have separate ports for libkkc and libkkc-data anyway. -- Sent from a phone, apologies for poor formatting. On 2 January 2022

CVS: cvs.openbsd.org: ports

2022-01-02 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2022/01/02 06:33:40 Modified files: lang/php/8.0/patches: patch-configure_ac lang/php/8.1/patches: patch-configure_ac Log message: Zap outdated comment about ifuncs Missed in

CVS: cvs.openbsd.org: ports

2022-01-02 Thread Kevin Lo
CVSROOT:/cvs Module name:ports Changes by: ke...@cvs.openbsd.org 2022/01/02 07:11:16 Modified files: devel/arm-compute-library: Makefile distinfo devel/arm-compute-library/patches: patch-SConscript patch-SConstruct

CVS: cvs.openbsd.org: ports

2022-01-02 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2022/01/02 09:51:17 Modified files: net/barrier: Makefile Added files: net/barrier/patches: patch-src_lib_barrier_ProtocolUtil_cpp

CVS: cvs.openbsd.org: ports

2022-01-02 Thread Kirill Bychkov
CVSROOT:/cvs Module name:ports Changes by: ki...@cvs.openbsd.org 2022/01/02 13:16:43 Modified files: www/lightsquid : Makefile Added files: www/lightsquid/patches: patch-lightparser_pl Log message: Fix date limits. Reported by Alexander Grigoryev (alexander

CVS: cvs.openbsd.org: ports

2022-01-02 Thread Daniel Dickman
CVSROOT:/cvs Module name:ports Changes by: dan...@cvs.openbsd.org 2022/01/02 17:39:21 Modified files: misc/py-imdb : Makefile distinfo misc/py-imdb/patches: patch-setup_py misc/py-imdb/pkg: PLIST Log message: update py-imdb to 2021.04.18 The latest

CVS: cvs.openbsd.org: ports

2022-01-02 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2022/01/02 09:47:52 Modified files: net/barrier/patches: patch-src_lib_net_SecureSocket_cpp Log message: Refresh patch

CVS: cvs.openbsd.org: ports

2022-01-02 Thread Daniel Dickman
CVSROOT:/cvs Module name:ports Changes by: dan...@cvs.openbsd.org 2022/01/02 15:42:57 Modified files: math/py-scikit-learn: Makefile distinfo math/py-scikit-learn/pkg: PLIST Log message: update sklearn to 1.0.2 This update includes a fix for (currently

CVS: cvs.openbsd.org: ports

2022-01-02 Thread SASANO Takayoshi
CVSROOT:/cvs Module name:ports Changes by: u...@cvs.openbsd.org2022/01/02 13:23:03 Modified files: comms/tlf : Makefile Added files: comms/tlf/patches: patch-src_sendqrg_c Log message: add support for FILPATHLEN -> HAMLIB_FILPATHLEN change at hamlib-4.2

CVS: cvs.openbsd.org: ports

2022-01-02 Thread SASANO Takayoshi
CVSROOT:/cvs Module name:ports Changes by: u...@cvs.openbsd.org2022/01/02 13:23:48 Modified files: comms/xlog : Makefile Added files: comms/xlog/patches: patch-src_hamlib-utils_c Log message: add support for FILPATHLEN -> HAMLIB_FILPATHLEN change at

CVS: cvs.openbsd.org: ports

2022-01-02 Thread SASANO Takayoshi
CVSROOT:/cvs Module name:ports Changes by: u...@cvs.openbsd.org2022/01/02 13:38:49 ports/inputmethods/libkkc-data Update of /cvs/ports/inputmethods/libkkc-data In directory cvs.openbsd.org:/tmp/cvs-serv86623/libkkc-data Log Message: Directory

CVS: cvs.openbsd.org: ports

2022-01-02 Thread SASANO Takayoshi
CVSROOT:/cvs Module name:ports Changes by: u...@cvs.openbsd.org2022/01/02 13:39:13 ports/inputmethods/libkkc-data/pkg Update of /cvs/ports/inputmethods/libkkc-data/pkg In directory cvs.openbsd.org:/tmp/cvs-serv23404/pkg Log Message: Directory

CVS: cvs.openbsd.org: ports

2022-01-02 Thread SASANO Takayoshi
CVSROOT:/cvs Module name:ports Changes by: u...@cvs.openbsd.org2022/01/02 13:39:13 ports/inputmethods/libkkc-data/patches Update of /cvs/ports/inputmethods/libkkc-data/patches In directory cvs.openbsd.org:/tmp/cvs-serv23404/patches Log Message: Directory

CVS: cvs.openbsd.org: ports

2022-01-02 Thread Sebastian Reitenbach
CVSROOT:/cvs Module name:ports Changes by: sebas...@cvs.openbsd.org2022/01/02 11:27:26 Modified files: security/hcxtools: Makefile distinfo security/hcxtools/pkg: PLIST Log message: simple update 6.2.4 -> 6.2.5

CVS: cvs.openbsd.org: ports

2022-01-02 Thread SASANO Takayoshi
CVSROOT:/cvs Module name:ports Changes by: u...@cvs.openbsd.org2022/01/02 13:45:24 Added files: inputmethods/libkkc-data: Makefile distinfo inputmethods/libkkc-data/patches: patch-genfilter_py patch-sortlm_py

CVS: cvs.openbsd.org: ports

2022-01-02 Thread SASANO Takayoshi
CVSROOT:/cvs Module name:ports Changes by: u...@cvs.openbsd.org2022/01/02 13:46:25 Modified files: inputmethods : Makefile Log message: +libkkc-data

CVS: cvs.openbsd.org: ports

2022-01-02 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2022/01/02 10:25:51 ports/lang/php/8.1/files Update of /cvs/ports/lang/php/8.1/files In directory cvs.openbsd.org:/tmp/cvs-serv61212/files Log Message: Directory /cvs/ports/lang/php/8.1/files added to the

CVS: cvs.openbsd.org: ports

2022-01-02 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2022/01/03 00:16:37 Modified files: devel/proj : Makefile distinfo Log message: devel/proj: update to 8.2.1. See https://lists.osgeo.org/pipermail/proj/2022-January/010488.html

CVS: cvs.openbsd.org: ports

2022-01-02 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2022/01/03 00:35:07 Modified files: devel/jenkins/devel: Makefile distinfo Log message: Update jenkins devel to 2.327

CVS: cvs.openbsd.org: ports

2022-01-02 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2022/01/03 00:58:15 Modified files: devel/pycharm : Makefile distinfo devel/pycharm/pkg: PLIST Log message: Update pycharm to 2021.3.1 Update diff from maintainer

CVS: cvs.openbsd.org: ports

2022-01-02 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2022/01/03 00:45:39 Modified files: devel/glpk : Makefile Log message: Fix build of devel/glpk on sparc64 by specifying use of base-clang or ports-gcc

CVS: cvs.openbsd.org: ports

2022-01-02 Thread Jonathan Gray
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2022/01/02 22:10:10 Added files: graphics/vulkan-loader/patches: patch-loader_unknown_ext_chain_gas_aarch64_S Log message: backport a vulkan-loader patch from

CVS: cvs.openbsd.org: ports

2022-01-02 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2022/01/03 00:47:14 Modified files: games/hlsteam : Makefile Log message: Fix build on sparc64 by specifying use of ports-gcc

CVS: cvs.openbsd.org: ports

2022-01-02 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2022/01/03 00:39:55 Modified files: geo/postgis: Makefile distinfo geo/postgis/patches: patch-configure patch-liblwgeom_Makefile_in patch-postgis_Makefile_in

CVS: cvs.openbsd.org: ports

2022-01-02 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2022/01/03 00:57:53 Modified files: devel/intellij : Makefile distinfo devel/intellij/pkg: PLIST Log message: Update intellij to 2021.3.1 Update diff from maintainer

CVS: cvs.openbsd.org: ports

2022-01-02 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2022/01/02 15:59:57 Modified files: lang/php/8.1 : Makefile lang/php/8.1/patches: patch-configure_ac Added files: lang/php/8.1/files: jump_riscv64_sysv_elf_gas.S

CVS: cvs.openbsd.org: ports

2022-01-02 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/01/02 03:27:03 Modified files: x11/gnome/libadwaita: Makefile distinfo Log message: Update to libadwaita-1.0.1.

CVS: cvs.openbsd.org: ports

2022-01-02 Thread Klemens Nanni
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2022/01/02 04:12:51 Modified files: net/usrsctp: Makefile Log message: Link against phtread in cmake build The library contains pthread_* symbols but did not link against it. Pass linker flags and

CVS: cvs.openbsd.org: ports

2022-01-02 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2022/01/02 04:43:46 Modified files: devel/spidermonkey78: Makefile distinfo Log message: Update to spidermonkey78-78.15.0.