| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
21 Aug 2008 07:18:49
1.2.1_5
|
rafan  |
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 (Only the first 15 lines of the commit message are shown above ) |
08 Apr 2008 14:53:22
1.2.1_5
|
jadawin  |
- Chase the gsl shared lib bump.
Approved by: thierry (mentor) |
29 Oct 2007 04:34:12
1.2.1_4
|
maho  |
Build fix.
gfortran has intrinsic etime and we should use it.
Submitted by: linimon |
26 Sep 2007 03:34:00
1.2.1_4
|
linimon  |
Add WANT_PERL to get the bsd.perl.mk inclusion. This should have no
effect with bsd.port.mk 1.586. |
14 Jul 2007 03:46:18
1.2.1_4
|
maho  |
Now we use USE_FORTRAN=yes to use FORTRAN compiler. |
29 Jun 2007 06:46:43
1.2.1_4
|
ijliao  |
chase math/gsl lib version |
19 May 2007 21:32:57
1.2.1_3
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
06 Apr 2007 07:48:45
1.2.1_2
|
gabor  |
- Remove old Perl support from unmaintained ports in categories starting
with letter o-z |
17 Jan 2007 04:52:15
1.2.1_2
|
maho  |
* Migrate to gfortran.
* Bump port revision.
* Use gfortran compiled lapack.
Submitted by: kris via pointyhat. |
06 May 2006 02:28:22
1.2.1_1
|
mnag  |
- Bump PORTREVISION and change lib version because math/gsl are updated.
- portlint(1) |
18 Mar 2006 21:31:43
1.2.0
|
thierry  |
Update to 1.2.1.
Changelog at <http://geuz.org/getdp/doc/VERSIONS>. |
15 Mar 2006 14:21:22
1.2.0
|
thierry  |
Upgrade to 1.2.0.
Changelog at <http://geuz.org/getdp/doc/VERSIONS>. |
10 Dec 2005 09:08:44
1.1.2
|
thierry  |
Upgrade to 1.1.2. |
25 Nov 2005 17:44:39
1.1.0
|
pav  |
- Add SHA256 |
28 Aug 2005 10:11:10
1.1.0
|
thierry  |
Upgrade to 1.1.0. |
02 May 2005 21:46:12
1.0.1_1
|
jylefort  |
Bump PORTREVISION after the libgsl update.
Obtained from: thierry |
02 May 2005 14:00:18
1.0.1
|
jylefort  |
Chase the libgsl update. |
12 Apr 2005 04:26:57
1.0.1
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 09:04:41
1.0.1
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
20 Feb 2005 18:11:36
1.0.1
|
thierry  |
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 |
06 Feb 2005 17:47:18
1.0.1
|
thierry  |
Upgrade to 1.0.1. |
24 Nov 2004 20:12:19
1.0.0
|
thierry  |
Fix build dependences.
Reported by: Kris via pointyhat. |
15 Nov 2004 22:18:09
1.0.0
|
thierry  |
Add getdp 1.0.0, a rather general finite element solver using mixed
finite elements.
Suggested by: Pedro F. Giffuni. |