Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Mar 2024 16:59:28 GMT
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7fa351fe38e6 - main - math/linbox: move man page and remove BROKEN on 14
Message-ID:  <202403011659.421GxSuD011693@gitrepo.freebsd.org>

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

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

commit 7fa351fe38e666bcbf14ac3c9bdfba45f299a50f
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2024-03-01 14:00:38 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2024-03-01 16:59:17 +0000

    math/linbox: move man page and remove BROKEN on 14
---
 math/linbox/Makefile  | 7 ++-----
 math/linbox/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/math/linbox/Makefile b/math/linbox/Makefile
index 00da9a75f1f7..f2d74933490f 100644
--- a/math/linbox/Makefile
+++ b/math/linbox/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	linbox
 PORTVERSION=	1.7.0
 DISTVERSIONPREFIX=	v
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	math
 
 MAINTAINER=	thierry@FreeBSD.org
@@ -11,10 +11,6 @@ WWW=		https://linalg.org/
 LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	dual
 
-# See https://github.com/linbox-team/givaro/issues/225
-# and https://github.com/linbox-team/linbox/issues/306
-BROKEN_FreeBSD_14=	fails to compile with clang 16
-
 BUILD_DEPENDS=	fflas-ffpack-config:math/fflas-ffpack
 LIB_DEPENDS=	libgmp.so:math/gmp		\
 		libgivaro.so:math/givaro
@@ -30,6 +26,7 @@ SHEBANG_FILES=	benchmarks/perfpublisher.sh linbox-auto-install.sh	\
 		linbox-config.in tests/jenkins-maker.sh	\
 		tests/perfpublisher.sh tests/test_leak.sh
 USE_CXXSTD=	c++14
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 OPTIONS_DEFINE=		DOXYGEN
 OPTIONS_RADIO=		SIZE
diff --git a/math/linbox/pkg-plist b/math/linbox/pkg-plist
index a08ba57bf119..474ac7d1b33e 100644
--- a/math/linbox/pkg-plist
+++ b/math/linbox/pkg-plist
@@ -435,7 +435,6 @@ lib/liblinbox.so
 lib/liblinbox.so.0
 lib/liblinbox.so.0.0.0
 libdata/pkgconfig/linbox.pc
-man/man1/linbox-config.1.gz
 %%DOXYGEN%%%%DOCSDIR%%/linbox-dev-html/index.html
 %%DOXYGEN%%%%DOCSDIR%%/linbox-html/AUTHORS
 %%DOXYGEN%%%%DOCSDIR%%/linbox-html/COPYING
@@ -4233,3 +4232,4 @@ man/man1/linbox-config.1.gz
 %%DOXYGEN%%%%DOCSDIR%%/linbox-html/zo_8h__incl.md5
 %%DOXYGEN%%%%DOCSDIR%%/linbox-html/zo_8h__incl.png
 %%DOXYGEN%%%%DOCSDIR%%/linbox.html
+share/man/man1/linbox-config.1.gz



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