Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 May 2021 19:07:30 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bb6dc01fb4e4 - main - misc/free42: Broken on 11
Message-ID:  <202105041907.144J7U6i056412@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bb6dc01fb4e45bc076916de357a0a7408479f821

commit bb6dc01fb4e45bc076916de357a0a7408479f821
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-05-04 17:32:29 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-05-04 19:07:25 +0000

    misc/free42: Broken on 11
    
    Reported by:    fallout
---
 misc/free42/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/misc/free42/Makefile b/misc/free42/Makefile
index c141f68302b7..b3b0c25137a5 100644
--- a/misc/free42/Makefile
+++ b/misc/free42/Makefile
@@ -10,6 +10,8 @@ COMMENT=	Simulation of the HP-42S scientific calculator and HP-82240 printer
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_FreeBSD_11=	error: unknown type name 'cha'; did you mean 'char'?
+
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105041907.144J7U6i056412>