From: Jakub Bogusz Date: Tue, 15 Jul 2003 14:53:46 +0000 (+0000) Subject: - obsolete X-Git-Tag: auto/ac/ORBit2-2_8_1-1~6 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=f2679bacbda46a399730ed36a785b9c1699089b5;p=packages%2FORBit2.git - obsolete Changed files: ORBit2-ac_fix.patch -> 1.4 ORBit2-am.patch -> 1.4 --- diff --git a/ORBit2-ac_fix.patch b/ORBit2-ac_fix.patch deleted file mode 100644 index 2695ce3..0000000 --- a/ORBit2-ac_fix.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff -Nur ORBit2-2.4.1/test/everything/Makefile.am ORBit2-2.4.1.new/test/everything/Makefile.am ---- ORBit2-2.4.1/test/everything/Makefile.am Thu Jun 13 14:49:55 2002 -+++ ORBit2-2.4.1.new/test/everything/Makefile.am Thu Aug 15 00:47:34 2002 -@@ -33,7 +33,7 @@ - client_SOURCES=${EVERYTHING_BUILT} client.c everything.idl constants.h - client_DEPENDENCIES=${EVERYTHING_BUILT} $(included_src) - client_LDADD = $(LDADD) --client_LDFLAGS = -static -module -+client_LDFLAGS = -dynamic -module - - included_src = \ - anyServer.c \ -@@ -56,7 +56,7 @@ - Everything_module_la_LIBADD = \ - $(top_builddir)/src/orb/libORBit-2.la - server_SOURCES=server.c ${EVERYTHING_BUILT} everything.idl constants.h --server_LDFLAGS = -static -module -+server_LDFLAGS = -dynamic -module - server.c : $(included_src) - touch server.c - server_DEPENDENCIES=${EVERYTHING_BUILT} $(included_src) -@@ -65,13 +65,10 @@ - IDL_FILES= everything.idl - include $(top_srcdir)/Makefile.shared - --BUILT_SOURCES = ${EVERYTHING_BUILT} everything-imodule.c --CLEANFILES = ${BUILT_SOURCES} iorfile -- - TESTS = $(srcdir)/test.sh - - BUILT_SOURCES = $(EVERYTHING_IDLOUT) --CLEANFILES = $(BUILT_SOURCES) -+CLEANFILES = $(BUILT_SOURCES) iorfile - EXTRA_DIST = $(IDL_FILES) test.sh $(included_src) - - dist-hook: diff --git a/ORBit2-am.patch b/ORBit2-am.patch deleted file mode 100644 index e16beaa..0000000 --- a/ORBit2-am.patch +++ /dev/null @@ -1,35 +0,0 @@ -diff -urN ORBit2-2.7.1.orig/src/orb/dynamic/Makefile.am ORBit2-2.7.1/src/orb/dynamic/Makefile.am ---- ORBit2-2.7.1.orig/src/orb/dynamic/Makefile.am Sat May 3 12:14:43 2003 -+++ ORBit2-2.7.1/src/orb/dynamic/Makefile.am Sat May 3 12:15:24 2003 -@@ -16,8 +16,6 @@ - $(DISABLE_DEPRECATED_CFLAGS) \ - $(ORBIT_CFLAGS) - --DYNAMIC_IDLOUT=dynamic-defs-common.c -- - IDL_FLAGS= -I$(top_srcdir)/src/idl/CORBA_PIDL \ - --define=Object=OObject --define=TypeCode=TTypeCode \ - -I$(top_srcdir)/src/idl/CORBA \ -diff -urN ORBit2-2.7.1.orig/src/orb/orb-core/Makefile.am ORBit2-2.7.1/src/orb/orb-core/Makefile.am ---- ORBit2-2.7.1.orig/src/orb/orb-core/Makefile.am Sat May 3 12:14:43 2003 -+++ ORBit2-2.7.1/src/orb/orb-core/Makefile.am Sat May 3 12:24:22 2003 -@@ -53,7 +53,6 @@ - IFACE_IDLOUT=orbit-interface-common.c - - $(liborb_core_la_OBJECTS) : $(BUILT_SOURCES) --IDL_COMPILER = $(top_builddir)/src/idl-compiler/orbit-idl-2 - - IDL_FLAGS = -I$(top_srcdir)/src/idl/CORBA_PIDL \ - -I$(top_srcdir)/src/idl/CORBA \ -diff -urN ORBit2-2.7.1.orig/test/poa/Makefile.am ORBit2-2.7.1/test/poa/Makefile.am ---- ORBit2-2.7.1.orig/test/poa/Makefile.am Sat May 3 12:14:43 2003 -+++ ORBit2-2.7.1/test/poa/Makefile.am Sat May 3 12:18:10 2003 -@@ -15,7 +15,7 @@ - poatest-basic10.c \ - poatest-basic11.c - --# poatest-basic05.c \ -+# poatest-basic05.c - - TESTS = poatest-basic01 \ - poatest-basic02 \