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

History of commit frequency

CVS Commit History:


   2009-06-14 20:00:35 by Joerg Sonnenberger | Files touched by this commit (19)
Log message:
Remove @dirrm entries from PLISTs
   2007-01-08 04:42:13 by Roland Illig | Files touched by this commit (2)
Log message:
Made the package work for unprivileged users by installing the set-uid
binary with 4511 instead of 4111. Generally, there should be no problem
with these binaries being readable by their owner.
   2006-09-09 04:43:12 by OBATA Akio | Files touched by this commit (39)
Log message:
Rename variable MAKEFILE to MAKE_FILE.
   2006-04-30 18:12:01 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Include bin/dpputlinks as installed on NetBSD and DragonFly.
Bump revision.
   2006-04-21 04:07:54 by Berndt Josef Wulf | Files touched by this commit (20)
Log message:
Implemented changes for this package to use the REQD_DIR and CONF_FILES
framework for the installation of the configuration files.
Fixed compile warning message due to implicit casting
   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-24 23:27:07 by Joerg Sonnenberger | Files touched by this commit (13)
Log message:
Add DragonFly support. Fix an ambigious statement.
   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-06 10:11:00 by David Brownlee | Files touched by this commit (52)
Log message:
Fix NetBSD statvfs check to be >= 299000900 not >= 200040000
No pkgrevision bumps needed.

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