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

History of commit frequency

CVS Commit History:


   2007-05-13 22:59:48 by Alistair G. Crooks | Files touched by this commit (3)
Log message:
Fix compilation errors on NetBSD-current.
   2007-02-22 20:27:30 by Thomas Klausner | Files touched by this commit (721)
Log message:
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
   2007-01-31 01:04:13 by Thomas Klausner | Files touched by this commit (36)
Log message:
Mark as BROKEN_IN pkgsrc-2006Q4, based on
ftp://asim.lip6.fr/outgoing/packages/i386/3.1/20070114.1132/broken.html
(latest 3.1/i386 bulk build of 2006Q4).

Feel free to fix them...
   2006-08-24 21:17:53 by Lex Wennmacher | Files touched by this commit (1)
Log message:
pkglint - no functional changes.
   2006-08-24 19:59:04 by Lex Wennmacher | Files touched by this commit (3)
Log message:
Make the X11 components of arla an option.
Submitted by david l goodrich in PR pkg/33400.
   2006-08-24 15:25:41 by Lex Wennmacher | Files touched by this commit (6)
Log message:
Update arla to 0.43.

Major changes since last version:

* Security fix: access control for `fs setcacheparams'

* Support 64-bit files on 32-bit systems

* Arla now binds to a random port if the default port is busy

* Emulate rename between same-cell volumes by doing copy+remove

* Allow setting workers in arla.conf

* (Improved) support for several OS/machine combinations

* Other fixes
   2006-04-06 05:20:54 by Johnny C. Lam | Files touched by this commit (24)
Log message:
List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
   2006-04-06 04:41:44 by Johnny C. Lam | Files touched by this commit (5)
Log message:
Override some directory paths at installation time via the make command
line rather than patching their values directly in the Makefiles.
   2006-03-14 15:09:35 by Johnny C. Lam | Files touched by this commit (2)
Log message:
Adapt to pkginstall framework changes.  This was missed in the original
commit.
   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 68 messages, browsing 11 to 20 | Previous