diff options
author | adam <adam@pkgsrc.org> | 2011-08-12 12:53:06 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-08-12 12:53:06 +0000 |
commit | 868546e095d2ef15d2897b4dafda5fa7ed68f06e (patch) | |
tree | 5806e9c16a3424cde4ef897451c4c9f7628ff6ed | |
parent | b5912bbb4fe9a56f1829a0043786181cb50a8238 (diff) | |
download | pkgsrc-868546e095d2ef15d2897b4dafda5fa7ed68f06e.tar.gz |
Changes 1.17:
* Derek Lamb's patch to avoid an uninitialised variable error.
* Diab Jarius's Solaris Studio 10 patch and his gfortran patch (with mods).
Note g77 is still the default if both it and gfortran are present.
* Rob's big Win32 patch (Nov 2010 version)
* IMPORTANT. Added in simplification of GNU fortran compilers
(g77, gfortran, g95, fort77) etc. suggested by Tim Jeness. I used his code
but made a slightly different implementaion introducing a 'Generic' 'GNU'
database entry to which others point.
This also superceded some of the above patches.
Hope this works!
* Removed places where .gcclibs() is added to the link line, this appears to
no loner be necessary. Routine left in there (but orphaned) just in case.
-rw-r--r-- | devel/p5-ExtUtils-F77/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-ExtUtils-F77/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/p5-ExtUtils-F77/Makefile b/devel/p5-ExtUtils-F77/Makefile index d2edddd2574..d79a09e10b9 100644 --- a/devel/p5-ExtUtils-F77/Makefile +++ b/devel/p5-ExtUtils-F77/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2010/08/21 16:33:40 seb Exp $ +# $NetBSD: Makefile,v 1.22 2011/08/12 12:53:06 adam Exp $ -DISTNAME= ExtUtils-F77-1.16 +DISTNAME= ExtUtils-F77-1.17 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 SVR4_PKGNAME= p5ext CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} @@ -10,12 +9,13 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/ExtUtils-F77/ COMMENT= Perl module for determining how to link Fortran and C +LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir +USE_LANGUAGES= fortran77 PERL5_PACKLIST= auto/ExtUtils/F77/.packlist -USE_LANGUAGES+= fortran77 .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-ExtUtils-F77/distinfo b/devel/p5-ExtUtils-F77/distinfo index 3aa876290fa..2e781367371 100644 --- a/devel/p5-ExtUtils-F77/distinfo +++ b/devel/p5-ExtUtils-F77/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2008/07/16 14:45:56 rhaen Exp $ +$NetBSD: distinfo,v 1.6 2011/08/12 12:53:06 adam Exp $ -SHA1 (ExtUtils-F77-1.16.tar.gz) = 7965c687b2f724e481666ede1f9529676bf6a50b -RMD160 (ExtUtils-F77-1.16.tar.gz) = 106dac38e38bd5d6873e8cae0eb397545fe706ad -Size (ExtUtils-F77-1.16.tar.gz) = 10234 bytes +SHA1 (ExtUtils-F77-1.17.tar.gz) = 369b8cda4e2c315df592d48d9c5d7a437b9eab4f +RMD160 (ExtUtils-F77-1.17.tar.gz) = 6733b3e1da44a19c90454d02e6ac07d4e87ea97f +Size (ExtUtils-F77-1.17.tar.gz) = 11225 bytes |