summaryrefslogtreecommitdiff
path: root/devel/ace+tao/files/patch-Concurrency_Service
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-01-16 21:26:43 +0000
committerClement Laforet <clement@FreeBSD.org>2004-01-16 21:26:43 +0000
commit91528b401052573f7f9f3d86ed468b9093f27b5b (patch)
tree4d8bc0d8a469210ec280f98b7f53bf0623452624 /devel/ace+tao/files/patch-Concurrency_Service
parentadd p5-DWH_File which allows for data and object persistence in deep and (diff)
- Update to 5.4.0
- Use %%TAO_VERSION%% in pkg-plist - Fix CONFLICTS PR: 61437 Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer) Approved by: erwin (mentor) (implicitly)
Notes
Notes: svn path=/head/; revision=98345
Diffstat (limited to 'devel/ace+tao/files/patch-Concurrency_Service')
-rw-r--r--devel/ace+tao/files/patch-Concurrency_Service19
1 files changed, 0 insertions, 19 deletions
diff --git a/devel/ace+tao/files/patch-Concurrency_Service b/devel/ace+tao/files/patch-Concurrency_Service
deleted file mode 100644
index ebd9af8e5630..000000000000
--- a/devel/ace+tao/files/patch-Concurrency_Service
+++ /dev/null
@@ -1,19 +0,0 @@
---- TAO/orbsvcs/Concurrency_Service/Makefile.orig Thu Nov 20 05:16:49 2003
-+++ TAO/orbsvcs/Concurrency_Service/Makefile Wed Dec 24 20:46:35 2003
-@@ -17,6 +17,8 @@
-
- BIN2 = Concurrency_Service
-
-+include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
-+
- #### If the TAO orbsvcs library wasn't built with sufficient components,
- #### don't try to build here.
- TAO_ORBSVCS := $(shell sh $(ACE_ROOT)/bin/ace_components --orbsvcs)
-@@ -30,7 +32,6 @@
- # Include macros and targets
- #----------------------------------------------------------------------------
-
--include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
- include $(ACE_ROOT)/include/makeinclude/macros.GNU
- include $(TAO_ROOT)/rules.tao.GNU
- include $(ACE_ROOT)/include/makeinclude/rules.common.GNU