nia
fc8775d71f
g95: Not for aarch64
2020-10-20 11:33:10 +00:00
wiz
00da7815c0
*: bump PKGREVISION for perl-5.32.
2020-08-31 18:06:29 +00:00
rillig
c62818fa04
lang/g95: suppress USE_TOOLS+=perl warning
2020-05-13 04:15:50 +00:00
rillig
9637f7852e
all: migrate homepages from http to https
...
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00
rillig
8c6aee8563
lang: align variable assignments
...
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
2019-11-03 19:03:56 +00:00
wiz
84e123ddd2
Bump PKGREVISIONs for perl 5.30.0
2019-08-11 13:17:48 +00:00
wiz
93b46879c7
Recursive bump for perl5-5.28.0
2018-08-22 09:43:40 +00:00
joerg
69e006173c
Be a good citizen and try using the libgcc from the C compiler. Don't
...
install a custom libgcc, it creates more problems than it solves
depending on the rpath order. Bump revision.
2018-07-17 21:38:39 +00:00
maya
947acf41e1
g95: fix build on linux
...
force passing asprintf test which is incorrectly not found due to FORTIFY
pass LIBRARY_PATH so crtn.o and crti.o are found on Ubuntu & friends
Note many reporters need to install g++-multilib as a package to overcome
the errors they reported in the bugs (missing <sys/cdefs.h>)
PR pkg/51198, PR pkg/51690, PR pkg/52116
2017-10-18 09:38:23 +00:00
maya
d9d8a26f2d
g95: don't try to link against a non-existent file on netbsd/powerpc.
...
untested but obvious change. currently showing up as a build failure of
math/blas as it attempts to link with crtsavres which is a linux file.
Bump PKGREVISION as the build succeeds.
2017-06-21 01:12:56 +00:00
dholland
4cc8f11f9a
typo in comment
2016-08-16 00:53:41 +00:00
wiz
2b0a009d0e
Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.
2016-07-09 06:37:46 +00:00
wiz
0982effce2
Recursive PKGREVISION bump for all packages mentioning 'perl',
...
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
rodent
859eae407f
Restrict USE_TOOLS+= perl:build to Linux.
2014-07-16 12:16:31 +00:00
rodent
9be19612b9
USE_TOOLS+=perl:build - fixes build failure on Linux.
2014-07-16 01:47:17 +00:00
asau
a804453279
Disable libssp for now to let it build on NetBSD 6.99.43.
2014-06-09 12:40:58 +00:00
jperkin
61e6f3c119
Weak aliases are unsupported on Darwin, so don't do it. Fixes lots of
...
dependencies.
Bump PKGREVISION.
2014-02-17 16:49:14 +00:00
jperkin
3567497d22
Fix relocation errors on OSX.
2013-12-10 11:44:47 +00:00
joerg
a83ff09635
Build libf95 as shared library. Add rpath entries automatically as
...
needed. Bump revision.
2013-09-20 23:06:07 +00:00
obache
6f9b15fe9a
fixes missng restore stack address.
...
PR pkg/47906
Bump PKGREVISION.
2013-07-28 12:54:52 +00:00
tron
d31706e53e
Create Mac OS X specific package list to ensure that all files get
...
packaged. Bump package revision because of this fix.
2013-06-01 14:44:01 +00:00
adam
8d4fdb4902
Small SITES fix
2013-05-20 14:39:02 +00:00
adam
c70333ce79
* Switched to gcc-4.1.2
...
* Clean-up
2013-05-20 05:47:34 +00:00
obache
d482405b0e
gcc-core-4.0.3.tar.gz is not available from ftp://gcc.gnu.org.
...
use .bz2 from MASTER_SITE_GNU instead (and some simplify).
2013-02-08 12:46:14 +00:00
markd
4cf9e64633
Update to 0.93
...
Changes unknown but 3 years of development since previous stable version.
2013-02-04 20:31:44 +00:00
asau
88feb4ac62
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
2012-10-02 20:11:34 +00:00
dholland
0233dd4749
Fix LP64 warning in the runtime (missing headers for alloca) and
...
bump PKGREVISION.
2012-07-21 22:01:17 +00:00
sbd
251284f312
Add --disable-multilib to the gcc configure args, there's no point in
...
building a multilib gcc as the g95 build doesn't support it.
2012-05-08 02:59:57 +00:00
hans
ca83295d4b
Make sure that the gcc used for building g95 knows which ld/as/objdump
...
to use on SunOS (same as in lang/gcc46). Add PLIST.SunOS.
2012-03-20 17:26:19 +00:00
markd
1954dc7227
Update to g95 0.92.
...
changes unknown - current stable version.
2011-01-23 09:42:10 +00:00
dholland
d7a4ca8287
Add some bits to the previous commit's destdir support, so install now
...
works consistently. Should fix broken bulk builds.
Update PLIST accordingly && PKGREVISION++.
2008-09-07 01:59:26 +00:00
dholland
d7b4f9c02a
Add DESTDIR support.
2008-09-07 01:33:51 +00:00
wennmach
6d5d44903f
Makefile cosmetics/speedup, mainly avoidance of the use of subshells
2008-04-16 18:47:18 +00:00
markd
ebf3b88ea0
Update g95 to version 0.91 (current stable version).
...
OKed wennmach.
Changes are 2 years worth of development.
2008-04-04 21:24:48 +00:00
wennmach
377601922f
The distfile of the current release of g95 was constantly changing,
...
therefore:
- use DIST_SUBDIR
- downgrade to the latest stable release 0.90, as also suggested
by the principal maintainer of g95, Andy Vaught
2006-12-07 14:49:39 +00:00
wennmach
757f3891fe
distfile changed; regen distinfo and bump PKGREVISION
2006-11-24 12:28:12 +00:00
wennmach
7fd37797b8
Initial import of g95, a Fortran 95 compiler from g95.org.
...
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.
2006-11-21 13:44:14 +00:00