pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/unrealircd Disabled the portability check for thi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0bbc80af6841
branches:  trunk
changeset: 519735:0bbc80af6841
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 08 22:12:09 2006 +0000

description:
Disabled the portability check for this package because one file is
declared unchangeable. Unfortunately, exactly that file contains the
non-portable code.

Not my problem. ;)

diffstat:

 chat/unrealircd/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 5482dd1c6798 -r 0bbc80af6841 chat/unrealircd/Makefile
--- a/chat/unrealircd/Makefile  Sun Oct 08 21:58:47 2006 +0000
+++ b/chat/unrealircd/Makefile  Sun Oct 08 22:12:09 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2006/07/18 22:43:36 adrianp Exp $
+# $NetBSD: Makefile,v 1.15 2006/10/08 22:12:09 rillig Exp $
 
 DISTNAME=      Unreal3.2.5
 PKGNAME=       unrealircd-3.2.5
@@ -19,6 +19,10 @@
 TRE_NEEDED=    0.7.2
 CARES_NEEDED=  1.3.0
 
+# ${WRKSRC}/update is not portable, but the comment in it says that it
+# may not be modified.
+SKIP_PORTABILITY_CHECK=                yes
+
 BUILDLINK_API_DEPENDS.tre+=            tre-${TRE_NEEDED}
 BUILDLINK_API_DEPENDS.libcares+=       libcares-${CARES_NEEDED}nb1
 



Home | Main Index | Thread Index | Old Index