<div class="gmail_quote">2012/5/25  <span dir="ltr"><<a href="mailto:pfelecan@users.sourceforge.net" target="_blank">pfelecan@users.sourceforge.net</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Revision: 18118<br>
          <a href="http://gar.svn.sourceforge.net/gar/?rev=18118&view=rev" target="_blank">http://gar.svn.sourceforge.net/gar/?rev=18118&view=rev</a><br>
Author:   pfelecan<br>
Date:     2012-05-25 12:50:58 +0000 (Fri, 25 May 2012)<br>
Log Message:<br>
-----------<br>
new override refinements (it never ends?)<br></blockquote><div><br></div><div>Maybe the overrides you put in are too specific? If you put in specific overrides in place, and anything changes, they will stop matching. It could be what you want, but in this case it sounds like it isn't.</div>

<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Modified Paths:<br>
--------------<br>
    csw/mgar/pkg/emacs/trunk/Makefile<br>
<br>
Modified: csw/mgar/pkg/emacs/trunk/Makefile<br>
===================================================================<br>
--- csw/mgar/pkg/emacs/trunk/Makefile   2012-05-25 09:40:49 UTC (rev 18117)<br>
+++ csw/mgar/pkg/emacs/trunk/Makefile   2012-05-25 12:50:58 UTC (rev 18118)<br>
@@ -115,6 +115,72 @@<br>
 SPKG_DESC_CSWemacs-common                      =       $(DESCRIPTION) - architecture neutral common components<br>
 CATALOGNAME_CSWemacs-common                    =       emacs_common<br>
 CHECKPKG_OVERRIDES_CSWemacs-common     +=      missing-dependency|CSWemacscommon<br>
+CHECKPKG_OVERRIDES_CSWemacs-common     +=      file-with-bad-content|/usr/share|root/opt/csw/share/info/dbus<br></blockquote><div><br></div><div>You could say:</div><div><br></div><div>CHECKPKG_OVERRIDES_CSWemacs-common     +=      file-with-bad-content</div>

<div><br></div><div>Which would override all of the file-with-bad-content error tags.</div></div>