diff options
author | asau <asau> | 2009-12-05 11:35:49 +0000 |
---|---|---|
committer | asau <asau> | 2009-12-05 11:35:49 +0000 |
commit | c8ca0e2dce0afef6480137f6928b3922e0ca7ce9 (patch) | |
tree | 305e222e6b2cfcd9050d37805a5aca9da1409244 /lang | |
parent | 3a9acd8d4f83acc23e79439dc3eb99e34eb3199d (diff) | |
download | pkgsrc-c8ca0e2dce0afef6480137f6928b3922e0ca7ce9.tar.gz |
Follow f2c/libf2c split, bump revision.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/fort77/Makefile | 5 | ||||
-rw-r--r-- | lang/fort77/distinfo | 3 | ||||
-rw-r--r-- | lang/fort77/patches/patch-fort77 | 13 |
3 files changed, 4 insertions, 17 deletions
diff --git a/lang/fort77/Makefile b/lang/fort77/Makefile index be9cf9205f3..5b32a16e72d 100644 --- a/lang/fort77/Makefile +++ b/lang/fort77/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2008/06/12 02:14:33 joerg Exp $ +# $NetBSD: Makefile,v 1.22 2009/12/05 11:35:49 asau Exp $ # DISTNAME= fort77-1.18 +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SUNSITE:=devel/lang/fortran/} @@ -23,5 +24,5 @@ SUBST_SED.perl= -e 's,/usr/bin/perl,${PERL5},' INSTALL_MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX} MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 AUTO_MKDIRS= yes -.include "../../lang/f2c/buildlink3.mk" +.include "../../devel/libf2c/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/lang/fort77/distinfo b/lang/fort77/distinfo index 2ac02432fbf..7e0d1849a77 100644 --- a/lang/fort77/distinfo +++ b/lang/fort77/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.4 2007/11/02 09:17:33 rillig Exp $ +$NetBSD: distinfo,v 1.5 2009/12/05 11:35:49 asau Exp $ SHA1 (fort77-1.18.tar.gz) = 0f8ba5a1106182a15e5ab87c615569b8911bc3a7 RMD160 (fort77-1.18.tar.gz) = 9748f9e068b8071a5b89009bfdb533ee2a9b0c11 Size (fort77-1.18.tar.gz) = 6562 bytes -SHA1 (patch-fort77) = 0dccaff05defa1b0f57d94ede31e6b6b5c8cf78d diff --git a/lang/fort77/patches/patch-fort77 b/lang/fort77/patches/patch-fort77 deleted file mode 100644 index b38e21dd867..00000000000 --- a/lang/fort77/patches/patch-fort77 +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-fort77,v 1.1 2007/11/02 09:17:33 rillig Exp $ - ---- fort77.orig 2007-11-02 10:05:39.000000000 +0100 -+++ fort77 2007-11-02 10:12:03.000000000 +0100 -@@ -364,7 +364,7 @@ exit if $compile_only; - - push (@output, "-o", $output) if $output; - --$retcode = &mysystem($cc, @output, @lfiles, @lopts, "-lf2c", "-lm" ); -+$retcode = &mysystem($cc, @output, @lfiles, @lopts, "-lI77 -lF77", "-lm" ); - if (@gener_lfiles) { - print STDERR "$0: unlinking ",join(',',@gener_lfiles),"\n" if $verbose; - unlink (@gener_lfiles); |