summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2001-12-26Added fdgw.wennmach1-1/+2
2001-12-26fdgw is a toolkit to build a one-floppy NetBSD system (on i386 machines).wennmach7-0/+136
It provides two NetBSD floppy versions, an ADSL router, and a NAT system. Provided by Ken'ichi Fukamachi in PR 14171.
2001-12-25Update to 2.8. Changes since 2.6:wiz4-76/+12
o Eric Biederman reworked the build process making it far simpler and also to produce a network bootable ELF image. o Re-wrote the memory and cache speed detection code. Previuosly the reported numbers were inaccurate for intel CPU's and completely wrong for Athlon/Duron CPU's. o By default the serial console is disabled since this was slowing down testing. o Added CPU detection for Pentium 4. o Expanded workaround for errors caused by BIOS USB keyboard support to include test #5. o Re-worked L1 / L2 cache detection code to provide clearer reporting. o Fixed an obvious bug in the computation of cache and memory speeds. o Changed on-line menu to stay in the menu between option selections. o Fixed bugs in the test restart and redraw code. o Adjusted code size to fix compilation problems with RedHat 7.1. o Misc updates to the documentation.
2001-12-25Remove duplicate line.wiz3-6/+3
2001-12-22Revert previous as the problem with AUTOMAKE_OVERRIDE has been fixed injlam1-5/+1
bsd.pkg.mk to be much more precise about the files that are touched.
2001-12-21Upgrade to version 4.60. NetBSD related fixes/features from theatatat2-6/+7
release notes are: 4.60 November 9, 2001 Added special handling to and corrected bugs in the matching of IPv4 in IPv6 addresses to -i6:<...> selectors. ... Made lsof's method of killing its child process more robust, based on a suggestion from Bela Lubkin <belal@caldera.com>. ... Modified all dialect Makefile segments to accept select -v #define's from the environment -- a builder's comment, host, logname, system information and user name. This was done for Bela Lubkin, so he can "tune" the -v output when he packages lsof in the upcoming Caldera OSR 5.0.7 release. The relevant #define from the last note is LSOF_BLDCMT which is currently assigned the value "NetBSD pkgsrc rocks!" :)
2001-12-21Fix the config directory to point to ${PKG_SYSCONFDIR}.jlam1-2/+3
2001-12-20Use "gmake" to fix build problems caused by "AUTOMAKE_OVERRIDE".tron1-3/+4
2001-12-19Add perl BUILD_DEPENDENCY. Should fix bulk build failure.wiz1-1/+2
2001-12-19Correct DISTNAME and WRKSRC. Fixes bulk build problem.wiz1-4/+4
2001-12-19Update bkpupsd to 2.1.taca6-33/+37
Fri Jun 15 16:27:52 2001 Takahiro Kambe <taca@kyoto.jepro.co.jp> * Add files for NEWLAYOUT style FreeBSD ports contributed by yrsh2scp@mbox.nc.kyushu-u.ac.jp (Yoshifumi R. Shimizu). * remove package support for NetBSD since bkpupsd is now included in NetBSD package collection. Mon Mar 5 15:00:03 2001 Takahiro Kambe <taca@kyoto.jepro.co.jp> * bump version, now 2.1. * now parameter for shutdown(8) may be specified in upstab. Inspired by proposal from yrsh2scp@mbox.nc.kyushu-u.ac.jp (Yoshifumi R. Shimizu). * correct spelling mistake noted from yrsh2scp@mbox.nc.kyushu-u.ac.jp (Yoshifumi R. Shimizu)
2001-12-19Make this package work on "newsmpis" and "sgimips" machines. Patchestron2-1/+26
supplied by Thilo Manske in PR pkg/14998.
2001-12-19Make this package's build working again after AUTOMAKE_OVERRIDE becameseb1-1/+5
the default: *.in files are touched , unfortunately fileutils-4.0/m4/Makefile.am is generated from fileutils-4.0/m4/Makefile.am.in, as is this leads to in the Makefile.am being regenerated (with GNU make required) and GNU "auto*" being invoked. Added a touch in a new post-configure target to overcome this situation, as _AUTOMAKE_PATTERNS_FIND is out of reach.
2001-12-15Updated to 0.97 (provided by Shell Hung in pkg/14934)martti2-5/+5
Changes : - A bug fixed in XS file - Better test script
2001-12-15* Don't display temporary files (.etcupdate.filename)martti3-6/+6
* A minor manual page fix
2001-12-12Don't display temporary files (.etcupdate.filename).martti2-4/+4
2001-12-04Set environment variables in one place before executing "make distribution".martti2-9/+13
2001-12-04By default, prevent invocation of GNU "auto*" driven by the generatedjlam1-2/+1
Makefiles during the build process by touching various auto{conf,make} source files to make them up-to-date. Packages that require regenerating the configure script and Makefile.in files should make the appropriate calls to auto{conf,make} in a pre-configure target. This allows the various targets listed in ${_CONFIG_PREREQ} to modify the generated files without triggering the GNU auto* tools and having the modifications be overwritten.
2001-12-03Miscellaneous man page fixes.wiz1-2/+2
2001-12-02bsd.pkg.install.mk calls the INSTALL script at the right timesjlam2-10/+2
automatically, so no need to do it ourselves.
2001-12-01Updated to 20011201. Changes since last commit:martti3-56/+78
* The -b switch requires now argument * The -s switch defines the location of /usr/src/etc (used to be /usr/src) * Manual page fixes * Better menu after merge * Possibility to undo merge Usage: # etcupdate -s /some/where/src/etc or # mkdir /tmp/temproot # cd /tmp/temproot # tar xzf /some/where/etc.tgz # etcupdate -b /tmp/temproot
2001-11-30Buildlink'ifyjlam1-3/+4
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf8-16/+20
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-28Path to ups-nut forget one ../ in DEPENDSjmc1-2/+2
2001-11-26Update to 0.3.1nb1: Adjust to new apm schemehubertf3-7/+9
Hinted at by Love <lha@stacken.kth.se> in PR 14555.
2001-11-26Use PKG_{USERS,GROUPS} instead of PKG_{USER,GROUP}.jlam2-13/+12
2001-11-26Add 'new' NetBSD-apm support, based on patch from Love in pkg/14554.wiz3-3/+16
Bump version to 1.4.2nb1.
2001-11-26Add 'new' NetBSD-apm support, based on patch from Love in pkg/14553.wiz3-6/+15
Make PKGNAME dewey-compatible, and bump it to 1.3.1nb1.
2001-11-26Update to 2.11, with 'new' NetBSD-apm supported provided by Love.wiz2-7/+6
[Patch from pkg/14550 applied in distfile.]
2001-11-26The buildlink.mk files for gtk and pth are implied by imlib/buildlink.mk.jlam1-7/+5
Also some minor whitespace changes.
2001-11-26Correct handling of directories in PLIST: we create empty directories withjlam1-3/+2
mkdir for use by other gkrellm-* packages, but we use @dirrm to remove them at deinstallation.
2001-11-26MKDIR and RMDIR are already substituted by bsd.pkg.mk.jlam1-3/+1
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam1-2/+3
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-25PKG_SYSCONFDIR is where the configuration files for a package may be found.jlam1-2/+3
This value may be customized in various ways: PKG_SYSCONFBASE is the main config directory under which all package configuration files are to be found. PKG_SYSCONFSUBDIR is the subdirectory of PKG_SYSCONFBASE under which the configuration files for a particular package may be found. PKG_SYSCONFDIR.${PKGBASE} overrides the value of ${PKG_SYSCONFDIR} for a particular package. Users will typically want to set PKG_SYSCONFBASE to /etc, or accept the default location of ${PREFIX}/etc. This obsoletes the use of CONFDIR, which was active for only 6 days, so no need to have a workaround to still accept old CONFDIR settings.
2001-11-23Changed the -b argument. Now etcupdate is used like this:martti3-31/+67
# etcupdate -s /usr/src or # mkdir /tmp/etc && cd /tmp/etc && tar xf /some/where/etc.tgz # etcupdate -b -s /tmp/etc
2001-11-22Added a new switch (-b binfile) to allow binary upgrades for thosemartti3-40/+69
who don't have the /usr/src/etc directory. Usage example: etcupdate -b /some/where/etc.tgz
2001-11-22Change to the root directory (/) before running mtree to set the directorymartti2-4/+4
permissions. Without this fix mtree was creating new directories in /usr/src/etc which was not so nice...
2001-11-22no need to PROVIDE anything since this isn't part of the dependency graphlukem1-2/+1
2001-11-21These rc.d scripts are copied to ${RCD_SCRIPTS_DIR} == /etc/rc.d, so changejlam5-31/+31
the test for pre-rc.d systems to just whether /etc/rc.subr is present.
2001-11-21Be smarter about how to control the UPS drivers. If upsdriver_type isjlam1-11/+30
unset, then we use upsdrvctl to control the UPS drivers. Otherwise, we control the one specified by ${upsdriver_type}.
2001-11-21Modify script so that it's easier to copy-and-paste when creating similarjlam1-13/+13
scripts for other packages.
2001-11-21Remove an extra run_rc_commands line, and set _arg in pre-rc.d case.jlam1-2/+2
2001-11-21Strongly buildlinkify.jlam3-13/+18
2001-11-21Buildlinkify, respect ${CONFDIR}, and use general INSTALL/DEINSTALL scripts.jlam12-200/+248
Also replace rc.d scripts with much better ones by Luke Mewburn <lukem@wasabisystems.com> that were slightly editted by me to have some minimal functionality on pre-rc.d systems.
2001-11-21Clarified few things, reference more with the .Xr macro, etc.martti1-10/+14
I did not update the version tag because this is only minor fix to the manual page. Otherwise we would have several versions per day as this tool is still under construction...
2001-11-21Bump version number to 20011121martti1-2/+2
2001-11-21- Emphasize that the 'i' command will overwrite local modificationmartti1-4/+4
- Some s/file/files/
2001-11-21Move the individual UPS drivers from ${PREFIX}/bin tosimonb5-33/+60
${PREFIX}/sbin/ups-drivers.
2001-11-20Lots of formatting improvements, and remove incorrect HISTORY section.wiz1-57/+53
2001-11-20Add RCS Id.jlam1-1/+3