Re: NEW: dosbox-staging, a useful fork of dosbox

2025-06-29 Thread Anthony J. Bentley
Thomas Frohwein writes: > Thomas Frohwein wrote: > > dosbox-staging is a sane fork of dosbox that emphasizes sane defaults > > and code quality. It has advantages over both dosbox and dosbox-x in > > ports. Compared to dosbox-x, the window size and fullscreen defaults > > and implementation work a

NEW: security/cyberchef

2025-06-28 Thread Anthony J. Bentley
ression of data, calculating hashes and checksums, IPv6 and X.509 parsing, changing character encodings, and much more. ok? -- Anthony J. Bentley cyberchef.tar.gz Description: GNU Zip compressed data

Re: NEW: net/dnsviz

2025-06-09 Thread Anthony J. Bentley
Caspar Schutijser writes: > Nit: for the licensing comment, most ports just write "GPLv2" in this > case. I disagree, it's better to explicitly mark "GPLv2+" or "GPLv2 only": many ports simply labeled "GPLv2" are actually GPLv2+, but one can't make that guess without checking the code. The distinc

Re: cynthiune-1.0.0: C only

2025-05-23 Thread Anthony J. Bentley
Rafael Sadowski writes: > We can drop COMPILER_LIBCXX here. It's C onyl, OK? Needs REVISION bump. And musicbrainz5 went missing. ok with those fixed. > diff --git a/x11/gnustep/cynthiune/Makefile b/x11/gnustep/cynthiune/Makefile > index ae18162bb36..7250d5c0de9 100644 > --- a/x11/gnustep/cynthiun

Re: NEW: textproc/utf8cpp

2025-05-23 Thread Anthony J. Bentley
Rafael Sadowski writes: > Simple header-only port: utf8cpp-4.0.6. I need this to update > audio/taglib. OK to import? We already have this as devel/utfcpp.

Re: [FIX] misc/screen: garbled text in the man page

2025-05-22 Thread Anthony J. Bentley
an9...@sdf.org writes: > Hi ports@ > > I installed the latest version of the misc/screen package > (screen-5.0.1.2.tgz), and noticed that the "DEFAULT KEY BINDINGS" > section in the installed man page is corrupted and unreadable - it is > supposed to be a table of key bindings and their descript

devel/srecord: remove USE_GROFF=Yes

2025-05-20 Thread Anthony J. Bentley
devel/srecord sets USE_GROFF=Yes. The build uses groff(1) in three ways: 1. Runs soelim(1) on the manpages, then installs them to man1/3/5. 2. Runs groff -Tascii on the manpages, then installs them to cat1/3/5. 3. Runs groff -Tps on additional documentation, then installs to share/doc. None of th

Subscribe

2025-05-19 Thread J. Preiss
Subscribe

Update marathon manuals

2025-05-18 Thread Anthony J. Bentley
Upstream modified the manuals without changing the filenames. The new manuals seem to have better fonts. We can't just update the checksums, because that'll break the build machines. So this diff does the {} thing to give the distfiles unique filenames. I also moved the manuals to share/doc/ sinc

Update opensmtpd-filter-dkimsign

2025-05-18 Thread Anthony J. Bentley
ok? diff f2cbf41c9c516d78a713d42312199bda76623cc3 refs/heads/j2k25 commit - f2cbf41c9c516d78a713d42312199bda76623cc3 commit + 04635eb8b73c0d55a4d3862766a5f1e64d4a656f blob - d8a4b7a8e696e00d71c635b6bb6b874724abb458 blob + c253cf95e3d2375539bdc486692452d625aa5dbc --- mail/opensmtpd-filters/dkimsig

Re: KiCad crashes while trying to load footprint libraries

2025-05-10 Thread Anthony J. Bentley
Sadeep Madurange writes: > I installed KiCad. When I open a schematic file, and click on "Place > Symbols", KiCad crashes while trying to load footprint libraries. I see > the following error in dmesg: > > ### AML PARSE ERROR (0x279a7): Undefined name: > \\_SB_.PCI0.RP09.PEGP.NVDN > error evaluatin

Re: rtorrent crashes

2025-05-08 Thread Anthony J. Bentley
Jan Stary writes: > This is current/amd64 with > > libtorrent-0.14.0p0v0 BitTorrent library written in C++ > rtorrent-0.10.0p0v0 ncurses BitTorrent client based on libTorrent > > Upon starting rtorrent, I get the following error messages > > Caught internal_error: SocketFd::close() called on an inv

Re: sigrok/pulseview: fix build with boost 1.87

2025-04-19 Thread Anthony J. Bentley
Theo Buehler writes: > pulseview has been hardcoding C++11 for a while. This no longer works > with the parts of newer boost they use which started using C++14 > features. Letting the compiler use its default dialect should be fine > nowadays as g++ 8 uses C++14 and clang 16 uses C++17. > > This is

devel/sdl2-net: specify full shared lib filename in cmake file

2025-04-18 Thread Anthony J. Bentley
I came across a CMake project that couldn't find sdl2-net. I've seen the problem before: it's because the cmake config is looking for an unversioned .so. We already have equivalent patches in sdl2, sdl2-image, sdl2-mixer, sdl2-ttf. ok? diff 5a3b2804456bd22fe0e22a52774b96faf45326b9 5a70c43569e751

Re: 7.7: Unbreak www/kiwix/kiwix-tools

2025-04-05 Thread Anthony J. Bentley
Anthony J. Bentley writes: > Kirill A. Korinsky writes: > > On Wed, 02 Apr 2025 11:06:38 +0200, > > "Anthony J. Bentley" wrote: > > > > > > For the version number, I arbitrarily chose 3.8.0pre20250402 > > > > > > Once 3.8

Re: NEW: games/sopwith

2025-04-05 Thread Anthony J. Bentley
Simon Howard writes: > Hi folks, nice to see the new port is now in CVS. I just noticed a couple > of nitpicky things about the COMMENT line I hadn't noticed when reviewing > it: > > FIrstly SDL Sopwith is not a "clone" of the original but is directly > descended from the original source. NetHack

7.7: Unbreak www/kiwix/kiwix-tools

2025-04-05 Thread Anthony J. Bentley
x-tools/archive/ +EXTRACT_SUFX = .tar.gz + +MAINTAINER = Anthony J. Bentley # GPLv3+ PERMIT_PACKAGE = Yes -WANTLIB += ${COMPILER_LIBCXX} c kiwix zim +WANTLIB += ${COMPILER_LIBCXX} c docopt kiwix zim # C++11 COMPILER = base-clang ports-gcc -LIB_DEPENDS = www

Re: 7.7: Unbreak www/kiwix/kiwix-tools

2025-04-02 Thread Anthony J. Bentley
Kirill A. Korinsky writes: > On Wed, 02 Apr 2025 11:06:38 +0200, > "Anthony J. Bentley" wrote: > > > > For the version number, I arbitrarily chose 3.8.0pre20250402 > > > > Once 3.8.0 comes out, deleting the new middle hunk will be all that's >

Re: NEW: games/sopwith

2025-03-28 Thread Anthony J. Bentley
Ryan Freeman writes: > On Thu, Mar 27, 2025 at 04:36:02AM -0600, Anthony J. Bentley wrote: > > Ryan Freeman writes: > > > Attached is a new port of SDL Sopwith. > > > > > > From the website: https://fragglet.github.io/sdl-sopwith/ > > > > > >

Re: NEW: games/sopwith

2025-03-27 Thread Anthony J. Bentley
Ryan Freeman writes: > Attached is a new port of SDL Sopwith. > > From the website: https://fragglet.github.io/sdl-sopwith/ > > SDL Sopwith is a port of the classic biplane shoot 'em-up "Sopwith" to run > on modern computers and operating systems. It is named "SDL Sopwith" as it > uses the LibSDL c

Re: [new] graphics/vtk

2025-02-18 Thread j
time ago. (sorry I don't have the time to test this.) J

patch graphics/libraw to disable OpenMP

2024-12-24 Thread j
This patch disables OpenMP, avoiding issues with the new llvm-openmp. Index: Makefile === RCS file: /cvs/ports/graphics/libraw/Makefile,v diff -u -p -r1.54 Makefile --- Makefile25 Oct 2024 11:47:16 - 1.54 +++ Makefile

patch audio/libsoxr to disable OpenMP

2024-12-24 Thread j
This patch disables OpenMP, avoiding issues with the new llvm-openmp. Index: Makefile === RCS file: /cvs/ports/audio/libsoxr/Makefile,v diff -u -p -r1.10 Makefile --- Makefile7 Nov 2023 14:19:19 - 1.10 +++ Makefile2

Re: new devel/llvm-openmp

2024-12-23 Thread j
the number of threads in a port-specific way. Most ports will compute OMP_NUM_THREADS= which is rarely what you want. Ports like math/armadillo and math/eigen3 are source-only ports (or mostly) and the user/programmer selects OpenMP directly, so no change is needed for these. J

cad/UVtools

2024-11-25 Thread Heppler, J. Scott
going to test this in Arch Linux and if I can get it to print, I'd like to port uvtools to OpenBSD. -- J. Scott Heppler

cad/freecad

2024-11-24 Thread Heppler, J. Scott
bunch of cMake work arounds. FreeCAD is the most capable OpenSource 3D program out there - this seems like a good time to get it into ports. Anyone else working on this? Is Py_Collada a valuable option? I recall seeing some tools to import FreeBSD ports into OpenBSD - do they work? -- J. Scott Heppler

Re: [UPDATE] fonts/noto/cjk

2024-11-09 Thread Anthony J. Bentley
SASANO Takayoshi writes: > Hi, > > update Noto Serif CJK 2.002 -> 2.003. > (Noto Sans CJK still 2.004) > > update details: > https://github.com/notofonts/noto-cjk/blob/main/Serif/NEWS.md > > ok? ok bentley@ > Index: Makefile > === >

Re: [UPDATE] fonts/noto/emoji

2024-11-09 Thread Anthony J. Bentley
SASANO Takayoshi writes: > --- pkg/PLIST 11 Mar 2022 19:00:25 - 1.3 > +++ pkg/PLIST 26 Oct 2024 03:24:30 - > @@ -1,4 +1,9 @@ > share/fonts/ > @fontdir share/fonts/noto/ > +share/fonts/noto/Noto-COLRv1-emojicompat.ttf > +share/fonts/noto/Noto-COLRv1-noflags.ttf > +share/fonts/noto/Not

Re: [UPDATE] fonts/noto/fonts

2024-11-09 Thread Anthony J. Bentley
SASANO Takayoshi writes: > update Noto fonts 20201206-phase3 -> 24.9.1 release. Thanks, this new repo and tag are a good find. > following fonts are no longer supported (maybe create new package for them): > --- > Arimo > Cousine > NotoSansDisplay > NotoSansKhmerUI > NotoSansLaoUI > NotoSansMyanm

(unfinished) UPDATE: net/rtorrent, net/libtorrent

2024-11-09 Thread Anthony J. Bentley
Hi, I noticed recently that rtorrent in -current now segfaults on exit. rtorrent and libtorrent haven't changed in some time, so it must be some dependency that changed. There's a lot of curl in the backtrace, so that's probably it. Both rtorrent and libtorrent were updated in September. Unfortun

NEW: devel/docopt.cpp

2024-11-08 Thread Anthony J. Bentley
Hi, docopt helps you create most beautiful command-line interfaces easily, where the option parser is generated based on the beautiful help message that you write yourself. This is a necessary dependency for an upcoming kiwix-tools update. ok? -- Anthony J. Bentley docopt.cpp.tar.gz

NEW: sysutils/gextoolbox

2024-11-08 Thread Anthony J. Bentley
ssp2: Sega Smash Pack 2 wonderboy3: Wonder Boy The Dragon's Trap zamn: Zombies Ate My Neighbors and Ghoul Patrol I've tested with my DRM-free copy of Double Dragon Trilogy from GOG.com. ok? -- Anthony J. Bentley gextoolbox-with-deps.tar.gz Description: GNU Zip compressed data

Re: math/lapack,-cblas,-blas,-docs

2024-10-31 Thread j
because it makes the current situation simple. My suggestion is to split this into a MULTI-PACKAGE. You don't have a patch for audio/cmu-sphinx3 and audio/cmu-sphinxbase. I believe that is all that is missing. --J

Re: math/lapack,-cblas,-blas,-docs

2024-10-31 Thread j
On 2024-10-31 16:10, Rafael Sadowski wrote: On Thu Oct 31, 2024 at 04:04:19PM -0400, j...@bitminer.ca wrote: On Sun May 19, 2024 at 06:48:17PM +0200, Rafael Sadowski wrote: > Before I go deeper into the rabbit hole I would like to ask for > feedback. Below you can see my idea. I woul

Re: UPDATE: games/minetest to 5.9.1

2024-10-25 Thread Anthony J. Bentley
izzy Meyer writes: > On Fri, 25 Oct 2024 12:20:36 -0700 > Bryan Vyhmeister wrote: > > > On Fri, Oct 25, 2024 at 12:10:06PM -0500, izzy Meyer wrote: > > > I am considering disabling building the server altogether as its > > > not a default option. It might be good to make a separate port for > > >

Re: [new] games/trackballs

2024-10-06 Thread Anthony J. Bentley
Landry Breuil writes: > here's a new port for a marble madness clone, trackballs 1.3.4, from the > previous attempt 10 years ago > https://marc.info/?l=openbsd-ports&m=137011105211205&w=2 - upstream > moved to github and updated for sdl2/guile3, and it seems to start/run > fine here in basic testin

Re: gcc, fortran and OpenMP

2024-09-21 Thread j
johan...@thyssentishman.com wrote: I couldn't find a way to compile calculix-ccx without OpenMP support and I have zero knowledge on fortran to find out if this can be patched. There's a few issues with OpenMP on OpenBSD. As I understand it, there are ports that presume that OpenMP is pres

Re: roadmap for more privsep in pkgland

2024-09-21 Thread Anthony J. Bentley
Marc Espie writes: > Here's the basic pkg_add change, very lightly tested for now. > Not that many lines, considering :) The manpage changes make sense to me. Typo: > + my $o = $class->new_owned_objet($args); "pkg_add docbook" (with its @tag libxml2/rebuild) has problems: Running tags|

Re: [new/wip] games/openxray (S.T.A.L.K.E.R.)

2024-08-26 Thread Anthony J. Bentley
Benjamin Stürz writes: > On 8/26/24 2:56 AM, Jonathan Gray wrote: > > The licensing/legality of this has not changed since > > last time: > > > > https://marc.info/?l=openbsd-ports&m=161442903129677&w=2 > > Can't we then just set PERMIT_PACKAGE=no? PERMIT_PACKAGE=no makes sense where a user build

Re: roadmap for more privsep in pkgland

2024-08-16 Thread Anthony J. Bentley
Marc Espie writes: > Plan for deployment: > - @extraglob is already recognized and won't cause any issue > - pkg_add changes first, so that rm -> extraglob can happen later in packages > - extraglob in packages... if the tools are not there yet, you may end with > remnant files on your installation

Re: archivers/libzim: Update to 9.2.2

2024-08-04 Thread Anthony J. Bentley
wen heping writes: > Here is a patch for archivers/libzim to update to 9.2.2. > It build well on amd64-current system, but there are 5 tests failed, > same as current version 9.1.0. > Three ports depend on it: www/kiwix/libkiwix and www/kiwix/kiwix-tools > build well and pass all tests, textp

Re: [Maintainer update] Add FLAVOR to emulator/minivmac

2024-07-29 Thread Anthony J. Bentley
Jag Talon writes: > By default, Mini vMac emulates a Macintosh Plus. Another popular model > that Mini vMac emulates is a Macintosh II because it offers more memory > (8MB instead of 4MB), a larger screen, and color. So /usr/local/bin/minivmac will emulate only one machine or the other depending o

ffmpeg on riscv64

2024-07-22 Thread Peter J. Philipp
Hi, I had a long debug on ffmpeg on riscv64 and noticed that it only works with this patch: 0813/stern$ more patch-libavdevice_v4l2_c --- libavdevice/v4l2.c.orig.portWed Apr 12 20:01:50 2023 +++ libavdevice/v4l2.c Mon Jul 22 16:21:58 2024 @@ -95,11 +

Re: [new] emulators/minivmac

2024-07-14 Thread Anthony J. Bentley
Jag Talon writes: > Ah thank you for catching that! I modified the README and DESCR files > and also deleted PKGNAME=${DISTNAME}. > > Attaching the tarball. Thank you for reviewing! ok bentley@

Re: [new] graphics/coin

2024-07-14 Thread Anthony J. Bentley
Johannes Thyssen Tishman writes: > Ping > > 2024-06-02T17:41:30Z Johannes Thyssen Tishman > : > > > 2024-06-02T08:59:01Z "Rafael Sadowski" : > >> Looks good. There is already 4.0.2 released, but if anyone wants to > >> import it, ok rsadowski. > > > > Thanks for reviewing this forgotten port Rafae

Re: NEW: devel/py-jsonpath-ng

2024-07-13 Thread Anthony J. Bentley
Theo Buehler writes: > On Sat, Jul 13, 2024 at 07:56:15PM +0200, Tobias Heider wrote: > > I'd like to update codechecker to the newest version. > > This is a dependency of sarif-tools which is now needed for codechecker. > > Please review because I have no idea what I am doing. > > Needs ply at run

Re: Remove net/p5-Net-ICQ2000 and net/vicq?

2024-07-13 Thread Anthony J. Bentley
Frederic Cambus writes: > Hi ports@, > > The ICQ network has been decomissioned on June 26th [1], so I would like > to propose net/p5-Net-ICQ2000 and net/vicq for deletion. > > For info, we are the only ones to still package these programs: > > https://repology.org/project/perl:net-icq2000/versions

sdl2-mixer: give cmake full shlib filename

2024-07-12 Thread Anthony J. Bentley
Seen while updating cdogs-sdl: CMake Error at src/cdogs/CMakeLists.txt:242 (target_link_libraries): Target "cdogs" links to: SDL2_mixer::SDL2_mixer but the target was not found. Possible reasons include: * There is a typo in the target name. * A find_pac

Re: NEW: x11/kvantum

2024-07-12 Thread J. Scott Heppler
On Fri, 12 Jul 2024, izder456 wrote: On your link, it does not say to send the tarball to the mailing list. The link you provided is not clearly written and if you look at some recently committed new ports in the mailing list - none are tarballs. On Wed, 10 Jul 2024 10:57:31 -0700 (PDT) &q

Re: [new] emulators/minivmac

2024-07-11 Thread Anthony J. Bentley
> On 7/3/24 11:41 PM, Jag Talon wrote: > > Apologies for the noise, but I have more consistent spacing in this > > tarball now. > > > > OK? - PKGNAME=${DISTNAME} can be deleted - The flavors were removed (good idea), but DESCR still lists them all - pkg/README also mentions nonexistent flavors T

Re: UPDATE emulators/snes9x 1.63 from MAINTAINER

2024-07-11 Thread Anthony J. Bentley
Lucas Gabriel Vuotto writes: > Freshly out of the oven, here is an update for snes9x to its latest > version. I've committed this. Thanks for the detailed email.

Re: font module: simplify font file installation

2024-07-11 Thread Anthony J. Bentley
Anthony J. Bentley writes: > The diff below replaces MODFONT_TYPES with a mechanism similar to > MODFONT_DOCFILES: the port sets MODFONT_FONTFILES to a list of paths > (which may contain wildcards) relative to WRKSRC to install to the font > directory. This means 12 of the 14 cu

font module: simplify font file installation

2024-07-11 Thread Anthony J. Bentley
Currently, the font module defines a default install target based on file extension. A port sets MODFONT_TYPES to "ttf otf", and the module installs ${WRKSRC}/*.ttf and ${WRKSRC}/*.otf to MODFONT_DIR. This misses two fairly common cases: - the port needs to install font files from multiple subdir

Re: NEW: x11/kvantum

2024-07-10 Thread J. Scott Heppler
To create a diff: https://www.openbsd.org/anoncvs.html Rafael Sadows is all things Qt5/6 and has a full plate. Getting him to review your *.diff would go a long way. I think he has commit privileges. -- J. Scott Heppler

Re: NEW: games/opentyrian-data

2024-07-10 Thread Anthony J. Bentley
Fabien Romano writes: > The package install in /usr/local/share/tyrian instead of opentyrian so this > does not work with opentyrian script. Yes, this location changed when the package was updated to 2.1.20221123. The wrapper script is no longer necessary and I decided not to patch the location ch

NEW: devel/git-filter-repo

2024-07-10 Thread Anthony J. Bentley
design that scales usability-wise beyond trivial rewriting cases. git filter-repo is now recommended by the git project instead of git filter-branch. ok? -- Anthony J. Bentley git-filter-repo.tar.gz Description: GNU Zip compressed data

Re: NEW: games/classicube

2024-07-09 Thread Anthony J. Bentley
izder456 writes: > On Mon, 27 May 2024 17:49:31 -0500 > izder456 wrote: > > > On Sun, 26 May 2024 12:04:51 -0500 > > izder456 wrote: > > > > > On Fri, 24 May 2024 22:24:20 -0500 > > > izder456 wrote: > > > > > > > On Thu, 2 May 2024 12:39:10 -0400 > > > > Thomas Frohwein wrote: > > > >

NEW: games/opentyrian-data

2024-07-09 Thread Anthony J. Bentley
Hi, To play games/opentyrian requires the data files from the freeware version of Tyrian. pkg/README currently suggests downloading the files (from a fixed, versioned URL) and manually copying them to /usr/local/share. I would rather have a port do this for me. ok? -- Anthony J. Bentley

Re: font module: add MODFONT_DOCFILES

2024-07-09 Thread Anthony J. Bentley
Anthony J. Bentley writes: > The majority of font ports don't use the font module. One reason why > is that in a lot of cases, doing so doesn't make the makefile any > simpler. > > One area where this can be easily improved is with font documentation. > It's very

Re: NEW: IndieRunner - launcher for independent games, supersedes games/fnaify

2024-07-09 Thread Anthony J. Bentley
Thomas Frohwein writes: > On Mon, Jul 08, 2024 at 08:28:22PM +0100, Fabien Romano wrote: > > > > On 08/07/2024 16:18, Anthony J. Bentley wrote: > > > Thomas Frohwein writes: > > >> This is the port of IndieRunner, which aims to serve as a versatile laun > ch

Re: NEW: IndieRunner - launcher for independent games, supersedes games/fnaify

2024-07-08 Thread Anthony J. Bentley
Thomas Frohwein writes: > This is the port of IndieRunner, which aims to serve as a versatile launcher > for commercial games released on other platforms with open-source engines/ > libraries. It takes care of selecting a runtime, configuring it, and avoiding > to trip over bundled incompatible lib

Re: [update] fonts/vlgothic-20230918

2024-06-30 Thread Anthony J. Bentley
> On Tue, 07 May 2024 22:32:44 +0900, > SASANO Takayoshi wrote: > > > > here is vlgothic-20230918 diff. (fixed U+33C7 glyph) > > > > ok? ok bentley@

Re: NEW: games/vvvvvv - a retro platformer with gravity-reversal puzzle mechanics

2024-06-30 Thread Anthony J. Bentley
Thomas Frohwein writes: > Attached the updated tarball; looking for an okay for this slightly > modified draft as it's been a few years[1]... ok bentley@

Re: ioquake3 BTCFI {t,}error

2024-06-22 Thread Anthony J. Bentley
Thomas Frohwein writes: > Hi, > > ioquake3 is another port that fails with BTCFI, and for now restored to > running order with USE_NOBTCFI=Yes. While here, enable DEBUG_PACKAGES > per bentley's suggestion. > > ok? Please add an explanatory comment for USE_NOBTCFI (like: is it a custom JIT? is it a

Re: [update] gimp/stable 2.10.38

2024-06-05 Thread J. Scott Heppler
Are there plans to backport this to 7.5 packages-stable? Thanks, -- J. Scott Heppler

Re: UPDATE: games/minetest to 5.8.0

2024-05-31 Thread Anthony J. Bentley
Anthony J. Bentley writes: > Here's an updated diff, which I'll commit in a few days unless > someone objects. I've committed this. A few days? Eh... > Index: Makefile > === > RCS file: /cvs/ports/games

Re: UPDATE: games/minetest to 5.8.0

2024-05-30 Thread Anthony J. Bentley
Solene Rapenne writes: > using updated diff from > https://marc.info/?l=openbsd-ports&m=171334749408321&q=mbox > > I get a compilation error, here are the last 200 lines > ... > /tmp/pobj_mfs/minetest-5.8.0/minetest-5.8.0/lib/irrlichtmt/source/Irrlicht/CI > rrDeviceLinux.cpp:335:31: error: use of u

Re: UPDATE: games/minetest to 5.8.0

2024-05-29 Thread Anthony J. Bentley
Fabien ROMANO writes: > This port is using a release, not a commit id, which is a fixed tarballs from > github, this is perfectly fine ? GitHub tarballs generated from tags have the same stability problems as GitHub tarballs generated from commit IDs. It's impractical to avoid them completely (b

Re: UPDATE: games/minetest to 5.8.0

2024-05-29 Thread Anthony J. Bentley
Stuart Henderson writes: > On 2024/05/29 20:11, Fabien ROMANO wrote: > > By curiosity, lang/lua (5.1.5) doesn't USE_NOBTCFI, there is no JIT ? > > Why its required for minetest (lua 5.1.4), some patches they bring ? > > This diff changes minetest from using lua (no jit, works on most > archs) to lu

Re: luajit, arm64, games/love/0.10

2024-05-09 Thread Anthony J. Bentley
Stuart Henderson writes: > How useful is love/0.10, does it still make sense to keep it? games/orthorobot depends on it.

Re: NEW: www/internetarchive

2024-05-06 Thread Anthony J. Bentley
Anthony J. Bentley writes: > Stuart Henderson writes: > > On 2024/04/17 12:14, Anthony J. Bentley wrote: > > > > The internetarchive package provides a command-line tool named 'ia', > > > > as well as a Python module for programmatic access to A

Re: vbam: enable wxWidgets/visualboyadvance-m

2024-05-05 Thread Anthony J. Bentley
Martijn van Duren writes: > Back in 2018 Jasper explicitly disabled wxWidgets on vbam so it wouldn't > accidentally get picked up. I reckon it would be worth it to enable it > explicitly, since it would build the visualboyadvance-m binary. > > Not only brings it some menu options which allows you t

PulseAudio configuration

2024-04-27 Thread J. Scott Heppler
this is normally done via /etc/pulse/default.pa but I have not been able to find an OpenBSD specific guide. Is it possible to use the LXQt panel volume widget to control system sound? Thanks -- J. Scott Heppler

Rd: [update/wip] x11/lxqt 2.0.0

2024-04-25 Thread J. Scott Heppler
all some interest in the OpenBSD mailing lists. There are some Qt5 -> Qt6 issues with FreeCAD stable that I'll address in a separate post. -- J. Scott Heppler

Re: [-stable UPDATE] samba-4.19.6

2024-04-22 Thread J Doe
the VFS objects ... but has Samba been silently ignoring them ? Thanks, - J

Re: [s...@spacehopper.org: Re: [NEW]: misc/openhab - open Home Automation Bus (openHAB)]

2024-04-19 Thread Anthony J. Bentley
Stuart Henderson writes: > I've tweaked DESCR/README slightly for openhab-addons. This has been sitting > on ports@ for quite a while, as is usual for a java port there are some > things which sit a bit awkwardly compared to some other ports but I > think it's basically alright. Any oks to import?

Re: converters/k2pdfopt: unbreak/update to 2.55

2024-04-18 Thread Anthony J. Bentley
Stuart Henderson writes: > Perhaps consider replacing pre-patch with this which I think is a little > clearer: > > FIX_CRLF_FILES = `find . -type f` Can this be tweaked to limit it to text files, without making it too complicated? I only see a single binary file in the distfile, but still...

NEW: mail/mailparser

2024-04-18 Thread Anthony J. Bentley
Hi, mail-parser is not only a wrapper for 'email' in the Python Standard Library. It gives you an easy way to pass raw mail to a Python object that you can use in your code. There's a provided command-line tool that's easy to test. ok? -- Anthony J. Bentley mailparse

Re: NEW: www/internetarchive

2024-04-17 Thread Anthony J. Bentley
Stuart Henderson writes: > On 2024/04/17 12:14, Anthony J. Bentley wrote: > > > The internetarchive package provides a command-line tool named 'ia', > > > as well as a Python module for programmatic access to Archive.org. > > > > > > > >

Re: NEW: www/internetarchive

2024-04-17 Thread Anthony J. Bentley
Hi, > The internetarchive package provides a command-line tool named 'ia', > as well as a Python module for programmatic access to Archive.org. > > > Would have been fun to put it under archivers/, but I decided > against it. > > ok? Updated R

Re: UPDATE: games/minetest to 5.8.0

2024-04-17 Thread Anthony J. Bentley
izder456 writes: > > I am still looking to upgrade these. OK to merge? > > Whoops, forgot to attach the .diff with all the changes, here: Thanks for this diff. A few things: - USE_NOBTCFI required after switch to luajit (crashes on BTI hardware otherwise) - build fails due to missing include fo

NEW: www/internetarchive

2024-04-16 Thread Anthony J. Bentley
Hi, The internetarchive package provides a command-line tool named 'ia', as well as a Python module for programmatic access to Archive.org. Would have been fun to put it under archivers/, but I decided against it. ok? -- Anthony J. Bentley internetarchive.tar.gz Descriptio

Re: update games/openttd --> 14.0

2024-04-16 Thread Anthony J. Bentley
Paco Esteban writes: > Hi ports@, > > This is an update of games/openttd to its latest version 14.0 > Announcement here: https://www.openttd.org/news/2024/04/13/openttd-14-0 > Changelog here: https://cdn.openttd.org/openttd-releases/14.0/changelog.txt Hm! /usr/ports/pobj/openttd-14.0/openttd-14.0

Re: font module: add MODFONT_DOCFILES

2024-04-15 Thread Anthony J. Bentley
Anthony J. Bentley writes: > This diff adds the variables MODFONT_DOCDIR (which defaults to > ${PREFIX}/share/doc/${MODFONT_FAMILY}) and MODFONT_DOCFILES (a user- > specified list of files relative to WRKSRC). And the manpage diff: Index: port-

font module: add MODFONT_DOCFILES

2024-04-15 Thread Anthony J. Bentley
The majority of font ports don't use the font module. One reason why is that in a lot of cases, doing so doesn't make the makefile any simpler. One area where this can be easily improved is with font documentation. It's very common for fonts to come with doc files like readmes, font showcases, and

Re: BUG: math/pari - broken gphelp (docs search paths need adjustement)

2024-04-15 Thread Anthony J. Bentley
Hi, Dima Pasechnik writes: > However, gphelp installed by the latest (pari 2.15.4) port is broken: > > $ gphelp -k "elliptic curves" > Could not find translation file, docdir='/usr/local/bin' at /usr/local/bin/gp > help line 151. It's been quite some time, but I've fixed this in our package. Than

Re: Namespace font module vars

2024-04-14 Thread Anthony J. Bentley
Anthony J. Bentley writes: > So, this diff makes the following straightforward changes: > > - replace all TYPEFACE with MODFONT_FAMILY > - replace all FONTTYPES with MODFONT_TYPES > - replace V/VERSION with MODFONT_VERSION (only if the module uses it, > i.e., if TYPEFACE i

Namespace font module vars

2024-04-14 Thread Anthony J. Bentley
The font module has very unorthodox use of variables. - Other modules are namespaced, but this one looks for weirdly named variables like FONTDIR, FONTTYPES, and TYPEFACE. - Even worse, the font module sets PKGNAME from the extremely generic variables V and VERSION. As far as I know, no other

UPDATE: www/netsurf

2024-04-12 Thread Anthony J. Bentley
Hi, This updates netsurf and netsurf-fb and their dependencies to the latest versions. As always, tests on additional architectures appreciated. ok? Index: browser/Makefile === RCS file: /cvs/ports/www/netsurf/browser/Makefile,v di

Re: Minor firefox-esr 7.5 ID's as 7.4

2024-04-05 Thread Heppler, J. Scott
pdate did not replace the package for 7.5. I expect this will correct in 7.5 on the next firefox-esr update. Regards --- J. Scott Heppler

Minor firefox-esr 7.5 ID's as 7.4

2024-04-05 Thread Heppler, J. Scott
ox-esr-115.9.1 -- J. Scott Heppler Penguin Innovations - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - NOTICE: This e-mail message and any attachments may contain legally privileged and confidential information intended solely for the use of the intended recipients. If you are

Re: [new] databases/postgresql-pgvector

2024-03-28 Thread j
have a couple of use-cases for it. J

Re: NEW: emulators/melonds

2024-02-25 Thread Anthony J. Bentley
Anthony J. Bentley writes: > > I have no opinion whether it's worth fixing or just mark with some > > NOT_FOR_ARCHS or ONLY_FOR_ARCHS (perhaps ONLY_FOR_ARCHS=${LP64_ARCHS} > > if it's only really expected to work on 64-bit) > > I've reported it upstream: &

Re: NEW: emulators/melonds

2024-02-23 Thread Anthony J. Bentley
Stuart Henderson writes: > this one fails on i386: > > FAILED: src/teakra/src/CMakeFiles/teakra.dir/test_generator.cpp.o > /pobj/melonds-0.9.5/bin/c++ -DARCHITECTURE_x86=1 -DMELONDS_VERSION=\"0.9.5\" > -I/pobj/melonds-0.9.5/melonDS-0.9.5/src/teakra/src/../include -I/pobj/melonds > -0.9.5/melonDS-0

The SHA256 sums and LENGTH's on squid port are wrong

2024-02-20 Thread Peter J. Philipp
Hi, I just downloaded squid to audit it and found that OpenBSD has wrong checksums. http://www.squid-cache.org/Versions/v6/squid-6.7.tar.xz.asc Unless squid-cache.org got hacked, thses are the correct SHA1/MD5 hashsums. (unfortunately no SHA256). pjp@vega$ sha256 -b squid-6.7.tar.xz SHA256 (squ

Re: NEW: emulators/es-de

2024-02-19 Thread Anthony J. Bentley
Stefan Sperling writes: > Generally, do you think it would make sense to pre-configure de-cs, and > add appropriate run-depends, such that it will spawn a working emulator > for a given system out of the box? I would prefer not to change the defaults from what they would be on other platforms. It'

NEW: emulators/es-de

2024-02-19 Thread Anthony J. Bentley
Hi, EmulationStation Desktop Edition is a frontend for browsing and launching games from your multi-platform game collection. Note: this is a fork of emulators/emulationstation, which has not been updated upstream in ten years. ok? -- Anthony J. Bentley es-de.tar.gz Description: GNU Zip

Re: NEW: emulators/melonds

2024-02-19 Thread Anthony J. Bentley
Thanks again; I've imported this. izder456 writes: > > Use or remove commented out > > CMAKE_BUILD_TYPE=Release? > > I say re-enable it, I usually hard-force Release builds when I build > cmake projects locally. cmake.port.mk already sets it.

Re: NEW: emulators/melonds

2024-02-18 Thread Anthony J. Bentley
ed firmware requirement. - No need to set NO_TESTS, because 'make test' doesn't error out. That malloc patch is correct; please push it upstream. I went ahead and reformatted the port to fix the issues listed above. Update is attached. ok to import? -- Anthony J. Bentley melonds.tar.gz Description: melonds.tar.gz

Re: LXQt, kwin, meta-packages and toolkit purity

2024-01-08 Thread J. Scott Heppler
n, 8 Jan 2024, Rafael Sadowski wrote: Would you recommend completely replacing the current ports tree with wip-ports or is there some way to update the libraries that I did not catch in the porting guide? I had similiar issues with lximage-qt and pcmanfm-qt - both fake installs built but had a

  1   2   3   4   5   6   7   8   9   10   >