Age | Commit message (Expand) | Author | Files | Lines |
2013-09-12 | Only install catman page if catinstall is set. | jperkin | 1 | -3/+5 |
2013-09-12 | Restore the catman page installation. This reverts the fix for PR#42533, | jperkin | 1 | -3/+9 |
2013-04-06 | "$foo is ambiguous. Use ${foo} if you mean a Makefile variable or $$foo if | rodent | 1 | -2/+2 |
2012-10-02 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 |
2011-11-29 | Revert previous change. The missing file is part of devel/libf2c. | darcy | 1 | -4/+2 |
2011-11-29 | Add missing include file. | darcy | 1 | -2/+4 |
2010-12-14 | Update to f2c-20100903. | asau | 1 | -3/+2 |
2010-11-11 | * Accept -isysroot option (Darwin) | adam | 1 | -2/+2 |
2010-11-01 | Fix a typo. | wiz | 1 | -2/+2 |
2010-11-01 | update the distfile creation comments a bit | dmcmahill | 1 | -4/+4 |
2010-09-23 | dont -Werror with clang | ahoka | 1 | -1/+7 |
2010-07-31 | Fix integer type misuse caught by gcc 4.4. PR 43291 from Makoto Fujiwara; | dholland | 1 | -2/+2 |
2010-01-03 | Pregenerate the parser (gram.c) and disable implicit regeneration. | tnn | 1 | -3/+3 |
2009-12-28 | get rid of the catpage. Should close PR 42533. | tnn | 1 | -5/+6 |
2009-12-20 | Bypass the default setting of CPP in OS X and explicitly use /usr/bin/cpp. | jmmv | 1 | -3/+13 |
2009-12-03 | Restore YACC dependency lost during previous update. | asau | 1 | -1/+2 |
2009-12-03 | Split f2c into library (devel/libf2c) and translator packages. | asau | 1 | -39/+18 |
2009-12-01 | USE_TOOLS+=yacc - For building in semi bovine-free environments. | dsainty | 1 | -2/+2 |
2009-11-22 | Update f2c to 2009-04-11 snapshot. | asau | 1 | -30/+24 |
2009-10-31 | Don't enforce linking in MAIN__. Bump package revision. | asau | 1 | -4/+12 |
2009-01-05 | add handling for darwin gcc's -install_name, -compatiblity_version and | dbj | 1 | -2/+2 |
2008-04-30 | When calling 'cc -c' use a stripped down version of CFLAGS that | dmcmahill | 1 | -2/+2 |
2007-12-16 | # Many failures - this is *very* far from safe. | gdt | 1 | -1/+4 |
2007-09-25 | Back out previous. Pointed out by uebayasi@ and martti@. | hira | 1 | -4/+4 |
2007-08-16 | Add DESTDIR support. | joerg | 1 | -1/+5 |
2007-06-17 | Make this package build on case-insensitive filesystems by renaming | minskim | 1 | -2/+4 |
2007-02-05 | - The f2c-f77 script that emulates a fortran comiler has deviated so much | dmcmahill | 1 | -3/+4 |
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -7/+7 |
2005-12-01 | In the post-extract target avoid trying to gunzip a particular | dmcmahill | 1 | -2/+10 |
2005-07-15 | Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making | jlam | 1 | -3/+2 |
2005-05-15 | Note where gzip or gunzip is required by the package since it isn't | jlam | 1 | -1/+3 |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 |
2005-01-28 | update to f2c-20001205nb8 | dmcmahill | 1 | -2/+2 |
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -2/+2 |
2004-09-22 | Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST. | jlam | 1 | -2/+1 |
2004-09-15 | - don't hard code the c compiler name. | dmcmahill | 1 | -1/+3 |
2004-09-14 | libtool-ize this for building its shared libs instead of using | dmcmahill | 1 | -22/+4 |
2004-04-09 | Do not override LIBOWN and LIBGRP. | minskim | 1 | -1/+2 |
2004-03-23 | USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined. | jlam | 1 | -2/+2 |
2004-02-17 | bl3ify. rename post-patch target to do-configure, as the compiler is | grant | 1 | -3/+3 |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 |
2002-08-27 | Use buildlink2. | jlam | 1 | -2/+2 |
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 1 | -1/+1 |
2002-07-02 | PKGSRCDIR -> PKGDIR. pkg/17457 by rafal. | wiz | 1 | -2/+2 |
2002-06-17 | fix PLIST and build on mipsel machines where all code is PIC so we don't | dmcmahill | 1 | -1/+10 |
2002-01-22 | fix the f2c-f77 handling of the '-m' flag. Needed in preparation for | dmcmahill | 1 | -2/+2 |
2001-11-29 | Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in | hubertf | 1 | -2/+2 |
2001-07-18 | Mark as USE_BUILDLINK_ONLY. | jlam | 1 | -1/+3 |
2001-04-22 | teach the f2c-f77 script about "-pg" (generate profiled code). | dmcmahill | 1 | -2/+2 |