summaryrefslogtreecommitdiff
path: root/lang/g95
AgeCommit message (Collapse)AuthorFilesLines
2014-07-16Restrict USE_TOOLS+= perl:build to Linux.rodent1-2/+4
2014-07-16USE_TOOLS+=perl:build - fixes build failure on Linux.rodent1-2/+2
2014-06-09Disable libssp for now to let it build on NetBSD 6.99.43.asau1-2/+3
2014-04-17FreeBSD 10 support.asau2-8/+18
2014-02-19Patch configure.in instead of configure, the latter is now re-generated.jperkin3-17/+17
Fixes Linux and possibly others.
2014-02-17Weak aliases are unsupported on Darwin, so don't do it. Fixes lots ofjperkin3-8/+15
dependencies. Bump PKGREVISION.
2013-12-10Fix relocation errors on OSX.jperkin1-1/+4
2013-09-23Do not create duplicate definitions. From FreeBSD ports.asau3-1/+30
This fixes package on FreeBSD.
2013-09-20Build libf95 as shared library. Add rpath entries automatically asjoerg8-16/+158
needed. Bump revision.
2013-07-28fixes missng restore stack address.obache3-3/+34
PR pkg/47906 Bump PKGREVISION.
2013-06-01Create Mac OS X specific package list to ensure that all files gettron2-2/+6
packaged. Bump package revision because of this fix.
2013-05-20Small SITES fixadam1-2/+2
2013-05-20* Switched to gcc-4.1.2adam19-154/+131
* Clean-up
2013-04-04Fix -arch argument on OSX. Gets us a working package on 32-bit at least,jperkin2-1/+33
64-bit is still unsupported.
2013-03-02Use non-ambigious assembler syntax. Fix return types. Fix inline usagejoerg9-1/+331
to allow building with Clang.
2013-02-08gcc-core-4.0.3.tar.gz is not available from ftp://gcc.gnu.org.obache2-10/+10
use .bz2 from MASTER_SITE_GNU instead (and some simplify).
2013-02-04Update to 0.93markd5-37/+27
Changes unknown but 3 years of development since previous stable version.
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-07-21Fix LP64 warning in the runtime (missing headers for alloca) anddholland3-2/+18
bump PKGREVISION.
2012-05-08Use ${host_alias} in path names so they match ${MACHINE_GNU_PLATFORM}sbd1-0/+15
(E.g. *-linux-gnu vs. *-linux)
2012-05-08Add --disable-multilib to the gcc configure args, there's no point insbd1-1/+2
building a multilib gcc as the g95 build doesn't support it.
2012-05-08Use ${host_alias} in path names so they match ${MACHINE_GNU_PLATFORM}sbd3-6/+29
(E.g. *-linux-gnu vs. *-linux)
2012-03-20Make sure that the gcc used for building g95 knows which ld/as/objdumphans2-1/+16
to use on SunOS (same as in lang/gcc46). Add PLIST.SunOS.
2011-12-16lang/g95: Add PLIST.DragonFly similarly to PLIST.Linux (crt stuff)marino1-0/+5
2011-02-19lang/g95: bring in DragonFly supportrumko9-1/+547
ok@ wiz
2011-01-23Update to g95 0.92.markd5-51/+43
changes unknown - current stable version.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-09-07Add some bits to the previous commit's destdir support, so install nowdholland4-13/+25
works consistently. Should fix broken bulk builds. Update PLIST accordingly && PKGREVISION++.
2008-09-07Add DESTDIR support.dholland3-10/+34
2008-06-04Add a buildlink3.mk.markd1-0/+19
2008-04-16Makefile cosmetics/speedup, mainly avoidance of the use of subshellswennmach1-9/+9
2008-04-04Update g95 to version 0.91 (current stable version).markd4-68/+18
OKed wennmach. Changes are 2 years worth of development.
2006-12-07The distfile of the current release of g95 was constantly changing,wennmach3-20/+21
therefore: - use DIST_SUBDIR - downgrade to the latest stable release 0.90, as also suggested by the principal maintainer of g95, Andy Vaught
2006-11-24distfile changed; regen distinfo and bump PKGREVISIONwennmach2-6/+6
2006-11-21Initial import of g95, a Fortran 95 compiler from g95.org.wennmach6-0/+135
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.