Next | Query returned 79 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2010-01-03 02:38:00 by Tobias Nygren | Files touched by this commit (3)
Log message:
Pregenerate the parser (gram.c) and disable implicit regeneration.
Drop yacc(1) dependency.
This solves the circular dependency \ 
f2c->bison->libiconv->libtool-base->f2c
   2009-12-28 12:42:19 by Tobias Nygren | Files touched by this commit (3)
Log message:
get rid of the catpage. Should close PR 42533.
   2009-12-23 01:48:20 by Aleksej Saushev | Files touched by this commit (2)
Log message:
Pull in system prototypes instead of defining own ones.
From <joerg>.
   2009-12-23 01:32:17 by Aleksej Saushev | Files touched by this commit (1)
Log message:
Detect absense of mkdtemp and mkstemp functions.
Should unbreak build on Solaris. PR pkg/42428
   2009-12-20 13:27:57 by Julio M. Merino Vidal | Files touched by this commit (1)
Log message:
Bypass the default setting of CPP in OS X and explicitly use /usr/bin/cpp.
This makes f2c work.  Bump PKGREVISION.

The default CPP points to gcc, which broke f2c because gcc is unable to
preprocess Fortran files as the Fortran compiler is not installed.
Surprisingly, /usr/bin/cpp is just a wrapper around gcc, but it explicitly
passes '-x c' to cpp to force the language to be C and bypass the .F
extension.
   2009-12-03 13:48:37 by Aleksej Saushev | Files touched by this commit (1) | Package updated
Log message:
Restore YACC dependency lost during previous update.
   2009-12-03 13:39:59 by Aleksej Saushev | Files touched by this commit (12) | Package removed
Log message:
Split f2c into library (devel/libf2c) and translator packages.
Requested by <joerg>.
   2009-12-01 11:09:17 by David Sainty | Files touched by this commit (1)
Log message:
USE_TOOLS+=yacc - For building in semi bovine-free environments.
   2009-11-23 18:12:30 by Matthias Scheler | Files touched by this commit (1)
Log message:
Use ${BSD_INSTALL_DATA} instead of ${INSTALL_FILE} which is only available
under NetBSD and conflicts with a "pkgsrc" setting.

The "f2c" package now builds and installs under Mac OS X (Snow Leopard).
   2009-11-23 16:30:29 by Tobias Nygren | Files touched by this commit (2)
Log message:
fix grammar to make bison happy

Next | Query returned 79 messages, browsing 21 to 30 | Previous