From 6c0cb7e99c6b37a63f1cfe83248e49c09bf10996 Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Tue, 21 Oct 2014 16:53:38 +0000 Subject: =?UTF-8?q?In=20order=20to=20rescue=20the=20Salom=C3=A9's=20ports,?= =?UTF-8?q?=20devel/omniNotify=20and=20devel/py-omniorb=20are=20needed.=20?= =?UTF-8?q?But=20since=20omniNotify=20depends=20on=20devel/omniORB-4.1,=20?= =?UTF-8?q?a=20version=20of=20py-omniorb=20depending=20on=20the=20same=20o?= =?UTF-8?q?mniORB=20is=20needed,=20to=20avoid=20conflicts.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Repocopy devel/py-omniorb to devel/py-omniorb-3 - Downgrade it to 3.7 - Set CONFLICTS. CR: D970 --- devel/py-omniorb-3/files/patch-omniidl_be-dir.mk | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 devel/py-omniorb-3/files/patch-omniidl_be-dir.mk (limited to 'devel/py-omniorb-3/files/patch-omniidl_be-dir.mk') diff --git a/devel/py-omniorb-3/files/patch-omniidl_be-dir.mk b/devel/py-omniorb-3/files/patch-omniidl_be-dir.mk new file mode 100644 index 000000000000..11ff45e961fd --- /dev/null +++ b/devel/py-omniorb-3/files/patch-omniidl_be-dir.mk @@ -0,0 +1,19 @@ +--- omniidl_be/dir.mk.orig Wed Feb 8 23:42:52 2006 ++++ omniidl_be/dir.mk Wed Feb 8 23:43:03 2006 +@@ -13,8 +13,6 @@ + for file in $^; do \ + $(ExportFileToDir) \ + done; \ +- cd $(PYLIBDIR); \ +- $(PYTHON) -c "import compileall; compileall.compile_dir('.')"; \ + ) + + ifdef INSTALLTARGET +@@ -23,7 +21,5 @@ + for file in $^; do \ + $(ExportFileToDir) \ + done; \ +- cd $(INSTALLPYLIBDIR); \ +- $(PYTHON) -c "import compileall; compileall.compile_dir('.')"; \ + ) + endif -- cgit v1.2.3