Commit graph

19 commits

Author SHA1 Message Date
Bryan Drewery
2d8b17ea39 - Remove NO_STAGE as these have been tested to be safe
With hat:	portmgr
2013-09-25 00:54:08 +00:00
Baptiste Daroussin
1dd0d087e7 Add NO_STAGE all over the place in preparation for the staging support (cat: science) 2013-09-20 22:48:30 +00:00
Olli Hauer
c394c56dc0 - remove MD5 2011-07-03 13:22:24 +00:00
Sylvio Cesar Teixeira
ba072d1713 - Update my mail address to FreeBSD
Approved by:	miwi (mentor)
2009-11-27 22:52:30 +00:00
Dmitry Marakasov
43cd433787 - Fix fetch by using garr SF mirror which still has the distfiles 2009-08-22 01:11:41 +00:00
Dmitry Marakasov
3eb168f46b - Switch SourceForge ports to the new File Release System: categories starting with P,R,S 2009-08-22 00:35:32 +00:00
Marcelo Araujo
f7b0a9efd9 - Pass maintainer to Sylvio Cesar <scjamorim at bsd.com.br>. 2009-07-10 00:48:36 +00:00
Marcelo Araujo
baa19e0df7 - Mark as UNBROKEN on AMD64.
- It isn't necessary to use USE_FORTRAN.
2009-02-20 01:35:46 +00:00
Marcelo Araujo
ef56a06c67 - Mark as BROKEN, both doesn't compile on amd64.
Reported by:	pav (pointyhat)
2009-02-19 11:48:13 +00:00
Gerald Pfeifer
05a2cbc2b4 Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3. 2009-01-07 16:34:27 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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)
2008-08-21 06:18:49 +00:00
Marcelo Araujo
6cde84da57 - Update MASTER_SITES.
- Project was migrated for SF.
- Files as repacked.
- BUMP PORTREVISION.

Reported by:	Pedro <pfgshield-freebsd@yahoo.com>
2008-03-14 11:04:09 +00:00
Marcelo Araujo
025104e02e - Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Approved by:	stas (mentor)
2007-07-15 16:12:19 +00:00
Marcelo Araujo
d2101f2dd8 - Change my mail address to araujo@.
Approved by:	stas (mentor)
2007-06-29 16:29:19 +00:00
Ion-Mihai Tetcu
fa85753eef - fix MASTER_SITES path
- pass maintianership to submitter

PR:             108158
Submitted by:   Marcelo Araujo
2007-01-21 06:09:36 +00:00
Maho Nakata
2ac67294e8 Using only gfortran42. not usng gcc41. 2007-01-16 02:19:12 +00:00
Thierry Thomas
1c94d20647 - Chase the new version to upgrade Elmer 5.2.0.
- Add links under $PREFIX/bin.
2006-07-12 21:58:02 +00:00
Thierry Thomas
f6e6a00f01 Reset maintainership: Pedro's dev machine has been stolen :-(
Hoping to see you back soon!

Submitted by:	Pedro F. Giffuni <giffunip (at) asme.org> (maintainer)
2006-07-01 12:16:44 +00:00
Thierry Thomas
d3f1f4d412 A Mesh Generation Utility for use with the ELMER FEM package.
Elmer is an open-source computational tool for multi-physics problems.

Elmer includes physical models of fluid dynamics, structural mechanics,
electromagnetics and heat transfer. These are described by partial
differential equations which Elmer solves by the Finite Element Method (FEM)

Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
2006-04-24 19:46:15 +00:00