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

History of commit frequency

CVS Commit History:


   2005-12-29 07:22:26 by Johnny C. Lam | Files touched by this commit (597)
Log message:
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
   2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432)
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
   2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539)
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
   2005-02-24 14:10:14 by Alistair G. Crooks | Files touched by this commit (192)
Log message:
Add RMD160 digests.
   2004-04-25 07:08:53 by Soren Jacobsen | Files touched by this commit (1)
Log message:
Convert to buildlink3.
   2004-02-08 14:36:20 by grant beattie | Files touched by this commit (2)
Log message:
don't override variables which pkgsrc already sets in MAKE_ENV.
fixes build on Solaris.
   2003-12-09 20:17:37 by Ben Collver | Files touched by this commit (4)
Log message:
Update the format string in dbase.build.c also.

Fix the format string and types to work on older versions of NetBSD, in
addition to FreeBSD and SunOS.
   2003-12-09 16:56:57 by Ben Collver | Files touched by this commit (4) | Package updated
Log message:
In include/config.h, uint32 was by default defined as an unsigned long.
However (because of -DTW_TYPE32='int' being added to CFLAGS for an LP64 fix
in revision 1.3 of patches/patch-aa) uint32 is defined as an unsigned int.
This caused two problems:
1) The format string in include/tripwire.h was not updated to match.
2) On NetBSD, off_t is __int64_t.

I am changing the format string in tripwire.h to match uint32.  I also
changed the type of the variable "size" from uint32 to off_t, and changed
its format string to match intmax_t.

This fixes the sparc64 coredump mentioned in PR 19391.
   2003-12-09 16:40:20 by Ben Collver | Files touched by this commit (1)
Log message:
Actually set MASTER_SITES to site mentioned in revision 1.16.
   2003-12-05 06:40:32 by Ben Collver | Files touched by this commit (8)
Log message:
Replace all uses of mktemp() with mkstemp() and close PR 23640.

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