--- /host/pernicious.glarp.com/home/huntting/src/fcron/Makefile Sun Oct 23 03:27:20 2005 +++ /host/pernicious.glarp.com/home/huntting/src/fcron/Makefile Thu Nov 10 01:03:38 2005 @@ -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,16 @@ GNU_CONFIGURE= yes USE_GMAKE= 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 +42,6 @@ ${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 --- /host/pernicious.glarp.com/home/huntting/src/fcron/files/patch-configure Tue Oct 4 11:54:23 2005 +++ /host/pernicious.glarp.com/home/huntting/src/fcron/files/patch-configure Wed Dec 31 17:00:00 1969 @@ -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 --- /host/pernicious.glarp.com/home/huntting/src/fcron/pkg-plist Tue Oct 4 11:54:23 2005 +++ /host/pernicious.glarp.com/home/huntting/src/fcron/pkg-plist Thu Nov 10 01:04:26 2005 @@ -1,4 +1,3 @@ -bin/fcrondyn bin/fcronsighup bin/fcrontab etc/fcron.allow.dist ------------------------------ cut here ------------------------------