pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/sunbird Make sunbird pass CHECK_FILES by skipping...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8877e6a30db3
branches:  trunk
changeset: 510162:8877e6a30db3
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Wed Mar 29 07:47:14 2006 +0000

description:
Make sunbird pass CHECK_FILES by skipping automatically generated files.

diffstat:

 time/sunbird/Makefile-sunbird.common |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r a042936faec3 -r 8877e6a30db3 time/sunbird/Makefile-sunbird.common
--- a/time/sunbird/Makefile-sunbird.common      Wed Mar 29 07:47:13 2006 +0000
+++ b/time/sunbird/Makefile-sunbird.common      Wed Mar 29 07:47:14 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile-sunbird.common,v 1.3 2006/03/28 14:10:02 ghen Exp $
+# $NetBSD: Makefile-sunbird.common,v 1.4 2006/03/29 07:47:14 ghen Exp $
 
 MOZILLA_BIN=           sunbird-bin
 MOZ_VER=               0.3a1
@@ -19,6 +19,10 @@
 CONFIGURE_ARGS+=       --enable-application=calendar
 CONFIGURE_ENV+=                ac_cv_visibility_pragma=no ac_cv_visibility_hidden=no
 
+CHECK_FILES_SKIP+=     ${PREFIX}/lib/${MOZILLA}/chrome/app-chrome.manifest
+CHECK_FILES_SKIP+=     ${PREFIX}/lib/${MOZILLA}/components/compreg.dat
+CHECK_FILES_SKIP+=     ${PREFIX}/lib/${MOZILLA}/components/xpti.dat
+
 pre-install:
        ${CP} -r ${WRKSRC}/dist/bin/defaults/profile/extensions \
                                                        ${WRKSRC}/dist/bin



Home | Main Index | Thread Index | Old Index