aboutsummaryrefslogtreecommitdiffstats
path: root/science/elmer-matc
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.gerald2009-01-081-1/+1
|
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-212-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* - Update MASTER_SITES.araujo2008-03-142-4/+5
| | | | | | | | - Project was migrated for SF. - Files as repacked. - BUMP PORTREVISION. Reported by: Pedro <pfgshield-freebsd@yahoo.com>
* - Update to 5.4.0.araujo2007-10-292-4/+4
| | | | Approved by: stas (mentor)
* - Now we use USE_FORTRAN=yes to use FORTRAN compiler.araujo2007-07-131-4/+1
| | | | | Submitted by: maho Approved by: stas (mentor)
* - Change my mail address to araujo@.araujo2007-06-301-1/+1
| | | | Approved by: stas (mentor)
* - Fixed support for new gfortranmiwi2007-02-271-0/+5
| | | | | | PR: 109264 Submitted by: Marcelo Araujo <araujo@bsdmail.org> Requested by: maho@
* update to 5.3.0itetcu2007-01-272-4/+4
| | | | | PR: ports/108284 Submitted by: Marcelo Araujo
* - fix MASTER_SITES pathitetcu2007-01-211-2/+2
| | | | | | | - pass maintianership to submitter PR: 108157 Submitted by: Marcelo Araujo
* Remove gfortran dependency as it is not necessary.maho2007-01-121-2/+0
|
* * Migrate to gfortran42.maho2007-01-101-5/+2
|
* * Split bsd.port.mk pre and post includes into 3 pieces instead of 2, tolinimon2006-10-011-3/+0
| | | | | | | | | | | | | | | | | allow OPTIONS to be able to influence dependencies. This is still experimental [1] * Teach bsd.gcc.mk about gfortran [2] * Remove the outdated emulators/linux_base; the new default has been linux_base-fc4. This will allow the outdated port to be removed [3] * Add USE_FIREBIRD macros to bsd.database.mk [4] PR: 93687 [1], 93690 [2], 103184 [3], 103357 [4] Submitted by: shaun [1], Pedro F. Giffuni <giffunip at asme to org> [2], gerald [2], thierry [2], vd [3], skv [4]
* Upgrade to 5.2.0.thierry2006-07-132-4/+4
|
* Reset maintainership: Pedro's dev machine has been stolen :-(thierry2006-07-011-1/+1
| | | | | | Hoping to see you back soon! Submitted by: Pedro F. Giffuni <giffunip (at) asme.org> (maintainer)
* MATC language library used by Elmer FEM package.thierry2006-04-254-0/+49
Submitted by: Pedro F. Giffuni <giffunip@asme.org>