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

History of commit frequency

CVS Commit History:


   2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082)
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
   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-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 10:03:12 by Alistair G. Crooks | Files touched by this commit (133)
Log message:
Add RMD160 digests
   2004-10-03 02:15:03 by Todd Vierling | Files touched by this commit (518)
Log message:
Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
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-05-29 14:20:15 by Juan Romero Pardines | Files touched by this commit (3)
Log message:
Update to 0.6.6.

Changes:

0.6.6 (29 May 2004)

 * Use dependency tracking in Makefile's because cscc supports it.
 * Make word sizes dynamic, and remove __WORDSIZE.
 * Implement "fcntl".
 * Implement the basic infrastructure for socket and netdb functions.
 * Import inet* routines from glibc.
 * Mismatched definitions for __pt_thread_run and __syscall_seek (Gopal V).
   2004-05-14 10:04:04 by Juan Romero Pardines | Files touched by this commit (4)
Log message:
Update to 0.6.4.

Changes:

0.6.4 (13 March 2004)

        * Time functions.
        * Use "__declspec(thread)" to mark thread-specific variables.
        * Signal handling functions.
        * Move the pthread routines out of libc into a separate library.
        * Implement the rest of libpthread.
        * Group file functions (e.g. "getgrent").
        * Clean up the mmap-related stubs.
        * Implement strerror, strsignal, perror, and psignal.
        * Number conversion routines like atoi, strtod, etc.
        * Remove "__module" and "__csharp__" as they are \ 
deprecated.
        * Use the new-style syntax for accessing the C# library.
        * Add <assembly/foo.h> files for importing C# assemblies.
        * Add <csharp.h> to provide handy definitions for C# interoperation.
        * Remove support for memory models as they are no longer required.
        * Stub out some of the locale routines.
        * Add pnetc.spec.in (Russell Stuart).
        * Detect "ilranlib" correctly in "configure.in"
   2004-03-18 10:12:18 by Johnny C. Lam | Files touched by this commit (232)
Log message:
Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
   2004-03-05 20:25:43 by Johnny C. Lam | Files touched by this commit (256)
Log message:
Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
   2004-02-27 08:37:04 by Juan Romero Pardines | Files touched by this commit (10)
Log message:
bl3ify

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