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

History of commit frequency

CVS Commit History:


   2007-12-16 13:29:17 by Matthias Scheler | Files touched by this commit (1)
Log message:
Mac OS X Leopard doesn't "InstallFlags" in "darwin.cf". We \ 
therefore don't
need to (and cannot) apply a patch to prevent that. This package builds
under Leopard now.
   2007-11-11 12:35:51 by Martti Kuparinen | Files touched by this commit (14)
Log message:
Added commented-out LICENSE=something.
   2006-10-09 14:52:36 by Joerg Sonnenberger | Files touched by this commit (47)
Log message:
Flag a number of packages I use as supporting (user-)destdir.
apg is a bit special as it has some hardcoded ownership, so
mark that as "destdir".
   2006-09-10 15:44:58 by Georg Schwarz | Files touched by this commit (1)
Log message:
improve imake support on IRIX 5
   2006-09-09 22:31:46 by Georg Schwarz | Files touched by this commit (3)
Log message:
improve support for IRIX 5 working around some bad default settings
   2006-08-03 19:35:13 by Todd Vierling | Files touched by this commit (1)
Log message:
xpkgwedge is an in-pkgsrc tool; it doesn't use PKGREVISION.  Make it 1.16.
   2006-08-02 22:26:15 by Klaus Heinz | Files touched by this commit (1)
Log message:
On Linux the Imake files need gmake, so we do _not_ need MAKE but
IMAKE_MAKE replaced in pkgxmkmf.
   2006-04-10 15:38:36 by Georg Schwarz | Files touched by this commit (5)
Log message:
Modified xmkmf support for Darwin and IRIX:
- on Darwin, pkgsrc no longer tries to set user or group when installing
  as unprivileged user, i.e. with UNPRIVILEGED set to yes.
- on IRIX (5 and 6) the system's xmkmf config files are no longer modified.
  Instead copies (that take priority with pkgsrc's xmkmf) are used for that
  purpose.
   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-01-12 20:02:34 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Add runtime dependency of xpkgwedge on imake and xmkmf.

When using non-native X11, xpkgwedge could be installed before imake
and host.def en up with just the xpkgwedge.def include. This means
that ProjectRoot as set by xorg's host.def is not used and wrong
path names are used. This run time dependency is the easiest way to
ensure proper order, but isn't perfect. Just providing a fixed host.def
and a secondary include file for Lesstif to modify breaks with
USE_XPKGWEDGE=NO, so keep the old approach.

Discussed with jlam@

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