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

History of commit frequency

CVS Commit History:


   2006-06-20 01:09:59 by Johnny C. Lam | Files touched by this commit (1)
Log message:
Improve the DEINSTALL script by checking for the presence of the data
directory before promping the user to remove it.  Also rewrite in style
expected by pkginstall framework.
   2006-06-17 21:26:11 by Roland Illig | Files touched by this commit (1)
Log message:
Removed obsolete definitions of {DE,}INSTALL_SRC. Bumped PKGREVISION.
   2006-06-17 21:00:08 by Roland Illig | Files touched by this commit (3)
Log message:
Fixed pkglint warnings. Due to the definition of INSTALL_SRC, the
CONF_FILES_PERMS settings currently don't have any effect. Bumped
PKGREVISION, since the ownership of one file might change.
   2006-06-12 18:28:13 by Thomas Klausner | Files touched by this commit (156)
Log message:
Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable)
for SDL shlib changes.
   2006-05-18 18:22:26 by Joerg Sonnenberger | Files touched by this commit (4)
Log message:
Use config file framework. Bump revision.
   2006-04-22 11:22:18 by Roland Illig | Files touched by this commit (231)
Log message:
Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
   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-21 19:57:42 by Johnny C. Lam | Files touched by this commit (47)
Log message:
Update package Makefile now that bsd.pkg.extract.mk is using the
"extract" script for extraction.  Many cases where a custom EXTRACT_CMD
simply copied the distfile into the work directory are no longer
needed.  The extract script also hides differences between pax and
tar behind a common command-line interface, so we no longer need code
that's conditional on whether EXTRACT_USING is tar or pax.
   2006-01-04 09:58:47 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Forgotten distinfo commit. Rightfully blamed by wiz@

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