Next | Query returned 89 messages, browsing 71 to 80 | Previous

History of commit frequency

CVS Commit History:


   2006-01-13 19:45:07 by Quentin Garnier | Files touched by this commit (1)
Log message:
Don't explicitely depend on mysql-client.  The relevant PERL package will
do whatever is necessary.  That should fix recent bulk-build breakages
from MySQL version default change.
   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-06 00:55:25 by Roland Illig | Files touched by this commit (413)
Log message:
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
   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-09-21 23:23:46 by Quentin Garnier | Files touched by this commit (3)
Log message:
Mason API has changed after version 1.28.  Add a patch to catch up with the
change (it breaks for callbacks).

Inspired from the commit to solve the same issue on the 3.4 branch of RT.

Bump PKGREVISION and Mason version requirement.
   2005-09-09 12:54:15 by Quentin Garnier | Files touched by this commit (1)
Log message:
Options names have changed, stupid me.  Bump PKGREVISION because the
dependency list was modified during this time...
   2005-09-08 15:43:05 by Quentin Garnier | Files touched by this commit (3)
Log message:
 o  Rename Makefile.options into options.mk for consistency with all other
    packages.
 o  Drop the frontend- and backend- options names and replace them with
    simpler ones, now that we have the PKG_OPTIONS_GROUP mechanism it's
    much more easier.
 o  Brick me for not having done that earlier.
   2005-08-06 08:19:41 by Johnny C. Lam | Files touched by this commit (634) | Package updated
Log message:
Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
   2005-05-26 17:00:29 by Quentin Garnier | Files touched by this commit (1)
Log message:
o PKG_SUGGESTED_OPTIONS should be set unconditionally.
o Really enforce the conflicts between backend-* and frontend-* options,
  as the recent changes in the options framework might confuse people in
  that respect.  You know have to explicitly remove the suggested options
  in your PKG_OPTIONS.rt variable.
   2005-05-25 01:35:50 by Stoned Elipot | Files touched by this commit (1)
Log message:
Use PKG_SUGGESTED_OPTIONS instead of PKG_DEFAULT_OPTIONS.

Approved by cube@

Next | Query returned 89 messages, browsing 71 to 80 | Previous