Re: Mark libime and libmarisa-ruby as broken on sparc64 (Was: sparc64 bulk build report)

2022-06-12 Thread Stuart Henderson
On 2022/06/12 10:18, Omar Polo wrote: > one thing that I don't understand is that AFAICS sparc64 is a llvm arch, > so why it's using (ports) gcc to build this? LLVM is built in base on sparc64, but it isn't used as the standard system compiler. "base-clang" in the COMPILER command only applies to

Re: [update] emulators/bochs to 2.7

2022-06-12 Thread Stuart Henderson
Build failed: > c++ -c -I. -I./. -Iinstrument/stubs -I./instrument/stubs -DBXHUB -O2 -pipe > -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES ./iodev/network/netutil.cc -o > misc/netutil.o > ./iodev/network/netutil.cc:1674:72: warning: format specifies type 'long' but > the argument has type 'off_t' (ak

Re: [new] graphics/pixelorama: pixel art editor

2022-06-13 Thread Stuart Henderson
Please rename the distfile using the {} syntax of DISTFILES (see bsd.port.mk(5) or crib from another port), having a file named icon.png in the common distfiles directory is not ideal -- Sent from a phone, apologies for poor formatting. On 13 June 2022 05:41:48 Yifei Zhan wrote: On 22/06/1

Re: [new] textproc/opensearch

2022-06-14 Thread Stuart Henderson
Not 100% sure but I think Java may set some default sizes based on amount of memory, you can also try *lower* values in JVM flags. -- Sent from a phone, apologies for poor formatting. On 14 June 2022 08:49:52 Omar Polo wrote: Yifei Zhan wrote: On 22/05/26 11:20AM, Omar Polo wrote: Hello

Re: free - can only display usage

2022-06-14 Thread Stuart Henderson
moved to ports@. ports-bugs@ is a dead list (see the list on https://www.openbsd.org/mail.html) works for me: $ free total used free Mem: 15.8G 13.9G 1.9G Swap: 2.0G 998M

Re: [new] textproc/opensearch

2022-06-14 Thread Stuart Henderson
RCH_JAVA_OPTS='-Xms8g -Xmx8G' \ /usr/local/opensearch/bin/opensearch still getting the same error :( # Native memory allocation (mmap) failed to map 8589934592 bytes for # Failed to commit area from 0x0005c000 to 0x0007c000 # of length 8589934592. I experimente

Re: login_krb5 build failure

2022-06-15 Thread Stuart Henderson
I assume this is about the armv7 build? There are several other "duplicate symbol" failures like this, and those ports work fine on others archs (ucspi-tools, autossh, foremost, rancid, and there are probably a bunch blocked by devel/boost failure). I don't think it is reasonable to patch indi

Re: [patch] update irssi to 1.4.1

2022-06-16 Thread Stuart Henderson
On 2022/06/16 16:11, Lauri Tirkkonen wrote: > upstream has removed that file, shipping a pkg-config file instead. Not sure > what to do with this; irssi-icb seems like it hasn't been maintained for a > while, and I suspect there might have been other changes in irssi's plugin > support that require

Re: ports: pkg/SCREENSHOTS proposal

2022-06-18 Thread Stuart Henderson
sorry, I think adding references to screenshots is going to be way too much work for the limited number of porters we have to handle - it's tricky enough to handle regular updates and helping new people learn the ropes; handling diffs and commits to get this into the ports tree will take a lot of o

Re: [MAINTAINER UPDATE] www/honk 0.9.7 -> 0.9.8

2022-06-19 Thread Stuart Henderson
On 2022/06/19 13:28, Horia Racoviceanu wrote: > From my tests, The OCSP response is valid for a few hours e.g. > > Using http to host ocsp.buypass.com, port 80, path / > OCSP response validated from ocsp.buypass.com >This Update: Sun Jun 19 09:55:11 2022 >Next Update: Sun J

Re: ports: pkg/SCREENSHOTS proposal

2022-06-19 Thread Stuart Henderson
On 2022/06/18 23:53, Thomas Dettbarn wrote: > At most my proposal would lead to a new paragraph within the > porter's handbook. And potentially a bunch of diffs, some of which will be mangled, trickled in piece by piece, that somebody needs to keep track of and check and commit..

Re: [new] graphics/pixelorama: pixel art editor

2022-06-20 Thread Stuart Henderson
There are some whitespaces nits in the Makefile (space/tab/space etc) otherwise OK with me. On 2022/06/19 20:00, mazzurco.riccardo wrote: > Thanks Yifei Zhan, Stuart Henderson, Omar Polo for the suggestions, I am > attaching an updated tarball with the fixes > > --- Orig

Re: [NEW] archivers/lrzip

2022-06-20 Thread Stuart Henderson
On 2022/06/19 16:48, Rubén Llorente wrote: > On Tue, Jun 14, 2022 at 10:35:13PM +0200, Omar Polo wrote: > > the part of the getrlimit could be simplified, see the version in the > > updated tarball attached. > > I am including a new version with this message. With this version of the > patch, th

Re: [update] chafa 1.12.0

2022-06-21 Thread Stuart Henderson
That new list of LIB_DEPENDS looks a bit long, only list things which are used by the actual software itself there, not dependencies of dependencies, so there are probably some to trim .. -- Sent from a phone, apologies for poor formatting. On 21 June 2022 11:13:20 Omar Polo wrote: Hello,

Re: [maintainer update] www/gotosocial 0.3.4 -> 0.3.6

2022-06-21 Thread Stuart Henderson
The problem with current.html is that if there's too much for people to wade through, I think they're likely to ignore it completely, so we only normally list things which are either very likely to be run into (very common ports where there's a step which is unusual), or where the user needs to

Re: ports: pkg/SCREENSHOTS proposal

2022-06-21 Thread Stuart Henderson
r this to be some kind of resource shared between package systems rather than OpenBSD-specific. repology mostly doesn't seem to carry package-specific data itself, so that's probably not a good place for it though. On 2022/06/21 19:40, Thomas Dettbarn wrote: > > Stuart Henderson

Re: ports: pkg/SCREENSHOTS proposal

2022-06-23 Thread Stuart Henderson
On 2022/06/22 08:05, Landry Breuil wrote: > Le Tue, Jun 21, 2022 at 07:59:45PM +0100, Stuart Henderson a écrit : > > On 2022/06/21 17:46, Solène wrote: > > > Such a database could be integrated into AppManager maybe. I wonder if > > > repology or a similar package data

Re: update: ffmpeg-normalize: 1.20.0 -> 1.23.0 (+ new dep)

2022-06-23 Thread Stuart Henderson
On 2022/06/09 11:09, Yifei Zhan wrote: > This is an update for ffmpeg-normalize, it requires a new dep > multimedia/py3-ffmpeg-progress-yield, which is attached. OK for multimedia/py3-ffmpeg-progress-yield import OK for update > On Wed, Jun 22, 2022 at 01:02:08PM +, Yifei Zhan wrote: > >

Re: [new] net/nheko v0.9.3 (and deps): a native desktop client for matrix

2022-06-23 Thread Stuart Henderson
On 2022/06/23 07:58, Aaron Bieber wrote: > Hi! > > First off, HUGE thanks to tb@ for the work on libressl that let mtxclient work > without needing to pull in openssl!! > > Also thanks to casper for some tweaks to the deps! > > Nheko is probably the most feature complete native app for matrix ch

Re: tdesktop: provide qt6 flavour for testing

2022-06-24 Thread Stuart Henderson
On 2022/06/24 15:47, Klemens Nanni wrote: > So that should help updating to 4.0.0, but it still doesn't fix > regressions with Qt6. I wonder if it also breaks on FreeBSD with cwm

Re: [Update] devel/arduino-esp8266

2022-06-26 Thread Stuart Henderson
On 2022/06/26 09:26, Tracey Emery wrote: > On Tue, May 24, 2022 at 12:45:13PM -0600, Tracey Emery wrote: > > Hello ports, > > > > This update just removes a dependency, which is no longer needed by the > > makeEspArduino Makefile. > > > > After this goes in, are there any objections to removing t

Re: [MAINTAINER UPDATE] www/honk 0.9.7 -> 0.9.8

2022-06-26 Thread Stuart Henderson
ance, not in the distribution repo. I sent a request upstream > to include "favicon.ico" and "icon.png" in the honk repo so they'll > install by default. > > Thank you both! Sorry for the long delay, I've been testing the new cron job. > > On 6/20/22, Stuar

Re: [new] databases/py-influx-client

2022-06-26 Thread Stuart Henderson
On 2022/06/25 15:53, Lucas Raab wrote: > Hello, > > Here's a new port to connect to InfluxDB instances running 1.8, > 2.0+, and Cloud. This is in contrast to the existing databases/py-influxdb > which is only for InfluxDB 1.7 or less. > > Lightly tested against an InfluxDB Cloud instance running

Re: [update] py-xcbgen to 1.15.2 + MODPY_PYOEXTENSION question

2022-06-26 Thread Stuart Henderson
On 2022/06/26 19:19, Matthieu Herrb wrote: > Hi, > > The patch below updates py-xcbgen to version 1.15.2, in prepration for > an update ot xcb-protos in xenocara. > > But I see those .opt-2.pyc files appearing in PLIST in addition > .opt-1.pyc files handled by MODPY_PYOEXTENSION > > My python mo

Re: [update] mail/exim 4.96

2022-06-27 Thread Stuart Henderson
On 2022/06/27 12:59, Renaud Allard wrote: > > Hello, > > Here is a diff for mail/exim 4.96. > There is a library change as it now needs pcre2 instead of pcre. Seems to be the wrong library? exim-4.96(mail/exim,-main): Missing: pcre2-8.0 from pcre2-10.37 (/usr/local/bin/exim) Extra: pcre2-posix

Re: [update] mail/exim 4.96

2022-06-27 Thread Stuart Henderson
On 2022/06/27 13:25, Renaud Allard wrote: > > > > On 6/27/22 13:14, Stuart Henderson wrote: > > On 2022/06/27 12:59, Renaud Allard wrote: > > > > > > Hello, > > > > > > Here is a diff for mail/exim 4.96. > > > There is a library

Re: UPDATE: Aircrack-ng 1.7

2022-06-27 Thread Stuart Henderson
On 2022/06/25 17:32, Brad Smith wrote: > Here is an update to Aircrack-ng 1.7. > > Still lookg for end users to test. Close anything important first if you're going to test it ;) With iwm associated to an AP # ifconfig iwm0 debug # aireplay-ng -9 iwm0 iwm0: RUN -> INIT iwm0: INIT -> RUN 14:21:5

Re: UPDATE: Aircrack-ng 1.7

2022-06-27 Thread Stuart Henderson
On 2022/06/27 13:37, Stuart Henderson wrote: > On 2022/06/25 17:32, Brad Smith wrote: > > Here is an update to Aircrack-ng 1.7. > > > > Still lookg for end users to test. > > Close anything important first if you're going to test it ;) > > With iwm associat

Re: [new] databases/py-influx-client

2022-06-27 Thread Stuart Henderson
On 2022/06/27 08:39, Lucas Raab wrote: > On Sun, Jun 26, 2022 at 06:15:47PM +0100, Stuart Henderson wrote: > > On 2022/06/25 15:53, Lucas Raab wrote: > > > Hello, > > > > > > Here's a new port to connect to InfluxDB instances running 1.8, > > > 2.

Re: scons and ccache

2022-06-28 Thread Stuart Henderson
On 2022/06/28 12:47, Omar Polo wrote: > This is an attempt to use ccache with scons. I'd really like to have > something like this to avoid waiting 30/40 minutes for Godot to build. > > part of the issue is that scons executes the compiler in a clear > environment for some reasons and thus we loo

Re: [new] databases/py-influx-client

2022-06-28 Thread Stuart Henderson
On 2022/06/28 07:48, Lucas Raab wrote: > On Mon, Jun 27, 2022 at 02:46:55PM +0100, Stuart Henderson wrote: > > On 2022/06/27 08:39, Lucas Raab wrote: > > > On Sun, Jun 26, 2022 at 06:15:47PM +0100, Stuart Henderson wrote: > > > > On 2022/06/25 15:53, Luc

Re: update: obfs4proxy 0.0.7 -> 0.0.13 [tor/tor browser tester wanted]

2022-06-29 Thread Stuart Henderson
On 2022/06/17 10:25, Yifei Zhan wrote: > Hi ports@, this an update for obfs4proxy, one step toward making > Pluggable Transport functional for tor/tor-browser. Please help me > test this if you are using Tor or Tor Browser. (esp. Tor Browser) and > let me know how it worked/exploded :D > > Many

Re: graphics/openimageio: actually disable dcmtk

2022-06-30 Thread Stuart Henderson
Looks like you got really unlucky to hit that! OK On 2022/06/30 15:21, Jeremie Courreges-Anglas wrote: > > Hi, > > (summoning Rafael's cmake-fu) > > I spotted an openimageio build error in the current riscv64 bulk: > > ninja: error: '/usr/local/lib/libdcmimage.so.0.0', needed by > 'lib/li

NEW: geo/py-google-i18n-address

2022-06-30 Thread Stuart Henderson
ok to import? (needed to update xml2rfc) Comment: validation helpers for Google's i18n address database Description: This package contains a copy of Google's i18n address metadata repository that contains great data but comes with no uptime guarantees. Contents of this package will allow you to

NEW: textproc/py-dict2xml

2022-06-30 Thread Stuart Henderson
ok? Information for inst:py3-dict2xml-1.7.1 Comment: small utility to convert a Python dictionary into an XML Description: Super Simple utility to convert a python dictionary into an xml string. from dict2xml import dict2xml data = { 'a': 1, 'b': [2, 3], 'c': { 'd': [ {'p': 9}

Re: NEW: Nextcloud-24

2022-07-02 Thread Stuart Henderson
On 2022/07/01 12:51, Gonzalo L. Rodriguez wrote: > Hello, > > So, this diff is to add Nextcloud 24 and delete 21 which is already EOL. > > https://nextcloud.com/changelog/#latest24 > > OK? Comments? > > Cheers.- > > -- > >%gonzalo : diff -N 21/pkg/PLIST : --- 21/pkg/PLIST

Re: [php 8.0] obsd 7.0 provides vulnerable php 8.0.17

2022-07-02 Thread Stuart Henderson
On 2022/07/02 14:33, stolen data wrote: > All versions of PHP 8.0 below 8.0.20 are vulnerable to > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31626 which was > patched in PHP 8.0.20 on Jun 9, three weeks ago. OpenBSD 7.0 repo still > offers remotely exploitable PHP 8.0.17. This is as

NEW: sysutils/vorta

2022-07-04 Thread Stuart Henderson
This is a py-qt5 GUI for BorgBackup. ok to import? https://github.com/borgbase/vorta / https://vorta.borgbase.com/ vorta.tgz Description: application/tar-gz

Re: [wip] net/gmtp, an mtp device browser

2022-07-04 Thread Stuart Henderson
On 2022/07/04 16:32, Landry Breuil wrote: > Hi, > > here's a wip port for gmtp which is a gtk3 gui for mtp devices,cf > https://gmtp.sourceforge.io/usage.html > > so far i havent been able to make it list the files on my smartphone, > while mtp-detect sees it and can access files fine. > > eith

Re: rox-filer in snapshots

2022-07-05 Thread Stuart Henderson
On 2022/07/04 13:28, Edward Ahlsen-Girard wrote: > The last couple of snapshots rox-filer has been unable to start: > ROX-Filer:/usr/X11R6/lib/libX11.so.18.0: /usr/X11R6/lib/libX11.so.17.1 \ > : WARNING: symbol(_XkeyTable) size mismatch, relink your program libX11.so was bumped from 17.1 to 18.0 i

Re: UPDATE: archivers/zziplib

2022-07-05 Thread Stuart Henderson
On 2022/07/05 09:23, Rafael Sadowski wrote: > Update zziplib to 0.13.72 and switch to GitHub. All consumers are happy > with this update. OK? > > Index: Makefile > === > RCS file: /cvs/ports/archivers/zziplib/Makefile,v > retrieving r

Re: Remove devel/ruby-minitest?

2022-07-06 Thread Stuart Henderson
On 2022/07/06 15:50, Kurt Mosiejczuk wrote: > minitest is included in the ruby language package for all current versions > of ruby in the tree (2.7, 3.0, 3.1). > > Shall we remove devel/ruby-minitest? That makes sense to me. > (quirks diff invlulded to show how I'd handle the removal there) Alt

Re: rox-filer in snapshots

2022-07-07 Thread Stuart Henderson
On 2022/07/07 09:15, Edward Ahlsen-Girard wrote: > On 07/05/2022 9:31 AM Stuart Henderson wrote: > > On 2022/07/04 13:28, Edward Ahlsen-Girard wrote: > > The last couple of snapshots rox-filer has been unable to start: > ROX-Filer:/usr/X11R6/lib/libX11.so.18.0: &g

Re: devel/p5-Test-CheckManifest: Update to 1.42

2022-07-07 Thread Stuart Henderson
ok with me. Nigel, do you want to stay listed as maintainer? On 2022/07/07 12:47, wen heping wrote: > Hi, all: > > Here is a patch to update devel/p5-Test-CheckManifest to 1.42, > it build well and pass all tests on amd64-current system. > Three ports depend on it, all build well and pass

Re: vulnerable graphics/blender should be updated

2022-07-07 Thread Stuart Henderson
On 2022/07/07 15:53, ci...@danwin1210.de wrote: > https://nvd.nist.gov/vuln/detail/CVE-2022-0545 > https://nvd.nist.gov/vuln/detail/CVE-2022-0544 > > https://wiki.blender.org/wiki/Reference/Release_Notes > Your diff seems to be missing?

Re: [NEW] sysutils/py-duo_client-4.4.0

2022-07-08 Thread Stuart Henderson
OK On 2022/07/07 21:19, George Rosamond wrote: > This is the Duo API Python library. MODPY_PI works fine with this port (as > opposed to with py-duo_universal). > > from pkg/DESCR: > > Python library for interacting with the Duo Auth, Admin, and Accounts > APIs. > > Tests pass fine with: > > 1

Re: new security/libdigidocpp 3.14.8

2022-07-08 Thread Stuart Henderson
On 2022/07/08 08:28, Klemens Nanni wrote: > On Fri, Jul 08, 2022 at 12:33:18AM +0200, Theo Buehler wrote: > > You need libcrypto.so.49.1 for this to build since I added the missing > > X509_VERIFY_PARAM_get_time() in today's bump. There's a bit of patching, > > but I think it's not too bad. If this

Re: unbreak www/xapian-omega

2022-07-09 Thread Stuart Henderson
On 2022/07/08 18:54, Lucas Raab wrote: > Hello, > > I missed the pcre->pcre2 switch in omega which breaks building it. Here > is the patch to fix that up. Look good? yep, thanks - sorry I missed that. > Thanks, > Lucas > diff /usr/ports > commit - e11930a769c5775a0257a3dea54c26f87cc16717 > pat

Re: NEW: Nextcloud-24

2022-07-09 Thread Stuart Henderson
On 2022/07/08 22:01, Gonzalo L. Rodriguez wrote: > > you miss some annotations, at least some @sample, pkg-readme bits, > > @conflict, @option is-branch, maybe others. I suggest "diff 23/pkg/PLIST > > 24/pkg/PLIST" to find them. > > > > Sorry the delay, this is better? Still missing setting mode

Re: [WIP] lang/erlang 25.0.2 - help needed

2022-07-10 Thread Stuart Henderson
On 2022/07/10 14:30, Volker Schlecht wrote: > Hi, > > I've got a working (compiles, runs, tests pass on amd64) port for erlang > 25.0.2 attached, however there's something wrong with it that causes it to > conflict with lang/erlang/21 and I just can't figure out what causes that. > > What have I

Re: idea: allow side-local port-specific config

2022-07-11 Thread Stuart Henderson
On 2022/07/11 11:33, Klemens Nanni wrote: > Here's something I currently do to ports-framework changes I need on the > machine I work on from actual port changes that ought to be committed. > > The way it works is that I just fill > /usr/ports/category/port/site-local-config.mk with someting like

Re: aarch64 bulk build report

2022-07-11 Thread Stuart Henderson
On 2022/07/11 10:41, Klemens Nanni wrote: > On Mon, Jul 11, 2022 at 04:31:13AM -0600, Peter Hessler wrote: > > bulk build on arm64.ports.openbsd.org > > started on Sat Jul 9 05:33:35 MDT 2022 > > finished at Mon Jul 11 04:31:02 MDT 2022 > > lasted 1D22h57m > > done with kern.version=OpenBSD 7.1-cu

Re: [NEW] lang/erlang 25.0.2

2022-07-11 Thread Stuart Henderson
On 2022/07/10 19:27, Volker Schlecht wrote: > I still get a conflict after > > adding @option no-default-conflict to PLIST-wx > removing @conflict and @pkpath from PLIST-main > > However adding EPOCH = 0 to 25/Makefile seems to have helped... Ah right I see why. I've just removed the old @confli

Re: [NEW] lang/erlang 25.0.2

2022-07-11 Thread Stuart Henderson
a conflict after > > > > adding @option no-default-conflict to PLIST-wx > > removing @conflict and @pkpath from PLIST-main > > > > However adding EPOCH = 0 to 25/Makefile seems to have helped... > > > > On 7/10/22 15:11, Stuart Henderson wrote: > &g

Re: [NEW] lang/erlang 25.0.2

2022-07-11 Thread Stuart Henderson
> ...so here's an updated diff for 25 with that zapped ...plus I just added --disable-silent-rules to stop hiding build commands.

Re: aarch64 bulk build report

2022-07-12 Thread Stuart Henderson
Ok. That problem is very unlikely to be arm64-specific. -- Sent from a phone, apologies for poor formatting. On 11 July 2022 13:34:46 Klemens Nanni wrote: On Mon, Jul 11, 2022 at 01:15:09PM +0100, Stuart Henderson wrote: On 2022/07/11 10:41, Klemens Nanni wrote: > On Mon, Jul 11, 2022

Re: Does p5-Net-ICal work for you?

2022-07-12 Thread Stuart Henderson
Never tried it, but seems it hasn't been updated upstream since 2001 so there's a good chance it needs changes to stay working On 2022/07/12 19:51, Mikolaj Kucharski wrote: > Hi, > > I see this on my end: > > OpenBSD 7.1-current (GENERIC.MP) #610: Sat Jul 9 09:19:43 MDT 2022 > dera...@amd6

Re: bsd.port.mk: allow for simpler patch fetching in GH_* ports

2022-07-12 Thread Stuart Henderson
On 2022/07/12 08:41, Aaron Bieber wrote: > On Mon, 11 Jul 2022 at 11:17:55 +, Klemens Nanni wrote: > > GH_* ports obviously set MASTER_SITES to MASTER_SITES_GITHUB which > > defaults github.com/${account}/${project}/archive/${commit-or-tag}. > > > > If additional patches need to be fetched, e.

Re: update: net/onioncat 0.3.8 -> 0.3.9

2022-07-13 Thread Stuart Henderson
Committed about a week ago On 2022/07/12 04:33, Yifei Zhan wrote: > ping > > On 22/07/02 02:07AM, Yifei Zhan wrote: > > 2 year worth of updates for onioncat, glad to see it's still being > > actively developed :) > > > > changelog hasn't been changed in 10 years, so here is the commit > > list

Re: bsd.port.mk: cosmetic readability fix

2022-07-13 Thread Stuart Henderson
On 2022/07/13 12:37, Klemens Nanni wrote: > On Wed, Jul 13, 2022 at 12:27:18PM +, Klemens Nanni wrote: > > No functional change, but this hurts less while reading and would reduce > > the initial diff about MASTER_SITES_GITHUB handling. > > > > I might as well become > > GH_DISTNAME = > >

Re: (maintainer update) lang/abcl-1.9.0

2022-07-16 Thread Stuart Henderson
Quick comments: - if the Java version needs to be kept in sync with jna, it would be worth adding a comment to jna mentioning that - pkg/README is supposed to use a standard format with the header text. Or there's probably not much downside to adding a tub dependency on jna and getting rid o

Re: [new] databases/pgbackrest

2022-07-18 Thread Stuart Henderson
On 2022/07/18 01:34, Pavel Korovin wrote: > Port for pgBackRest, PostgreSQL backup & restore tool. > OK to import? I'd make a small tweak to drop DIST_SUBDIR, mostly so that I can use "cd /usr/ports/*/portname" to avoid having to remember/find the category, see the DISTFILES/DIST_SUBDIR change in

Re: [NEW] sysutils/py-duo_client-4.4.0

2022-07-18 Thread Stuart Henderson
Still OK :) On 2022/07/15 13:36, George Rosamond wrote: > On 7/8/22 03:56, Stuart Henderson wrote: > > OK > > It wasn't committed, but submitting with a change to: > > CATEGORIES =security sysutils > > to reflect security/py-duo_universal change kmo

Re: textproc/multimarkdown: remove as outdated

2022-07-20 Thread Stuart Henderson
On 2022/07/18 19:59, Klemens Nanni wrote: > On Wed, Jul 13, 2022 at 03:08:10PM +, Klemens Nanni wrote: > > This port uses MASTER_SITES_GITHUB in a werid way which predates > > GH_DISTFILE and would preak if my proposed MASTER_SITES_GITHUB/GH_DISTFILE > > change landed. > > > > Fix GH_*/PKGNAME

Re: [NEW or UPDATE] zpaqfranz-55.5

2022-07-20 Thread Stuart Henderson
On 2022/07/20 14:55, tux0r wrote: > Update to the port of zpaqfranz-55.3 which I posted a few days ago. As > always, tested only on AMD64 with 7.1. > > tux0r. > The COMMENT assumes that one knows what ZPAQ is. It would be better if it described what the software does, and leave "it is a fork of

Re: textproc/multimarkdown: remove as outdated

2022-07-20 Thread Stuart Henderson
On 2022/07/20 16:15, Klemens Nanni wrote: > On Wed, Jul 20, 2022 at 09:45:22AM +0100, Stuart Henderson wrote: > > Seems simpler to update it. > > Looking good port-wise except for this: > > > Index: pkg/PLIST > > ==

Re: [NEW or UPDATE] zpaqfranz-55.5

2022-07-21 Thread Stuart Henderson
On 2022/07/20 17:15, tux0r wrote: > Stuart Henderson schrob am 20.07.2022 um 14:21: > > >The COMMENT assumes that one knows what ZPAQ is. It would be better if > >it described what the software does, and leave "it is a fork of foo" to > >DESCR. > > Mak

Re: textproc/multimarkdown: remove as outdated

2022-07-21 Thread Stuart Henderson
On 2022/07/20 18:58, Klemens Nanni wrote: > On Wed, Jul 20, 2022 at 07:25:08PM +0100, Stuart Henderson wrote: > > On 2022/07/20 16:15, Klemens Nanni wrote: > > > On Wed, Jul 20, 2022 at 09:45:22AM +0100, Stuart Henderson wrote: > > > > Seems simpler to update it.

Re: [NEW/Update] net/nicotine-plus-3.2.2 port

2022-07-26 Thread Stuart Henderson
On 2022/07/25 09:48, Omar Polo wrote: > some nits: > > - we've dropped the RCS Ids (the $OpenBSD$ line) in ports > - i'd set CATEGORIES, HOMEPAGE and MAINTAINER after GH_* as per >Makefile.template > - no need to set MODPY_VERSION, that's already the default agreed on these > Personally,

Re: [patch] update irssi to 1.4.2

2022-07-26 Thread Stuart Henderson
On 2022/07/25 19:12, Nam Nguyen wrote: > > 2 questions > === > I was getting an infinite loop with `make install'. > > Detected loop, merging sets ok > | > debug-irssi-1.4.1+irssi-1.4.1+irssi-icb-0.17p2+irssi-otr-1.4.1->debug-irssi-1. > Detected loop, merging sets ok > | > debug-irssi-1

Re: Qt g++-qmake.conf -Wl,--no-undefined?

2022-07-27 Thread Stuart Henderson
On 2022/07/27 08:09, Rafael Sadowski wrote: > Does it makes sense to set QMAKE_LFLAGS_NOUNDEF also for g++? If my understanding of what this is for is correct, I think it is down to the linker, not the compiler, whether this is needed. It's helpful to at least have some archs warning on undefined

py-flit and friends / PEP517

2022-07-27 Thread Stuart Henderson
I'm trying to figure out how to do PEP517 builds in ports, various newer Python ports use this instead of the old methods. Here are some key pieces. *devel/py-flit Flit packaging tool *devel/py-flit_core only the distribution-building parts of Flit *devel/py-pep517wrappers to

Re: graphics/arcan: enable wayland + avoid picking some libraries

2022-07-30 Thread Stuart Henderson
On 2022/07/29 19:28, Sebastien Marie wrote: > - mupdf: I explicitly disabled it: it failed to build with it (jbig2dec > symbol > missing, maybe wrong version ? unsure) To link against libmupdf, you need to figure out the libraries to add, upstream doesn't provide a shared library or pkg-config

Re: [UPDATE] lang/elixir 1.13.4

2022-07-30 Thread Stuart Henderson
The erlang.port.mk diff is also required for this one. -- Sent from a phone, apologies for poor formatting. On 30 July 2022 13:02:18 Christoph Roland Winter wrote: Hello, tried the patch using OpenBSD 7.2-beta (GENERIC.MP) #656: Thu Jul 28 10:05:38 MDT 2022, amd64 and Erlang 25.0.3 from por

Re: [new] devel/libdispatch (for deadbeef)

2022-07-30 Thread Stuart Henderson
On 2022/07/12 12:13, Rafael Sadowski wrote: > On Sun Jul 10, 2022 at 09:54:00PM +0200, Omar Polo wrote: > > I was taking a look at deadbeef for curiosity and it seems that newer > > versions needs this Grand Central Dispatch thingy. Fortunately, an > > impavid user has already done the though work

Re: [UPDATE] lang/erlang - erlang.port.mk

2022-07-30 Thread Stuart Henderson
On 2022/07/30 10:47, Volker Schlecht wrote: > Index: erlang.port.mk > === > RCS file: /cvs/ports/lang/erlang/erlang.port.mk,v > retrieving revision 1.29 > diff -u -p -r1.29 erlang.port.mk > --- erlang.port.mk11 Mar 2022 19:28:55 -0

Re: [new] fonts/cursed-font

2022-07-31 Thread Stuart Henderson
@fontdir takes care of running mkfontdir, it shouldn't be needed as a separate build step. See pkg_create(1). -- Sent from a phone, apologies for poor formatting. On 31 July 2022 11:26:25 Omar Polo wrote: Hello, "Thim Cederlund" wrote: Hi ports@, % pkg_info cursed-font Information for i

Re: [MAINTAINER UPDATE] www/honk 0.9.7 -> 0.9.8

2022-07-31 Thread Stuart Henderson
wed and if booth are up to date nothing will happen. Just my 2 cents. Regards, Christoph Am 30.07.22 um 19:07 schrieb Horia Racoviceanu: Thanks for testing! As Stuart Henderson mentioned, You do really want to update OCSP if a cert has been renewed. On 7/29/22, Christoph Roland Winter wrote:

Re: [UPDATE] lang/erlang - erlang.port.mk

2022-07-31 Thread Stuart Henderson
On 2022/07/31 13:49, Volker Schlecht wrote: > Hi, > > here's everything in one mail. > Interdependencies are quite simple: > > * patch for elixir depends on erlang.port.mk > * patch for rabbitmq depends on patch for elixir and erlang.port.mk Thanks. > Given that rabbitmq is currently marked BRO

Re: update: wayland/wayland and wayland/wayland-protocols

2022-07-31 Thread Stuart Henderson
On 2022/07/31 13:35, Chris Narkiewicz wrote: > I'm curious what is the general state of wayland on OpenBSD? There are some small pieces in ports to satisfy dependencies of certain ports, that's all.

Re: Makefile for a custom port

2022-07-31 Thread Stuart Henderson
[moved the CC from misc@ to ports@] > > > Thank you for your answer.What am I supposed to do if the software has no > > > Makefile > > > If I want it to be installed manually, I need to type something like > > > rake30 build:agent > > > Am I supposed to deconstruct the initial installer that is

Re: PORT textproc/pandoc broken due to out of memory fix /etc/login.conf

2022-08-01 Thread Stuart Henderson
On 2022/08/01 13:10, Phil Maker wrote: > G'day, > > Port textproc/pandoc indicates it is broken with a ghc out of memory error > setting at top of the Makefile, and I think that the mainainer isn't a > person but here. > So the Makefile > > > *# Even with the highest memory limit pandoc fails

Re: gsl and microsoft-gsl conflict

2022-08-01 Thread Stuart Henderson
On 2022/08/01 08:06, Klemens Nanni wrote: > Both ship identically named files under include/gsl/ as I just found out > by having gsl installed and needing microsoft-gsl. > > I don't see an easy way to fix this, so register the conflicts. > > Feedback? OK? @conflict between ports which are depend

Re: gsl and microsoft-gsl conflict

2022-08-01 Thread Stuart Henderson
On 2022/08/01 09:06, Klemens Nanni wrote: > On Mon, Aug 01, 2022 at 10:36:44AM +0200, Antoine Jacoutot wrote: > > On Mon, Aug 01, 2022 at 08:06:14AM +, Klemens Nanni wrote: > > > Both ship identically named files under include/gsl/ as I just found out > > > by having gsl installed and needing m

Re: net/rsync: CVE-2022-29154 fix

2022-08-02 Thread Stuart Henderson
On 2022/08/02 10:10, T.J. Townsend wrote: > https://www.openwall.com/lists/oss-security/2022/08/02/1 > https://github.com/WayneD/rsync/commit/b7231c7d02.patch https://lists.samba.org/archive/rsync/2022-August/032838.html :- "I'd really appreciate it if people would give this release some

Re: [new] fonts/cursed-font

2022-08-03 Thread Stuart Henderson
ts seem to do ok without. On 2022/08/03 15:33, Thim Cederlund wrote: > ping > > On Sun Jul 31, 2022 at 1:08 PM CEST, Stuart Henderson wrote: > > @fontdir takes care of running mkfontdir, it shouldn't be needed as a > > separate build step. See pkg_create(1). > >

Re: [new] fonts/cursed-font

2022-08-03 Thread Stuart Henderson
this one's OK sthen@ to import On 2022/08/03 16:54, Thim Cederlund wrote: > Hi, > > On Wed Aug 3, 2022 at 3:55 PM CEST, Stuart Henderson wrote: > > I might be mistaken but I don't think there was an updated tar to > > get rid of mkfontdir/alias bits that @fontdir

Re: update audio/deadbeef (was Re: UPDATE: audio/faad)

2022-08-03 Thread Stuart Henderson
On 2022/08/03 11:35, Omar Polo wrote: > woops, forgot to rm files/*, sorry, updated diff. How about keep them around but disabled, so it's easier if someone wants to fix it? This adds in the bits needed to allow it to build. Other tweaks: No need for BUILD_DEPENDS on autoconf etc, it's added by au

Re: update audio/deadbeef (was Re: UPDATE: audio/faad)

2022-08-03 Thread Stuart Henderson
On 2022/08/03 16:41, Stuart Henderson wrote: > On 2022/08/03 11:35, Omar Polo wrote: > > woops, forgot to rm files/*, sorry, updated diff. > > How about keep them around but disabled, so it's easier if someone wants > to fix it? This adds in the bits needed to allow it

benchmarks/btest-opensource (not planning to commit atm, just leaving it here)

2022-08-04 Thread Stuart Henderson
I'm not planning to commit this unless I can figure out how to make it work better, but thought I'd leave it here in case anyone else has a use for the parts which work (which is still good enough for my purposes)... --- btest is Mikrotik's bandwidth test protocol; they only provide the RouterOS i

WIP, RFC: handling python ports with pyproject.toml and various backends (pep517)

2022-08-04 Thread Stuart Henderson
Some Python ports now use pyproject.toml with various build backends. It seems that the best way for us to work with these is going to be to use "pip wheel" to generate a wheel, and py-installer to place files from that wheel into the fake-install directory. There are a few flit_core-based ports w

Re: audio/quodlibet & devel/libsoup

2022-08-05 Thread Stuart Henderson
Quodlibet uses libsoup via GI. I have had issues with this in the past, I will see if I can figure something out, but just updating the RUN_DEPENDS isn't the answer -- Sent from a phone, apologies for poor formatting. On 5 August 2022 12:15:16 Antoine Jacoutot wrote: On Fri, Aug 05, 2022 a

Re: [tmuxinator] Failed to parse config

2022-08-05 Thread Stuart Henderson
On 2022/08/05 15:50, ten wrote: > Hello > > updated tmuxinator to 1.1.3p3 and it stopped wotking. > > Even with creating new project and starting it it throws an error: "Failed > to parse config file: wrong number of arguments (given 4, expected 1)" > > Looks like this is an old error: > > http

Re: coturn: specify pidfile and create directory in rc_pre

2022-08-05 Thread Stuart Henderson
On 2022/08/05 18:28, Omar Polo wrote: > Andre Stoebe wrote: > > Hello, > > > > turnserver tries to create a pidfile at /var/run/turnserver.pid, but > > this fails due to permissions. It falls back to /var/tmp/turnserver.pid, > > so this ends up in /tmp. > > which version? are you using some cus

Re: net/rsync: CVE-2022-29154 fix

2022-08-06 Thread Stuart Henderson
If we are going to do something in advance of their release I'd prefer pre1 than a patch as at least it will be more obvious to the user from the version number. Changing MASTER_SITES like that will prevent portroach from picking up new normal releases (which seems particularly important given

Re: audio/quodlibet & devel/libsoup

2022-08-06 Thread Stuart Henderson
On 2022/08/06 11:57, Antoine Jacoutot wrote: > On Fri, Aug 05, 2022 at 12:47:24PM +0100, Stuart Henderson wrote: > > Quodlibet uses libsoup via GI. I have had issues with this in the past, I > > will see if I can > > figure something out, but just updating the RUN_DEPENDS isn

Re: coturn: specify pidfile and create directory in rc_pre

2022-08-06 Thread Stuart Henderson
On 2022/08/06 11:56, Omar Polo wrote: > Andre Stoebe wrote: > > You really don't see the same behaviour, Omar? I don't have anything > > set, neither in /etc/rc.conf.local nor in /etc/rc.d/turnserver. > > Yes, I can see it too now. I have a long uptime on that server and > /tmp/ was very likely

Re: [new] fonts/cursed-font

2022-08-06 Thread Stuart Henderson
On 2022/08/03 16:54, Thim Cederlund wrote: > Hi, > > On Wed Aug 3, 2022 at 3:55 PM CEST, Stuart Henderson wrote: > > I might be mistaken but I don't think there was an updated tar to > > get rid of mkfontdir/alias bits that @fontdir takes care of? > > > &g

Re: coturn: specify pidfile and create directory in rc_pre

2022-08-06 Thread Stuart Henderson
On 2022/08/06 18:00, Omar Polo wrote: > Andre Stoebe wrote: > > > > Stuart Henderson wrote: > > > On 2022/08/06 11:56, Omar Polo wrote: > > >> Andre Stoebe wrote: > > >>> You really don't see the same behaviour, Omar? I don't have an

Re: [NEW] devel/binutils

2022-08-06 Thread Stuart Henderson
On 2022/08/06 16:54, Frederic Cambus wrote: > On Sun, Jul 31, 2022 at 06:30:02PM +0200, Frederic Cambus wrote: > > > Here is a new port: devel/binutils > > > > The goal of this port is to have up to date versions of the GNU binary > > utilities, and as such it excludes as (for which we have the d

  1   2   3   4   5   6   7   8   9   10   >