Age | Commit message (Collapse) | Author | Files | Lines |
|
variables so that the default INSTALL/DEINSTALL scripts from the
pkginstall framework do the right thing. Where possible, move some
post-install directions for package setup into MESSAGE files so that
they may be re-inspected by querying the installed package using
"pkg_info -D ...".
|
|
patches from Juergen for 3.99.14.
|
|
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.
|
|
NO_BUILD, USE_LIBTOOL.
|
|
|
|
which actually contains the right up-to-date file versions, and thus:
* compilation fixes for 2.0 and -curren
* adaptation to the device cloner changes in -current
|
|
and -current, as well as adaptation to the device cloner changes in -current.
|
|
struct proc to l_dupfd in struct lwp
also, the archive is now wrapped classic way, so no ${WRKSRC} override
is necessary
|
|
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
|
|
my noncommitted LKM changes.
Pointed out by Juergen Hannken-Illjes in private e-mail, adresses
PR pkg/22538.
|
|
Changes since previous version:
* make compilable with kernel >1.6V - the proc->lwp change was backed
off
* included files.vmware to distribution, to help easily compile
the modules into kernel, rather than compiling than as LKM
The proc->lwp backout fix for >1.6V contributed in pkg/22538
by Juergen Hannken-Illjes.
|
|
|
|
|
|
This fixes compilation of the module on stock -current and 1.6.1
Adresses PR pkg/22014 by Todd Vierling
|
|
change the package version to 3.2.1.1 to accomodate introduction of teeny
version number by VMware
list of changes isn't available, presumably bugfixes only
|
|
whose "/etc/mk.conf" defines it with "BSDSRCDIR?=...".
|
|
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
|
|
- don't call install with multiple directory args.
- remove unnecessary trailing slashes.
|
|
|
|
with -current. Also drop -Werror from compilation, which migh have
caused problems for 1.6.
Switch to bzip2 for distribution - this shrinks archive by about 20k.
|
|
now compile and work for -current (1.6G+, confirmed with 1.6P)
|
|
|
|
VMWare Workstation 3.2. (3.0/3.1 should work, too.)
Tested on 1.6.1_RC1 only.
|