pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/elinks04 Portability checks are skipped -- the fir...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5553d07524d9
branches:  trunk
changeset: 519544:5553d07524d9
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Oct 05 02:58:02 2006 +0000

description:
Portability checks are skipped -- the first false positive for the new
check.

diffstat:

 www/elinks04/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 21cb827b506d -r 5553d07524d9 www/elinks04/Makefile
--- a/www/elinks04/Makefile     Thu Oct 05 02:52:16 2006 +0000
+++ b/www/elinks04/Makefile     Thu Oct 05 02:58:02 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/04/11 21:47:52 tv Exp $
+# $NetBSD: Makefile,v 1.7 2006/10/05 02:58:02 rillig Exp $
 
 DISTNAME=              elinks-0.4.3
 PKGREVISION=           3
@@ -11,8 +11,8 @@
 COMMENT=               Extended/Enhanced Links
 
 GNU_CONFIGURE=         yes
-
 CONFIGURE_ARGS+=       --without-x
+SKIP_PORTABILITY_CHECK=        yes     # The offending code is commented out.
 
 .include "../../archivers/bzip2/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index