Index: head/devel/py-omniorb/files/patch-omniidl_be-dir.mk =================================================================== --- head/devel/py-omniorb/files/patch-omniidl_be-dir.mk (nonexistent) +++ head/devel/py-omniorb/files/patch-omniidl_be-dir.mk (revision 155548) @@ -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 Property changes on: head/devel/py-omniorb/files/patch-omniidl_be-dir.mk ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/devel/py-omniorb/files/patch-python-dir.mk =================================================================== --- head/devel/py-omniorb/files/patch-python-dir.mk (nonexistent) +++ head/devel/py-omniorb/files/patch-python-dir.mk (revision 155548) @@ -0,0 +1,19 @@ +--- python/dir.mk.orig Wed Feb 8 23:42:23 2006 ++++ python/dir.mk Wed Feb 8 23:42:44 2006 +@@ -24,7 +24,7 @@ + $(ExportFileToDir) \ + done; \ + cd $(PYLIBDIR); \ +- $(PYTHON) -c "import compileall; compileall.compile_dir('.')"; \ ++ $(PYTHON) -c "import compileall; compileall.compile_dir('.',0)"; \ + ) + + ifdef INSTALLTARGET +@@ -34,6 +34,6 @@ + $(ExportFileToDir) \ + done; \ + cd $(INSTALLPYLIBDIR); \ +- $(PYTHON) -c "import compileall; compileall.compile_dir('.')"; \ ++ $(PYTHON) -c "import compileall; compileall.compile_dir('.',0)"; \ + ) + endif Property changes on: head/devel/py-omniorb/files/patch-python-dir.mk ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property