diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-09 21:37:19 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-09 21:37:19 +0000 |
commit | 0325e948030307c773b69063c6f775b62cecdbbc (patch) | |
tree | 34b2943fcade48c90ca2ba8a3cd0bdc4a58fbcd3 /devel/bonobo-activation | |
parent | In case tin links against libiconv now, teach tin to recognize BIG5 (diff) |
Make gnome-panel working:
- fix search path for activation config files in X11BASE in bonobo-activation;
- correct name of gnome-panel executable in GNOME_Panel.server.
Bump PORTREVISIONs of both ports.
Diffstat (limited to 'devel/bonobo-activation')
-rw-r--r-- | devel/bonobo-activation/Makefile | 1 | ||||
-rw-r--r-- | devel/bonobo-activation/files/patch-server::Makefile.in | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/devel/bonobo-activation/Makefile b/devel/bonobo-activation/Makefile index 02606a5345da..a639e9541dfa 100644 --- a/devel/bonobo-activation/Makefile +++ b/devel/bonobo-activation/Makefile @@ -7,6 +7,7 @@ PORTNAME= bonobo-activation PORTVERSION= 0.9.8 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501 diff --git a/devel/bonobo-activation/files/patch-server::Makefile.in b/devel/bonobo-activation/files/patch-server::Makefile.in new file mode 100644 index 000000000000..743d08ba7ecb --- /dev/null +++ b/devel/bonobo-activation/files/patch-server::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- server/Makefile.in 2002/05/09 20:49:39 1.1 ++++ server/Makefile.in 2002/05/09 20:50:27 +@@ -143,7 +143,7 @@ + + bin_PROGRAMS = bonobo-activation-server activation-client + +-INCLUDES = -I$(top_srcdir) -I$(top_builddir) -I$(top_builddir)/bonobo-activation -I$(top_srcdir)/bonobo-activation -DSERVERINFODIR=\"$(prefix)/libdata/bonobo/servers\" -DSERVER_LOCALEDIR=\""$(datadir)/locale"\" $(SERVER_CFLAGS) -DSERVER_CONFDIR=\"$(sysconfdir)\" -DG_DISABLE_DEPRECATED $(NULL) ++INCLUDES = -I$(top_srcdir) -I$(top_builddir) -I$(top_builddir)/bonobo-activation -I$(top_srcdir)/bonobo-activation -DSERVERINFODIR=\"$(prefix)/libdata/bonobo/servers:${X11BASE}/libdata/bonobo/servers:${LOCALBASE}/libdata/bonobo/servers\" -DSERVER_LOCALEDIR=\""$(datadir)/locale"\" $(SERVER_CFLAGS) -DSERVER_CONFDIR=\"$(sysconfdir)\" -DG_DISABLE_DEPRECATED $(NULL) + + + bonobo_activation_server_SOURCES = activation-server-corba-extensions.c activation-server-corba-extensions.h activation-context-query.h activation-context-query.c activation-context-query-lexer.c activation-context-query-parser.c activation-context-query-parser.h activation-context-corba.c object-directory-corba.c object-directory-load.c object-directory-activate.c object-directory-config-file.c object-directory-config-file.h activation-server-main.c server.h |