[Pkg-ace-devel] changes to be make to pkg-ace

Johnny Willemsen jwillemsen at remedy.nl
Thu Feb 17 21:39:26 UTC 2011


Hi,

Could someone make the following changes (but than reverted to pkg-ace),
so add $Id$, in platform_macros.GNU also exceptions=1 can be removed, we
now only support exceptions, that is the default

Johnny

Index: platform_macros.GNU
===================================================================
--- platform_macros.GNU (revision 93381)
+++ platform_macros.GNU (working copy)
@@ -1,5 +1,3 @@
-// $Id$
-
 exceptions     = 1
 debug          = 0
 optimize       = 1
Index: TAO-DPKG.mwc
===================================================================
--- TAO-DPKG.mwc        (revision 93381)
+++ TAO-DPKG.mwc        (working copy)
@@ -1,5 +1,3 @@
-// $Id$
-
 workspace {
   exclude {
     CIAO
Index: config.h
===================================================================
--- config.h    (revision 93381)
+++ config.h    (working copy)
@@ -1,10 +1,8 @@
-// $Id$
-
 #ifndef ACE_CONFIG_H_INCLUDED
 #define ACE_CONFIG_H_INCLUDED
 #ifdef __FreeBSD_kernel__
 #include "config-kfreebsd.h"
-#else // assume linux
+#else // assume linux
 /*
  * Macros that were enabled in Debian are stored here.
  *
@@ -24,6 +22,10 @@
 #define __ACE_INLINE__
 #endif

+#ifndef ACE_HAS_EXCEPTIONS
+#define ACE_HAS_EXCEPTIONS
+#endif
+
 #include "config-linux.h"
 #endif // __FreeBSD_version
 #endif /* ACE_CONFIG_H_INCLUDED */
Index: ACE-DPKG.mwc
===================================================================
--- ACE-DPKG.mwc        (revision 93381)
+++ ACE-DPKG.mwc        (working copy)
@@ -1,5 +1,3 @@
-// $Id$
-
 workspace {
   exclude {
     TAO
Index: cmp-installation.sh
===================================================================
--- cmp-installation.sh (revision 93381)
+++ cmp-installation.sh (working copy)
@@ -1,5 +1,4 @@
 #!/bin/sh
-# $Id$
 #
 # This script compares autoconf-based installation against regular builds
 # provided files.
@@ -21,7 +20,7 @@

 # Remove path with examples, tests and tutorial from STDIN
 drop() {
-  grep -E -v '(examples|tests|tutorials)/'
+  grep -E -v '(examples|tests|tutorials)/'
 }

 # Removed unused/unshipped stuff
Index: TODO
===================================================================
--- TODO        (revision 93381)
+++ TODO        (working copy)
@@ -8,12 +8,17 @@
  * add cpp dependency to tao_idl
  * install .mpc files?
  * What about REACTOR_NOTIFICATION_QUEUE?
+ * libACE_gperf_lib is a strange name for a library
  * fltk and gl
  * Build location leaks in generated documentation

 = MWC and MPC =
  * some makefile are not regenerated (e.g. JAWS). Seems like a bug.

+= autoconf support =
+ * some macros are missing (see rules)
+
 = CIAO =
  * to restore
  * autoconf support
+ * cidlc



More information about the Pkg-ace-devel mailing list