CHANGE sysutils/borgmatic

2022-02-22 Thread Bjorn Ketelaars
I just send a diff to ports@ for the addition of sysutils/borgbackup-1.2.0. As a result sysutils/borgmatic needs some attention. Comments/OK? diff --git Makefile Makefile index 9b14abc5ba6..d4a9ab5cc13 100644 --- Makefile +++ Makefile @@ -4,7 +4,7 @@ COMMENT = wrapper for Borg to c

UPDATE sysutils/borgbackup 1.2.0

2022-02-22 Thread Bjorn Ketelaars
A newer version of borgbackup has been made available: 1.2.0, which is the first release of the 1.2 branch. This update should play nicely together with releases in the 1.1 branch, and strictly taken, nothing special is required for upgrading. Noticeable change is that freeing repository space onl

update audio/flac 1.3.4

2022-02-22 Thread Nam Nguyen
Here is an update to flac 1.3.4, released on 20 Feb 2022. It comes with security fixes. changelog: https://xiph.org/flac/changelog.html This update: - removes upstreamed bitreader.c patch - updates cpu.c ppc patch - bumps library majors check_sym reports removed symbols: https://namtsui.com/publ

Re: update lang/sbcl to 2.2.1

2022-02-22 Thread George Koehler
On Wed, 23 Feb 2022 00:08:34 +0100 Omar Polo wrote: > I think I've finally solved it. The problem is that contrib/sb-capstone > hardcodes some values from capstone.h so lisp can call the C functions. > This "transcription" however is not accurate and worked until now by > pure chance on 64 bit a

sparc64 bulk build report

2022-02-22 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org Started : Sat Feb 19 23:59:14 MST 2022 Finished: Tue Feb 22 17:09:35 MST 2022 Duration: 2 Days 17 hours 10 minutes Built using OpenBSD 7.0-current (GENERIC.MP) #1205: Sat Feb 19 14:35:37 MST 2022 Built 9329 packages Number of packages built each day: F

Re: update lang/sbcl to 2.2.1

2022-02-22 Thread Omar Polo
>> George Koehler writes: >> >>> I have a problem: if devel/capstone/main is installed, then sbcl fails >>> to build on powerpc. This happens with sbcl-2.1.11 or sbcl-2.2.1. >>> >>> sbcl doesn't depend on capstone, and doesn't need capstone to build >>> contrib/sb-capstone, but does try to test s

Re: update net/snort to 2.9.19

2022-02-22 Thread Stuart Henderson
sorry about the delay, committed On 2022/02/18 22:49, Markus Lude wrote: > ping > > On Mon, Jan 31, 2022 at 11:15:54PM +0100, Markus Lude wrote: > > Hello, > > > > attached is an update of snort to 2.9.19. > > Tested on amd64. > > > > Regards, > > Markus > > Index: Makefile > =

Re: [new] converters/schema2ldif - convert schemas to ldifs for openldap

2022-02-22 Thread Kurt Mosiejczuk
On Tue, Feb 22, 2022 at 10:46:28PM +, Stuart Henderson wrote: > On 2022/02/21 22:35, aisha wrote: > > ping > > On 1/31/2022 4:48 PM, aisha wrote: > > > actually attached this time > Port looks good. Not tested runtime as I don't have a use for it, but > I'm OK with importing Imported. Thanks

Re: [new] converters/schema2ldif - convert schemas to ldifs for openldap

2022-02-22 Thread Stuart Henderson
On 2022/02/21 22:35, aisha wrote: > ping > > On 1/31/2022 4:48 PM, aisha wrote: > > actually attached this time Port looks good. Not tested runtime as I don't have a use for it, but I'm OK with importing

Re: UPDATE: sysutils/vultr-cli-2.12.1

2022-02-22 Thread Stuart Henderson
committed. On 2022/02/22 09:46, Adriano Barbosa wrote: > Em seg., 7 de fev. de 2022 às 13:51, Adriano Barbosa > escreveu: > > > > Hi. > > Update for sysutils/vultr-cli-2.12.1 > > Changelog: https://github.com/vultr/vultr-cli/blob/master/CHANGELOG.md > > Dependencies > > Bump github.com/vultr/govu

Re: [UPDATE] devel/teensyloader to v2.2

2022-02-22 Thread Stuart Henderson
committed with a little light clean-up On 2022/02/22 21:06, Volker Schlecht wrote: > Updates devel/teensyloader to v2.2 from 2021/11/09. > > * Adds support for Teensy 4.x. > * Changed port to use the release tag instead of a commit > * PLIST changes due to updated/renamed/removed example files >

Fix cmake /usr/(local|X11R6) post-patch

2022-02-22 Thread Rafael Sadowski
That seems much more correct to me. diff --git a/devel/cmake/Makefile b/devel/cmake/Makefile index 82cd17c23da..41f61e4e24e 100644 --- a/devel/cmake/Makefile +++ b/devel/cmake/Makefile @@ -8,7 +8,7 @@ VER = 3.20.3 EPOCH =0 DISTNAME = cmake-${VER} CATEGORIES = dev

Re: update lang/sbcl to 2.2.1

2022-02-22 Thread Omar Polo
Omar Polo writes: > George Koehler writes: > >>> [..] >> >> I have a problem: if devel/capstone/main is installed, then sbcl fails >> to build on powerpc. This happens with sbcl-2.1.11 or sbcl-2.2.1. >> >> sbcl doesn't depend on capstone, and doesn't need capstone to build >> contrib/sb-capston

coping with stuff like gseq

2022-02-22 Thread Marc Espie
seq(1) just made source, but just in case you run into pesky tests that want to run gnu tools, I know we added the (g) prefix to make them (in some cases) harder to misuse instead of the base tool, let me remind you that there is a directory called ${WRKDIR}/bin that gets put at the TOP of the PATH

[Update] games/freebee 2.0

2022-02-22 Thread Tracey Emery
Hello ports, This is just a simple update bringing freebee to 2.0. ok? -- Tracey Emery Index: Makefile === RCS file: /cvs/ports/games/freebee/Makefile,v retrieving revision 1.3 diff -u -p -u -r1.3 Makefile --- Makefile4 Oct 20

Re: UPDATE: sysutils/vultr-cli-2.12.1

2022-02-22 Thread Adriano Barbosa
Em seg., 7 de fev. de 2022 às 13:51, Adriano Barbosa escreveu: > > Hi. > Update for sysutils/vultr-cli-2.12.1 > Changelog: https://github.com/vultr/vultr-cli/blob/master/CHANGELOG.md > Dependencies > Bump github.com/vultr/govultr/v2 from 2.14.0 to 2.14.1 PR 232 > Enhancements > Firewall Rule : Add

Re: sparc64 bulk build report (pmacct: AC_CHECK_LIB vs. COMPILER_LIBCXX version specs)

2022-02-22 Thread Klemens Nanni
On Tue, Feb 22, 2022 at 03:01:45AM -0500, Brad Smith wrote: > My eyes are bleeding looking at this. It's using the wrong variable to try to > discover something and then adding more hacks on top. Hehe :) > Update libcdada to 0.3.5 and disable the examples. > For pmacct link with the C++ compiler

Re: update lang/sbcl to 2.2.1

2022-02-22 Thread Omar Polo
George Koehler writes: > On Sat, 19 Feb 2022 12:29:18 +0100 > Omar Polo wrote: > >> Hello, >> >> please find attached a trivial diff to update lang/sbcl to the latest >> version, 2.2.1 release the last January 30. >> >> The changelog is here: http://www.sbcl.org/news.html#2.2.1 >> >> `make te

Re: sparc64 bulk build report (pmacct: AC_CHECK_LIB vs. COMPILER_LIBCXX version specs)

2022-02-22 Thread Stuart Henderson
Ok sthen@ -- Sent from a phone, apologies for poor formatting. On 22 February 2022 08:02:08 Brad Smith wrote: On Tue, Feb 22, 2022 at 12:11:19AM +, Klemens Nanni wrote: On Tue, Feb 22, 2022 at 12:02:08AM +, Klemens Nanni wrote: > On Mon, Feb 21, 2022 at 11:27:37PM +, Stuart Hend