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

History of commit frequency

CVS Commit History:


   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-03-01 23:59:45 by Thomas Klausner | Files touched by this commit (1)
Log message:
Work around CHECK_FILES problems with this package.
tron@ ok.
   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-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-11-06 15:52:44 by Lubomir Sedlacik | Files touched by this commit (16) | Package updated
Log message:
Sync SuSE 9.1 packages with latest updates.
   2005-08-06 00:40:24 by Thomas Klausner | Files touched by this commit (4)
Log message:
Update zlib rpm for two security fixes. Bump PKGREVISION.
   2005-08-06 00:28:12 by Thomas Klausner | Files touched by this commit (1)
Log message:
Fix typo in ONLY_FOR_PLATFORM.
   2005-07-20 17:32:50 by Krister Walfridsson | Files touched by this commit (1)
Log message:
The Linux support for NetBSD/amd64 has not been pulled up in the
netbsd-3 branch, so limit this package to 3.99 or newer.
   2005-07-09 02:06:11 by Krister Walfridsson | Files touched by this commit (1)
Log message:
Do not include files that don't exist.
   2005-06-25 12:47:57 by Matthias Scheler | Files touched by this commit (5)
Log message:
Add support for NetBSD-amd64. Based on patches supplied by Nicolas Joly
in PR pkg/30582.

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