summaryrefslogtreecommitdiff
path: root/science/getdp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=218938
* - Chase the gsl shared lib bump.Philippe Audeoud2008-04-081-2/+2
| | | | | | | Approved by: thierry (mentor) Notes: svn path=/head/; revision=210850
* Build fix.Maho Nakata2007-10-291-0/+11
| | | | | | | | | gfortran has intrinsic etime and we should use it. Submitted by: linimon Notes: svn path=/head/; revision=202259
* Add WANT_PERL to get the bsd.perl.mk inclusion. This should have noMark Linimon2007-09-261-0/+1
| | | | | | | effect with bsd.port.mk 1.586. Notes: svn path=/head/; revision=200123
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.Maho Nakata2007-07-141-6/+2
| | | | Notes: svn path=/head/; revision=195551
* chase math/gsl lib versionYing-Chieh Liao2007-06-291-2/+2
| | | | Notes: svn path=/head/; revision=194427
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Remove old Perl support from unmaintained ports in categories startingGabor Kovesdan2007-04-061-4/+0
| | | | | | | with letter o-z Notes: svn path=/head/; revision=189335
* * Migrate to gfortran.Maho Nakata2007-01-171-2/+8
| | | | | | | | | | * Bump port revision. * Use gfortran compiled lapack. Submitted by: kris via pointyhat. Notes: svn path=/head/; revision=182578
* - Bump PORTREVISION and change lib version because math/gsl are updated.Marcus Alves Grando2006-05-061-1/+2
| | | | | | | - portlint(1) Notes: svn path=/head/; revision=161457
* Update to 1.2.1.Thierry Thomas2006-03-182-5/+5
| | | | | | | Changelog at <http://geuz.org/getdp/doc/VERSIONS>. Notes: svn path=/head/; revision=157610
* Upgrade to 1.2.0.Thierry Thomas2006-03-152-5/+5
| | | | | | | Changelog at <http://geuz.org/getdp/doc/VERSIONS>. Notes: svn path=/head/; revision=157281
* Upgrade to 1.1.2.Thierry Thomas2005-12-102-4/+4
| | | | Notes: svn path=/head/; revision=150782
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149449
* Upgrade to 1.1.0.Thierry Thomas2005-08-282-8/+6
| | | | Notes: svn path=/head/; revision=141060
* Bump PORTREVISION after the libgsl update.Jean-Yves Lefort2005-05-021-0/+1
| | | | | | | Obtained from: thierry Notes: svn path=/head/; revision=134513
* Chase the libgsl update.Jean-Yves Lefort2005-05-021-1/+1
| | | | Notes: svn path=/head/; revision=134498
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Fix doc generation, broken since the upgrade to teTeX 3.0.Thierry Thomas2005-02-201-0/+7
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=129386
* Upgrade to 1.0.1.Thierry Thomas2005-02-063-4/+6
| | | | Notes: svn path=/head/; revision=128172
* Fix build dependences.Thierry Thomas2004-11-241-1/+2
| | | | | | | Reported by: Kris via pointyhat. Notes: svn path=/head/; revision=122334
* Add getdp 1.0.0, a rather general finite element solver using mixedThierry Thomas2004-11-154-0/+121
finite elements. Suggested by: Pedro F. Giffuni. Notes: svn path=/head/; revision=121709