1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

- Fix fcron crashing with disabling of fcrondyn

- Get rid of unnessesary patch

PR:		ports/88883
Submitted by:	maintainer
This commit is contained in:
Sergey Matveychuk 2005-11-12 21:23:49 +00:00
parent 98e938099e
commit d1d2c30a56
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148064
4 changed files with 5 additions and 26 deletions

View File

@ -8,7 +8,7 @@
PORTNAME= fcron
PORTVERSION= 3.0.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
http://fcron.free.fr/
@ -20,17 +20,17 @@ COMMENT= A periodic command scheduler
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_PERL5_BUILD= yes
USE_PERL5_BUILD=yes
CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc --with-cflags="${CFLAGS}" \
--with-rootname=root --with-rootgroup=wheel \
--with-docdir=${DOCSDIR}
--with-docdir=${DOCSDIR} --with-fcrondyn=no
WRKSRC= ${WRKDIR}/fcron-${PORTVERSION}
USE_RC_SUBR= fcron
SUB_FILES= pkg-message
MAN1= fcrondyn.1 fcrontab.1
MAN1= fcrontab.1
MAN5= fcron.conf.5 fcrontab.5
MAN8= fcron.8
@ -43,7 +43,6 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/fcron ${PREFIX}/sbin
${INSTALL_PROGRAM} -g fcron -o fcron -m 6111 ${WRKSRC}/fcrontab ${PREFIX}/bin
${INSTALL_PROGRAM} -g fcron -m 4110 ${WRKSRC}/fcronsighup ${PREFIX}/bin
${INSTALL_PROGRAM} -g fcron -o fcron -m 6111 ${WRKSRC}/fcrondyn ${PREFIX}/bin
.for f in fcron.allow fcron.conf fcron.deny
${INSTALL_DATA} -g fcron -m 640 ${WRKSRC}/files/${f} ${PREFIX}/etc/${f}.dist
.endfor

View File

@ -1,2 +1,3 @@
MD5 (fcron-3.0.0.src.tar.gz) = 55e92f8536c8b52c9b73b96a6a3e0fe3
SHA256 (fcron-3.0.0.src.tar.gz) = 861e0ea68525f960e512aaebbc09d5848a9862982038a14a3e65c9e74ff2650e
SIZE (fcron-3.0.0.src.tar.gz) = 409015

View File

@ -1,20 +0,0 @@
--- configure.orig Tue Oct 4 18:39:16 2005
+++ configure Tue Oct 4 18:42:04 2005
@@ -11767,17 +11767,9 @@
fi
;;
*)
- if test -d "$withval"; then
etcdir="$withval"
echo "$as_me:$LINENO: result: $withval" >&5
echo "${ECHO_T}$withval" >&6
- else
- { { echo "$as_me:$LINENO: error:
-Directory $withval does not exist" >&5
-echo "$as_me: error:
-Directory $withval does not exist" >&2;}
- { (exit 1); exit 1; }; }
- fi
;;
esac
else

View File

@ -1,4 +1,3 @@
bin/fcrondyn
bin/fcronsighup
bin/fcrontab
etc/fcron.allow.dist