Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Aug 2001 14:37:49 -0500
From:      "David W. Chapman Jr." <dwcjr@inethouston.net>
To:        Will Andrews <will@physics.purdue.edu>
Cc:        ports@freebsd.org
Subject:   Re: cvs commit: ports/sysutils/fcron Makefile
Message-ID:  <20010825143748.J53260@leviathan.inethouston.net>
In-Reply-To: <20010825142739.M35352@bohr.physics.purdue.edu>
References:  <200108242259.f7OMxmD37685@freefall.freebsd.org> <20010824193607.A59099@peitho.fxp.org> <20010825170156.B33864@mithrandr.moria.org> <20010825142326.L35352@bohr.physics.purdue.edu> <20010825142313.I53260@leviathan.inethouston.net> <20010825142739.M35352@bohr.physics.purdue.edu>

next in thread | previous in thread | raw e-mail | index | archive | help

--+QahgC5+KEYLbs62
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Sat, Aug 25, 2001 at 02:27:39PM -0500, Will Andrews wrote:
> On Sat, Aug 25, 2001 at 02:23:13PM -0500, David W. Chapman Jr. (dwcjr@inethouston.net) wrote:
> > I tried to patch configure.in, but apparently it still doesn't fix 
> > it, so if anyone wants to help me out, I'd appreciate it.
> 
> So post your patch?  Since the port doesn't use USE_AUTOCONF but
> GNU_CONFIGURE instead, it would appear that the problem lies in
> your patch, but w/o further information there is nothing I can
> say about it...
> 
Since you put it that way I think I'll just do that.  I think my 
problem was I missed a line I was supposed to comment out though as 
it appears to work fine now.


-- 
David W. Chapman Jr.
dwcjr@inethouston.net	Raintree Network Services, Inc. <www.inethouston.net>
dwcjr@freebsd.org	FreeBSD Committer <www.FreeBSD.org>

--+QahgC5+KEYLbs62
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="fcron.patch"

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/fcron/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	2001/08/25 00:03:13	1.6
+++ Makefile	2001/08/25 19:37:33
@@ -16,7 +16,7 @@
 
 MAINTAINER=	ports@FreeBSD.org
 
-GNU_CONFIGURE=	yes
+USE_AUTOCONF=	yes
 CONFIGURE_ARGS=	--with-etcdir=${PREFIX}/etc --with-cflags="${CFLAGS}" \
 		--with-rootname=root --with-rootgroup=wheel \
 		--with-answer-all=yes
Index: files/patch-configure.in
===================================================================
RCS file: patch-configure.in
diff -N patch-configure.in
--- /dev/null	Sat Aug 25 12:26:43 2001
+++ patch-configure.in	Sat Aug 25 12:37:33 2001
@@ -0,0 +1,22 @@
+--- configure.in.orig	Sun Jul  8 07:32:17 2001
++++ configure.in	Sat Aug 25 14:36:05 2001
+@@ -201,13 +201,13 @@
+     fi
+     ;;
+   *)
+-    if test -d "$withval"; then
++#    if test -d "$withval"; then
+       etcdir="$withval"
+-      AC_MSG_RESULT($withval)
+-    else
+-      AC_MSG_ERROR([
+-Directory $withval does not exist])
+-    fi
++#      AC_MSG_RESULT($withval)
++#    else
++#      AC_MSG_ERROR([
++#Directory $withval does not exist])
++#    fi
+     ;;
+   esac ],
+   if test -d "/etc"; then

--+QahgC5+KEYLbs62--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010825143748.J53260>