On 12/6/2023 2:53 AM, Antoine Jacoutot wrote:
> On Sun, Dec 03, 2023 at 12:07:28PM -0700, Brian Callahan wrote:
>> CVSROOT:     /cvs
>> Module name: ports
>> Changes by:  bcal...@cvs.openbsd.org 2023/12/03 12:07:28
>>
>> Log message:
>>     Import lang/hare, a simple, stable, and robust systems programming 
>> language
>>     ok op@ tobhe@
>>     
>>     Hare is a systems programming language designed to be simple, stable,
>>     and robust. Hare uses a static type system, manual memory management,
>>     and a minimal runtime. It is well-suited to writing operating systems,
>>     system tools, compilers, networking software, and other low-level, high
>>     performance tasks.
> 
> Doesn't build, there's a conflict in the dependencies
> (xtensa-elf-binutils-2.27p1 and binutils-2.41)
> 
> 

This should de-conflict things. I don't think we need to have the GNU as
info page for xtensa-elf-binutils installed, as we @comment out all the
others.

OK?

~Brian

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/xtensa-elf/binutils/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile    21 Sep 2023 09:50:08 -0000      1.5
+++ Makefile    7 Dec 2023 14:09:24 -0000
@@ -2,7 +2,7 @@ COMMENT=        binutils for xtensa-elf cross-d
 
 V=             2.27
 DISTNAME=      binutils-$V
-REVISION=      1
+REVISION=      2
 
 HOMEPAGE=      https://www.gnu.org/software/binutils/
 
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/xtensa-elf/binutils/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST   11 Mar 2022 18:53:36 -0000      1.2
+++ pkg/PLIST   7 Dec 2023 14:09:24 -0000
@@ -14,7 +14,7 @@
 @bin bin/xtensa-elf-size
 @bin bin/xtensa-elf-strings
 @bin bin/xtensa-elf-strip
-@info info/as.info
+@comment @info info/as.info
 @comment @info info/bfd.info
 @comment @info info/binutils.info
 @comment @info info/gprof.info

Reply via email to