Next | Query returned 55 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2006-04-28 20:13:25 by Johnny C. Lam | Files touched by this commit (3)
Log message:
Update courier-maildir to 0.53.1.  Changes from version 0.52.2 include:

  + Install some of the HTML documentation in the locations expected by
    courier-mta.

  * fixes to the Maildir+ quota support.
   2006-03-14 02:14:36 by Johnny C. Lam | Files touched by this commit (134)
Log message:
Modify the pkginstall framework so that it manages all aspects of
INSTALL/DEINSTALL script creation within pkgsrc.

If an INSTALL or DEINSTALL script is found in the package directory,
it is automatically used as a template for the pkginstall-generated
scripts.  If instead, they should be used simply as the full scripts,
then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC
explicitly, e.g.:

	INSTALL_SRC=	${PKGDIR}/INSTALL
	DEINSTALL_SRC=	# emtpy

As part of the restructuring of the pkginstall framework internals,
we now *always* generate temporary INSTALL or DEINSTALL scripts.  By
comparing these temporary scripts with minimal INSTALL/DEINSTALL
scripts formed from only the base templates, we determine whether or
not the INSTALL/DEINSTALL scripts are actually needed by the package
(see the generate-install-scripts target in bsd.pkginstall.mk).

In addition, more variables in the framework have been made private.
The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are
more sensible names given the very few exported variables in this
framework.  The only public variables relating to the templates are:

	INSTALL_SRC		INSTALL_TEMPLATE
	DEINSTALL_SRC		DEINSTALL_TEMPLATE
				HEADER_TEMPLATE

The packages in pkgsrc have been modified to reflect the changes in
the pkginstall framework.
   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.
   2006-01-19 03:14:13 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Replace FILES_SUBST_SED usage with SUBST framework.
   2006-01-03 06:33:11 by Johnny C. Lam | Files touched by this commit (3) | Package updated
Log message:
Update mail/courier-maildir to 0.52.2.  This update uses the maildir
code from courier-0.52.2 which has no changes from the code in 0.52.1.
The only change is that "fam" is no longer a package option (or a
dependency) for courier-maildir.
   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-17 06:20:24 by Johnny C. Lam | Files touched by this commit (50)
Log message:
Change my MAINTAINER email address to the one I've been using for
pkgsrc work.
   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-11-11 08:42:08 by Roland Illig | Files touched by this commit (1)
Log message:
Make sure PKGNAME is set when we need it.
   2005-11-11 08:29:26 by Roland Illig | Files touched by this commit (1)
Log message:
Changed a comment: Instead of setting PKGBASE, packages including this file
should set PKGNAME before.

Next | Query returned 55 messages, browsing 31 to 40 | Previous