Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Aug 2005 12:18:42 +0900 (JST)
From:      Norikatsu Shigemura <nork@FreeBSD.org>
To:        Anton Berezin <tobez@tobez.org>
Cc:        perl@FreeBSD.org, nork@FreeBSD.org, kris@obsecurity.org
Subject:   Re: [ports-i386@FreeBSD.org: p5-DBD-SQLite-1.09 failed on i386 4]
Message-ID:  <200508060318.j763IgHY060324@sakura.ninth-nine.com>
In-Reply-To: <20050804085721.GA25779@heechee.tobez.org>
References:  <20050803214728.GA2068@xor.obsecurity.org> <200508032228.j73MS3WU062808@sakura.ninth-nine.com> <20050804085721.GA25779@heechee.tobez.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 4 Aug 2005 10:57:21 +0200
Anton Berezin <tobez@tobez.org> wrote:
> On Thu, Aug 04, 2005 at 07:28:03AM +0900, Norikatsu Shigemura wrote:
> > 	Thank you.  May I commit following patch?
> > +USE_REINPLACE=	yes
> ...
> > +	@${REINPLACE_CMD} 's/\$$Config{d_usleep}/1/' ${WRKSRC}/Makefile.PL
> You don't really need REINPLACE, since you already have PERL, surely.

	Oh, good!  I'll commit fowllowing patch after ports unfrozen.

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/p5-DBD-SQLite/Makefile,v
retrieving revision 1.24
diff -u -r1.24 Makefile
--- Makefile	31 Jul 2005 12:07:31 -0000	1.24
+++ Makefile	6 Aug 2005 02:48:50 -0000
@@ -30,6 +30,9 @@
 .endif
 
 post-extract:
-	${RM} -f ${WRKSRC}/getsqlite.pl
+	@${RM} -f ${WRKSRC}/getsqlite.pl
+
+post-patch:
+	@${PERL} -i.bak -pe 's/\$$Config{d_usleep}/1/' ${WRKSRC}/Makefile.PL
 
 .include <bsd.port.post.mk>



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