summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2002-03-11- Install locale files into correct directory under SunOS.tron4-10/+31
- Fix problem with unwanted change of "charset.aliases" more cleanly.
2002-03-11Update "fileutiles" package to version 4.1.7. Changes since version 4.0tron3-15/+36
include a security fix, many bug fixes and new features like the "shred" command.
2002-03-07Update to 2.9.wiz2-7/+5
Changes: The memory sizing code has been completely rewritten. By default Memtest86 gets a memory map from the BIOS that is now used to find available memory. A new online configuration option provides three choices for how memory will be sized, including the old "probe" method. The default mode generally will not test all of memory, but should be more stable. See the "Memory Sizing" section for details. Testing of more than 2gb of memory should now work. A number of bugs were found and corrected that prevented testing above 2gb. Testing with more than 2gb has been limited and there could be problems with a full 4gb of memory. Memory is divided into segments for testing. This allow for frequent progress updates and responsiveness to interactive commands. The memory segment size has been increased from 16 to 32mb. This should improve testing effectivness but progress reports will be less frequent. Minor bug fixes.
2002-03-07memtest has been renamed to memtest86.wiz9-135/+2
2002-03-07Re-import memtest as memtest86 (more similar to its original name, andwiz8-0/+133
who knows, a memtest package might come soon ;).
2002-03-07Add a missing definition so this will compile on 1.5 systemsjmc2-1/+14
2002-03-04Import cpuburn-1.4:abs1-1/+2
The cpuburn programs are designed to load x86 CPUs as heavily as possible for the purposes of system testing. They have been optimized for different processors. FPU and ALU instructions are coded an assembler endless loop. They do not test every instruction. The goal has been to maximize heat production from the CPU, putting stress on the CPU itself, cooling system, motherboard (especially voltage regulators) and power supply (likely cause of burnBX/MMX errors).
2002-03-04Crap... (Literally)abs12-803/+0
2002-03-04Import cpuburn-1.4:abs16-0/+849
The cpuburn programs are designed to load x86 CPUs as heavily as possible for the purposes of system testing. They have been optimized for different processors. FPU and ALU instructions are coded an assembler endless loop. They do not test every instruction. The goal has been to maximize heat production from the CPU, putting stress on the CPU itself, cooling system, motherboard (especially voltage regulators) and power supply (likely cause of burnBX/MMX errors).
2002-03-04Generalize the handling for packages where "fetch" and "fetch-list"fredb1-10/+1
only emit a message and don't actually fetch anything. This allows us to make the output of "fetch-list" for these packages consistent with other packages. While we're in here, integrate DYNAMIC_MASTER_SITES with the ${ORDERED_SITES} macro. The only functional change here is that ${MASTER_SITE_OVERRIDE} is now respected. Still to do -- something appropriate for "fetch-list" for these packages, like sourcing "getsites.sh" into the generated script. (Well, "package", but there are two others that do something similar in their "Makefile".) Also eliminate the misbegotten _FETCH_ALLFILES macro -- now that only "fetch" uses it, move it's functionality directly under "do-fetch".
2002-03-03Mark with OSVERSION_SPECIFIC to prevent it from printinv warnings:hubertf1-1/+2
lsof: WARNING: compiled for NetBSD release 1.5.1_ALPHA; this is 1.5.3_ALPHA.
2002-03-01.Dt should have uppercase argument; explain what happens when -outfile is notwiz1-5/+6
given; punctuation nit and markup improvement.
2002-03-01Enable adjustkernelmjl1-1/+2
2002-03-01Initial import of adjustkernel, a tool to generate a kernel configmjl5-0/+224
from dmesg.
2002-02-26Wherever "make fetch" simply echos a message, let "make fetch-list|sh"fredb1-6/+12
echo the message, too.
2002-02-25Use the default EXTRACT_CMD instead of a hand-crafted one, as the defaultjlam2-4/+3
is sufficient.
2002-02-25Make it compile after alpha conversion in usb.h.augustss2-5/+5
2002-02-21Set MAINTAINER to packages@netbsd.orgzuntum1-2/+2
2002-02-18Introduce new framework for handling info files generation and installation.seb12-28/+31
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2002-02-15mkdir -> ${MKDIR}skrll3-10/+10
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-02-15Test for file /etc/rc.subr and not /etc/rc.d.seb1-2/+2
2002-02-13Bump PKGREVISION for apm fix from pkg/15577.wiz1-1/+2
2002-02-13Zero out APM structure before use. pkg/15577 by Johan Danielsson.wiz2-1/+14
2002-02-12Adjust HOMEPAGE and MASTER_SITES: hioslo.no -> hio.noseb1-3/+3
2002-02-11Update to 0.11.19:wiz7-83/+9
* Mouse bindings ignore all modifiers except shift, control and alt at all times. Reported by Martin Uddén. * Fixed sloppy pointer-to-int cast that gave warning on 64-bit systems (Alphas). Reported by Jesse Perry. * The Information command can now optionally display the output of 'file' in its window. Suggested by Christian Richter. Do note that this *requires* your 'file' command to support the "-f - -n" option combo. See configure.in for details. * If executing a child process fails, gentoo now sometimes shows an error rather than just dying. This is an improvement. * Added some more -W options to gcc, that scared out some sloppy code that got fixed (even in widgets/). I like killing warnings. * Updated About's copyright for the new year. Time flies. :) * RenameSeq no longer opens its window if there's no selection. * Should now compile on NetBSD, too. Thanks to Pehr Johansson for the original patch. * String input fields (created with '{Is}') can now be set to use asterisks to hide entered text. To do this, add an asterisk in the definition, after the label part, e.g.: '{Is:"Password"*}'. * gentoo now supplies the window manager with a prettier icon, and now also groups its windows, most of the time at least.
2002-02-08Fix MASTER_SITES (ugly).wiz1-2/+2
2002-02-07Fix conflict with devel/id-utils package's gid command: the GNU id command isseb2-4/+6
now installed as $PREFIX/bin/gnuid and not as $PREFIX/bin/gid. Bump PKGREVISION along the way. This resolves PR pkg/13906.
2002-02-06Changes instances where BSD_INSTALL_* were used by targets in the Makefilejlam1-2/+2
into the equivalent INSTALL_*. This is fallout from the change in revision 1.915 that removed ${MAKE_ENV} from the environment for a recursive make.
2002-02-05/bin/mkdir -> ${MKDIR}.skrll1-2/+2
Make the print-PLIST target output ${MKDIR} also.
2002-02-05Don't hardcode /usr/X11R6 when making directories or running X basedskrll1-2/+2
programs such as mkfontdir use ${X11BASE} instead. Also pick up a couple of /bin/chmod -> ${CHMOD}s
2002-02-05Solaris' test binary (test/[) doesn't grok "-e". Replace with "-f".jlam5-16/+16
Noted by Stoned Elipot <seb@netbsd.org> in private email.
2002-01-29Upgrade fdgw to fdgw-20020127wennmach6-97/+10
(provided by Ken'ichi Fukamachi <fukachan@fml.org>) The new version provides cleaner Makefiles, contains all patches from pkgsrc, and in addition adresses a missing directoy problem on the netbsd-1-5 branch before September, 2001.
2002-01-29add and enable gentoowiz1-1/+2
2002-01-29Initial import of gentoo-0.11.18, provided by Pehr Johansson in pkg/15393,wiz9-0/+244
with buildlinking and other minor changes by me: gentoo is a modern, powerful, flexible, and utterly configurable file manager for UNIX systems, written using the GTK+ toolkit. It aims to be 100% graphically configurable; there's no need to edit config files by hand and then restart the application. gentoo is somewhat inspired in its look & feel by the classic Amiga program DirectoryOpus.
2002-01-28Remove duplicate Unix from PKGNAME.wiz1-2/+2
2002-01-27Upgrade to roller 1.10:kim2-5/+5
- fixes API problem in the proc-ftp filter
2002-01-27Move message outputted by INSTALL into a MESSAGE file where it is morejlam2-23/+3
appropriate.
2002-01-27Use auto-extract code for .shar files.jlam1-2/+1
2002-01-26Upgrade to roller-1.9:kim3-6/+7
- BIND9, lukemftpd, new cyrus daemons and vtund added. - Better per-recipient reports for rejected mail.
2002-01-26Updated p5-Unix-Unix-Syslog to 0.98 (provede by Shell Hung in pkg/15351)martti3-7/+8
- distname now is Unix-Syslog - When calling libc-syslog() internally, pass message as string argument, not as format string - Instead of quoting percent-signs in syslog()-wrapper, simply pass the string to libc-syslog() as string argument via %s - Copy ident-argument using some Perl-API functions. Just using a reference counter had unwanted side-effects
2002-01-24Restrict to new-toolchain systems because of assembler problems.wiz1-2/+2
2002-01-23Upgrade to version 4.61. NetBSD related fixes/features from theatatat2-10/+11
release notes are: 4.61 January 22, 2002 Updated field output example Perl scripts in the scripts/ subdirectory to discover the lsof path, starting at .. and proceding through the PATH environment variable's directories. ... In response to a report from Joshua Wright <Joshua.Wright@jwu.edu> modified NetBSD and OpenBSD Configure stanzas and sources so that lsof can be built when there is no system source tree (e.g., /usr/src/sys). ... Corrected a bug in the matching of IPv4 addresses, mapped in IPv6 addresses, to an IPv4 paramter to an -i option.
2002-01-21fix a printf format string. Fixes recently noted build problems on alpha.dmcmahill2-1/+15
2002-01-18use python buildlink filedrochner1-7/+3
2002-01-10Don't hardcode the location of the other rc.d scripts as @RCD_SCRIPTS_DIR@jlam1-3/+5
as they might not be there depending on whether INSTALL_RCD_SCRIPTS is set in /etc/mk.conf when the package is built. Instead, assume that the other rc.d scripts are in the same place as this "meta" script and locate them using "dirname $0". Problem noted by Stoned Elipot <seb@netbsd.org> in private email.
2002-01-08Fix description.jlam1-3/+3
2002-01-08Fix obvious pasto, and remove "required_files" line as upslog (unlikejlam1-3/+2
upsmon) doesn't need a config file.
2002-01-07We don't know the state of object files in $BSDSRCDIR, so we alwayswennmach3-3/+32
"make clean" before building. This will remove all soft links pointing to .o files, not the object files themselves. Also, we now mention in the Makefile that a kernel with 'pseudo-device vnd 4' is required in the install stage.
2002-01-07Add support for Plextor PX-W2410A.tron2-1/+14
2002-01-03Oops. Missing more lines.taca1-1/+3