Skip to content

Commit

Permalink
cad/csxcad: update 0.6.2-109 → 0.6.3
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Oct 24, 2023
1 parent d839d49 commit 741a01d
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 23 deletions.
9 changes: 2 additions & 7 deletions cad/csxcad/Makefile
@@ -1,8 +1,6 @@
PORTNAME= csxcad
DISTVERSIONPREFIX= v
DISTVERSION= 0.6.2-109
DISTVERSIONSUFFIX= -gcd9decb
PORTREVISION= 9
DISTVERSION= 0.6.3
CATEGORIES= cad

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -18,13 +16,10 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libgmp.so:math/gmp \
libhdf5.so:science/hdf5 \
libmpfr.so:math/mpfr \
libpng16.so:graphics/png \
libsz.so:science/libaec \
libtiff.so:graphics/tiff \
libtinyxml.so:textproc/tinyxml \
libvtkCommonCore-${VTK_VER}.so:math/vtk${VTK_VER:R}

USES= cmake jpeg pkgconfig
USES= cmake pkgconfig
USE_LDCONFIG= yes

USE_GITHUB= yes
Expand Down
6 changes: 3 additions & 3 deletions cad/csxcad/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1656263160
SHA256 (thliebig-CSXCAD-v0.6.2-109-gcd9decb_GH0.tar.gz) = fef9258615906a37632be1de46847d987be1c8301d48e407e6600205daca1af5
SIZE (thliebig-CSXCAD-v0.6.2-109-gcd9decb_GH0.tar.gz) = 169609
TIMESTAMP = 1698081934
SHA256 (thliebig-CSXCAD-v0.6.3_GH0.tar.gz) = 48ab6ffd19164d473655066468fc4c1e4616c6db7e53d208390f3a8d40b90be7
SIZE (thliebig-CSXCAD-v0.6.3_GH0.tar.gz) = 169861
13 changes: 13 additions & 0 deletions cad/csxcad/files/patch-CMakeLists.txt
@@ -0,0 +1,13 @@
- workaround for https://gitlab.kitware.com/cmake/cmake/-/issues/25358

--- CMakeLists.txt.orig 2023-10-24 00:58:47 UTC
+++ CMakeLists.txt
@@ -100,7 +100,7 @@ message(STATUS "TinyXML_LIBRARY: ${TinyXML_LIBRARY}")

INCLUDE_DIRECTORIES( ${TinyXML_INCLUDE_DIR} )

-find_package(HDF5 1.8 COMPONENTS C HL REQUIRED)
+find_package(HDF5 COMPONENTS C HL REQUIRED)
INCLUDE_DIRECTORIES (${HDF5_INCLUDE_DIRS})
link_directories(${HDF5_LIBRARY_DIRS})
# hdf5 compat
12 changes: 0 additions & 12 deletions cad/csxcad/files/patch-hdf5

This file was deleted.

2 changes: 1 addition & 1 deletion cad/csxcad/pkg-plist
Expand Up @@ -39,7 +39,7 @@ include/CSXCAD/ParameterCoord.h
include/CSXCAD/ParameterObjects.h
lib/libCSXCAD.so
lib/libCSXCAD.so.0
lib/libCSXCAD.so.0.6.2
lib/libCSXCAD.so.0.6.3
share/CSXCAD/matlab/AddBox.m
share/CSXCAD/matlab/AddConductingSheet.m
share/CSXCAD/matlab/AddCurve.m
Expand Down

0 comments on commit 741a01d

Please sign in to comment.