Date: Thu, 14 Aug 2008 10:56:44 +1100 From: "Dima Panov" <fluffy@fluffy.khv.ru> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/126518: Unbroke archivers/lzo2 on i386 Message-ID: <1218671804.60404@Fluffy.Khv.RU> Resent-Message-ID: <200808140000.m7E007mp054534@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 126518 >Category: ports >Synopsis: Unbroke archivers/lzo2 on i386 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Aug 14 00:00:07 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Dima Panov >Release: FreeBSD 8.0-800042-CURRENT i386 >Organization: >Environment: System: FreeBSD 8.0-800042-CURRENT #0: Wed Aug 13 09:33:26 VLAST 2008 root@Fluffy.Khv.RU:/usr/obj/usr/src/sys/Spot >Description: Yesterday archivers/lzo2 was make BROKEN on i386, which is huge mistake - it is not broken, it loop in optional tests. Main library is fine, and anything built aganist it run as well. >How-To-Repeat: >Fix: --- archivers::lzo2.diff begins here --- Index: archivers/lzo2/Makefile =================================================================== RCS file: /home/ncvs/ports/archivers/lzo2/Makefile,v retrieving revision 1.43 diff -u -r1.43 Makefile --- archivers/lzo2/Makefile 13 Aug 2008 14:59:41 -0000 1.43 +++ archivers/lzo2/Makefile 13 Aug 2008 23:47:49 -0000 @@ -24,9 +24,12 @@ CONFIGURE_ARGS= --enable-shared USE_LDCONFIG= yes + +.if defined(ARCH) && ${ARCH} != "i386" post-build: @${ECHO_MSG} "===> Running self-tests for ${PKGNAME} (can take a few minutes, without output)" cd ${WRKSRC} && ${MAKE} test +.endif post-install: .if !defined(NOPORTDOCS) @@ -45,8 +48,5 @@ .include <bsd.port.pre.mk> -.if ${ARCH} == i386 -BROKEN= does not build -.endif .include <bsd.port.post.mk> --- archivers::lzo2.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1218671804.60404>