./devel/gmake, GNU version of make utility

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.81, Package name: gmake-3.81, Maintainer: pkgsrc-users

Make is a tool which controls the generation of executables and
other non-source files of a program from the program's source files.

Make gets its knowledge of how to build your program from a file
called the makefile, which lists each of the non-source files and
how to compute it from other files. When you write a program, you
should write a makefile for it, so that it is possible to use Make
to build and install the program.

This is the GNU version of make.


Master sites: (Expand)

SHA1: 41ed86d941b9c8025aee45db56c0283169dcab3d
RMD160: 79d418e1258ec0d6ba08b1431a4ade3fec54c2b2
Filesize: 1124.458 KB

Version history: (Expand)


CVS history: (Expand)


   2009-12-02 20:50:38 by Soren Jacobsen | Files touched by this commit (2)
Log message:
Switch to the bzip2 distfile, as requested in PR pkg/30553.
   2009-10-30 19:33:33 by Adam Hoka | Files touched by this commit (1)
Log message:
Generate distinfo for previous commit.
   2009-10-30 19:20:04 by Adam Hoka | Files touched by this commit (1)
Log message:
Fix compilation with PCC.
   2008-04-13 00:43:15 by Johnny C. Lam | Files touched by this commit (370)
Log message:
Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
   2006-10-09 14:52:36 by Joerg Sonnenberger | Files touched by this commit (47)
Log message:
Flag a number of packages I use as supporting (user-)destdir.
apg is a bit special as it has some hardcoded ownership, so
mark that as "destdir".
   2006-07-06 14:45:50 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Require msgfmt, when NLS is desired.
   2006-04-17 09:07:54 by Johnny C. Lam | Files touched by this commit (528)
Log message:
Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
   2006-04-13 20:27:24 by Johnny C. Lam | Files touched by this commit (6)
Log message:
BROKEN_GETTEXT_DETECTION already defaults to "no".