Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Dec 2022 10:21:37 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5f87db9d4924 - main - math/form: Fix build on i386
Message-ID:  <202212161021.2BGALbLO055135@gitrepo.freebsd.org>

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

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

commit 5f87db9d49241a832d7ac019af26b15b1e391767
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2022-12-16 09:50:25 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2022-12-16 10:21:33 +0000

    math/form: Fix build on i386
---
 math/form/Makefile | 8 ++++----
 math/form/distinfo | 4 +++-
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/math/form/Makefile b/math/form/Makefile
index bc2e5a8c19bb..4312126b0f03 100644
--- a/math/form/Makefile
+++ b/math/form/Makefile
@@ -1,8 +1,12 @@
 PORTNAME=	form
 PORTVERSION=	4.3.0
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	math
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+=	28e15eaf0856a0a012795298d6a4b570e764a8b1.patch:-p1 # https://github.com/vermaseren/form/issues/422
+
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Symbolic Manipulation System
 WWW=		https://www.nikhef.nl/~form/
@@ -10,10 +14,6 @@ WWW=		https://www.nikhef.nl/~form/
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-# https://github.com/vermaseren/form/issues/422
-NOT_FOR_ARCHS=	i386
-NOT_FOR_ARCHS_REASON=	fails to compile: error: no member named 'numinprimelist' in 'struct R_const'
-
 LIB_DEPENDS=	libgmp.so:math/gmp
 
 USES=		autoreconf gmake localbase
diff --git a/math/form/distinfo b/math/form/distinfo
index 8a7f7bdf64cd..5f40cc1899b7 100644
--- a/math/form/distinfo
+++ b/math/form/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1669033375
+TIMESTAMP = 1671183384
 SHA256 (vermaseren-form-v4.3.0_GH0.tar.gz) = b0b09e1fd74b11e76cd527c1ece9383a34560e57513df76a4cc1fbe2e8df93a8
 SIZE (vermaseren-form-v4.3.0_GH0.tar.gz) = 1285467
+SHA256 (28e15eaf0856a0a012795298d6a4b570e764a8b1.patch) = 2dffdb5e5e83328c970f5a35c7f093e9588d9684ecbe2de1c154c22271438fcf
+SIZE (28e15eaf0856a0a012795298d6a4b570e764a8b1.patch) = 1938



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