summaryrefslogtreecommitdiff
path: root/science/gerris (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)
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* Maintainer no longer has time for this one, so reassign to ports@.Mark Linimon2008-06-041-1/+1
|
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
|
* - Mark as BROKEN >= 700042Thomas Abthorpe2008-01-071-2/+8
| | | | | | | - s/INSTALLS_SHLIB/USE_LDCONFIG/ while I am here PR: ports/119251 Submitted by: Oliver Dunkl <odunkl gmx.net> (maintainer)
* - Update patch files locationRong-En Fan2007-06-221-1/+1
| | | | | PR: ports/113904 Submitted by: Oliver Dunkl <odunkl at gmx.net> (maintainer)
* - 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}.
* - Fix after objformat removalPav Lucistnik2007-03-291-0/+1
| | | | Reported by: pointyhat
* Remove USE_REINPLACE from all categories starting with SEdwin Groothuis2006-05-131-1/+0
|
* - Update lib after graphics/gts update.Jean Milanez Melo2006-05-031-2/+2
| | | | | | - Bump portrevision. Approved by: maintainer via email, mnag (mentor).
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+10
| | | | Approved by: portmgr (kris)
* SHA256ifyEdwin Groothuis2006-01-241-0/+3
| | | | Approved by: krion@
* From: chkversion <kris@FreeBSD.org>Edwin Groothuis2006-01-051-1/+1
| | | | | | | Subject: Ports with version numbers going backwards: graphics/kimdaba, science/gerris... Looks like an issue with Tools/scripts/bumpportrevision, I'll check it in a second.
* Chase libversion bumb to libMagick.so.9Edwin Groothuis2006-01-051-1/+1
| | | | PR: ports/91270
* Bump PORTREVISION and change dependencies to reflect update in graphics/gtsMarcus Alves Grando2005-11-301-2/+2
|
* Fix the group and MASTER_SITE_SUBDIR usage.Bill Fenner2005-11-261-4/+5
| | | | Approved by: Oliver Dunkl <odunkl@gmx.net> (MAINTAINER)
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
|
* - Update PATCH_SITES/PATCHFILESEmanuel Haupt2005-10-091-20/+5
| | | | | | | | - Remove uncommented Makefile code PR: 87158 Submitted by: Oliver Dunkl <odunkl@gmx.net> (maintainer) Approved by: novel (mentor)
* Add gerris 0.6.0, a scientific CFD simulator.Thierry Thomas2005-09-254-0/+151
Gerris is an Open Source Free Software library for the solution of partial differential equations describing fluid flow. Gerris is supported by NIWA (National Institute of Water and Atmospheric research) and by the Marsden Fund of the Royal Society of New Zealand. The code is written entirely in C and uses both the GLib Library and the GTS Library for geometrical functions and object-oriented programming. PR: 86297 Submitted by: Oliver Dunkl <odunkl (at) gmx.net>