From owner-freebsd-ports Thu Nov 15 19:30:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0EED637B417 for ; Thu, 15 Nov 2001 19:30:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAG3U4U41188; Thu, 15 Nov 2001 19:30:04 -0800 (PST) (envelope-from gnats) Date: Thu, 15 Nov 2001 19:30:04 -0800 (PST) Message-Id: <200111160330.fAG3U4U41188@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Joe Clarke Subject: Re: ports/32006: [MAINTAINER UPDATE] Fix netatalk build Reply-To: Joe Clarke Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/32006; it has been noted by GNATS. From: Joe Clarke To: Cyrille Lefevre Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/32006: [MAINTAINER UPDATE] Fix netatalk build Date: Thu, 15 Nov 2001 22:28:07 -0500 (EST) Yep, pre9 is around the corner, and I wanted a quick kludge to tide me over. You're absolutely right. I'll whip up another PR. Joe On Fri, 16 Nov 2001, Cyrille Lefevre wrote: > Marcus wrote: > > > > >Fix: > > > > --- Makefile.orig Thu Nov 15 10:25:12 2001 > > +++ Makefile Thu Nov 15 10:14:26 2001 > > @@ -82,7 +82,7 @@ > > @${RM} -f ${WRKSRC}/missing ${WRKSRC}/mkinstalldirs > > > > post-configure: > > - @${TOUCH} -f ${WRKSRC}/config/Makefile.in > > + @find ${WRKSRC} -exec ${TOUCH} -f {} \; > > find ${WRKSRC} -type f | xargs ${TOUCH} -f > > would be optimum. > > Cyrille. > -- > Cyrille Lefevre mailto:clefevre@citeweb.net > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message