[csw-devel] SF.net SVN: gar:[21522] csw/mgar/pkg/lang-python/python/trunk/Makefile
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Thu Jul 18 13:12:36 CEST 2013
Revision: 21522
http://gar.svn.sourceforge.net/gar/?rev=21522&view=rev
Author: wahwah
Date: 2013-07-18 11:12:36 +0000 (Thu, 18 Jul 2013)
Log Message:
-----------
lang-python/python/trunk: /opt/csw/lib/python (no version) is a really bad idea
Modified Paths:
--------------
csw/mgar/pkg/lang-python/python/trunk/Makefile
Modified: csw/mgar/pkg/lang-python/python/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/python/trunk/Makefile 2013-07-18 10:45:52 UTC (rev 21521)
+++ csw/mgar/pkg/lang-python/python/trunk/Makefile 2013-07-18 11:12:36 UTC (rev 21522)
@@ -42,7 +42,17 @@
PATCHFILES += modules.diff
PATCHFILES += multiprocess.diff
PATCHFILES += pyport.diff
+
+# <maciej> This patch is an abomination. It should have never been done.
+# e.g.: # http://lists.opencsw.org/pipermail/users/2012-October/009332.html
+#
+# The only reason it is still here is that once done it's really hard to undo,
+# because it affects every single python module and python package, so to
+# change this you have to rebuild the whole Python world.
+#
+# I really hope we never ever do this again.
PATCHFILES += site.diff
+
PATCHFILES += python-config-in.diff
PATCHFILES += setup.diff
PATCHFILES += 0001-FFI_DEFAULT_ABI-to-use-__i386.patch
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