Commit Graph

103 Commits

Author SHA1 Message Date
Thierry Thomas 2ed08d7521 Modify cad/scotch to support int64.
Bump PORTREVISION of consumers because this changes the ABI.
2020-12-09 19:29:19 +00:00
Thierry Thomas 376636fda5 Modify cad/scotch to install shared libraries.
Chase these libraries to the consumers ports.
2020-12-09 11:07:41 +00:00
Thierry Thomas bd8b956487 Revive port math/freefem++: finite element method application.
PR:		242759
Submitted by:	Kouichi Hirabayashi
2020-11-29 16:28:55 +00:00
Gerald Pfeifer 6630f447f1 Remove math/freefem++ per deprecation note. 2009-08-23 19:44:53 +00:00
Dirk Meyer eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Gerald Pfeifer 022215c6b1 Deprecate this piece of unmaintained and consistently unportable software. 2009-07-20 07:21:47 +00:00
Pav Lucistnik d0f33fd4a7 - Chase fftw3 update 2009-05-18 15:08:58 +00:00
Thierry Thomas 94802fff1d Upgrade to 3.0-5.
Changelog at <http://www.freefem.org/ff++/ftp/INNOVATION>.
2009-02-05 21:34:24 +00:00
Gerald Pfeifer cb0d1c7ffe No longer pass FC, F77 and FFLAGS to CONFIGURE_ENV; this is now done via
Mk/bsd.gcc.mk.
2009-02-03 09:55:21 +00:00
Gerald Pfeifer 26782d396e Replace hardcoded gfortran42 by ${FC}. 2009-01-19 04:31:09 +00:00
Martin Wilke 3381619583 - Chase gsl shlib bump 2009-01-12 20:37:24 +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
Edwin Groothuis 2ee79662a9 update to 2.24.2 2008-04-30 12:50:53 +00:00
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Philippe Audeoud d369e5c287 - Chase the gsl shared lib bump.
Approved by:	thierry (mentor)
2008-04-08 13:53:22 +00:00
Thierry Thomas 58e505b892 Upgrade to 2.24-1.
Changelog at <http://www.freefem.org/ff++/ftp/INNOVATION>.
2008-02-24 20:50:34 +00:00
Thierry Thomas 67b5225887 Upgrade to 2.24.
Changelog at <http://www.freefem.org/ff++/ftp/INNOVATION>.
2008-02-15 22:41:28 +00:00
Thierry Thomas 8ba2daa249 Upgrade to v 2.23-2.
Changelog at <http://www.freefem.org/ff++/ftp/INNOVATION>.
2008-02-04 22:59:21 +00:00
Thierry Thomas 997664d005 Upgrade to 2.23-1.
Changelog at <http://www.freefem.org/ff++/ftp/INNOVATION>.
2008-01-24 21:14:34 +00:00
Thierry Thomas 71eab782f0 Update to 2.22-1, which should be a no-op for FreeBSD.
Changelog at <http://www.freefem.org/ff++/ftp/INNOVATION>.
2008-01-05 21:27:16 +00:00
Thierry Thomas 0db79aa277 Upgrade to 2.22. 2007-12-19 21:51:39 +00:00
Thierry Thomas 3825f5f65e Upgrade to 2.21-2. 2007-12-11 21:12:26 +00:00
Thierry Thomas 964ffd4fb8 Fix compilation on 64 bits platforms.
Reported by:	pointyhat via pav
Approved by:	portmgr (Pav)
Discussed with:	Frederic Hecht (author)
2007-11-14 18:03:36 +00:00
Thierry Thomas 552ef25e1d Upgrade to v 2.20-1.
Changelog at <http://www.freefem.org/ff++/ftp/INNOVATION>.
2007-10-25 20:34:43 +00:00
Ade Lovett dbd39ca660 Migration from bison 1.x to 2.x
PR:		117086
Tested by:	-exp runs
2007-10-17 10:13:01 +00:00
Thierry Thomas c33d9a909e Upgrade to v 2.20.
Changelog at <http://www.freefem.org/ff++/ftp/INNOVATION>.
2007-10-02 19:08:19 +00:00
Thierry Thomas 23023fa01b Upgrade to 2.19. 2007-08-21 16:43:47 +00:00
Thierry Thomas 7adfd354f2 Upgrade to v 2.18.
Changelog at <http://www.freefem.org/ff++/ftp/INNOVATION>.
2007-07-19 20:10:10 +00:00
Maho Nakata 13f81621ce Now we use USE_FORTRAN=yes to use FORTRAN compiler. 2007-07-14 02:08:27 +00:00
Thierry Thomas dc920117fb Upgrade to 2.17-2. 2007-06-30 23:25:34 +00:00
Ying-Chieh Liao b9ba1ad61e chase math/gsl lib version 2007-06-29 05:46:43 +00:00
Thierry Thomas fb66e97181 Upgrade to 2.17-1.
Changelog at <http://www.freefem.org/ff++/ftp/INNOVATION>.
2007-06-15 20:14:24 +00:00
Thierry Thomas aae1c12d18 - Upgrade to 2.17;
changelog at <http://www.freefem.org/ff++/ftp/INNOVATION>

- Fix BLAS detection.
2007-06-08 19:27:48 +00:00
Thierry Thomas 4430893575 Upgrade to 2.16-4. 2007-05-25 16:19:29 +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
Thierry Thomas 8c29886245 Upgrade to 2.16-2. 2007-04-29 19:38:17 +00:00
Thierry Thomas f409d95a03 Chase a silent update.
Only minor changes (doc, one example and tags): no need to bump
PORTREVISION. Full diff available at
<http://people.freebsd.org/~thierry/ports/freefem%2b%2b-2.16-1_070420_070421.diff>

Reported by:	pointyhat via Kris
2007-04-24 18:58:14 +00:00
Thierry Thomas e394ebbcc9 Upgrade to 2.16-1. 2007-04-20 19:35:14 +00:00
Thierry Thomas e85730c12d Upgrade to 2.16-0. 2007-04-18 22:04:29 +00:00
Thierry Thomas bb054acb9a Upgrade to 2.15-1. 2007-04-08 22:31:01 +00:00
Thierry Thomas 478a525d8d Chase a silent update.
Many changes! Full diff at
<http://people.freebsd.org/~thierry/ports/freefem%2b%2b-2.15_070327_070402.diff>

Trported by:	pointyhat via Kris
2007-04-06 17:31:42 +00:00
Thierry Thomas 58635bef99 Upgrade to 2.15. 2007-03-27 22:02:52 +00:00
Thierry Thomas 31338547f2 Upgrade to v 2.14-2.
Changelog at <http://www.freefem.org/ff++/ftp/INNOVATION>.
2007-03-23 20:20:49 +00:00
Thierry Thomas 09a455456e Upgrade to 2.14-1. 2007-03-11 22:16:53 +00:00
Thierry Thomas 33eae0c20d Upgrade to 2.14. 2007-03-08 20:35:06 +00:00
Thierry Thomas 666f46036a Commit the right pkg-plist...
Reported by:	pointyhat via Kris
2007-02-12 18:53:44 +00:00
Thierry Thomas 32e7aafda4 Upgrade to 2.13.
Changelog at <http://www.freefem.org/ff++/ftp/INNOVATION>.
2007-02-05 22:49:16 +00:00
Thierry Thomas 163ed68b68 Upgrade to 2.12-2.
Changelog at <http://www.freefem.org/ff++/ftp/INNOVATION>.
2007-01-26 22:00:18 +00:00
Thierry Thomas 2a3cef93d2 Upgrade to 2.12-1.
Partial changelog at <http://www.freefem.org/ff++/ftp/INNOVATION>.
2007-01-16 22:45:20 +00:00