summaryrefslogtreecommitdiff
path: root/devel/ORBit2/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-18 06:49:37 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-18 06:49:37 +0000
commit9c0caae1c20155b432bb0feb074a8fd9cc1c12bc (patch)
tree534d0190982c831de589344c3003940ec6f2d6b1 /devel/ORBit2/files
parentFollowup commit: Unbreak XFree86-4-Server-snap on -stable -- gcc 2 has no (diff)
Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,
future plans, etc., please see http://www.gnome.org/start/2.4/. This commit represents work done by adamw, bland, and myself as well as many other contributers: Koop Mast <einekoai@chello.nl> Akifyev Sergey <asa@gascom.ru> Franz Klammer <klammer@webonaut.com> Øyvind Kolbu <oyvind@kebab.gaffel.nu> Thomas E. Zander <riggs@rrr.de> Jeremy Messenger <mezz7@cox.net> Without these contirbuters, and our faithful users, GNOME 2.4.0 would not be possible. Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as general FAQs and documentation (GNOME 2.4 updates to be posted soon). The best way to upgrade so that you get all shared library dependencies is: portupgrade -rf -m BATCH=yes atk portupgrade -R -m BATCH=yes gnome2 Approved by: portmgr (kris, will, myself implicitly) Requested by: re as well as many other users
Diffstat (limited to 'devel/ORBit2/files')
-rw-r--r--devel/ORBit2/files/patch-ORBit-2.0.pc.in10
-rw-r--r--devel/ORBit2/files/patch-ab14
-rw-r--r--devel/ORBit2/files/patch-src::orb::util::Makefile.in6
-rw-r--r--devel/ORBit2/files/patch-src_idl-compiler_orbit-idl-backend.c2
4 files changed, 19 insertions, 13 deletions
diff --git a/devel/ORBit2/files/patch-ORBit-2.0.pc.in b/devel/ORBit2/files/patch-ORBit-2.0.pc.in
new file mode 100644
index 000000000000..bd616eaa2014
--- /dev/null
+++ b/devel/ORBit2/files/patch-ORBit-2.0.pc.in
@@ -0,0 +1,10 @@
+--- 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
index 308fddd87618..57f1e2d4c301 100644
--- a/devel/ORBit2/files/patch-ab
+++ b/devel/ORBit2/files/patch-ab
@@ -1,5 +1,5 @@
---- Makefile.in.orig Sat Oct 19 15:24:09 2002
-+++ Makefile.in Sat Oct 19 15:25:58 2002
+--- Makefile.in.orig Sat Jun 14 01:50:29 2003
++++ Makefile.in Sat Jun 14 01:51:03 2003
@@ -35,7 +35,7 @@
DESTDIR =
@@ -9,16 +9,12 @@
pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = .
-@@ -97,11 +97,10 @@
- STRIP = @STRIP@
- VERSION = @VERSION@
- WARN_CFLAGS = @WARN_CFLAGS@
--pkglibdir = @pkglibdir@
+@@ -115,7 +115,7 @@
AUTOMAKE_OPTIONS = 1.3
--SUBDIRS = src include test docs
-+SUBDIRS = src include docs
+-SUBDIRS = linc2 src include test docs
++SUBDIRS = linc2 src include docs
bin_SCRIPTS = orbit2-config
diff --git a/devel/ORBit2/files/patch-src::orb::util::Makefile.in b/devel/ORBit2/files/patch-src::orb::util::Makefile.in
index f40acebc7738..0c2cb69a98bc 100644
--- a/devel/ORBit2/files/patch-src::orb::util::Makefile.in
+++ b/devel/ORBit2/files/patch-src::orb::util::Makefile.in
@@ -1,6 +1,6 @@
---- src/orb/util/Makefile.in.orig Mon Jul 21 11:21:48 2003
-+++ src/orb/util/Makefile.in Mon Jul 21 11:22:19 2003
-@@ -104,7 +104,7 @@
+--- 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 \
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
index dcc0e0ebb4f6..8ae3c76447c1 100644
--- a/devel/ORBit2/files/patch-src_idl-compiler_orbit-idl-backend.c
+++ b/devel/ORBit2/files/patch-src_idl-compiler_orbit-idl-backend.c
@@ -4,7 +4,7 @@
char **strv;
int i;
-+ paths = g_slist_prepend (paths, "/usr/X11R6/lib/orbit-2.0/idl-backends");
++ paths = g_slist_prepend (paths, "%%X11BASE%%/lib/orbit-2.0/idl-backends");
+
if (!(val = getenv ("GNOME2_PATH")))
return paths;