pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/fort77 Follow f2c/libf2c split, bump revision.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8c16683265e
branches:  trunk
changeset: 568131:a8c16683265e
user:      asau <asau%pkgsrc.org@localhost>
date:      Sat Dec 05 11:35:49 2009 +0000

description:
Follow f2c/libf2c split, bump revision.

diffstat:

 lang/fort77/Makefile             |   5 +++--
 lang/fort77/distinfo             |   3 +--
 lang/fort77/patches/patch-fort77 |  13 -------------
 3 files changed, 4 insertions(+), 17 deletions(-)

diffs (48 lines):

diff -r bc80820bc4c0 -r a8c16683265e lang/fort77/Makefile
--- a/lang/fort77/Makefile      Sat Dec 05 10:26:08 2009 +0000
+++ b/lang/fort77/Makefile      Sat Dec 05 11:35:49 2009 +0000
@@ -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 @@
 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 -r bc80820bc4c0 -r a8c16683265e lang/fort77/distinfo
--- a/lang/fort77/distinfo      Sat Dec 05 10:26:08 2009 +0000
+++ b/lang/fort77/distinfo      Sat Dec 05 11:35:49 2009 +0000
@@ -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 -r bc80820bc4c0 -r a8c16683265e lang/fort77/patches/patch-fort77
--- a/lang/fort77/patches/patch-fort77  Sat Dec 05 10:26:08 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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);



Home | Main Index | Thread Index | Old Index