Age | Commit message (Collapse) | Author | Files | Lines |
|
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
|
|
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
|
|
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
|
|
|
|
|
python*-pth packages into meta-packages which will install the non-pth
packages. Bump PKGREVISIONs on the non-pth versions to propagate the
thread change, but leave the *-pth versions untouched to not affect
existing installations.
Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
|
|
for pkglint. CATEGORIES:s/local/sysutils/.
Addresses PR 25542.
|
|
patch provided by: FUKAUMI Naoki fun at naobsd dot org
|
|
The Xen virtual machine monitor allows running several virtual machines
on a single physical machine. The xentools12 package contains the
tools to create, destroy and control the virtual machines.
The xentools12 package contains the tools for Xen v1.2.
|