mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 16:20:33 -04:00
devel/py-omniorb are needed. But since omniNotify depends on devel/omniORB-4.1, a version of py-omniorb depending on the same omniORB is needed, to avoid conflicts. - Repocopy devel/py-omniorb to devel/py-omniorb-3 - Downgrade it to 3.7 - Set CONFLICTS. CR: D970
19 lines
548 B
Makefile
19 lines
548 B
Makefile
--- 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
|