- version 0.61 -> 0.70 (went from alpha to beta)
- Fake
This commit is contained in:
parent
d4e5434214
commit
85cc724b6d
@ -1,11 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2000/02/28 11:52:46 camield Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2000/03/13 09:24:03 camield Exp $
|
||||
|
||||
DISTNAME= daemontools-0.61
|
||||
DISTNAME= daemontools-0.70
|
||||
HOMEPAGE= http://cr.yp.to/daemontools.html
|
||||
CATEGORIES= sysutils
|
||||
MAINTAINER= cd@sentia.nl
|
||||
HOMEPAGE= http://cr.yp.to/daemontools.html
|
||||
|
||||
LICENSE_TYPE= NONE
|
||||
PERMIT_PACKAGE_CDROM= 'be conservative'
|
||||
PERMIT_PACKAGE_FTP= 'be conservative'
|
||||
PERMIT_DISTFILES_CDROM= 'be conservative'
|
||||
@ -14,10 +13,12 @@ PERMIT_DISTFILES_FTP= 'be conservative'
|
||||
MASTER_SITES= http://cr.yp.to/daemontools/ \
|
||||
ftp://ftp.id.wustl.edu/pub/qmail/
|
||||
|
||||
NO_CONFIGURE= yes
|
||||
ALL_TARGET= default
|
||||
NO_CONFIGURE= Yes
|
||||
ALL_TARGET= default WRKINST=${WRKINST}
|
||||
INSTALL_TARGET= setup check
|
||||
|
||||
FAKE= Yes
|
||||
|
||||
pre-build:
|
||||
@echo ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc
|
||||
@echo ${PREFIX} > ${WRKSRC}/conf-home
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (daemontools-0.61.tar.gz) = a7cee1b1f381f87ebba46f1614cb0034
|
||||
RMD160 (daemontools-0.61.tar.gz) = ddf9077675915441146df65bc729a4df2de9c8de
|
||||
SHA1 (daemontools-0.61.tar.gz) = 4139cabe603f7aa2ad28044558d39a149654bd1f
|
||||
MD5 (daemontools-0.70.tar.gz) = c88e8c5e4453b4df41571f60eaa0baf3
|
||||
RMD160 (daemontools-0.70.tar.gz) = bbc7ac1387abdecd7f392858e0c0e7a4c70223f1
|
||||
SHA1 (daemontools-0.70.tar.gz) = e4af3b5e6fa5a85fb86fe8d80248421f0f8765ff
|
||||
|
15
sysutils/daemontools/patches/patch-Makefile
Normal file
15
sysutils/daemontools/patches/patch-Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
$OpenBSD: patch-Makefile,v 1.1 2000/03/13 09:24:04 camield Exp $
|
||||
|
||||
Needed for fake installation.
|
||||
|
||||
--- Makefile.orig Mon Mar 13 10:10:01 2000
|
||||
+++ Makefile Mon Mar 13 10:10:17 2000
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
auto_home.c: \
|
||||
auto-str conf-home
|
||||
- ./auto-str auto_home `head -1 conf-home` > auto_home.c
|
||||
+ ./auto-str auto_home ${WRKINST}`head -1 conf-home` > auto_home.c
|
||||
|
||||
auto_home.o: \
|
||||
compile auto_home.c
|
@ -1,11 +1,11 @@
|
||||
$OpenBSD: patch-rights,v 1.1.1.1 2000/02/28 09:38:03 camield Exp $
|
||||
$OpenBSD: patch-rights,v 1.2 2000/03/13 09:24:04 camield Exp $
|
||||
|
||||
This port wants to change the rights on PREFIX/ and PREFIX/bin to 02755.
|
||||
Usually PREFIX is /usr/local. The rights on /usr/local and /usr/local/bin
|
||||
should be 0755 according to /etc/mtree/4.4BSD.dist.
|
||||
|
||||
--- hier.c.orig Sat Jan 15 13:41:51 2000
|
||||
+++ hier.c Sat Jan 15 13:43:52 2000
|
||||
--- hier.c.orig Mon Mar 6 06:21:09 2000
|
||||
+++ hier.c Mon Mar 13 10:09:49 2000
|
||||
@@ -2,9 +2,9 @@
|
||||
|
||||
void hier()
|
||||
@ -16,5 +16,5 @@ should be 0755 according to /etc/mtree/4.4BSD.dist.
|
||||
- d(auto_home,"bin",-1,-1,02755);
|
||||
+ d(auto_home,"bin",-1,-1,0755);
|
||||
|
||||
c(auto_home,"bin","setuidgid",-1,-1,0700);
|
||||
c(auto_home,"bin","envuidgid",-1,-1,0755);
|
||||
c(auto_home,"bin","svscan",-1,-1,0755);
|
||||
c(auto_home,"bin","supervise",-1,-1,0755);
|
||||
|
@ -1,8 +1,9 @@
|
||||
daemontools is a collection of tools for managing UNIX services.
|
||||
|
||||
supervise monitors a service. It starts the service and restarts the
|
||||
service if it dies. Setting up a new service is easy: all supervise
|
||||
needs is a directory with a run script that runs the service.
|
||||
supervise monitors a service. It starts the service and restarts
|
||||
the service if it dies. Setting up a new service is easy: all
|
||||
supervise needs is a directory with a run script that runs the
|
||||
service.
|
||||
|
||||
multilog saves error messages to one or more logs. It optionally
|
||||
timestamps each line and, for each log, includes or excludes lines
|
||||
|
@ -1,6 +1,8 @@
|
||||
bin/envdir
|
||||
bin/envuidgid
|
||||
bin/fghack
|
||||
bin/multilog
|
||||
bin/setlock
|
||||
bin/setuidgid
|
||||
bin/softlimit
|
||||
bin/supervise
|
||||
|
Loading…
Reference in New Issue
Block a user