Up to [cvs.netbsd.org] / pkgsrc / lang / fort77
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.24 / (download) - annotate - [select for diffs], Thu Mar 11 18:55:34 2010 UTC (2 years, 2 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
HEAD
Changes since 1.23: +8 -4
lines
Diff to previous 1.23 (colored)
Don't run tests at build time. Fixes PR pkg/42955 The package is inherently broken though, there is little reason to keep it these days anyway. I suggest you don't use it like all the world around.
Revision 1.23 / (download) - annotate - [select for diffs], Tue Dec 15 17:27:13 2009 UTC (2 years, 5 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Changes since 1.22: +4 -2
lines
Diff to previous 1.22 (colored)
Depends on f2c. Bump package revision. PR pkg/42456
Revision 1.22 / (download) - annotate - [select for diffs], Sat Dec 5 11:35:49 2009 UTC (2 years, 5 months ago) by asau
Branch: MAIN
Changes since 1.21: +3 -2
lines
Diff to previous 1.21 (colored)
Follow f2c/libf2c split, bump revision.
Revision 1.21 / (download) - annotate - [select for diffs], Thu Jun 12 02:14:33 2008 UTC (3 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.20: +3 -1
lines
Diff to previous 1.20 (colored)
Add DESTDIR support.
Revision 1.20 / (download) - annotate - [select for diffs], Thu Feb 28 11:58:48 2008 UTC (4 years, 2 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS, to shut up the pkglint warnings.
Revision 1.19 / (download) - annotate - [select for diffs], Fri Nov 2 09:17:33 2007 UTC (4 years, 6 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4
Changes since 1.18: +12 -27
lines
Diff to previous 1.18 (colored)
Updated fort77 to 1.18. No ChangeLog available.
Revision 1.18 / (download) - annotate - [select for diffs], Fri Nov 2 08:52:38 2007 UTC (4 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
Do not run arbitrary text substitutions on files in ${WRKDIR}/.*. This
made the wrapper scripts un-executable, causing the package to fail to
build.
Revision 1.17 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:54 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
Revision 1.16 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:25 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Revision 1.15 / (download) - annotate - [select for diffs], Sat Jul 16 01:19:11 2005 UTC (6 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.14: +2 -3
lines
Diff to previous 1.14 (colored)
Get rid of USE_PERL5. The new way to express needing the Perl executable around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
Revision 1.14 / (download) - annotate - [select for diffs], Fri Dec 3 15:15:00 2004 UTC (7 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. Suggested by Roland Illig, ok'd by various.
Revision 1.13 / (download) - annotate - [select for diffs], Mon Jul 21 16:54:02 2003 UTC (8 years, 10 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1,
pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
COMMENT should start with a capital letter.
Revision 1.12 / (download) - annotate - [select for diffs], Thu Jul 17 21:44:19 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
s/netbsd.org/NetBSD.org/
Revision 1.11 / (download) - annotate - [select for diffs], Mon Jun 2 01:19:04 2003 UTC (8 years, 11 months ago) by jschauma
Branch: MAIN
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
Revision 1.10 / (download) - annotate - [select for diffs], Sat Dec 7 02:38:57 2002 UTC (9 years, 5 months ago) by schmonz
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.
Revision 1.9 / (download) - annotate - [select for diffs], Thu Sep 27 23:18:16 2001 UTC (10 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
netbsd-1-5-PATCH003,
buildlink2-base,
buildlink2
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Mechanical changes to 375 files to change dependency patterns of the form foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
Revision 1.8 / (download) - annotate - [select for diffs], Sat May 19 03:56:36 2001 UTC (11 years ago) by jlam
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Use ${XARGS} instead of invoking xargs directly.
Revision 1.7 / (download) - annotate - [select for diffs], Sat Feb 17 09:07:06 2001 UTC (11 years, 3 months ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
Move the COMMENT from being in its own file to a definition in the package Makefile.
Revision 1.6 / (download) - annotate - [select for diffs], Mon Aug 21 21:01:31 2000 UTC (11 years, 9 months ago) by hubertf
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE,
netbsd-1-4-PATCH003
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Update IGNORE-messages for recent changes: add ${PKGNAME} where
appropriate.
Revision 1.5 / (download) - annotate - [select for diffs], Sun Jan 9 01:19:10 2000 UTC (12 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
replaced some more commands by their ${COMMAND} counterparts
Revision 1.4 / (download) - annotate - [select for diffs], Thu Dec 16 14:56:37 1999 UTC (12 years, 5 months ago) by dmcmahill
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
fix DEPENDS
Revision 1.3 / (download) - annotate - [select for diffs], Thu Dec 16 14:30:43 1999 UTC (12 years, 5 months ago) by dmcmahill
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
changed depends from f2c-19980913 (the pkg) to just f2c (the executible)
Revision 1.2 / (download) - annotate - [select for diffs], Thu Apr 15 20:39:44 1999 UTC (13 years, 1 month ago) by tron
Branch: MAIN
CVS Tags: netbsd-1-4-RELEASE,
netbsd-1-4-PATCH001,
comdex-fall-1999
Changes since 1.1: +2 -3
lines
Diff to previous 1.1 (colored)
Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" with variable substituition of "MASTER_SITES" and "PATCH_SITES".
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Jan 14 15:48:29 1999 UTC (13 years, 4 months ago) by frueauf
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of fort77-1.14a, the driver for f2c, a fortran to C translator. Provided in pr 6733 by Rene Hexel with tweaks done by myself.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Jan 14 15:48:29 1999 UTC (13 years, 4 months ago) by frueauf
Branch: MAIN
Initial revision