svn commit: r499269 - in head: devel/p5-Algorithm-Cluster math/PDL math/p5-Math-Pari

Mathieu Arnold mat at FreeBSD.org
Thu Apr 18 14:44:49 UTC 2019


Author: mat
Date: Thu Apr 18 14:44:47 2019
New Revision: 499269
URL: https://svnweb.freebsd.org/changeset/ports/499269

Log:
  Add a few BROKEN on 13/i386.
  
  Reported by:	pkg-fallout

Modified:
  head/devel/p5-Algorithm-Cluster/Makefile   (contents, props changed)
  head/math/PDL/Makefile   (contents, props changed)
  head/math/p5-Math-Pari/Makefile   (contents, props changed)

Modified: head/devel/p5-Algorithm-Cluster/Makefile
==============================================================================
--- head/devel/p5-Algorithm-Cluster/Makefile	Thu Apr 18 14:38:35 2019	(r499268)
+++ head/devel/p5-Algorithm-Cluster/Makefile	Thu Apr 18 14:44:47 2019	(r499269)
@@ -14,6 +14,8 @@ COMMENT=	Perl interface to C clustering library
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
+BROKEN_FreeBSD_13_i386=	ld: error: can't create dynamic relocation R_386_32 against local symbol in readonly segment; recompile object files with -fPIC or pass '-Wl,-z,notext' to allow text relocations in the output
+
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/math/PDL/Makefile
==============================================================================
--- head/math/PDL/Makefile	Thu Apr 18 14:38:35 2019	(r499268)
+++ head/math/PDL/Makefile	Thu Apr 18 14:44:47 2019	(r499269)
@@ -13,6 +13,8 @@ COMMENT=	Perl Data Language
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
+BROKEN_FreeBSD_13_i386=	ld: error: can't create dynamic relocation R_386_32 against local symbol in readonly segment; recompile object files with -fPIC or pass '-Wl,-z,notext' to allow text relocations in the output
+
 BUILD_DEPENDS=	p5-Astro-FITS-Header>=0:astro/p5-Astro-FITS-Header \
 		p5-Convert-UU>=0:converters/p5-Convert-UU \
 		p5-File-Map>=0.57:devel/p5-File-Map \

Modified: head/math/p5-Math-Pari/Makefile
==============================================================================
--- head/math/p5-Math-Pari/Makefile	Thu Apr 18 14:38:35 2019	(r499268)
+++ head/math/p5-Math-Pari/Makefile	Thu Apr 18 14:44:47 2019	(r499269)
@@ -18,6 +18,7 @@ LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
 BROKEN_aarch64=		fails to link: mp.c:(function pari_kernel_init): can't create dynamic relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol 'gpmalloc' defined in init.o
+BROKEN_FreeBSD_13_i386=	ld: error: can't create dynamic relocation R_386_32 against local symbol in readonly segment; recompile object files with -fPIC or pass '-Wl,-z,notext' to allow text relocations in the output
 
 LIB_DEPENDS=	libgmp.so:math/gmp
 


More information about the svn-ports-all mailing list