Commit Graph

24 Commits

Author SHA1 Message Date
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
Philippe Audeoud
d369e5c287 - Chase the gsl shared lib bump.
Approved by:	thierry (mentor)
2008-04-08 13:53:22 +00:00
Maho Nakata
9240f17c07 Build fix.
gfortran has intrinsic etime and we should use it.

Submitted by:	linimon
2007-10-29 04:34:12 +00:00
Mark Linimon
1ef48b2080 Add WANT_PERL to get the bsd.perl.mk inclusion. This should have no
effect with bsd.port.mk 1.586.
2007-09-26 02:34:00 +00:00
Maho Nakata
3034d94e67 Now we use USE_FORTRAN=yes to use FORTRAN compiler. 2007-07-14 02:56:36 +00:00
Ying-Chieh Liao
b9ba1ad61e chase math/gsl lib version 2007-06-29 05:46:43 +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
Gabor Kovesdan
e7babf9153 - Remove old Perl support from unmaintained ports in categories starting
with letter o-z
2007-04-06 06:48:45 +00:00
Maho Nakata
db9e3cfe9d * Migrate to gfortran.
* Bump port revision.
* Use gfortran compiled lapack.

Submitted by:	kris via pointyhat.
2007-01-17 04:52:15 +00:00
Marcus Alves Grando
57c00223d0 - Bump PORTREVISION and change lib version because math/gsl are updated.
- portlint(1)
2006-05-06 01:28:22 +00:00
Thierry Thomas
b1ab65b7f9 Update to 1.2.1.
Changelog at <http://geuz.org/getdp/doc/VERSIONS>.
2006-03-18 21:31:43 +00:00
Thierry Thomas
11646aa32b Upgrade to 1.2.0.
Changelog at <http://geuz.org/getdp/doc/VERSIONS>.
2006-03-15 14:21:22 +00:00
Thierry Thomas
cc2f417157 Upgrade to 1.1.2. 2005-12-10 09:08:44 +00:00
Pav Lucistnik
6edb86f43a - Add SHA256 2005-11-25 17:44:39 +00:00
Thierry Thomas
43402333eb Upgrade to 1.1.0. 2005-08-28 09:11:10 +00:00
Jean-Yves Lefort
c7f8e50b69 Bump PORTREVISION after the libgsl update.
Obtained from:	thierry
2005-05-02 20:46:12 +00:00
Jean-Yves Lefort
f733c761d0 Chase the libgsl update. 2005-05-02 13:00:18 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Thierry Thomas
7f31fdaadd Fix doc generation, broken since the upgrade to teTeX 3.0.
According to Hiroki Sato:

"In teTeX 3.0, pdfetex is used for a DVI output, so the texinfo.tex
 always detects the PDF output feature.  Although there are several means
 to fix this problem, I think disabling such detection should be simple
 and enough."

Reported by:	kris via pointyhat
Obtained from:	hrs
2005-02-20 18:11:36 +00:00
Thierry Thomas
d01d3d8188 Upgrade to 1.0.1. 2005-02-06 17:47:18 +00:00
Thierry Thomas
2d8dec928f Fix build dependences.
Reported by:	Kris via pointyhat.
2004-11-24 20:12:19 +00:00
Thierry Thomas
52ec56ba80 Add getdp 1.0.0, a rather general finite element solver using mixed
finite elements.

Suggested by:	Pedro F. Giffuni.
2004-11-15 22:18:09 +00:00