aboutsummaryrefslogtreecommitdiff
path: root/graphics/alembic
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-0/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* Update `graphics/alembic' to version 1.7.8.Alexey Dokuchaev2018-05-272-4/+4
| | | | | | | | Found out via: repology.org Ignored by: portscout :( Notes: svn path=/head/; revision=470970
* Update `graphics/alembic' to version 1.7.7.Alexey Dokuchaev2018-03-262-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=465572
* Update `graphics/alembic' to version 1.7.6.Alexey Dokuchaev2018-03-232-4/+4
| | | | | | | Found out via: repology.org Notes: svn path=/head/; revision=465332
* Update `graphics/alembic' to version 1.7.5.Alexey Dokuchaev2017-12-222-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=456986
* - Update `graphics/alembic' to version 1.7.4 [*]Alexey Dokuchaev2017-10-313-5/+8
| | | | | | | | | | | | | | - Utilize PLIST_FILES instead of pkg-plist to avoid passing ${PORTVERSION} and ${PORTVERSION:R} via PLIST_SUB (not very elegant, but quite clear) Found out via: repology.org [*] Because GitHub releases (tarballs) are not fetched with correct modification time, set TIMESTAMP to 1507854327 which corresponds to commit aefa609 tagged as this release. Notes: svn path=/head/; revision=453226
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Update science/hdf5 to 1.10.1Sunpoet Po-Chuan Hsieh2017-05-301-1/+1
| | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.1/src/hdf5-1.10.1-RELEASE.txt Notes: svn path=/head/; revision=442050
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-0/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* - Update `graphics/alembic' to version 1.7.1 [*]Alexey Dokuchaev2017-03-268-185/+42
| | | | | | | | | | | | | | | | | | | | | - Make HDF5 support (and thus the dependency) optional - USE_GL and Boost dependencies are no longer needed, remove them and their associated patch files - Remove CMAKE_ARGS: it was setting values which are the defaults now - Add missing USE_LDCONFIG and move USE_GITHUB together with other USE_* knobs: while it makes sense to have a dedicated GitHub-related block of knobs, single USE_GITHUB does not really warrant it - Remove HDF5_ROOT gimmick for Alembic < 1.6.0's AlembicHDF5.cmake as it is no longer required (ditto for the patch) Reported by: portscout [*] Because GitHub releases (tarballs) are not fetched with correct modification time, set TIMESTAMP to 1490314701 which corresponds to commit 895a7c6 tagged as this release. Notes: svn path=/head/; revision=436956
* devel/boost-*: update to 1.63.0Jan Beich2017-01-061-1/+1
| | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_63_0.html PR: 215598 Exp-run by: antoine Approved by: office (bapt) MFH: 2017Q1 Notes: svn path=/head/; revision=430692
* Remove BROKEN_FreeBSD_9Sunpoet Po-Chuan Hsieh2017-01-011-2/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=430235
* devel/boost-*: update to 1.62.0Jan Beich2016-11-231-1/+1
| | | | | | | | | | | | | | | - Enable `long double` C99 math usage - Switch 9.x back to building with GCC Changes: http://www.boost.org/users/history/ PR: 199601 Submitted by: Chen Xu, bapt, amdmi3, truckman (based on) Reviewed by: rakuco (kde) (earlier version) Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions) Approved by: bapt (office) Notes: svn path=/head/; revision=426908
* Allow HDF5 to be found with CMake >= 3.6.0.Raphael Kubo da Costa2016-07-232-0/+22
| | | | | | | | | | | | | | | | | | | CMake's FindHDF5.cmake underwent some refactoring upstream and it now respects the HDF5_ROOT variable in more places and separates HDF5_LIBRARIES from HDF5_HL_LIBRARIES. Do some slight adjustments to the Alembic port for it to continue working with the upcoming CMake 3.6.1 (they are no-ops with CMake 3.5.2 which is currently in the ports tree): - Set HDF5_ROOT via CMAKE_ARGS so that Alembic does not set it to a nonsensical value. - Add HDF5_HL_LIBRARIES to ALEMBIC_HDF5_LIBS so that libhdf5_hl.so continues to be passed to the linker. PR: 210988 Notes: svn path=/head/; revision=418962
* Unbreak the build after `science/hdf5' was updated to v1.10.0 in r413700.Alexey Dokuchaev2016-04-271-0/+4
| | | | | | | | Reported by: pkg-fallout Pointy hat to: sunpoet Notes: svn path=/head/; revision=414104
* - Update to 1.10.0Sunpoet Po-Chuan Hsieh2016-04-201-0/+1
| | | | | | | | | | | | - Add LICENSE_FILE - Remove outdated PORTSCOUT - Re-enable SZIP option by default: it was changed unintentionally in r398300 Changes: https://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.0/src/hdf5-1.10.0-RELEASE.txt https://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html Notes: svn path=/head/; revision=413700
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Unbreak the build on PowerPC, in a simple way: replace deprecated __sync_*Alexey Dokuchaev2015-11-152-0/+31
| | | | | | | | | function with corresponding __atomic_* counterpart and link with libatomic against GCC. This should be no-op on Tier-1 architectures (against Clang), since that code branch is guarded by __GNUC__ >= 4 && __GNUC_MINOR__ >= 4. Notes: svn path=/head/; revision=401707
* Add a port of Alembic, an open framework for storing and sharing graphicAlexey Dokuchaev2015-11-067-0/+299
scene data. WWW: http://alembic.io/ Notes: svn path=/head/; revision=400883