Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-11 | "user-destdir" is default these days | asau | 1 | -2/+1 | |
2012-07-03 | Fix type conversion. | joerg | 5 | -1/+55 | |
2012-04-22 | Declare void function void; fixes clang build. | dholland | 2 | -1/+17 | |
2012-02-06 | Add csh scripts to REPLACE_CSH and add USE_TOOLS+=csh:run | sbd | 1 | -3/+5 | |
Bump PKGREVISION | |||||
2012-01-12 | Fix build with gfortran on SunOS and possibly others. | hans | 3 | -560/+8101 | |
Also tested on NetBSD/i386 5.1 with f2c. | |||||
2011-09-12 | Fix mismatched return statements, which clang dislikes | dholland | 2 | -1/+17 | |
2010-07-30 | "fortran" -> "fortran77" except where it is clear that it isn't F77. | asau | 1 | -2/+2 | |
"fortran" is alias of "fortran77" for now, but it will change later. | |||||
2009-12-03 | Follow f2c/libf2c split: bump revision of all packages | asau | 1 | -2/+2 | |
that list Fortran in used languages. | |||||
2008-06-21 | Fix build with GCC 4 and f2c. | joerg | 4 | -1/+866 | |
2008-03-03 | Mechanical changes to add full DESTDIR support to packages that install | jlam | 1 | -4/+7 | |
their files via a custom do-install target. | |||||
2008-01-19 | Reset maintainer on his request. | wiz | 1 | -2/+2 | |
2006-07-21 | Needs a C compiler. | rillig | 1 | -2/+2 | |
2006-07-19 | Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrc | jlam | 1 | -2/+2 | |
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using the default LIBTOOL_OVERRIDE to replace libtool scripts in packages. This just formalizes the fact that LTCONFIG_OVERRIDE is not used meaningfully by pkgsrc. | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2005-12-27 | Remove PKG_FAIL fallout from f2c vs. f77 difference. | joerg | 1 | -4/+1 | |
2005-12-26 | Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386 | schmonz | 1 | -1/+4 | |
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed. | |||||
2005-12-20 | Backout last change. f2c is not correctly working here. | joerg | 3 | -204/+1 | |
2005-12-13 | Match function arguments with actual usage. Since neither me nor | joerg | 3 | -1/+204 | |
the maintainer is very fluent with Fortan, let's assume f2c knows what it was doing. | |||||
2005-11-05 | Do not intermingle build phases, CONFIGURE_DIRS can specify a list of | joerg | 7 | -689/+147 | |
directories to process. The removal of pre-configure fixes the config.* handling at the same time. Also specify the config.status overrides. Patch configure to not try to detect -lrfftw, just link the static version explicitly. Do the same for -lfftw. This ensures that we actually do get the static versions without having to worry about libtool being too clever. Retire manual config.sub hacks, this should be handled by config.guess already. <jlam> just go ahead and commit that benchfft patch and let's <jlam> never speak of it again :) | |||||
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -2/+2 | |
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-22 | Add RMD160 digests in addition to the SHA1 ones. | agc | 1 | -1/+3 | |
2005-01-12 | Nuke USE_FORTRAN and bring the f2c handling within the mk/compiler | jlam | 1 | -2/+2 | |
framework. The list of changes include: * Modify compiler.mk so that "c" is always prepended to USE_LANGUAGES, so we no longer need to say it in package Makefiles. Packages should now append to USE_LANGUAGES instead of setting it. * Create mk/compiler/f2c.mk which implements another pseudo-compiler "f2c" that may be used with any C compiler backend, e.g. PKGSRC_COMPILER= f2c ccache gcc * Teach the various "real" compiler files, e.g., sunpro.mk, mipspro.mk, etc., to use f2c if the native Fortran compiler isn't present. Packages that use Fortran should now simply include the line: USE_LANGUAGES+= fortran in the package Makefile. | |||||
2004-11-01 | Update MASTERSITES. | wiz | 1 | -3/+3 | |
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -1/+2 | |
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include. | |||||
2004-07-30 | Enable pkgviews installation. | minskim | 1 | -1/+5 | |
2004-04-11 | Convert to buildlink3. | snj | 1 | -2/+2 | |
2004-02-21 | s/algorithims/algorithms/ | snj | 1 | -2/+2 | |
2004-02-14 | CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and will | jlam | 1 | -4/+3 | |
automatically substitute for any config.{guess,sub} files found up to a directory depth of 2. | |||||
2004-01-22 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 | |
2003-10-26 | Use the built-in routines so we pick up all variable settings | mrauch | 1 | -8/+4 | |
(fixes missing -rpath link statement) | |||||
2002-12-07 | whitespace nit. | cjep | 1 | -2/+2 | |
2002-12-07 | Use CONFIG_GUESS_OVERRIDE. Makes this package build on mipsel. | cjep | 1 | -1/+5 | |
2002-09-30 | Convert to buildlink2. | wiz | 1 | -1/+2 | |
2002-09-30 | Fix LTCONFIG_OVERRIDE target. Should fix shark bulk build failure. | wiz | 1 | -2/+2 | |
2002-04-16 | Update MASTER_SITES and HOMEPAGE, as noted by Ray Phillips. | wiz | 1 | -3/+4 | |
2001-12-07 | Add patches to config.sub so macppc is recognized | jmc | 3 | -1/+29 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -3/+3 | |
2001-04-20 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -3/+5 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 2 | -5/+3 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-04-15 | revert previous change. f2c package has been fixed so that the autoconf | dmcmahill | 2 | -6/+5 | |
builtin test correctly determines runtime path. | |||||
2001-04-15 | add missing -Wl,-R.... | dmcmahill | 2 | -5/+6 | |
2001-04-09 | Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR} | wiz | 1 | -2/+2 | |
2001-03-19 | make sure this works with either f77 or f2c-f77. Fixes recently noted | dmcmahill | 2 | -8/+8 | |
problems using f77 on alpha. | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-11-07 | Use pkgsrc libtool. | skrll | 1 | -1/+3 | |
2000-05-13 | -add missing USE_FORTRAN | dmcmahill | 6 | -2/+1433 | |
-minor patches to allow the package to correctly build with either g77 or f2c. | |||||
2000-03-16 | cp -> ${CP}, chmod -> ${CHMOD} | wiz | 1 | -4/+4 | |
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+3 | |
1999-03-08 | s/gmake/${GMAKE}/ | agc | 1 | -3/+3 | |