Re: mariadb-upgrade: can't load library 'libexecinfo.so.2.0'

2021-08-10 Thread mpfr
Forgot to say I'm running 6.9-stable. After installing the libexecinfo port mysqld_upgrade works. On 2021-08-11 06:56, Matthias Pressfreund wrote: > After upgrading mariadb-server, I usually run mariadb-upgrade. > This time, after upgrading to mariadb-server-10.5.12v1, I got > this: > > # maria

Re: [NEW] net/pftbld

2020-10-14 Thread mpfr
Updated tarball attached. On 2020-10-13 15:54, Stuart Henderson wrote: > Relating to the port: > > - the various ${PROGNAME} in Makefile are quite awkward, prefer just 'pftbld' Done. > > - looks like there should be an "@sample ${SYSCONFDIR}/pftbld.conf" after > the pftbld.conf entry in plist

Re: [NEW] net/pftbld

2020-10-13 Thread mpfr
Ping. Latest tarball attached. On 2020-10-06 16:14, m...@fn.de wrote: > Ping. Updated archive attached. > > > On 2020-09-16 13:39, m...@fn.de wrote: >> Any comments/OKs/commits are welcome. >> >> >> Index: infrastructure/db/user.list >> ==

Re: [NEW] net/pftbld

2020-10-06 Thread mpfr
Ping. Updated archive attached. On 2020-09-16 13:39, m...@fn.de wrote: Any comments/OKs/commits are welcome. Index: infrastructure/db/user.list === RCS file: /cvs/ports/infrastructure/db/user.list,v retrieving revision 1.375 diff

Re: [NEW] sysutils/pkg_depts

2020-09-22 Thread mpfr
On 2020-09-22 10:26, Stuart Henderson wrote: This has put me off the idea further tbh. Once committed it can't simply be ignored, if it's not maintained in a timely fashion if things change in OpenBSD (which is not that unusual) then somebody else has to either fix or remove it. This happened

Re: [NEW] sysutils/pkg_depts

2020-09-21 Thread mpfr
If it really does the same thing (I did not check), it's just another way to get that information. I was doing it this way. What's wrong with that? Especially because it's just a package everybody that doesn't like can simply ignore. But if someone needs this one functionality only (as I did) a

[NEW] sysutils/pkg_depts

2020-09-21 Thread mpfr
+ +VERSION = 0.1.0 +DISTNAME = pkg_depts-${VERSION} +CATEGORIES = sysutils +MAINTAINER = Matthias Pressfreund + +HOMEPAGE = https://github.com/mpfr/pkg_depts/ + +PERMIT_PACKAGE = Yes + +MASTER_SITES = https://mpfr.net/downloads

[NEW] sysutils/srcpatch

2020-09-18 Thread mpfr
+ +HOMEPAGE = https://github.com/mpfr/srcpatch/ + +PERMIT_PACKAGE = Yes + +MASTER_SITES = https://mpfr.net/downloads/ \ + ${HOMEPAGE}releases/download/v${VERSION}/ + +NO_TEST = Yes + +.include Index: sysutils/srcpatch/distinfo

[NEW] net/pftbld

2020-09-16 Thread mpfr
) table content management + +VERSION = 0.1.0 +DISTNAME = pftbld-${VERSION} +CATEGORIES = net +MAINTAINER = Matthias Pressfreund + +HOMEPAGE = https://github.com/mpfr/pftbld/ + +PERMIT_PACKAGE = Yes + +MASTER_SITES = https

[PATCH] sysutils/apcupsd-cgi create directories and copy ld.so.hints into httpd chroot

2020-09-10 Thread mpfr
In order to work as expected, apcupsd-cgi usually requires ld.so.hints inside the web server's chroot directory. The patch below fixes the copy-libs.sh script accordingly and also creates missing directories. Somebody else needs to commit this as I do not have a CVS account. Index: sysutils/apc

[NEW] net/pftbld - automate pf(4) table content management

2020-08-31 Thread mpfr
) table content management + +VERSION = 0.1.0 +DISTNAME = pftbld-${VERSION} +CATEGORIES = net +MAINTAINER = Matthias Pressfreund + +HOMEPAGE = https://github.com/mpfr/pftbld/ + +PERMIT_PACKAGE = Yes + +MASTER_SITES = https://mpfr.net