Commit graph

21 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
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
eee781148b - Update to 5.4.0.
Approved by:	stas (mentor)
2007-09-19 18:22:42 +00:00
Marcelo Araujo
d2101f2dd8 - Change my mail address to araujo@.
Approved by:	stas (mentor)
2007-06-29 16:29:19 +00:00
Martin Wilke
5199342778 - Update to 5.3.3
PR:		111881
Submitted by:	miwi
Approved by:	maintainer
2007-04-19 15:06:22 +00:00
Martin Wilke
a3c66c00a8 - Update to 5.3.2
PR:		109027
Submitted by:	Marcelo Araujo <araujo@bsdmail.org> (maintainer)
2007-02-14 20:30:55 +00:00
Ion-Mihai Tetcu
fe348e6744 update to 5.3.0
PR:		ports/108287
Submitted by:	Marcelo Araujo (maintainer)
2007-01-27 11:45:10 +00:00
Pav Lucistnik
5502d2c80e - Fix fetch 2007-01-24 00:02:05 +00:00
Ion-Mihai Tetcu
a982d14440 - update version to 5.2.3
- fix MASTER_SITE (subdir)
- pass maintainership to submitter

PR:		ports/108159
Submitted by:	Marcelo Araujo
2007-01-21 05:45:59 +00:00
Maho Nakata
621890375c Remove gfortran dependency. it is not used actually. 2007-01-12 07:10:10 +00:00
Maho Nakata
95148da5c3 * change to USE_GCC=4.2+
* bump port revision
2007-01-10 13:36:27 +00:00
Thierry Thomas
dd218e5116 - Upgrade to 5.2.0;
- Add links under $PREFIX/bin.
2006-07-12 21:58:28 +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
d5b3d1cffe ElmerGrid is a utility program for fast creation of structured 2D and
extruded and rotated 3D geometries. ElmerGrid is independent but fully
supports ElmerSolver and ElmerPost. It may be used to create linear,
quadratic and cubic triangles and rectangles. It has also versatile
capabilities in mesh manipulation.

ElmerGrid may also be used in grid manipulation. ElmerGrid may, for
example, be used to transfer different mesh formats to that understood by
ElmerSolver or ElmerPost. ElmerGrid also includes mesh partitioning
routines that have been optimized for ElmerSolver. The partitioning may be
done by METIS or by a simple geometric division.

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