summaryrefslogtreecommitdiff
path: root/sysutils/bkpupsd/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2008-10-22- Fix install problem on recent NetBSD current.taca1-3/+5
- 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.taca1-2/+2
* correct timing of pid file creation again.
2006-08-27Update bkpupsd package to 2.2.0.taca1-5/+4
* 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-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-01-04Add proper support for RCD_SCRIPTS_EXAMPLEDIR change.taca1-2/+3
2005-01-04- make lines of MESSAGE shorter.taca1-2/+2
- 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.taca1-2/+2
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-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.
2003-07-31Convert to the bsd.pkg.install.mk framework:jmmv1-4/+14
- 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.taca1-4/+4
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.taca1-3/+5
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.
2001-12-19Update bkpupsd to 2.1.taca1-4/+12
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-07-29Change MAINTAINER to me, since taca@kyoto.jepro.co.jp is authortaca1-2/+2
not maintainer.
2001-05-07fix on alpha. (type mismatch).dmcmahill1-1/+5
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 daemonwiz1-0/+13
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.)