pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/distcc The portability checks are skipped due to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d1b4d50da29
branches:  trunk
changeset: 519947:6d1b4d50da29
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Oct 12 17:25:18 2006 +0000

description:
The portability checks are skipped due to contrib/redhat/init.

diffstat:

 devel/distcc/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 033636bd8708 -r 6d1b4d50da29 devel/distcc/Makefile
--- a/devel/distcc/Makefile     Thu Oct 12 17:20:19 2006 +0000
+++ b/devel/distcc/Makefile     Thu Oct 12 17:25:18 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2006/04/23 00:12:37 jlam Exp $
+# $NetBSD: Makefile,v 1.30 2006/10/12 17:25:18 rillig Exp $
 
 PKGNAME=               ${DISTNAME}
 PKGREVISION=           2
@@ -9,6 +9,8 @@
 PKG_SYSCONFSUBDIR=     distcc
 RCD_SCRIPTS=           distccd
 
+SKIP_PORTABILITY_CHECK=        yes
+
 .include "../../mk/bsd.prefs.mk"
 
 DISTCC_USER?=          distcc



Home | Main Index | Thread Index | Old Index