diff options
Diffstat (limited to 'devel/ORBit2/files')
-rw-r--r-- | devel/ORBit2/files/patch-ORBit-2.0.pc.in | 10 | ||||
-rw-r--r-- | devel/ORBit2/files/patch-ab | 20 | ||||
-rw-r--r-- | devel/ORBit2/files/patch-configure | 13 | ||||
-rw-r--r-- | devel/ORBit2/files/patch-src::orb::util::Makefile.in | 11 | ||||
-rw-r--r-- | devel/ORBit2/files/patch-src_idl-compiler_orbit-idl-backend.c | 11 | ||||
-rw-r--r-- | devel/ORBit2/files/patch-src_orb_orb-core_orbit-typelib.c | 11 |
6 files changed, 0 insertions, 76 deletions
diff --git a/devel/ORBit2/files/patch-ORBit-2.0.pc.in b/devel/ORBit2/files/patch-ORBit-2.0.pc.in deleted file mode 100644 index bd616eaa2..000000000 --- a/devel/ORBit2/files/patch-ORBit-2.0.pc.in +++ /dev/null @@ -1,10 +0,0 @@ ---- ORBit-2.0.pc.in.orig Sat May 31 11:04:33 2003 -+++ ORBit-2.0.pc.in Sun Jun 15 01:31:20 2003 -@@ -8,6 +8,6 @@ - Name: ORBit-2.0 - Description: High-performance CORBA Object Request Broker. - Version: @ORBIT_VERSION@ --Requires: glib-2.0 gmodule-2.0 -+Requires: glib-2.0 gmodule-2.0 gthread-2.0 - Libs: -L${libdir} -lORBit-2 @ORBIT_LIBS@ @LIBS@ -lm - Cflags: -I${includedir}/orbit-2.0 -DORBIT2=1 diff --git a/devel/ORBit2/files/patch-ab b/devel/ORBit2/files/patch-ab deleted file mode 100644 index 57f1e2d4c..000000000 --- a/devel/ORBit2/files/patch-ab +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.in.orig Sat Jun 14 01:50:29 2003 -+++ Makefile.in Sat Jun 14 01:51:03 2003 -@@ -35,7 +35,7 @@ - DESTDIR = - - pkgdatadir = $(datadir)/@PACKAGE@ --pkglibdir = $(libdir)/@PACKAGE@ -+pkglibdir = $(prefix)/libdata/pkgconfig - pkgincludedir = $(includedir)/@PACKAGE@ - - top_builddir = . -@@ -115,7 +115,7 @@ - - AUTOMAKE_OPTIONS = 1.3 - --SUBDIRS = linc2 src include test docs -+SUBDIRS = linc2 src include docs - - bin_SCRIPTS = orbit2-config - diff --git a/devel/ORBit2/files/patch-configure b/devel/ORBit2/files/patch-configure deleted file mode 100644 index 3c4e6cd0f..000000000 --- a/devel/ORBit2/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- configure 2002/04/26 07:38:33 1.1 -+++ configure 2002/04/26 07:38:42 -@@ -6201,6 +6201,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/devel/ORBit2/files/patch-src::orb::util::Makefile.in b/devel/ORBit2/files/patch-src::orb::util::Makefile.in deleted file mode 100644 index 0c2cb69a9..000000000 --- a/devel/ORBit2/files/patch-src::orb::util::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/orb/util/Makefile.in.orig Tue Jul 15 13:16:53 2003 -+++ src/orb/util/Makefile.in Tue Jul 15 13:17:32 2003 -@@ -189,7 +189,7 @@ - INCLUDES = \ - -I$(top_srcdir)/include \ - -I$(top_builddir)/include \ -- -DORBIT_SYSTEM_RCFILE=\"$(sysconfdir)/orbitrc\" \ -+ -DORBIT_SYSTEM_RCFILE=\"$(sysconfdir)/orbit2rc\" \ - -DORBIT2_INTERNAL_API \ - $(WARN_CFLAGS) \ - $(ORBIT_DEBUG_CFLAGS) \ diff --git a/devel/ORBit2/files/patch-src_idl-compiler_orbit-idl-backend.c b/devel/ORBit2/files/patch-src_idl-compiler_orbit-idl-backend.c deleted file mode 100644 index 8ae3c7644..000000000 --- a/devel/ORBit2/files/patch-src_idl-compiler_orbit-idl-backend.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/idl-compiler/orbit-idl-backend.c.orig Tue Oct 1 23:32:46 2002 -+++ src/idl-compiler/orbit-idl-backend.c Sun May 11 20:51:19 2003 -@@ -38,6 +38,8 @@ - char **strv; - int i; - -+ paths = g_slist_prepend (paths, "%%X11BASE%%/lib/orbit-2.0/idl-backends"); -+ - if (!(val = getenv ("GNOME2_PATH"))) - return paths; - diff --git a/devel/ORBit2/files/patch-src_orb_orb-core_orbit-typelib.c b/devel/ORBit2/files/patch-src_orb_orb-core_orbit-typelib.c deleted file mode 100644 index 5295e00ad..000000000 --- a/devel/ORBit2/files/patch-src_orb_orb-core_orbit-typelib.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/orb/orb-core/orbit-typelib.c.orig Sun May 11 20:37:14 2003 -+++ src/orb/orb-core/orbit-typelib.c Sun May 11 20:40:42 2003 -@@ -215,6 +215,8 @@ - paths = g_ptr_array_sized_new (8); - - g_ptr_array_add (paths, g_strdup (ORBIT_TYPELIB_DIR)); -+ add_if_unique(paths, "%%X11BASE%%"); -+ add_if_unique(paths, "%%LOCALBASE%%"); - - if ((path = g_getenv ("ORBIT_TYPELIB_PATH"))) { - char **strv; |