- Install files that should present.
PR: ports/117238 Submitted by: liguoqiang <unixcc_at_126.com> Approved by: portmgr (pav)
This commit is contained in:
parent
20227ff1cd
commit
64390ca743
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202679
3 changed files with 30 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= ace
|
||||
PORTVERSION= 5.5.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://deuce.doc.wustl.edu/pub/previous_versions/ \
|
||||
http://deuce.doc.wustl.edu/old_distribution/ \
|
||||
|
|
26
devel/ace/files/patch-ace-Makefile.in
Normal file
26
devel/ace/files/patch-ace-Makefile.in
Normal file
|
@ -0,0 +1,26 @@
|
|||
--- ace/Makefile.in.orig Mon Oct 15 22:02:49 2007
|
||||
+++ ace/Makefile.in Mon Oct 15 23:57:10 2007
|
||||
@@ -402,6 +402,7 @@
|
||||
@BUILD_ACE_FOR_TAO_FALSE@ Null_Mutex.h \
|
||||
@BUILD_ACE_FOR_TAO_FALSE@ Null_Semaphore.h \
|
||||
@BUILD_ACE_FOR_TAO_FALSE@ OS.h \
|
||||
+@BUILD_ACE_FOR_TAO_FALSE@ OS.inl \
|
||||
@BUILD_ACE_FOR_TAO_FALSE@ OS_Dirent.h \
|
||||
@BUILD_ACE_FOR_TAO_FALSE@ OS_Errno.h \
|
||||
@BUILD_ACE_FOR_TAO_FALSE@ OS_Errno.inl \
|
||||
@@ -485,6 +486,7 @@
|
||||
@BUILD_ACE_FOR_TAO_FALSE@ Object_Manager.h \
|
||||
@BUILD_ACE_FOR_TAO_FALSE@ Object_Manager.inl \
|
||||
@BUILD_ACE_FOR_TAO_FALSE@ Object_Manager_Base.h \
|
||||
+@BUILD_ACE_FOR_TAO_FALSE@ Obstack.h \
|
||||
@BUILD_ACE_FOR_TAO_FALSE@ Obstack_T.cpp \
|
||||
@BUILD_ACE_FOR_TAO_FALSE@ Obstack_T.h \
|
||||
@BUILD_ACE_FOR_TAO_FALSE@ Obstack_T.inl \
|
||||
@@ -662,6 +664,7 @@
|
||||
@BUILD_ACE_FOR_TAO_FALSE@ Svc_Conf_Tokens.h \
|
||||
@BUILD_ACE_FOR_TAO_FALSE@ Svc_Handler.cpp \
|
||||
@BUILD_ACE_FOR_TAO_FALSE@ Svc_Handler.h \
|
||||
+@BUILD_ACE_FOR_TAO_FALSE@ Swap.cpp \
|
||||
@BUILD_ACE_FOR_TAO_FALSE@ Swap.h \
|
||||
@BUILD_ACE_FOR_TAO_FALSE@ Swap.inl \
|
||||
@BUILD_ACE_FOR_TAO_FALSE@ Synch.h \
|
|
@ -437,6 +437,7 @@ include/ace/Null_Condition.h
|
|||
include/ace/Null_Mutex.h
|
||||
include/ace/Null_Semaphore.h
|
||||
include/ace/OS.h
|
||||
include/ace/OS.inl
|
||||
include/ace/OS_Dirent.h
|
||||
include/ace/OS_Errno.h
|
||||
include/ace/OS_Errno.inl
|
||||
|
@ -520,6 +521,7 @@ include/ace/Obchunk.inl
|
|||
include/ace/Object_Manager.h
|
||||
include/ace/Object_Manager.inl
|
||||
include/ace/Object_Manager_Base.h
|
||||
include/ace/Obstack.h
|
||||
include/ace/Obstack_T.cpp
|
||||
include/ace/Obstack_T.h
|
||||
include/ace/Obstack_T.inl
|
||||
|
@ -711,6 +713,7 @@ include/ace/Svc_Conf_Lexer.h
|
|||
include/ace/Svc_Conf_Tokens.h
|
||||
include/ace/Svc_Handler.cpp
|
||||
include/ace/Svc_Handler.h
|
||||
include/ace/Swap.cpp
|
||||
include/ace/Swap.h
|
||||
include/ace/Swap.inl
|
||||
include/ace/Synch.h
|
||||
|
|
Loading…
Reference in a new issue