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.60 pkgsrc-2009Q3-base:1.5 pkgsrc-2009Q2:1.5.0.58 pkgsrc-2009Q2-base:1.5 pkgsrc-2009Q1:1.5.0.56 pkgsrc-2009Q1-base:1.5 pkgsrc-2008Q4:1.5.0.54 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.52 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.50 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.48 pkgsrc-2008Q2-base:1.5 cwrapper:1.5.0.46 pkgsrc-2008Q1:1.5.0.44 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.42 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.40 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.38 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.36 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.34 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.32 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.30 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.28 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.26 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.24 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.22 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.20 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.18 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.16 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.5.0.14 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.5.0.12 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.5.0.10 pkgsrc-2003Q4-base:1.5 netbsd-1-6-1:1.5.0.6 netbsd-1-6-1-base:1.5 netbsd-1-6:1.5.0.8 netbsd-1-6-RELEASE-base:1.5 pkgviews:1.5.0.4 pkgviews-base:1.5 buildlink2:1.5.0.2 buildlink2-base:1.5 netbsd-1-5-PATCH003:1.5 netbsd-1-5-PATCH001:1.4 netbsd-1-5-RELEASE:1.4 netbsd-1-4-PATCH003:1.4 netbsd-1-4-PATCH002: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 2002.03.05.18.29.49; author dmcmahill; state Exp; branches; next 1.4; 1.4 date 99.12.16.00.58.27; author dmcmahill; state Exp; 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-ab,v 1.5 2002/03/05 18:29:49 dmcmahill Exp $ Obey CC and CFLAGS Don't do additional checksums of the source (gets thrown off by our patches, plus we already have files/md5) --- src/makefile.orig Wed Feb 25 08:18:04 1998 +++ src/makefile Tue Mar 5 13:09:23 2002 @@@@ -2,6 +2,6 @@@@ .SUFFIXES: .c .o -CC = cc -CFLAGS = -O +#CC = cc +#CFLAGS = -O2 SHELL = /bin/sh YACC = yacc @@@@ -25,5 +25,5 @@@@ OBJECTS = $(OBJECTSd) $(MALLOC) -all: xsum.out f2c +all: f2c f2c: $(OBJECTS) @ 1.5 log @obey CC and CFLAGS. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.4 1999/12/16 00:58:27 dmcmahill Exp $ @ 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$ d3 1 a3 1 Set optimisation level appropriately d8 4 a11 3 --- ./src/makefile.orig Wed Feb 25 08:18:04 1998 +++ ./src/makefile Tue Dec 7 18:15:45 1999 @@@@ -3,5 +3,5 @@@@ d13 1 a13 1 CC = cc d15 2 a16 1 +CFLAGS = -O2 @ 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 @d5 5 a9 2 --- src/makefile.orig Wed Feb 25 08:18:04 1998 +++ src/makefile Sun Jul 19 23:14:03 1998 d14 1 a14 1 +CFLAGS = -O2 d17 7 @ 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 @