Next | Query returned 19 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2012-03-05 04:38:12 by David A. Holland | Files touched by this commit (2)
Log message:
Add missing <fcntl.h>; may fix Solaris build.
   2012-01-04 16:09:38 by David A. Holland | Files touched by this commit (3)
Log message:
Our patch doesn't need to check for BSD before using standard headers and
functions. Update that, don't declare own sys_errlist. Fixes Linux build.
PKGREVISION -> 2 as a precaution.
   2011-11-14 02:41:08 by David A. Holland | Files touched by this commit (2)
Log message:
Don't declare own strchr(), should improve Linux build
   2011-08-29 03:33:49 by David A. Holland | Files touched by this commit (2)
Log message:
Fix "unable to infer tagged configuration" bologna from libtool. Hopefully.
   2011-03-11 11:52:26 by Zafer Aydogan | Files touched by this commit (1)
Log message:
service suspended. fetch from master_sites_backup.
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2008-08-21 21:12:53 by Tobias Nygren | Files touched by this commit (1)
Log message:
unbreak on case sensitive WRKOBJDIRS.
from Asau@#pkgsrc
   2008-08-12 15:13:34 by Alistair G. Crooks | Files touched by this commit (1)
Log message:
Install the programs with this package as well as the library
Move from BSD Makefile to libtool
Use DESTDIR
Use PKG_MANDIR
Install the programs with this package as well as the library
Make this build on Mac OS X - there was a problem with case sensitivity
Use modern regexp calls
Get rid of lint
Bump PKGREVISION
   2008-08-12 15:11:30 by Alistair G. Crooks | Files touched by this commit (9)
Log message:
Move from BSD Makefile to libtool
Use DESTDIR
Use PKG_MANDIR
Install the programs with this package as well as the library
Make this build on Mac OS X - there was a problem with case sensitivity
Use modern regexp calls
Get rid of lint
Bump PKGREVISION

Next | Query returned 19 messages, browsing 11 to 20 | previous