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

History of commit frequency

CVS Commit History:


   2012-05-20 08:24:54 by John Marino | Files touched by this commit (1)
Log message:
www/htdig: Fix unwanted directory removal

Add share/htdig/common to INSTALLATION_DIRS since it's installing files
there.  Without it, share/htdig/common is left over after www/htdig is
deinstalled.
   2011-12-05 11:18:18 by Thomas Klausner | Files touched by this commit (34)
Log message:
Update htdig using htdig-devel. Update packages using it
and bump their PKGREVISIONs. Remove htdig-devel.
   2011-12-01 10:55:58 by Thomas Klausner | Files touched by this commit (3)
Log message:
Use DEINSTALL script instead of unexec rm. Bump PKGREVISION.
Untested since this doesn't compile with recent C++ compilers.
   2009-12-17 20:35:03 by David Brownlee | Files touched by this commit (1)
Log message:
+PKG_DESTDIR_SUPPORT
   2009-11-30 02:28:46 by David A. Holland | Files touched by this commit (2)
Log message:
Fix broken LP64 build.
   2009-06-15 00:00:42 by Joerg Sonnenberger | Files touched by this commit (316)
Log message:
Convert @exec/@unexec to @pkgdir or drop it.
   2007-12-02 13:32:41 by Thomas Klausner | Files touched by this commit (1)
Log message:
Remove Ex-MASTER_SITEs. From Zafer Aydogan.
   2007-01-24 11:25:15 by Stephen Borrill | Files touched by this commit (3)
Log message:
Stop htnotify coredumping if prefix or suffix file settings aren't set.
Inspired by ftp://ftp.ccsf.org/htdig-patches/3.1.6/htnotifyNull.0
Plus some pkglint cleanups.
   2006-04-10 14:20:32 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
synonyms.db is generated by INSTALL, so don't put it into PLIST,
but remove it on deinstall. Bump revision.
   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 43 messages, browsing 11 to 20 | Previous