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

History of commit frequency

CVS Commit History:


   2010-02-19 21:40:23 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Use REAL_ROOT_USER. Bump version.
   2009-06-14 20:11:03 by Joerg Sonnenberger | Files touched by this commit (14)
Log message:
Remove @dirrm entries from PLISTs
   2009-04-09 02:48:18 by Joerg Sonnenberger | Files touched by this commit (109)
Log message:
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.
   2008-06-13 09:13:57 by David Brownlee | Files touched by this commit (1)
Log message:
fix DESTDIR issue
   2008-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134)
Log message:
Add DESTDIR support.
   2007-01-15 03:50:07 by Roland Illig | Files touched by this commit (2)
Log message:
Updated pkg_alternatives to 1.4.

Changes since 1.3:
- Added support for non-standard PKGMANDIR.
   2006-09-20 15:00:02 by Roland Illig | Files touched by this commit (1)
Log message:
Fixed the path to the manual page. Adjusted CHECK_INTERPRETER_SKIP.
   2006-09-20 14:53:21 by Roland Illig | Files touched by this commit (1)
Log message:
It's pkg_alternatives(8), not (1).
   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.

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