Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Nov 2001 19:30:04 -0800 (PST)
From:      Joe Clarke <marcus@marcuscom.com>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/32006: [MAINTAINER UPDATE] Fix netatalk build
Message-ID:  <200111160330.fAG3U4U41188@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/32006; it has been noted by GNATS.

From: Joe Clarke <marcus@marcuscom.com>
To: Cyrille Lefevre <clefevre@citeweb.net>
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




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