Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159312337
D42977.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D42977.id.diff
View Options
diff --git a/science/paraview/Makefile b/science/paraview/Makefile
--- a/science/paraview/Makefile
+++ b/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 \
diff --git a/science/paraview/files/patch-VTK_ThirdParty_xdmf2_vtkxdmf2_libsrc_XdmfArray.cxx b/science/paraview/files/patch-VTK_ThirdParty_xdmf2_vtkxdmf2_libsrc_XdmfArray.cxx
new file mode 100644
--- /dev/null
+++ b/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
Details
Attached
Mime Type
text/plain
Expires
Sat, Jun 13, 6:20 PM (5 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33929577
Default Alt Text
D42977.id.diff (1 KB)
Attached To
Mode
D42977: science/paraview: remove useless sbrk use
Attached
Detach File
Event Timeline
Log In to Comment