mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Fix step to fix: don't touch files belong to omniORB port
This commit is contained in:
parent
99cdea94f5
commit
25cfc8434a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155548
19
devel/py-omniorb/files/patch-omniidl_be-dir.mk
Normal file
19
devel/py-omniorb/files/patch-omniidl_be-dir.mk
Normal file
@ -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
|
19
devel/py-omniorb/files/patch-python-dir.mk
Normal file
19
devel/py-omniorb/files/patch-python-dir.mk
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user