Page MenuHomeFreeBSD

D42977.id131193.diff
No OneTemporary

D42977.id131193.diff

Index: science/paraview/Makefile
===================================================================
--- science/paraview/Makefile
+++ science/paraview/Makefile
@@ -1,6 +1,6 @@
PORTNAME= paraview
DISTVERSION= ${PARAVIEW_VER}.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= science graphics
MASTER_SITES= http://www.paraview.org/files/v${PARAVIEW_VER}/
DISTNAME= ParaView-v${PORTVERSION}
@@ -14,8 +14,6 @@
LICENSE_FILE= ${WRKSRC}/License_v1.2.txt
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
-BROKEN_aarch64= fails to link: undefined reference to `sbrk'
-
BUILD_DEPENDS= ${PYNUMPY} \
cli11>0:devel/cli11 \
utf8cpp>0:devel/utf8cpp \
Index: science/paraview/files/patch-VTK_ThirdParty_xdmf2_vtkxdmf2_libsrc_XdmfArray.cxx
===================================================================
--- /dev/null
+++ science/paraview/files/patch-VTK_ThirdParty_xdmf2_vtkxdmf2_libsrc_XdmfArray.cxx
@@ -0,0 +1,12 @@
+--- VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfArray.cxx.orig
++++ VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfArray.cxx
+@@ -310,9 +310,6 @@
+ if( this->DataPointer == NULL ) {
+ XdmfDebug("Allocation Failed");
+ perror(" Alloc :" );
+-#ifndef _WIN32
+- XdmfDebug("End == " << sbrk(0) );
+-#endif
+ }
+ }
+ XdmfDebug("Data Pointer = " << this->DataPointer );

File Metadata

Mime Type
text/plain
Expires
Mon, Oct 7, 6:06 AM (19 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
13769283
Default Alt Text
D42977.id131193.diff (1 KB)

Event Timeline