Commit graph

24 commits

Author SHA1 Message Date
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
f5a770e851 - Mark as unbroken.
- Bump PORTREVISION.
- Pass maintainer to submitter.

PR:		ports/135868
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br>
2009-07-10 00:42:10 +00:00
Mark Linimon
5433360866 Mark broken: fails to compile on i386 and sparc64. 2009-03-16 08:43:58 +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
Florent Thoumie
340b57f8be - Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
2009-01-23 16:28:36 +00:00
Marcelo Araujo
6ac20ad188 - No longer pass FC, F77 and FFLAGS to CONFIGURE_ENV; this is now
done via Mk/bsd.gcc.mk.

Reported by:	gerald
2009-01-20 17:35:18 +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
43ea616135 - Fix pkg-plist.
Reported by:	pointyhat (pav)
Approved by:	portmgr (linimon), stas (mentor, implicit)
2007-11-08 09:25:01 +00:00
Marcelo Araujo
86090e8395 - Update to 5.4.0.
Approved by:	stas (mentor)
2007-10-29 10:32:08 +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
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Ion-Mihai Tetcu
b92c4dce06 - update MASTER SITE
- update to 5.3.0

PR:		ports/108288
Submitted by:	Marcelo Araujo
2007-01-27 07:02:19 +00:00
Maho Nakata
35c0b741e0 Remove USE_GCC line as it is not necessary. 2007-01-12 07:16:24 +00:00
Maho Nakata
5707663bcb Migrate to gfortran42. 2007-01-10 13:49:02 +00:00
Thierry Thomas
77945bb9d6 Unmark BROKEN: fixed with gcc-withfortran-4.1.2_20061208. 2006-12-10 22:44:08 +00:00
Kris Kennaway
d7f23620fd BROKEN: Configure fails 2006-11-30 23:25:35 +00:00
Mark Linimon
a245fe1498 * Split bsd.port.mk pre and post includes into 3 pieces instead of 2, to
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]
2006-09-30 19:25:46 +00:00
Thierry Thomas
ff6332e52c Upgrade to 5.2.0.
Noticed by:	Pedro F. Giffuni <giffunip@asme.org>
2006-07-12 22:01:07 +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
a518d13e0c ElmerPost - the Visualization of Numerical Results.
The function of ElmerPost is to visualize the numerical results produced
by ElmerSolver and other finite element programs. ElmerPost operates with
the data specific to the unknown variables (temperature, velocity,
pressure, displacement etc.) defined in the mathematical model. ElmerPost
plots e.g. contours and vector fields, and can manipulate computed data
into another form using the built-in MATC-language (for instance heat
fluxes from temperature distributions).

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