Next | Query returned 23 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2005-06-01 22:08:01 by Johnny C. Lam | Files touched by this commit (42)
Log message:
Remove mk/autoconf.mk and mk/automake.mk and replace their usage with
USE_TOOLS and any of "autoconf", "autoconf213", \ 
"automake" or
"automake14".  Also, we don't need to call the auto* tools via
${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care
to symlink the correct tool to the correct name, so we can just use
aclocal, autoconf, etc.
   2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035)
Log message:
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
   2005-04-18 09:53:52 by Martin Husemann | Files touched by this commit (4)
Log message:
Make it compile on newer (heh!) NetBSD versions.
   2005-02-24 11:16:53 by Alistair G. Crooks | Files touched by this commit (18)
Log message:
Add RMD160 digests
   2004-09-22 10:10:08 by Johnny C. Lam | Files touched by this commit (703)
Log message:
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
   2004-03-02 21:49:04 by Krister Walfridsson | Files touched by this commit (1)
Log message:
USE_MAKEINFO=yes
   2004-01-22 08:57:11 by grant beattie | Files touched by this commit (1)
Log message:
don't assume the base system has bzcat, test for it and depend on
archivers/bzip2 if we don't have it.
   2004-01-22 08:54:07 by grant beattie | Files touched by this commit (7)
Log message:
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
   2003-07-17 23:50:07 by grant beattie | Files touched by this commit (1504)
Log message:
s/netbsd.org/NetBSD.org/
   2003-06-02 03:21:53 by Jan Schaumann | Files touched by this commit (1131)
Log message:
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.

Next | Query returned 23 messages, browsing 11 to 20 | Previous