aboutsummaryrefslogtreecommitdiff
path: root/cad
Commit message (Collapse)AuthorAgeFilesLines
* Update CalculiX to version 2.12.Pedro F. Giffuni2017-06-289-57/+408
| | | | | | | | | | | | | | New features listed here: http://www.dhondt.de/new_calc.htm Rename a patch to make portlint/makepatch less noisy. Reset the maintainer at request. PR: 218635 Approved by: maho Notes: svn path=/head/; revision=444535
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-273-2/+3
| | | | | | | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine Notes: svn path=/head/; revision=444463
* Make ninja opt-out in cmake.mkTobias C. Berner2017-06-253-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | Using ninja instead of make (1) can lead to significant speed ups while building. Therefore switch from having the ninja generator opt-in to having it opt-out. Previously cmake-ports that wanted to use ninja could set CMAKE_NINJA=yes now, ports that do not work with ninja can set cmake:<existing args>,noninja Note, that needing this should be an exception and most often points to a broken cmake of the port. The ports using cmake were modified * removed USES=gmake, if ninja is used * removed MAKE_ARGS, if ninja is used * added the cmake-argument noninja if necessary PR: 219629 PR: 213331 Exp-run by: antoine Reviewed by: rakuco Differential Revision: https://reviews.freebsd.org/D10748 Notes: svn path=/head/; revision=444324
* cad/gmsh: Update to version 3.0.3Joseph Mingrone2017-06-253-5/+6
| | | | | | | | Upstream changes: http://gitlab.onelab.info/gmsh/gmsh/blob/master/CHANGELOG.txt Notes: svn path=/head/; revision=444265
* Begin deorbit burn of ia64. We have not attempted to build packages forMark Linimon2017-06-251-1/+1
| | | | | | | | | | | it for many years. While here, alphabetize ARCHs, pet portlint, and modernize usages. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=444251
* Update to r20170624104526.Michael Reifenberger2017-06-244-231/+334
| | | | Notes: svn path=/head/; revision=444243
* Update to 3.12.1Matthew Seaman2017-06-234-19/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update cad/openvsp to 3.12.1 _and_ unbreak cad/openvsp. The recent update to eigen3 broke cad/openvsp (since it is used directly) and graphics/code-eli that is a dependency of cad/openvsp. Until there is a fix for code-eli change the port to use the internal eigen3 and code-eli packages bundled in the distribution. In addition, one of the local patches was accepted upstream and is no longer necessary. From the announcement: Features: - Parasite drag buildup tool - Full control of VSPAERO from OpenVSP GUI - DegenGeom preview visualization - Advanced control surface modeling Bug Fixes: - Advanced links not loading from file with 'Loop' policy geoms - Crash conformal components with some file airfoils - CompGeom when subsurfaces fall on tessellation line - DegenGeom handling of tip caps with blended wings - CustomGeom name matching GUI mismatch PR: 220212 Submitted by: fernando.apesteguia@gmail.com (maintainer) Notes: svn path=/head/; revision=444165
* Update to 20170602115111.Michael Reifenberger2017-06-193-372/+578
| | | | Notes: svn path=/head/; revision=443885
* Update to 3.17.1.0Michael Reifenberger2017-06-195-9/+151
| | | | Notes: svn path=/head/; revision=443884
* * Updated to 20170527 (d28bae3)Richard Gallamore2017-06-185-22/+55
| | | | | | | | | | | PR: 219624 Submitted by: Thibault Jouan <tj+freebsd_ports@a13.fr> (maintainer) Reviewed by: lifanov (mentor) Approved by: lifanov (mentor) Differential Revision: https://reviews.freebsd.org/D11254 Notes: svn path=/head/; revision=443851
* Upgrade science/hdf5-18 to 1.8.19.Thierry Thomas2017-06-171-1/+1
| | | | | | | | Changelog at <https://support.hdfgroup.org/HDF5/doc1.8/ADGuide/Changes.html#1819>. Notes: svn path=/head/; revision=443741
* Drop support for superlu_mt.Thierry Thomas2017-06-171-15/+1
| | | | | | | | | | | | | | tochnog hasn't maintained the superlu_mt interface (or much else) in a long time. Let's just drop the option as it won't work when we bring in the modern superlu_mt 3.1 version. PR: 219932 Submitted by: pfg Notes: svn path=/head/; revision=443734
* Remove no-op WX_UNICODESunpoet Po-Chuan Hsieh2017-06-102-2/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=443053
* - Update to 0.0.19Dmitry Marakasov2017-06-095-206/+172
| | | | Notes: svn path=/head/; revision=443015
* Convert every usage of https://github.com/.../archive/xxx to USE_GITHUB.Mathieu Arnold2017-06-062-16/+12
| | | | | | | | | While there, fix small style issues. Sponsored by: Absolight Notes: svn path=/head/; revision=442783
* Update WWWSunpoet Po-Chuan Hsieh2017-05-301-1/+1
| | | | Notes: svn path=/head/; revision=442082
* Update science/hdf5 to 1.10.1Sunpoet Po-Chuan Hsieh2017-05-302-2/+2
| | | | | | | | | - 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
* Register dependency on groffAntoine Brodin2017-05-291-0/+1
| | | | | | | PR: 213725 Notes: svn path=/head/; revision=441979
* Mark some ports failing on armv6, for errors classified as "clang".Mark Linimon2017-05-271-0/+2
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441847
* - Udate to 20170519Jochen Neumeister2017-05-259-22/+22
| | | | | | | | | | PR: 219032 Submitted by: pfg Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10819 Notes: svn path=/head/; revision=441744
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-2321-20/+21
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-214-1/+9
| | | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills Notes: svn path=/head/; revision=441429
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-211-2/+2
| | | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills Notes: svn path=/head/; revision=441395
* cad/gmsh: Update to version 3.0.2Joseph Mingrone2017-05-163-4/+5
| | | | | | | | | | Upstream changes: http://gitlab.onelab.info/gmsh/gmsh/blob/master/CHANGELOG.txt Approved by: swills (mentor, implicit) Notes: svn path=/head/; revision=441047
* Remove svn keywords from patches.Mathieu Arnold2017-05-153-3/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=440939
* - Update WWWDmitry Marakasov2017-05-131-2/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=440764
* Mark BROKEN: fails to buildAntoine Brodin2017-05-111-0/+2
| | | | | | | | | | | In file included from src/transform3d.cpp:21: ... /usr/local/include/glibmm-2.4/glibmm/ustring.h:256:13: error: expected ';' at end of declaration list Reported by: pkg-fallout Notes: svn path=/head/; revision=440637
* - Update to 3.10.1Danilo Egea Gondolfo2017-05-074-6/+28
| | | | Notes: svn path=/head/; revision=440356
* Add a port of ZCAD, simple CAD program with AutoCAD DXF 2000 file formatAlexey Dokuchaev2017-05-0214-0/+718
| | | | | | | | | | | | | support. It is developed with Free Pascal and Lazarus. The project has not released any distfiles yet, so this release is based on r2259 checked out from http://svn.shamangrad.net/zcad/trunk/, cleaned up (most importantly, converted to Unix line endings), and tar+xz'ed. https://sourceforge.net/projects/zcad/ Notes: svn path=/head/; revision=439964
* devel/boost-*: update to 1.64.0Jan Beich2017-05-027-7/+7
| | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_64_0.html PR: 218835 Approved by: office (bapt) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D10472 Notes: svn path=/head/; revision=439934
* Provide error messages for some ports failing on aarch64, and, in aMark Linimon2017-05-011-0/+2
| | | | | | | | | | | few cases, other tier-2 archs. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=439905
* cad/brlcad: unexpire, it builds fine with current graphics/urtRene Ladan2017-04-281-3/+0
| | | | Notes: svn path=/head/; revision=439613
* - Fix shebangsMartin Wilke2017-04-241-2/+4
| | | | | | | Submitted by: Jochen Neumeister (via irc) Notes: svn path=/head/; revision=439287
* cad/gmsh: Update to version 3.0.1Joseph Mingrone2017-04-213-83/+121
| | | | | | | | | Upsteam changelog: http://gmsh.info/CHANGELOG.txt Approved by: swills (mentor, implicit) Notes: svn path=/head/; revision=439070
* - Fix LICENSEDmitry Marakasov2017-04-212-1/+4
| | | | | | | - Fix plist Notes: svn path=/head/; revision=439040
* - Fix LICENSEDmitry Marakasov2017-04-201-5/+5
| | | | | | | - Cosmetic fixes Notes: svn path=/head/; revision=438975
* - Fix shebangsMartin Wilke2017-04-181-2/+3
| | | | Notes: svn path=/head/; revision=438761
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-0125-14/+25
| | | | | | | | | | | | | | | | | 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 to 3.11.0Wen Heping2017-03-304-5/+23
| | | | | | | | PR: 217764 Submitted by: fernando.apesteguia@gmail.com(maintainer) Notes: svn path=/head/; revision=437283
* - Update devel/libpthread-stubs to 0.4Ashish SHUKLA2017-03-292-7/+8
| | | | | | | | | | | - Chase libpthread-stubs update, and also switch to BUILD_DEPENDS from LIB_DEPENDS, as port is now only .pc file PR: 218015 Submitted by: rezny Notes: svn path=/head/; revision=437182
* Fix still needed patch.Michael Reifenberger2017-03-231-22/+21
| | | | Notes: svn path=/head/; revision=436778
* Update to 3.16.7.0Michael Reifenberger2017-03-234-42/+103
| | | | Notes: svn path=/head/; revision=436776
* Update to r20170322171812.Michael Reifenberger2017-03-225-28/+40
| | | | Notes: svn path=/head/; revision=436726
* Update to 1.1.2.Hiroki Sato2017-03-212-4/+8
| | | | Notes: svn path=/head/; revision=436566
* update to 20170310.Vanilla I. Shu2017-03-203-80/+92
| | | | | | | | PR: 217917 Submitted by: maintainer Notes: svn path=/head/; revision=436531
* Fix typo in patch.Michael Reifenberger2017-03-131-1/+1
| | | | Notes: svn path=/head/; revision=436106
* Update to 20170312170442 and try to fix PR 217729 too.Michael Reifenberger2017-03-135-25/+26
| | | | | | | PR: 217729 Notes: svn path=/head/; revision=436075
* Update to 2.3.6.Marcelo Araujo2017-03-112-3/+4
| | | | | | | Submitted by: John Hixson <jhixson@gmail.com> (via email at AsiaBSDCon) Notes: svn path=/head/; revision=435881
* Update to version 20170308230210.Michael Reifenberger2017-03-094-817/+284
| | | | Notes: svn path=/head/; revision=435779
* Update devel/tbb to 2017.5Ganael LAPLANCHE2017-03-071-1/+1
| | | | | | | | | Also bring the following changes: - Fetch distfiles from Github - Bump dependent ports' PORTREVISIONs Notes: svn path=/head/; revision=435599