summaryrefslogtreecommitdiff
path: root/cad (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-09-19MFH: r448936Mark Felder3-6/+17
cad/stepcode: Fix portlint issues PR: 221835 Submitted by: Fernando Apesteguia <fernando.apesteguia@gmail.com> (maintainer) Approved by: ports-secteam (with hat)
2017-08-03MFH: r446855Mark Felder1-0/+7
Explicitly build with -std=gnu++11. This fixes the build with GCC 6, which switched its default from -std=gnu++98 to -std=gnu++14. With this switch, it added a `operator delete(void*, size_t)' overload and uses it for all delete calls. This does not play well with dependencies built with other compilers (such as base clang), which use the old operator delete overload and cause linking errors. PR: 219484 Submitted by: fernando.apesteguia@gmail.com (maintainer) Approved by: ports-secteam (with hat)
2017-06-28Update CalculiX to version 2.12.Pedro F. Giffuni9-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
2017-06-27Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh3-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
2017-06-25Make ninja opt-out in cmake.mkTobias C. Berner3-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
2017-06-25cad/gmsh: Update to version 3.0.3Joseph Mingrone3-5/+6
Upstream changes: http://gitlab.onelab.info/gmsh/gmsh/blob/master/CHANGELOG.txt
2017-06-25Begin deorbit burn of ia64. We have not attempted to build packages forMark Linimon1-1/+1
it for many years. While here, alphabetize ARCHs, pet portlint, and modernize usages. Approved by: portmgr (tier-2 blanket)
2017-06-24Update to r20170624104526.Michael Reifenberger4-231/+334
2017-06-23Update to 3.12.1Matthew Seaman4-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)
2017-06-19Update to 20170602115111.Michael Reifenberger3-372/+578
2017-06-19Update to 3.17.1.0Michael Reifenberger5-9/+151
2017-06-18* Updated to 20170527 (d28bae3)Richard Gallamore5-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
2017-06-17Upgrade science/hdf5-18 to 1.8.19.Thierry Thomas1-1/+1
Changelog at <https://support.hdfgroup.org/HDF5/doc1.8/ADGuide/Changes.html#1819>.
2017-06-17Drop support for superlu_mt.Thierry Thomas1-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
2017-06-10Remove no-op WX_UNICODESunpoet Po-Chuan Hsieh2-2/+0
Approved by: portmgr (blanket)
2017-06-09- Update to 0.0.19Dmitry Marakasov5-206/+172
2017-06-06Convert every usage of https://github.com/.../archive/xxx to USE_GITHUB.Mathieu Arnold2-16/+12
While there, fix small style issues. Sponsored by: Absolight
2017-05-30Update WWWSunpoet Po-Chuan Hsieh1-1/+1
2017-05-30Update science/hdf5 to 1.10.1Sunpoet Po-Chuan Hsieh2-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
2017-05-29Register dependency on groffAntoine Brodin1-0/+1
PR: 213725
2017-05-27Mark some ports failing on armv6, for errors classified as "clang".Mark Linimon1-0/+2
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
2017-05-25- Udate to 20170519Jochen Neumeister9-22/+22
PR: 219032 Submitted by: pfg Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10819
2017-05-23Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny21-20/+21
Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845
2017-05-21Mark some ports failing on power64. In cases where the error messageMark Linimon4-1/+9
was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills
2017-05-21Mark some ports failing on power64. In cases where the error messageMark Linimon1-2/+2
was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills
2017-05-16cad/gmsh: Update to version 3.0.2Joseph Mingrone3-4/+5
Upstream changes: http://gitlab.onelab.info/gmsh/gmsh/blob/master/CHANGELOG.txt Approved by: swills (mentor, implicit)
2017-05-15Remove svn keywords from patches.Mathieu Arnold3-3/+0
Sponsored by: Absolight
2017-05-13- Update WWWDmitry Marakasov1-2/+1
Approved by: portmgr blanket
2017-05-11Mark BROKEN: fails to buildAntoine Brodin1-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
2017-05-07- Update to 3.10.1Danilo Egea Gondolfo4-6/+28
2017-05-02Add a port of ZCAD, simple CAD program with AutoCAD DXF 2000 file formatAlexey Dokuchaev14-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/
2017-05-02devel/boost-*: update to 1.64.0Jan Beich7-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
2017-05-01Provide error messages for some ports failing on aarch64, and, in aMark Linimon1-0/+2
few cases, other tier-2 archs. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
2017-04-28cad/brlcad: unexpire, it builds fine with current graphics/urtRene Ladan1-3/+0
2017-04-24- Fix shebangsMartin Wilke1-2/+4
Submitted by: Jochen Neumeister (via irc)
2017-04-21cad/gmsh: Update to version 3.0.1Joseph Mingrone3-83/+121
Upsteam changelog: http://gmsh.info/CHANGELOG.txt Approved by: swills (mentor, implicit)
2017-04-21- Fix LICENSEDmitry Marakasov2-1/+4
- Fix plist
2017-04-20- Fix LICENSEDmitry Marakasov1-5/+5
- Cosmetic fixes
2017-04-18- Fix shebangsMartin Wilke1-2/+3
2017-04-01Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer25-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
2017-03-30- Update to 3.11.0Wen Heping4-5/+23
PR: 217764 Submitted by: fernando.apesteguia@gmail.com(maintainer)
2017-03-29- Update devel/libpthread-stubs to 0.4Ashish SHUKLA2-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
2017-03-23Fix still needed patch.Michael Reifenberger1-22/+21
2017-03-23Update to 3.16.7.0Michael Reifenberger4-42/+103
2017-03-22Update to r20170322171812.Michael Reifenberger5-28/+40
2017-03-21Update to 1.1.2.Hiroki Sato2-4/+8
2017-03-20update to 20170310.Vanilla I. Shu3-80/+92
PR: 217917 Submitted by: maintainer
2017-03-13Fix typo in patch.Michael Reifenberger1-1/+1
2017-03-13Update to 20170312170442 and try to fix PR 217729 too.Michael Reifenberger5-25/+26
PR: 217729
2017-03-11Update to 2.3.6.Marcelo Araujo2-3/+4
Submitted by: John Hixson <jhixson@gmail.com> (via email at AsiaBSDCon)