aboutsummaryrefslogtreecommitdiff
path: root/cad/gmsh
Commit message (Collapse)AuthorAgeFilesLines
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Chase x11-toolkits/fltk updatePietro Cerutti2010-03-231-2/+4
| | | | Notes: svn path=/head/; revision=251412
* Do not depend on TAUCS by default, to unbreak Code_Aster.Thierry Thomas2010-02-131-7/+7
| | | | | | | | PR: ports/143820 Approved by: maintainer Notes: svn path=/head/; revision=249748
* - update to jpeg-8Dirk Meyer2010-02-051-2/+2
| | | | Notes: svn path=/head/; revision=249285
* - Bump PORTREVISION.Tong LIU2010-01-191-1/+1
| | | | | | | Reported by: bsam@ Notes: svn path=/head/; revision=248124
* - Fix build error on amd64.Tong LIU2010-01-182-2/+19
| | | | | | | | | Report by: QAT@ PR: ports/142926 Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer) Notes: svn path=/head/; revision=248070
* - with taucs by default.Tong LIU2010-01-181-1/+1
| | | | | | | | PR: ports/142779 Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer) Notes: svn path=/head/; revision=248056
* - Update to 2.4.2Pav Lucistnik2010-01-137-185/+319
| | | | | | | | PR: ports/142360 Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer) Notes: svn path=/head/; revision=247806
* - Remove no-op configure argsPav Lucistnik2009-12-101-1/+0
| | | | | | | | PR: ports/141232 Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer) Notes: svn path=/head/; revision=245504
* Chase math/gsl update,Max Brazhnikov2009-12-011-1/+1
| | | | | | | bump PORTREVISION Notes: svn path=/head/; revision=245074
* Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowGerald Pfeifer2009-09-131-1/+1
| | | | | | | | | implies lang/gcc44 up from lang/gcc43. Approved by: portmgr Notes: svn path=/head/; revision=241308
* - Update MASTER_SITESMartin Wilke2009-08-261-2/+1
| | | | | | | | PR: 138176 Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer) Notes: svn path=/head/; revision=240342
* Fix compile with gcc 4.4Tilman Keskinoz2009-07-256-0/+60
| | | | | | | | PR: 136948 Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> Notes: svn path=/head/; revision=238356
* - update to jpeg7Dirk Meyer2009-07-181-1/+3
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - Chase fftw3 updatePav Lucistnik2009-05-181-1/+1
| | | | Notes: svn path=/head/; revision=234143
* - Update maintainer mail addressDennis Herrmann2009-04-051-1/+1
| | | | | | | | | PR: ports/133397 Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer) Approved by: tabthorpe (co-mentor) Notes: svn path=/head/; revision=231669
* - Upgrade to 2.3.1Thierry Thomas2009-03-193-19/+5
| | | | | | | | | Changelog at <http://geuz.org/gmsh/doc/VERSIONS.txt> - Don't depend anymore on math/gsl. Notes: svn path=/head/; revision=230429
* - Pass maintainership along.Wesley Shields2009-02-131-1/+1
| | | | Notes: svn path=/head/; revision=228215
* Upgrade to 2.3.0.Thierry Thomas2009-02-044-25/+69
| | | | | | | Changelog at <http://www.geuz.org/gmsh/doc/VERSIONS.txt>. Notes: svn path=/head/; revision=227617
* No longer pass F77 to CONFIGURE_ENV; this is now done via Mk/bsd.gcc.mk.Gerald Pfeifer2009-01-171-2/+2
| | | | | | | | | Add a faster MASTER_SITE. Submitted by: Steven Kreuzer <skreuzer@exit2shell.com> Notes: svn path=/head/; revision=226325
* - Chase gsl shlib bumpMartin Wilke2009-01-121-2/+2
| | | | Notes: svn path=/head/; revision=225875
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.Gerald Pfeifer2009-01-071-0/+1
| | | | Notes: svn path=/head/; revision=225403
* Prepare for a slave port to support OpenCascade.Thierry Thomas2008-12-312-10/+14
| | | | Notes: svn path=/head/; revision=225059
* Upgrade to 2.2.6.Thierry Thomas2008-11-223-11/+11
| | | | | | | Changelog at <http://www.geuz.org/gmsh/doc/VERSIONS.txt>. Notes: svn path=/head/; revision=223190
* Upgrade to 2.2.5.Thierry Thomas2008-10-263-5/+6
| | | | | | | Changelog at <http://www.geuz.org/gmsh/doc/VERSIONS.txt>. Notes: svn path=/head/; revision=222108
* Upgrade to 2.2.4.Thierry Thomas2008-08-243-4/+6
| | | | | | | | | | | Note: this adds two integrated mesh partitionners, Metis and Chaco; don't rely to the external ports to avoid conflicts with math/metis-edf (e.g. when installing Code_aster). Full changelog at <http://www.geuz.org/gmsh/doc/VERSIONS.txt>. Notes: svn path=/head/; revision=219085
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Upgrade to 2.2.3Thierry Thomas2008-07-254-55/+67
| | | | | | | | | | | Changelog at <http://geuz.org/gmsh/doc/VERSIONS.txt> - Set USE_FORTRAN to fix blas & lacpack detection; - Respetct NOPORTEXAMPLES. Notes: svn path=/head/; revision=217486
* Upgrade to 2.2.2.Thierry Thomas2008-06-222-4/+4
| | | | | | | Changelog at <http://www.geuz.org/gmsh/doc/VERSIONS>. Notes: svn path=/head/; revision=215514
* Upgrade to 2.2.1.Thierry Thomas2008-06-184-25/+15
| | | | | | | Changelog at <http://geuz.org/gmsh/doc/VERSIONS>. Notes: svn path=/head/; revision=215135
* Upgrade to 2.2.0.Thierry Thomas2008-04-233-8/+10
| | | | | | | Changelog at <http://www.geuz.org/gmsh/doc/VERSIONS>. Notes: svn path=/head/; revision=211858
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Chase the gsl shared lib bump.Philippe Audeoud2008-04-081-1/+2
| | | | | | | Approved by: thierry (mentor) Notes: svn path=/head/; revision=210850
* Upgrade to 2.1.1.Thierry Thomas2008-03-022-4/+4
| | | | | | | Changelog at <http://www.geuz.org/gmsh/doc/VERSIONS>. Notes: svn path=/head/; revision=208354
* Upgrade to 2.1.0.Thierry Thomas2008-02-243-34/+15
| | | | | | | | | | | Changelog at <http://geuz.org/gmsh/doc/VERSIONS>. Note: the dependency against Triangle has been removed. It was used for a single post-processing plugin, which has been rewritten to use the native mesh algorithm. Notes: svn path=/head/; revision=207837
* Temporarily replace WITHOUT_OCC by WITH_OCC, to make it packageable.Thierry Thomas2008-02-231-4/+4
| | | | | | | | | | Don't bump PORTREVISION: if your gmsh has been built with OpenCascade support, keep it. (To be reverted after OpenCascade's unbreak) Notes: svn path=/head/; revision=207783
* Try to fix this the right way on the cluster. It does indeed need toMark Linimon2007-09-291-5/+2
| | | | | | | | use zip in the extract phase, but not for its main files. (It inherits this need through math/triangle.) Notes: svn path=/head/; revision=200379
* Revert previous change and just mark this broken on the cluster. TheMark Linimon2007-09-291-1/+3
| | | | | | | change did not solve the problem. Notes: svn path=/head/; revision=200330
* Set USE_ZIP to fix packaging.Mark Linimon2007-09-291-0/+2
| | | | Notes: svn path=/head/; revision=200310
* - Upgrade to 2.0.8;Thierry Thomas2007-07-236-39/+36
| | | | | | | | | | | | | | | | Changelog at <http://www.geuz.org/gmsh/doc/VERSIONS> - Now we are allowed to package Gmsh built with Tetgen: thanks to Pedro F. Giffuni, the author granted the FreeBSD project to redistribute it. However, redistribution of Triangle has not yet been granted, then: . build the default package with Tetgen and Triangle; . set NO_CDROM if Triangle is not disabled; . explain the conditions in post-installation message. Suggested by: Pedro F. Giffuni <giffunip (at) yahoo.com> Notes: svn path=/head/; revision=196153
* chase math/gsl lib versionYing-Chieh Liao2007-06-291-2/+2
| | | | Notes: svn path=/head/; revision=194427
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Upgrade to 2.0.7.Thierry Thomas2007-04-232-4/+4
| | | | | | | Notified by: Pedro Giffuni <pfgshield-freebsd (at) yahoo.com> Notes: svn path=/head/; revision=190753
* Fix a cut-and-paste error in the pre-everything target.Mark Linimon2007-04-101-1/+1
| | | | Notes: svn path=/head/; revision=189622
* - Upgrade to 2.0.6Thierry Thomas2007-04-013-12/+106
| | | | | | | - Enable support for MED, HDF5, CGNS, STEP, IGES and BREP (OCC). Notes: svn path=/head/; revision=188919
* Upgrade to 2.0.5.Thierry Thomas2007-03-203-4/+6
| | | | | | | Noticed by: ports scoot Notes: svn path=/head/; revision=187820
* Upgrade to 2.0.Thierry Thomas2007-02-054-5/+16
| | | | | | | Changelog at <http://www.geuz.org/gmsh/doc/VERSIONS>. Notes: svn path=/head/; revision=184310
* Upgrade to 1.65.0.Thierry Thomas2006-05-142-5/+4
| | | | | | | Changelog at <http://www.geuz.org/gmsh/doc/VERSIONS>. Notes: svn path=/head/; revision=162361
* - Bump PORTREVISION and change lib version because math/gsl are updated.Marcus Alves Grando2006-05-061-1/+2
| | | | | | | - portlint(1) Notes: svn path=/head/; revision=161457
* Update to 1.64.1.Thierry Thomas2006-03-182-4/+4
| | | | | | | Changelog at <http://www.geuz.org/gmsh/doc/VERSIONS>. Notes: svn path=/head/; revision=157611