mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
math/p5-Math-Pari: Fix build with perl 5.42+
- Bump PORTREVISION PR: 288244 Reported by: Dan Langille <dvl@FreeBSD.org>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
PORTNAME= Math-Pari
|
||||
PORTVERSION= 2.030518
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= CPAN \
|
||||
@@ -21,6 +22,8 @@ LIB_DEPENDS= libgmp.so:math/gmp
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
|
||||
PARI_WRKSRC= ${WRKDIR}/pari-2.3.5
|
||||
|
||||
CFLAGS+= -I${PARI_WRKSRC}/src/headers -I${PARI_WRKSRC}/build
|
||||
@@ -70,10 +73,4 @@ post-install:
|
||||
${INSTALL_LIB} ${PARI_WRKSRC}/build/libpari-gmp.so.2.3.5 ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Pari
|
||||
${LN} -s libpari-gmp.so.2.3.5 ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Pari/libpari-gmp.so.2
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} >= 504200
|
||||
BROKEN= fails to build
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
--- libPARI/Makefile.PL.orig 2026-03-30 18:51:07 UTC
|
||||
+++ libPARI/Makefile.PL
|
||||
@@ -351,10 +351,6 @@ test_:
|
||||
|
||||
test_:
|
||||
|
||||
-test_static:
|
||||
-
|
||||
-test_dynamic:
|
||||
-
|
||||
testdb:
|
||||
|
||||
testdb_static:
|
||||
Reference in New Issue
Block a user