1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
Commit Graph

24 Commits

Author SHA1 Message Date
Pietro Cerutti
223d9523bf - Fix build on FreeBSD-10 2012-06-20 14:42:16 +00:00
Olli Hauer
27de467a2b - remove MD5 2011-07-03 13:45:36 +00:00
Pietro Cerutti
776bedaced - Fix MASTERSITE:n substitution
PR:		151671
Submitted by:	Sahil Tandon <sahil@FreeBSD.org>
2010-10-25 07:14:16 +00:00
Mark Linimon
389b87950f Mark as broken on powerpc.
Hat:		portmgr
2010-04-01 06:44:48 +00:00
Pietro Cerutti
e8c0a0b638 - Update to snapshot of 20090624 2009-07-30 14:48:33 +00:00
Pietro Cerutti
4af9af4921 - Fix installation (missing binary)
Reported by:	Anton Shterenlikht <mexas@bristol.ac.uk>
		http://docs.freebsd.org/cgi/mid.cgi?20090729193532.GA58354
2009-07-30 07:52:29 +00:00
Pietro Cerutti
1260c10e4e - Fix build on amd64
Reported by:	pointyhat (via pav@)
2009-05-15 12:31:12 +00:00
Pietro Cerutti
96ebeb1c8b - Update to 0.92.20090506
- Move to MASTER_SITE_LOCAL
- Take maintainship
- Major refactor

PR:		134274
Submitted by:	M. L. Dodson <mldodson@comcast.net> (former maintainer)
2009-05-14 19:14:26 +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
Pav Lucistnik
a1218ec516 - Fix build on FreeBSD 8.x
Submitted by:	Wesley Shields <wxs@atarininja.org>
2007-12-26 16:45:31 +00:00
Maho Nakata
6b51156fbf Pass the maintainership to M. L. Dodson. 2007-07-16 04:09:38 +00:00
Maho Nakata
969a20c5d2 A possible build fix for IA64 by semi-automatical pkg-plist generation.
Submitted by:	kris
2007-03-05 01:28:28 +00:00
Maho Nakata
08d3d751e6 G95 is a stable, production Fortran 95 compiler available for multiple
CPU architectures and operating systems. Innovations and optimizations
continue to be worked on. Parts of the F2003 standard have been
implemented in g95. Note that g95 and gfortran are different compiler
http://gcc.gnu.org/wiki/TheOtherGCCBasedFortranCompiler
.

WWW: http://www.g95.org/

This port is based on hrs's original one, and slightly modified.
2007-01-30 01:03:17 +00:00
Maho Nakata
f02982c699 Move lang/g95 -> lang/gfortran
change to appropriate name

Submitted by:	 Steve Kargl <sgk@troutmask.apl.washington.edu>
PR	    : 62287 (repocopy request)
Thanks to   : joe, adam
2004-02-11 01:20:08 +00:00
Maho Nakata
7397c37978 a) Unbreak for i386 arch
b) cleanup (info files are inappropreately registered)

PR:		kris via bento
2004-02-09 02:07:48 +00:00
Kris Kennaway
2bc6cf7c7e BROKEN on 5.x: broken pkg-plist 2004-02-07 03:02:57 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Maho Nakata
a9ab08d1a7 Add warning that this compiler is still alpha stage.
Submitted by:	Steve Kargl <sgk@troutmask.apl.washington.edu>
2004-02-03 00:17:08 +00:00
Maho Nakata
7ee402ab4d still g95 is in pkg-plist. removed. 2004-02-03 00:08:41 +00:00
Maho Nakata
d19275071c a) add --disable-libmudflap since this port doesn't use libmudflap
b) remove g95 as far as possible this confuses too much.
   I've already fill the PR #62287

Submitted by:   Steve Kargl <sgk@troutmask.apl.washington.edu>
2004-02-02 23:57:41 +00:00
Maho Nakata
8ef7475bd3 Remove andy's site from pkg-descr.
g95 and tree-ssa are developed separately.
2004-02-02 22:51:21 +00:00
Maho Nakata
5da5196c0a --disable-libmudflap to the configure arguments.
gfortran does not use libmudflap
Former commit I added --disable-libmudflap in configure...

Submitted by:	Steve Kargl <sgk@troutmask.apl.washington.edu>
2004-02-02 13:52:18 +00:00
Maho Nakata
6392424420 Use ${MASTER_SITE_LOCAL}
Submitted by:	sf
2004-02-02 13:41:30 +00:00
Maho Nakata
d09352d85c Add New port lang/g95 GNU Fortran 90/95 Compiler
from GCC's tree-ssa-20020619-branch and still this
is alpha stage.
you can invoke Fortran by typing gfortran or g95,

Note: gcc-3.5 will include this effort.
2004-02-01 23:20:23 +00:00