[csw-devel] SF.net SVN: gar:[20732] csw/mgar/pkg/mailman/trunk/Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Tue Apr 16 10:11:37 CEST 2013


Revision: 20732
          http://gar.svn.sourceforge.net/gar/?rev=20732&view=rev
Author:   wahwah
Date:     2013-04-16 08:11:37 +0000 (Tue, 16 Apr 2013)
Log Message:
-----------
mailman/trunk: the mailman build system is doing horrible things

Modified Paths:
--------------
    csw/mgar/pkg/mailman/trunk/Makefile

Modified: csw/mgar/pkg/mailman/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mailman/trunk/Makefile	2013-04-16 07:52:53 UTC (rev 20731)
+++ csw/mgar/pkg/mailman/trunk/Makefile	2013-04-16 08:11:37 UTC (rev 20732)
@@ -1,6 +1,10 @@
 # $Id$
 # TODO (release-critical prefixed with !, non release-critical with *)
 #
+# ! generally files are installed into wrong directories
+# ! some binaries installed into prefix/bin maybe shouldn't be installed there
+#   at all
+# ! Python modules are clearly installed in a wrong plac
 NAME = mailman
 VERSION = 2.1.15
 
@@ -15,13 +19,22 @@
 RUNTIME_DEP_PKGS_CSWmailman += CSWpython
 RUNTIME_DEP_PKGS_CSWmailman += CSWperl
 
+# The mailman build system puts files in all sorts of strange places
+prefix=$(BUILD_PREFIX)/$(NAME)
+
 CONFIGURE_ARGS += $(DIRPATHS)
 CONFIGURE_ARGS += --without-permcheck
+CONFIGURE_ARGS += --with-python=/opt/csw/bin/python2.6
 
 # There is no testsuite
 TEST_SCRIPTS =
 
 PYCOMPILE = 1
+EXTRA_MERGE_EXCLUDE_FILES = .*\.py[co]
 
+CHECKPKG_OVERRIDES_CSWmailman += binary-architecture-does-not-match-placement|file=opt/csw/mailman/mail/mailman|arch_id=18|arch_name=sparcv8+
+CHECKPKG_OVERRIDES_CSWmailman += file-with-bad-content|/usr/share|root/opt/csw/mailman/Mailman/Defaults.py
+CHECKPKG_OVERRIDES_CSWmailman += file-with-bad-content|/usr/local|root/opt/csw/mailman/messages/hu/README.hu
+
 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