summaryrefslogtreecommitdiff
path: root/sysutils/daemontools
AgeCommit message (Collapse)AuthorFilesLines
2006-01-14This package's installation bears little resemblance to DJB'sschmonz5-71/+16
instructions. We're not ready to accommodate /package yet, but we can at least avoid giving bad advice and installing a misleading rc.d script. Setting up svscan and /service for the first time can be confusing enough for a new user on its own merits. Bump PKGREVISION.
2006-01-13DJB's unportable error.h is called src/error.h here. *sigh*joerg1-1/+3
2006-01-11Set DJB_SLASHPACKAGE=YES.schmonz1-8/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
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-17Ensure that DJB_ERRNO_HACK and any other configure-time actionsschmonz1-4/+6
apply, by setting ${WRKSRC} appropriately during the "configure" phase. This had been the only usage of DJB_CONFIG_DIR. Fixes build on glibc>=2.3.1 systems, otherwise no visible change.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-09Standardize handling of additional distfiles (such as externallyschmonz2-11/+13
supplied manual pages) across djbware.
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-2/+1
useful.
2005-03-23Whitespace.schmonz1-20/+20
2005-03-23Take advantage of mk/djbware.mk.schmonz1-9/+4
2005-03-13In packages with djb-style compile scripts, properly enquote ${CC}schmonz1-4/+4
and ${CFLAGS}. This fixes the build of net/djbdns, as well as any other of these packages passing down PKG_SYSCONFDIR via CFLAGS, as well as being more generally correct for arbitrary user-defined CFLAGS. Suggested by jlam. For consistency across djbware in pkgsrc: * In math/djbfft's and sysutils/daemontools's do-configure targets, remove leading @ from ${ECHO} lines; from the former, also remove unneeded single quotes from one such line. * Rename net/publicfile's pre-build and sysutils/service-config's post-patch targets to do-configure. * In sysutils/checkpassword's do-configure target, reorder creation of conf-cc, conf-ld, and conf-home. All of the affected packages have been verified to compile. XXX These packages probably have enough build goo in common to XXX warrant an mk/djbware.mk. I'll investigate this post-freeze.
2005-02-24Add RMD160 digests.agc1-1/+3
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-08-25Sync file(1) test for shell script with the one in subst.mk. Makes itsnj1-2/+2
correctly identify svscanboot(8) as a shell script on IRIX. Committed for schmonz.
2004-07-26Enable pkgviews installation.schmonz1-1/+5
2004-07-22Clarify RESTRICTED. Set USE_BUILDLINK3=yes. Respect ${VARBASE}.schmonz1-5/+7
Rename post-patch to do-configure. Take MAINTAINER.
2004-05-02Update sysutils/daemontools to 0.76. This closes PR pkg/25153.xtraeme4-24/+37
Changes: The package now installs in /package/admin/daemontools. There are three new utilities: svscanboot, readproctitle, and pgrphack. multilog now accepts SIGALRM to force log rotation. svscan now checks for the existence of /service/blah/log rather than checking whether /service/blah is sticky.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2002-12-09Replace "true" by "${TRUE}".tron1-2/+2
2002-04-18Replace STRIPFLAG with _STRIPFLAG_CC to fix pkg/15467.yyamano1-2/+2
2002-02-15mkdir -> ${MKDIR}skrll1-2/+2
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-10-22Minor changes:zuntum3-18/+14
o use @@SERVICEDIR@@ instead of /service as substitution imput, same with /usr/local/ ( -> @@PREFIX@@ ) o fit in 80 columns o rewrite pkg/DEINSTALL
2001-10-22Switch to date-versioned manpages tarballs, as requestedzuntum2-6/+6
by Gerrit Pape <pape@smarden.org> in private mail: >Since I plan to make an updated set of manpages for djbdns in the next weeks, >I decided to switch to date-versioning the archives to not break the BSD >ports in future. The newest archive will always be accessible through >ftp://ftp.innominate.org/pub/pape/djb/djbdns-1.05-man.tar.gz >This is a symlink to >ftp://ftp.innominate.org/pub/pape/djb/djbdns-1.05-man-20010502.tar.gz >right now. The date-version is always YYYYMMDD. Thanks for the note!
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-3/+5
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-27Remove my website from MASTER_SITESzuntum1-3/+2
2001-03-26* ${CC} -s -> ${CC} ${STRIPFLAG}zuntum1-4/+4
* sync quoting in all Bernstein's packages
2001-03-16Change my email address to zuntum@netbsd.orgzuntum1-2/+2
2001-03-06 * Set NO_BIN_ON_CDROM and NO_BIN_ON_FTP due to djb's licencehubertf1-1/+5
Binary pkgs will be nuked off ftp.netbsd.org in a second.
2001-02-26 No functional changes:hubertf5-26/+29
* grab manpage from .tar.gz instead of patch file * minor fixes in the Makefile Patch sent by Tomasz Luchowski <zuntum@eik.pl> in private mail.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-27Added daemontools-0.7: hubertf7-0/+136
Daemontools is a small set of /very/ useful utilities, from Dan Bernstein. They are mainly used for controlling processes, and maintaining logfiles. Submitted by Tomasz Luchowski <zuntum@eik.pl> in PR 11674.