head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.10 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.8 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.6 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.4 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.2 pkgsrc-2009Q4-base:1.6 pkgsrc-2009Q3:1.5.0.46 pkgsrc-2009Q3-base:1.5 pkgsrc-2009Q2:1.5.0.44 pkgsrc-2009Q2-base:1.5 pkgsrc-2009Q1:1.5.0.42 pkgsrc-2009Q1-base:1.5 pkgsrc-2008Q4:1.5.0.40 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.38 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.36 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.34 pkgsrc-2008Q2-base:1.5 cwrapper:1.5.0.32 pkgsrc-2008Q1:1.5.0.30 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.28 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.26 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.24 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.22 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.20 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.18 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.16 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.14 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.12 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.10 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.8 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.6 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.4 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.2 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.4.0.6 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.4 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4 buildlink2-base:1.4 comdex-fall-1999:1.3 netbsd-1-4-PATCH001:1.3 netbsd-1-4-RELEASE:1.3 netbsd-1-3-PATCH003:1.3; locks; strict; comment @# @; 1.6 date 2009.11.22.12.52.54; author asau; state dead; branches; next 1.5; 1.5 date 2004.09.15.12.27.26; author dmcmahill; state Exp; branches; next 1.4; 1.4 date 99.12.16.00.58.27; author dmcmahill; state dead; branches; next 1.3; 1.3 date 98.08.25.08.54.07; author agc; state Exp; branches; next 1.2; 1.2 date 98.08.07.11.08.58; author agc; state Exp; branches; next 1.1; 1.1 date 98.07.21.16.40.46; author agc; state Exp; branches; next ; desc @@ 1.6 log @Update f2c to 2009-04-11 snapshot. Changes are mostly bug fixes. Perform conservative update: recreate libF77 and libI77 providing binary compatibility. Prefer files to patches creating respective files. Override build system completely, we effectively did that anyway. @ text @$NetBSD: patch-af,v 1.5 2004/09/15 12:27:26 dmcmahill Exp $ --- libI77/lwrite.c.orig Wed Sep 15 12:00:47 2004 +++ libI77/lwrite.c @@@@ -248,7 +248,7 @@@@ l_write(ftnint *number, char *ptr, ftnle double y,z; real *xx; doublereal *yy; - for(i=0;i< *number; i++) + for(i=0;i< (int)*number; i++) { switch((int)type) { @ 1.5 log @add a minor patch to make this package actually work on 64 bit systems. hello.f works on alpha's too now. @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @-Update to f2c-19991025. This newer version contains several bug fixes including (from f2c/changes) = permit long names in #line lines = minor tweaks to make some (C++) compilers happier = some casts for systems with 64-bit longs. = some fixes to format strings -Add a -v (verbose) option to the f2c-f77 script. This is (unfortunately) used by some GNU configure scripts (octave for example) for examining the fortran compiler behaviour. @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.3 1998/08/25 08:54:07 agc Exp $ d3 11 a13 10 Adjust for pkgsrc-related changes --- libF77/libF77.xsum.orig Thu Jul 9 08:25:14 1998 +++ libF77/libF77.xsum Thu Jul 9 08:25:31 1998 @@@@ -75,5 +75,4 @@@@ lbitshft.c ec57bf21 191 main.c 6eed57a 2152 -makefile e48bc2b8 4031 pow_ci.c f593b0b9 345 pow_dd.c e451857d 209 @ 1.3 log @Update to the f2c package, from Dan McMahill (mcmahill@@mtl.mit.edu). Fixes PR pkg/6026. Modified slightly by me, to add NetBSD RCS Ids to patches, along with a minimalist comment about each patch, and also modified the top-level Makefile to use mkdir, rather than install -d (install -d was clobbering directory permissions on ${PREFIX}/{bin,lib,include}). @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Add NetBSD RCS Ids. @ text @d3 2 @ 1.1 log @Addition of f2c, the Fortran to C translator/compiler, to the NetBSD packages collection. This is based on the 1998/05/16 version of f2c, and was submitted by Dan McMahill in PR pkg/5735. I modified some patches to contain the correct pathnames. @ text @d1 2 @