summaryrefslogtreecommitdiff
path: root/sysutils/bkpupsd
AgeCommit message (Collapse)AuthorFilesLines
2015-11-04Add SHA512 digests for distfiles for sysutils categoryagc1-1/+2
Problems found with existing digests: Package memconf distfile memconf-2.16/memconf.gz b6f4b736cac388dddc5070670351cf7262aba048 [recorded] 95748686a5ad8144232f4d4abc9bf052721a196f [calculated] Problems found locating distfiles: Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9 Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-03-11Remove example rc.d scripts from PLISTs.jperkin1-2/+1
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or ignored otherwise.
2013-09-10Drop -Wno-traditional for clang.joerg1-1/+6
2013-04-01Fails on a fast build machine with MAKE_JOBS=4 and SSD.joerg1-1/+3
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-4/+1
2008-10-22- Fix install problem on recent NetBSD current.taca4-15/+49
- Add DESTDIR support. Bump PKGREVISION.
2007-12-02Remove Ex-MASTER_SITE. From Zafer Aydogan.wiz1-3/+2
2007-09-16avoid automatic handling of rc.d script.obache1-1/+2
2007-06-16Oops, add missing backslash.taca1-2/+2
2007-06-16Trying to fix bulk build problem again.taca1-3/+4
2007-06-07Add more INSTALLATION_DIRS.taca1-4/+3
2007-06-07Add INSTALLATION_DIRS to create ${PREFIX}/sbin directory.taca1-2/+3
2007-03-15Update one of MASTER_SITES.taca1-2/+2
2006-09-29update bkpupsd to 2.2.1; fix a small but critical bug.taca2-6/+6
* correct timing of pid file creation again.
2006-08-27Update bkpupsd package to 2.2.0.taca6-53/+17
* Clean up copyright notice. * Change timing of pid file creation. * Stop using uu_lock(). * Add FREQUPS A seriese entry.
2006-06-18Added {BIN,MAN}{OWN,GRP} to MAKE_ENV, which fixes unprivileged builds.rillig1-2/+4
Bumped PKGREVISION.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
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
2005-05-02RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.reed1-1/+2
And always is defined as share/examples/rc.d which was the default before. This rc.d scripts are not automatically added to PLISTs now also. So add to each corresponding PLIST as required. This was discussed on tech-pkg in late January and late April. Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2005-01-04Add proper support for RCD_SCRIPTS_EXAMPLEDIR change.taca3-3/+18
2005-01-04- make lines of MESSAGE shorter.taca5-20/+41
- Cast (void *) second argument to cgetent(3) to compile on NetBSD current and prior. - Remove blank line of manual page.
2004-12-31Try to fix bulk-build problem; take care of cgetent(3)'s argument.taca3-3/+23
Bump package revision.
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed1-2/+2
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-12-14This package's original files assume heavily BSD code base.taca1-1/+4
It might work on FreeBSD, but currently I restrict this package only for NetBSD.
2004-10-11RCD_SCRIPTS_EXAMPLEDIR was just changed to be a relative directoryreed1-2/+2
under ${PREFIX} instead of being an absolute path. So fix the references using RCD_SCRIPTS_EXAMPLEDIR to be ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}. This should have no changes to use before. Please note that the MESSAGE files in most cases are wrong in the first place. We have automated mechanisms and could have an automated message for explaining rc.d script usage. (This is something to do!)
2004-05-04Convert to buildlink3.snj1-2/+2
2004-04-27Get rid of PKGRCDIR definition since it has not been used by thisreed1-2/+1
package since 2003/07/31.
2004-04-23Fix references to rc.d scripts. This package uses RCD_SCRIPTSreed1-2/+2
which installs to ${RCD_SCRIPTS_EXAMPLEDIR}. But the MESSAGE referred to wrong hard-coded location if the RCD_SCRIPTS_EXAMPLEDIR was not the default. So use RCD_SCRIPTS_EXAMPLEDIR instead. PKGREVISION not bumped because if someone had changed RCD_SCRIPTS_EXAMPLEDIR before recent change of autoregistration of rc.d script in PLIST, then it could not have been packaged in first place. Note that this commit does not imply that the MESSAGE is correct. In some cases, the MESSAGE is clearly wrong such as suggesting running the rc.d script from the example directory (which will work although).
2004-04-23mk/bsd.pkg.install.mk now automatically registersreed1-2/+1
the RCD_SCRIPTS rc.d script(s) to the PLIST. This GENERATE_PLIST idea is part of Greg A. Woods' PR #22954. This helps when the RC_SCRIPTS are installed to a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later, the default RCD_SCRIPTS_EXAMPLEDIR will be changed to be more clear that they are the examples.) These patches also remove the etc/rc.d/ scripts from PLISTs (of packages that use RCD_SCRIPTS). (This also removes now unused references from openssh* makefiles. Note that qmail package has not been changed yet.) I have been doing automatic PLIST registration for RC_SCRIPTS for over a year. Not all of these packages have been tested, but many have been tested and used. Somethings maybe to do: - a few packages still manually install the rc.d scripts to hard-coded etc/rc.d. These need to be fixed. - maybe remove from mk/${OPSYS}.pkg.dist mtree specifications too.
2003-07-31Convert to the bsd.pkg.install.mk framework:jmmv6-13/+70
- Honour PKG_SYSCONFDIR. - Install configuration files in sample directory and copy them to PKG_SYSCONFDIR when appropiate. - Use RCD_SCRIPTS to handle installed rc.d script. Use buildlink2 too. Bump PKGREVISION to 1.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-12Update bkpupsd 2.1.2.taca3-12/+11
2003-03-12 Takahiro Kambe <taca@back-street.net> * bump version, 2.1.2. * improve startup script for NetBSD. 2003-01-21 Takahiro Kambe <taca@back-street.net> * bump version, now 2.1.1a. * create "waiting indication file."
2002-12-22Update bkpupsd package to 2.1.1. No functional change.taca5-35/+9
from CHANGES: * bump version, now 2.1.1. * Update copyright notice. * Update my mail address. * Fix LP64 problem from NetBSD pkgsrc. * Add kernel patch for NetBSD 1.6_STABLE, it should be OK on NetBSD 1.6 release. * Fix compile problem on FreeBSD 4.5 Release reported from Naoki IDO <ido@hitachi-ms.co.jp>. * Add kernel patch for FreeBSD 4.4 based on mail from Yasuhiro Abe <abe@dzn.co.jp>. * Convert shell script patching FreeBSD 3.4 into normal patch file. * 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.
2002-06-05Add an empty "scriptsinstall" target to scripts/Makefile. If this isn'tcjep2-1/+15
present, this package won't build with newer BSD mk magic (e.g. in 1.6_BETA1 and so on.)
2002-01-21fix a printf format string. Fixes recently noted build problems on alpha.dmcmahill2-1/+15
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-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-07-29Change MAINTAINER to me, since taca@kyoto.jepro.co.jp is authortaca1-2/+2
not maintainer.
2001-05-07fix on alpha. (type mismatch).dmcmahill4-1/+29
while here use the DEFAULT_SERIAL_DEVICE setting to hopefully have a better default on most machines.
2001-05-04Initial import of bkpupsd, a simple UPS daemonwiz4-0/+41
for the BK-Pro, BK series and FREQUPS F series UPS by Mitsubishi. Addresses pkg/9541 by Takahiro Kambe. (Correct directory this time, misimport was deleted.)