[ports-i386@FreeBSD.org: p5-DBD-SQLite-1.09 failed on i386 4]

Norikatsu Shigemura nork at FreeBSD.org
Sat Aug 6 03:18:48 GMT 2005


On Thu, 4 Aug 2005 10:57:21 +0200
Anton Berezin <tobez at 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>


More information about the freebsd-perl mailing list