Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* testing more than 2gb of memory
* support for some ECC error reporting chipsets
* serial console improvements
* netbooting is fixed
* LinuxBIOS support
* add new "bit fade" extended test
* use dynamic relocation information records to become PIC, instead of
requiring 2 copies of memtest86 in the binary
* many bugfixes
|
|
|
|
|
|
|
|
|
|
|
|
UULoadFileWithPartNo(), with apologies to anyone who's updated within
the last three minutes.
|
|
including buffer overrun errors, and adds a handful of little improvements
to the library and programs.
|
|
|
|
|
|
|
|
In particular, when SPECIFIC_PKGS is set in /etc/mk.conf, you can now do
sh mk/bulk/build
and have the right thing happen. Only those packages explicitly listed
and those which are depended upon are considered for the build. Other
than the restricted list of packages, the bulk build works the same way
as a full bulk build.
|
|
revision 1.5
date: 2004/04/06 05:56:07; author: agc; state: Exp; lines: +14 -11
Fix signature verification after pkg_add and friends were changed to use
fexec() - trying to exec "gpg --verify %s" won't work with fexec, so split
up the command into separate words.
|
|
|
|
patches weren't applied before.
|
|
|
|
SECURITY [CAN-2003-0020]: escape arbitrary data before writing into the errorlog
The three patches are from Apache cvs.
http://cvs.apache.org/viewcvs.cgi/apache-1.3/src/
Also bump PKGREVISION too.
|
|
So added: INSTALLATION_DIRS= man/man1
The alternative would be to add a BSD_INSTALL_MAN_DIR
to the patch-aa.
|
|
|
|
|
|
|
|
Closes PR pkg/25092 by Kouichirou Hiratsuka.
|
|
${PREFIX}/info.
|
|
|
|
using -ldb3 alone don't complain about missing symbols. This fixes the
build of some programs (like nvi), as exposed in Linux.
|
|
using -ldb4 alone don't complain about missing symbols. This fixes the
build of some programs (like evolution-data-server), as exposed in Linux.
|
|
files. On most platforms this resolves back to "${ECHO} -n".
|
|
|
|
|
|
|
|
"""
Patch for fixing a long standing bug in xmbmon version 2.00-2.03
(April 7, 2004): here; this is for 2nd and 3rd temperatures in Winbond
chips with ISA access (no problem with SMBus access).
"""
Bump both mbmon's/xmbmon's PKGREVISIONs to 1.
|
|
|
|
doesn't crash on common configuration. Fixes PR 24982 by Gary Duzan.
Also, silently try to delete the configuration directory not to wipe the
user's configuration when updating the package.
Finally, mark this package as NetBSD and SunOS only, since it will fail
on other platforms by lack of default configuration.
Bump PKGREVISION.
|
|
netbsd-1-6 branch on 2004-04-01, then pretend it's openssl-0.9.6m.
|
|
|
|
from pkgsrc-wip, packaged by drue at users dot sf.net.
NetBeans-IDE is a pure Java IDE.
NetBeans is dedicated to providing rock solid software development products
(NetBeans IDE, NetBeans Platform) that address the needs of developers, users
and the businesses who rely on NetBeans as a basis for their products.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added Matroska support.
|
|
Add Matroska support.
|
|
|
|
|
|
container format library.
Matroska aims to become THE Standard of Multimedia Container Formats.
It was derived from a project called MCF, but differentiates from it
significantly. It is based on EBML (Extensible Binary Meta Language),
a binary derivative of XML.
Matroska is designed with the future in mind. It incorporates features
you would expect from a modern container format, like:
- Streamable over internet (HTTP and RTP)
- Fast seeking in the file
- High error recovery
- Menus (like DVDs have)
- Chapter entries
- Selectable subtitle streams
- Selectable audio streams
- Modularly extendable
From pkgsrc-wip, submitted by Sergey Svishchev.
|
|
configuration files.
From now on, mk.conf is first searched under the value passed to the
sysconfdir argument (which defaults to ${prefix}/etc, to match pkgsrc's
PKG_SYSCONFDIR default value). If not found, /etc/mk.conf is tried, to
not break existing installations which have the file in that location.
This is done to help with non-root installations of pkgsrc.
Also change pkgsrc's PKG_SYSCONFBASE value to match what is given to
sysconfdir, for consistency.
While doing this, rename $opsys.own.mk files to $opsys.own.mk.in for clarity,
as they now need sed replacements to work (i.e., the SYSCONFDIR stuff).
|
|
|