CVS: cvs.openbsd.org: ports

2023-08-03 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2023/08/03 16:46:59

Modified files:
games/wtf  : Makefile distinfo 

Log message:
Update to wtf-20230803



CVS: cvs.openbsd.org: ports

2023-08-03 Thread Omar Polo
CVSROOT:/cvs
Module name:ports
Changes by: o...@cvs.openbsd.org2023/08/03 15:55:00

Modified files:
databases/pspg : Makefile distinfo 

Log message:
update databases/pspg to 5.8.0



CVS: cvs.openbsd.org: ports

2023-08-03 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2023/08/03 11:13:49

Modified files:
textproc/tree-sitter: Makefile 

Log message:
No need for ports-gcc on base-gcc archs, as the build uses -std=gnu99

Add a comment about COMPILER.
Tested on sparc64.



CVS: cvs.openbsd.org: ports

2023-08-03 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2023/08/03 11:01:57

Modified files:
textproc/tree-sitter: Makefile 

Log message:
Add warning about building the tree-sitter cli program in this port

Tell people who want it to use a new port instead



CVS: cvs.openbsd.org: ports

2023-08-03 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2023/08/03 10:58:22

Modified files:
textproc/tree-sitter: Makefile 

Log message:
LIBtree-sitter_VERSION is already in SUBST_VARS, zap redundant line



CVS: cvs.openbsd.org: ports

2023-08-03 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2023/08/03 10:51:32

Removed files:
textproc/tree-sitter: crates.inc 

Log message:
Also drop crates.inc

Spotted by Mikhail



CVS: cvs.openbsd.org: ports

2023-08-03 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2023/08/03 10:50:47

Modified files:
textproc/tree-sitter: Makefile distinfo 
textproc/tree-sitter/pkg: PLIST 

Log message:
Stop building the tree-sitter cli program to drop the dep on lang/rust

Upstream intends this library to be dep-free so that it can be used in
any project.  We want to be able to use tree-sitter in the editors/emacs
port, but rust is not portable enough and a too big dependency for
emacs--no_x11.  So just drop the tree-sitter program, which is separate
from the library and only useful to develop new grammars.

ok paco@ sthen@, "go ahead" edd@



Re: CVS: cvs.openbsd.org: ports

2023-08-03 Thread Jeremie Courreges-Anglas
On Thu, Aug 03 2023, Antoine Jacoutot  wrote:
> On Wed, Aug 02, 2023 at 05:12:25AM -0600, Jeremie Courreges-Anglas wrote:
>> CVSROOT: /cvs
>> Module name: ports
>> Changes by:  j...@cvs.openbsd.org2023/08/02 05:12:25
>> 
>> Modified files:
>>  editors/emacs  : Makefile distinfo 
>>  editors/emacs/patches: patch-Makefile_in patch-lisp_files_el 
>> patch-lisp_vc_vc_el patch-src_emacs_c 
>>  editors/emacs/pkg: PLIST 
>> Removed files:
>>  editors/emacs/patches: patch-etc_emacsclient-mail_desktop 
>> patch-lib-src_etags_c 
>> patch-lisp_htmlfontify_el 
>> patch-lisp_org_ob-latex_el 
>> patch-lisp_progmodes_ruby-mode_el 
>> 
>> Log message:
>> Update to emacs-29.1
>> 
>> Release announcement: 
>> https://lists.gnu.org/archive/html/emacs-devel/2023-07/msg00879.html
>> Drop security-related patches added during emacs-28.2 lifetime.
>> New deps: sqlite3 (added for now), webp (added), tree-sitter (not added yet).
>> 
>> Input from Xi Lu, Renato Aguiar, Timo Myyra, op@ and semarie@,
>> tests report from krw@, tests and ok op@ and semarie@
>
> Hi.
>
> This broke packaging of (at least) inputmethods/anthy:
>
> <...>
> checking where .elc files should go... ${datadir}/emacs/site-lisp
> <...>
> ===>  Building package for emacs-anthy-9100hp6
> Create /usr/ports/packages/amd64/all/emacs-anthy-9100hp6.tgz
> Creating package emacs-anthy-9100hp6
> checksumming|***
> | 72%
> Error: 
> /usr/ports/pobj/anthy-9100h/fake-amd64/usr/local/share/emacs/site-lisp/anthy/anthy-isearch.elc
>  does not exist
> Error: 
> /usr/ports/pobj/anthy-9100h/fake-amd64/usr/local/share/emacs/site-lisp/anthy/anthy-kyuri.elc
>  does not exist
> pkg_create: can't continue
>
> These are now called anthy-isearch.el and anthy-kyuri.el (without the 'c').

The .el files (source files) were always present in the PLIST and
resulting package, but two .elc files vanished for some reason.  I have
committed a PLIST quickfix.  This might be the long-term solution, it's
fine to ship a .el file only instead of .el + .elc.

Thanks for the report!

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



CVS: cvs.openbsd.org: ports

2023-08-03 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2023/08/03 10:39:50

Modified files:
inputmethods/anthy: Makefile 
inputmethods/anthy/pkg: PLIST-emacs PLIST-main 

Log message:
Sync PLIST-emacs and unbreak after the update to emacs-29.1

For some unknown reason two .el files are not byte-compiled any more,
resulting in two missing .elc files.  Drop those.  Also sync PLIST-main
while here.

Issue reported by ajacoutot@



CVS: cvs.openbsd.org: ports

2023-08-03 Thread Job Snijders
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2023/08/03 09:53:05

Modified files:
net/rpki-data  : Makefile distinfo 
net/rpki-data/pkg: PLIST 

Log message:
Update net/rpki-data to pull in new-format ASPA objects

OK tb@ (but he didn't read the whole diff line by line)



CVS: cvs.openbsd.org: ports

2023-08-03 Thread Kirill Bychkov
CVSROOT:/cvs
Module name:ports
Changes by: ki...@cvs.openbsd.org   2023/08/03 09:53:11

Modified files:
geo/routino: Makefile distinfo 

Log message:
update to routino-3.4.1



CVS: cvs.openbsd.org: ports

2023-08-03 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2023/08/03 09:33:33

Modified files:
security/py-tlsfuzzer: Makefile distinfo 
security/py-tlsfuzzer/pkg: PLIST 

Log message:
Update to tlsfuzzer 20230801



CVS: cvs.openbsd.org: ports

2023-08-03 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2023/08/03 09:32:20

Modified files:
net/py-tlslite-ng: Makefile distinfo 
net/py-tlslite-ng/pkg: PLIST 

Log message:
Update to py-tlslite-ng 0.8.0alpha45



CVS: cvs.openbsd.org: ports

2023-08-03 Thread Theo Buehler
CVSROOT:/cvs
Module name:ports
Changes by: t...@cvs.openbsd.org2023/08/03 09:31:30

Modified files:
security/rust-openssl-tests: Makefile crates.inc distinfo 
security/rust-openssl-tests/pkg: PLIST 

Log message:
Update to rust-openssl-tests 20230803



CVS: cvs.openbsd.org: ports

2023-08-03 Thread Aisha Tammy
CVSROOT:/cvs
Module name:ports
Changes by: ai...@cvs.openbsd.org   2023/08/03 08:32:29

Modified files:
net/iperf3 : Makefile distinfo 
net/iperf3/patches: patch-src_iperf_api_c 

Log message:
update to 3.14 from Mikhail 

Notable user-visible changes:

A memory allocation hazard was fixed (Issue #1542/PR #1543).
For more information see:
https://downloads.es.net/pub/iperf/esnet-secadv-2023-0001.txt.asc

JSON output was improved, such as print JSON numbers as signed
(PR #1539, Issue #1435), the exit code when doing JSON output
was fixed (PR #1523), and client_api was fixed so that it still
returns an error code when JSON is enabled (Issue #1405). Also,
duplicate fields when using multiple streams was removed from the
JSON output (#1492).

Prevent UDP packet count and operations overflow (PR #1536/Issue #1534).

Statistics are fixed when --omit is used (Issue #1489/PR #1498).

comments by sthen@



CVS: cvs.openbsd.org: ports

2023-08-03 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2023/08/03 07:23:53

Modified files:
x11/gnome/gdm  : Makefile distinfo 

Log message:
update to 44.1



Re: CVS: cvs.openbsd.org: ports

2023-08-03 Thread Antoine Jacoutot
On Wed, Aug 02, 2023 at 05:12:25AM -0600, Jeremie Courreges-Anglas wrote:
> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   j...@cvs.openbsd.org2023/08/02 05:12:25
> 
> Modified files:
>   editors/emacs  : Makefile distinfo 
>   editors/emacs/patches: patch-Makefile_in patch-lisp_files_el 
>  patch-lisp_vc_vc_el patch-src_emacs_c 
>   editors/emacs/pkg: PLIST 
> Removed files:
>   editors/emacs/patches: patch-etc_emacsclient-mail_desktop 
>  patch-lib-src_etags_c 
>  patch-lisp_htmlfontify_el 
>  patch-lisp_org_ob-latex_el 
>  patch-lisp_progmodes_ruby-mode_el 
> 
> Log message:
> Update to emacs-29.1
> 
> Release announcement: 
> https://lists.gnu.org/archive/html/emacs-devel/2023-07/msg00879.html
> Drop security-related patches added during emacs-28.2 lifetime.
> New deps: sqlite3 (added for now), webp (added), tree-sitter (not added yet).
> 
> Input from Xi Lu, Renato Aguiar, Timo Myyra, op@ and semarie@,
> tests report from krw@, tests and ok op@ and semarie@

Hi.

This broke packaging of (at least) inputmethods/anthy:

<...>
checking where .elc files should go... ${datadir}/emacs/site-lisp
<...>
===>  Building package for emacs-anthy-9100hp6
Create /usr/ports/packages/amd64/all/emacs-anthy-9100hp6.tgz
Creating package emacs-anthy-9100hp6
checksumming|***
| 72%
Error: 
/usr/ports/pobj/anthy-9100h/fake-amd64/usr/local/share/emacs/site-lisp/anthy/anthy-isearch.elc
 does not exist
Error: 
/usr/ports/pobj/anthy-9100h/fake-amd64/usr/local/share/emacs/site-lisp/anthy/anthy-kyuri.elc
 does not exist
pkg_create: can't continue

These are now called anthy-isearch.el and anthy-kyuri.el (without the 'c').

-- 
Antoine



CVS: cvs.openbsd.org: ports

2023-08-03 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2023/08/03 06:18:39

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

Log message:
update to py3-anytree-2.9.0 and use MODPY_PYBUILD (somehow missed before)



CVS: cvs.openbsd.org: ports

2023-08-03 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/08/03 02:28:49

Modified files:
telephony/linphone/mediastreamer2: Makefile 

Log message:
graphics/zxing-cpp is picked up if found, so add a dependency on it.

ok landry@ (maintainer)



CVS: cvs.openbsd.org: ports

2023-08-03 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2023/08/03 01:53:15

Modified files:
devel/cmake: Makefile distinfo 
devel/cmake/patches: patch-Modules_Compiler_GNU_cmake 
 patch-Modules_Platform_OpenBSD_cmake 
 patch-Source_cmFileCommand_cxx 
 patch-Source_cmFindPackageCommand_cxx 
 patch-Source_cmGeneratorTarget_cxx 
 patch-Source_cmGlobalGenerator_cxx 
 patch-Source_cmInstallCommand_cxx 
 patch-Source_cmMessenger_cxx 
 patch-Source_cmTarget_cxx 
 patch-Source_kwsys_CMakeLists_txt 
devel/cmake/pkg: PLIST 

Log message:
Update CMake to 3.27.1

Bulk build by tb@, thanks



CVS: cvs.openbsd.org: ports

2023-08-03 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/08/03 01:38:59

Modified files:
sysutils/terragrunt: Makefile distinfo 

Log message:
Update to terragrunt-0.48.6.



CVS: cvs.openbsd.org: ports

2023-08-03 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2023/08/03 01:06:21

Modified files:
devel/harfbuzz : Makefile distinfo 

Log message:
Update to harfbuzz-8.1.1.