Re: lang/hare build failure (Re: NEW: lang/hare)

2023-12-12 Thread Tobias Heider
On Tue, Dec 12, 2023 at 03:36:52AM +, Brian Callahan wrote: > On 12/11/2023 7:42 PM, Brian Callahan wrote: > > On 12/11/2023 6:34 PM, Stuart Henderson wrote: > >> On 2023/12/11 16:40, Lorenz (xha) wrote: > >>> FYI hare only needs gas and not the complete binutils package. and gas > >>> is just

Re: lang/hare build failure (Re: NEW: lang/hare)

2023-12-11 Thread Brian Callahan
On 12/11/2023 7:42 PM, Brian Callahan wrote: > On 12/11/2023 6:34 PM, Stuart Henderson wrote: >> On 2023/12/11 16:40, Lorenz (xha) wrote: >>> FYI hare only needs gas and not the complete binutils package. and gas >>> is just needed because the "as" in the base system is too old. >>> >> >> Will the

Re: lang/hare build failure (Re: NEW: lang/hare)

2023-12-11 Thread Brian Callahan
On 12/11/2023 6:34 PM, Stuart Henderson wrote: > On 2023/12/11 16:40, Lorenz (xha) wrote: >> FYI hare only needs gas and not the complete binutils package. and gas >> is just needed because the "as" in the base system is too old. >> > > Will the version from devel/gas (2.31.1) also work? If so, yo

Re: lang/hare build failure (Re: NEW: lang/hare)

2023-12-11 Thread Stuart Henderson
On 2023/12/11 16:40, Lorenz (xha) wrote: > FYI hare only needs gas and not the complete binutils package. and gas > is just needed because the "as" in the base system is too old. > Will the version from devel/gas (2.31.1) also work? If so, you could do this to prefer binutils-* but use gas-* if a

Re: lang/hare build failure (Re: NEW: lang/hare)

2023-12-11 Thread Peter Hessler
On 2023 Dec 11 (Mon) at 15:35:09 + (+), Brian Callahan wrote: :On 12/10/2023 8:52 PM, Theo Buehler wrote: :> I thought someone mentioned a conflict in this thread, but I can't find :> it anymore: :> : :That was a different conflict, and (hopefully) I fixed it here: :https://marc.info/?l=op

Re: lang/hare build failure (Re: NEW: lang/hare)

2023-12-11 Thread Theo Buehler
+Cc pascal (gas maintainer) On Mon, Dec 11, 2023 at 03:35:09PM +, Brian Callahan wrote: > On 12/10/2023 8:52 PM, Theo Buehler wrote: > > I thought someone mentioned a conflict in this thread, but I can't find > > it anymore: > > > > That was a different conflict, and (hopefully) I fixed it h

Re: lang/hare build failure (Re: NEW: lang/hare)

2023-12-11 Thread Lorenz (xha)
FYI hare only needs gas and not the complete binutils package. and gas is just needed because the "as" in the base system is too old.

Re: lang/hare build failure (Re: NEW: lang/hare)

2023-12-11 Thread Brian Callahan
On 12/10/2023 8:52 PM, Theo Buehler wrote: > I thought someone mentioned a conflict in this thread, but I can't find > it anymore: > That was a different conflict, and (hopefully) I fixed it here: https://marc.info/?l=openbsd-ports-cvs&m=170207582213615&w=2 This one, it seems that binutils corre

lang/hare build failure (Re: NEW: lang/hare)

2023-12-10 Thread Theo Buehler
I thought someone mentioned a conflict in this thread, but I can't find it anymore: >>> Building on localhost under lang/hare/harec BDEPENDS = [devel/binutils;lang/qbe;devel/dwz] DIST = [lang/hare/harec:harec-0.0.0pl20231202.tar.gz] FULLPKGNAME = harec-0.0.0pl20231202

Re: NEW: lang/hare

2023-12-03 Thread Brian Callahan
On 12/3/2023 7:38 AM, Lorenz (xha) wrote: > On Sun, Dec 03, 2023 at 01:22:31PM +0100, Omar Polo wrote: >> There are a small number of tests that fail, and one that segfaults, but >> as support is brand new, I don't think that's necessarily a showstopper. can you tell me which test

Re: NEW: lang/hare

2023-12-03 Thread Lorenz (xha)
On Sun, Dec 03, 2023 at 01:22:31PM +0100, Omar Polo wrote: > > > > > There are a small number of tests that fail, and one that segfaults, > > > > > but > > > > > as support is brand new, I don't think that's necessarily a > > > > > showstopper. > > > > > > can you tell me which test segfaults so

Re: NEW: lang/hare

2023-12-03 Thread Tobias Heider
On December 3, 2023 1:22:31 PM GMT+01:00, Omar Polo wrote: >On 2023/12/03 12:05:20 +0100, Tobias Heider wrote: >> On Sun, Dec 03, 2023 at 08:07:19AM +0100, Lorenz (xha) wrote: >> > thanks for the port ;-) >> > >> > On Sat, Dec 02, 2023 at 10:54:47PM +0100, Tobias Heider wrote: >> > > On Sat,

Re: NEW: lang/hare

2023-12-03 Thread Omar Polo
On 2023/12/03 12:05:20 +0100, Tobias Heider wrote: > On Sun, Dec 03, 2023 at 08:07:19AM +0100, Lorenz (xha) wrote: > > thanks for the port ;-) > > > > On Sat, Dec 02, 2023 at 10:54:47PM +0100, Tobias Heider wrote: > > > On Sat, Dec 02, 2023 at 08:46:11PM +, Brian Callahan wrote: > > > > Hi po

Re: NEW: lang/hare

2023-12-03 Thread Tobias Heider
On Sun, Dec 03, 2023 at 08:07:19AM +0100, Lorenz (xha) wrote: > thanks for the port ;-) > > On Sat, Dec 02, 2023 at 10:54:47PM +0100, Tobias Heider wrote: > > On Sat, Dec 02, 2023 at 08:46:11PM +, Brian Callahan wrote: > > > Hi ports -- > > > > > > Attached is a new port for the Hare programm

Re: NEW: lang/hare

2023-12-02 Thread Lorenz (xha)
thanks for the port ;-) On Sat, Dec 02, 2023 at 10:54:47PM +0100, Tobias Heider wrote: > On Sat, Dec 02, 2023 at 08:46:11PM +, Brian Callahan wrote: > > Hi ports -- > > > > Attached is a new port for the Hare programming language. Support for > > OpenBSD was just announced. > > > > This is g

Re: NEW: lang/hare

2023-12-02 Thread Tobias Heider
On Sat, Dec 02, 2023 at 08:46:11PM +, Brian Callahan wrote: > Hi ports -- > > Attached is a new port for the Hare programming language. Support for > OpenBSD was just announced. > > This is good enough to compile the Hello world example on the main > harelang.org. The port itself is a snapsho