[csw-devel] SF.net SVN: gar:[14633] csw/mgar/pkg/swig/trunk/Makefile
ellson at users.sourceforge.net
ellson at users.sourceforge.net
Sat May 21 15:16:56 CEST 2011
Revision: 14633
http://gar.svn.sourceforge.net/gar/?rev=14633&view=rev
Author: ellson
Date: 2011-05-21 13:16:55 +0000 (Sat, 21 May 2011)
Log Message:
-----------
swig: add the suggested CHECKPKG_OVERRIDES_CSWswig
Modified Paths:
--------------
csw/mgar/pkg/swig/trunk/Makefile
Modified: csw/mgar/pkg/swig/trunk/Makefile
===================================================================
--- csw/mgar/pkg/swig/trunk/Makefile 2011-05-21 10:54:57 UTC (rev 14632)
+++ csw/mgar/pkg/swig/trunk/Makefile 2011-05-21 13:16:55 UTC (rev 14633)
@@ -32,13 +32,13 @@
LICENSE_CSWswig = LICENSE
RUNTIME_DEP_PKGS = CSWzlib
+RUNTIME_DEP_PKGS_CSWswig += CSWlibpcre0
#SWIG doesn't DEPEND on the languages it supports being installed
# but, for the record, languages we *do* have:
#DEPEND += lang/tcl lang/python lang/perl lang/guile
#DEPEND += lang/ruby lang/php4 lang/ocaml
#DEPEND += lang/lua
-
# and languages we don't have, yet:
#DEPEND += lang/pike lang/chicken lang/mono lang/mzscheme
@@ -56,10 +56,40 @@
TEST_TARGET = check
TEST_SCRIPTS =
+#SWIG doesn't DEPEND on the languages it supports being installed
CHECKPKG_OVERRIDES_CSWswig += missing-dependency|CSWperl
-CHECKPKG_OVERRIDES_CSWswig += missing-dependency|CSWruby
+CHECKPKG_OVERRIDES_CSWswig += missing-dependency|CSWruby|or|CSWruby18
CHECKPKG_OVERRIDES_CSWswig += missing-dependency|CSWpython
+# lots of '/usr/local' in documentation and examples
+CHECKPKG_OVERRIDES_CSWswig += file-with-bad-content|/usr/local|root/opt/csw/share/doc/swig/Examples/Makefile
+CHECKPKG_OVERRIDES_CSWswig += file-with-bad-content|/usr/local|root/opt/csw/share/doc/swig/Examples/Makefile.in
+CHECKPKG_OVERRIDES_CSWswig += file-with-bad-content|/usr/local|root/opt/csw/share/doc/swig/Examples/pike/enum/README
+CHECKPKG_OVERRIDES_CSWswig += file-with-bad-content|/usr/local|root/opt/csw/share/doc/swig/Examples/tcl/index.html
+CHECKPKG_OVERRIDES_CSWswig += file-with-bad-content|/usr/local|root/opt/csw/share/doc/swig/Examples/python/index.html
+CHECKPKG_OVERRIDES_CSWswig += file-with-bad-content|/usr/local|root/opt/csw/share/doc/swig/Examples/python/libffi/Makefile
+CHECKPKG_OVERRIDES_CSWswig += file-with-bad-content|/usr/local|root/opt/csw/share/doc/swig/Examples/ruby/index.html
+CHECKPKG_OVERRIDES_CSWswig += file-with-bad-content|/usr/local|root/opt/csw/share/doc/swig/Examples/test-suite/ocaml/makedebugtop
+CHECKPKG_OVERRIDES_CSWswig += file-with-bad-content|/usr/local|root/opt/csw/share/doc/swig/Doc/Manual/Introduction.html
+CHECKPKG_OVERRIDES_CSWswig += file-with-bad-content|/usr/local|root/opt/csw/share/doc/swig/Doc/Manual/Pike.html
+CHECKPKG_OVERRIDES_CSWswig += file-with-bad-content|/usr/local|root/opt/csw/share/doc/swig/Doc/Manual/Ruby.html
+CHECKPKG_OVERRIDES_CSWswig += file-with-bad-content|/usr/local|root/opt/csw/share/doc/swig/Doc/Manual/Scripting.html
+CHECKPKG_OVERRIDES_CSWswig += file-with-bad-content|/usr/local|root/opt/csw/share/doc/swig/Doc/Manual/SWIGDocumentation.html
+CHECKPKG_OVERRIDES_CSWswig += file-with-bad-content|/usr/local|root/opt/csw/share/doc/swig/Doc/Manual/CCache.html
+CHECKPKG_OVERRIDES_CSWswig += file-with-bad-content|/usr/local|root/opt/csw/share/doc/swig/Doc/Manual/Perl5.html
+CHECKPKG_OVERRIDES_CSWswig += file-with-bad-content|/usr/local|root/opt/csw/share/doc/swig/Doc/Manual/Library.html
+CHECKPKG_OVERRIDES_CSWswig += file-with-bad-content|/usr/local|root/opt/csw/share/doc/swig/Doc/Manual/Tcl.html
+CHECKPKG_OVERRIDES_CSWswig += file-with-bad-content|/usr/local|root/opt/csw/share/doc/swig/Doc/Manual/Java.html
+CHECKPKG_OVERRIDES_CSWswig += file-with-bad-content|/usr/local|root/opt/csw/share/doc/swig/Doc/Manual/Python.html
+CHECKPKG_OVERRIDES_CSWswig += file-with-bad-content|/usr/local|root/opt/csw/share/man/man1/ccache-swig.1
+
+# not sure about these
+CHECKPKG_OVERRIDES_CSWswig += bad-rpath-entry|/lib|opt/csw/bin/swig
+CHECKPKG_OVERRIDES_CSWswig += bad-rpath-entry|/opt/SUNWspro/lib|opt/csw/bin/swig
+CHECKPKG_OVERRIDES_CSWswig += bad-rpath-entry|/opt/SUNWspro/lib/rw7|opt/csw/bin/swig
+CHECKPKG_OVERRIDES_CSWswig += bad-rpath-entry|/opt/SUNWspro/lib/v8|opt/csw/bin/swig
+
+# pkgmk can't handle spaces in filenames
EXTRA_MERGE_EXCLUDE_FILES = .*test-suite/preproc_include_(d|e|f).*
include gar/category.mk
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list