Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Sep 2023 08:27:27 -0500
From:      Stephen Montgomery-Smith <montgomerysmithstephen@gmail.com>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   Re: git: 19d94e5c545e - main - math/qhull: use -fPIC with the static library
Message-ID:  <e8136d4e-5abb-346a-3125-30d93725156f@FreeBSD.org>
In-Reply-To: <202309111325.38BDP8rd040871@gitrepo.freebsd.org>
References:  <202309111325.38BDP8rd040871@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 9/11/23 08:25, Stephen Montgomery-Smith wrote:
> The branch main has been updated by stephen:
> 
> URL: https://cgit.FreeBSD.org/ports/commit/?id=19d94e5c545ef37db7ffcbcbdbebfcb66082101b
> 
> commit 19d94e5c545ef37db7ffcbcbdbebfcb66082101b
> Author:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
> AuthorDate: 2023-09-11 13:23:13 +0000
> Commit:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
> CommitDate: 2023-09-11 13:23:13 +0000
> 


I forgot to include

PR:           273706
Reported by:  thierry@FreeBSD.org

Sorry.


>      math/qhull: use -fPIC with the static library
> ---
>   math/qhull/Makefile | 5 +++--
>   1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/math/qhull/Makefile b/math/qhull/Makefile
> index 79590f3036b4..0e2e2c23718d 100644
> --- a/math/qhull/Makefile
> +++ b/math/qhull/Makefile
> @@ -1,6 +1,6 @@
>   PORTNAME=	qhull
>   DISTVERSION=	8.0.2
> -PORTREVISION=	1
> +PORTREVISION=	2
>   PORTEPOCH=	1
>   CATEGORIES=	math
>   MASTER_SITES=	http://www.qhull.org/download/
> @@ -17,8 +17,9 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
>   
>   USES=		cmake tar:tgz
>   USE_LDCONFIG=	yes
> +CFLAGS+=	-fPIC
>   
> -CONFLICTS=	afni qhull5 qhull7
> +CONFLICTS=	afni qhull7
>   
>   WRKSRC=		${WRKDIR}/${PORTNAME}-2020.2
>   




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e8136d4e-5abb-346a-3125-30d93725156f>