Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Aug 2023 07:00:08 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: 6d3fcd3806de - main - math/mpsolve: Add comment
Message-ID:  <202308250700.37P7082o045449@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=6d3fcd3806de44d73f723411147eae01de833d37

commit 6d3fcd3806de44d73f723411147eae01de833d37
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-08-25 06:59:51 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-08-25 07:00:06 +0000

    math/mpsolve: Add comment
---
 math/mpsolve/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/mpsolve/Makefile b/math/mpsolve/Makefile
index 4a82a31ced76..1104b2e99ed8 100644
--- a/math/mpsolve/Makefile
+++ b/math/mpsolve/Makefile
@@ -11,7 +11,7 @@ WWW=		https://numpi.dm.unipi.it/software/mpsolve
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_FreeBSD_14=	fails to compile: expected unqualified-id
+BROKEN_FreeBSD_14=	fails to compile: expected unqualified-id, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273338
 
 LIB_DEPENDS=	libgmp.so:math/gmp \
 		libtcmalloc_minimal.so:devel/google-perftools



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