Update to 2.2.1 in support of Gnome 2.2.1.

ok jolan@
This commit is contained in:
marcm 2003-06-12 19:51:14 +00:00
parent 32c1bde1b6
commit 9df05cf6e8
6 changed files with 81 additions and 80 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/01/31 18:51:03 todd Exp $
# $OpenBSD: Makefile,v 1.2 2003/06/12 19:51:14 marcm Exp $
COMMENT= "GNOME component and compound document system"
DISTNAME= libbonobo-2.0.0
DISTNAME= libbonobo-2.2.1
CATEGORIES= devel
HOMEPAGE= http://www.gnome.org/
@ -15,7 +15,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libbonobo/2.0/}
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libbonobo/2.2/}
EXTRACT_SUFX= .tar.bz2
MODULES= gettext

View File

@ -1,3 +1,3 @@
MD5 (libbonobo-2.0.0.tar.bz2) = fee1e4af2e5f04a7f6bcce6c066de957
RMD160 (libbonobo-2.0.0.tar.bz2) = 64c4e408904655e2707f10377f10f898236445a4
SHA1 (libbonobo-2.0.0.tar.bz2) = 7a42a169af5a493854b79cef20951504913f727b
MD5 (libbonobo-2.2.1.tar.bz2) = 3aab63a34cbadbd07e0e75c2cf8b2ade
RMD160 (libbonobo-2.2.1.tar.bz2) = df115f21212b4cc8e86d1627cf9e0da8ddfce6ad
SHA1 (libbonobo-2.2.1.tar.bz2) = b844b4a80eca14603354e59bffbdd5bc9717c2c3

View File

@ -1,25 +0,0 @@
$OpenBSD: patch-configure,v 1.1.1.1 2003/01/31 18:51:03 todd Exp $
--- configure.orig Fri Jul 19 20:20:32 2002
+++ configure Fri Jul 19 20:21:09 2002
@@ -5329,8 +5329,8 @@ else
hardcode_direct=yes
hardcode_shlibpath_var=no
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
- hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
export_dynamic_flag_spec='${wl}-E'
else
case "$host_os" in
@@ -5339,8 +5339,8 @@ else
hardcode_libdir_flag_spec='-R$libdir'
;;
*)
- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
- hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
;;
esac
fi

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-ltmain_sh,v 1.1.1.1 2003/01/31 18:51:03 todd Exp $
--- ltmain.sh.orig Sat Jun 1 09:55:03 2002
+++ ltmain.sh Thu Dec 12 23:26:31 2002
@@ -1071,6 +1071,17 @@ compiler."
$OpenBSD: patch-ltmain_sh,v 1.2 2003/06/12 19:51:14 marcm Exp $
--- ltmain.sh.orig Thu Feb 20 03:48:58 2003
+++ ltmain.sh Thu May 1 17:07:25 2003
@@ -1082,6 +1082,17 @@ compiler."
continue
;;
@ -19,7 +19,7 @@ $OpenBSD: patch-ltmain_sh,v 1.1.1.1 2003/01/31 18:51:03 todd Exp $
-module)
module=yes
continue
@@ -1507,6 +1518,19 @@ compiler."
@@ -1522,6 +1533,19 @@ compiler."
fi
continue
;;
@ -39,7 +39,7 @@ $OpenBSD: patch-ltmain_sh,v 1.1.1.1 2003/01/31 18:51:03 todd Exp $
%DEPLIBS%)
alldeplibs=yes
continue
@@ -1748,11 +1772,6 @@ compiler."
@@ -1767,11 +1791,6 @@ compiler."
continue
fi
@ -51,7 +51,7 @@ $OpenBSD: patch-ltmain_sh,v 1.1.1.1 2003/01/31 18:51:03 todd Exp $
if test -n "$old_archive_from_expsyms_cmds"; then
# figure out the soname
set dummy $library_names
@@ -4498,40 +4517,6 @@ relink_command=\"$relink_command\""
@@ -4575,40 +4594,6 @@ relink_command=\"$relink_command\""
# Exit here if they wanted silent mode.
test "$show" = ":" && exit 0

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-po_Makefile_in_in,v 1.1 2003/06/12 19:51:14 marcm Exp $
--- po/Makefile.in.in.orig Thu May 1 17:25:08 2003
+++ po/Makefile.in.in Thu May 1 17:25:30 2003
@@ -28,7 +28,7 @@ prefix = @prefix@
exec_prefix = @exec_prefix@
datadir = @datadir@
libdir = @libdir@
-localedir = $(libdir)/locale
+localedir = $(datadir)/locale
gnulocaledir = $(datadir)/locale
gettextsrcdir = $(datadir)/glib-2.0/gettext/po
subdir = po

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2003/03/30 06:33:18 marcm Exp $
@comment $OpenBSD: PLIST,v 1.3 2003/06/12 19:51:14 marcm Exp $
bin/echo-client-2
include/libbonobo-2.0/bonobo/Bonobo.h
include/libbonobo-2.0/bonobo/bonobo-arg.h
@ -42,43 +42,6 @@ lib/libbonobo-2.la
lib/orbit-2.0/Bonobo_module.a
lib/orbit-2.0/Bonobo_module.la
lib/pkgconfig/libbonobo-2.0.pc
share/gtk-doc/html/libbonobo/c4.html
share/gtk-doc/html/libbonobo/index.html
share/gtk-doc/html/libbonobo/index.sgml
share/gtk-doc/html/libbonobo/libbonobo-bonobo-arg.html
share/gtk-doc/html/libbonobo/libbonobo-bonobo-config-database.html
share/gtk-doc/html/libbonobo/libbonobo-bonobo-context.html
share/gtk-doc/html/libbonobo/libbonobo-bonobo-event-source.html
share/gtk-doc/html/libbonobo/libbonobo-bonobo-exception.html
share/gtk-doc/html/libbonobo/libbonobo-bonobo-generic-factory.html
share/gtk-doc/html/libbonobo/libbonobo-bonobo-i18n.html
share/gtk-doc/html/libbonobo/libbonobo-bonobo-item-container.html
share/gtk-doc/html/libbonobo/libbonobo-bonobo-item-handler.html
share/gtk-doc/html/libbonobo/libbonobo-bonobo-listener.html
share/gtk-doc/html/libbonobo/libbonobo-bonobo-macros.html
share/gtk-doc/html/libbonobo/libbonobo-bonobo-main.html
share/gtk-doc/html/libbonobo/libbonobo-bonobo-moniker-context.html
share/gtk-doc/html/libbonobo/libbonobo-bonobo-moniker-extender.html
share/gtk-doc/html/libbonobo/libbonobo-bonobo-moniker-simple.html
share/gtk-doc/html/libbonobo/libbonobo-bonobo-moniker-util.html
share/gtk-doc/html/libbonobo/libbonobo-bonobo-moniker.html
share/gtk-doc/html/libbonobo/libbonobo-bonobo-object.html
share/gtk-doc/html/libbonobo/libbonobo-bonobo-persist-client.html
share/gtk-doc/html/libbonobo/libbonobo-bonobo-persist-file.html
share/gtk-doc/html/libbonobo/libbonobo-bonobo-persist-stream.html
share/gtk-doc/html/libbonobo/libbonobo-bonobo-persist.html
share/gtk-doc/html/libbonobo/libbonobo-bonobo-property-bag-client.html
share/gtk-doc/html/libbonobo/libbonobo-bonobo-property-bag.html
share/gtk-doc/html/libbonobo/libbonobo-bonobo-running-context.html
share/gtk-doc/html/libbonobo/libbonobo-bonobo-shlib-factory.html
share/gtk-doc/html/libbonobo/libbonobo-bonobo-shutdown.html
share/gtk-doc/html/libbonobo/libbonobo-bonobo-storage-memory.html
share/gtk-doc/html/libbonobo/libbonobo-bonobo-storage.html
share/gtk-doc/html/libbonobo/libbonobo-bonobo-stream-client.html
share/gtk-doc/html/libbonobo/libbonobo-bonobo-stream-memory.html
share/gtk-doc/html/libbonobo/libbonobo-bonobo-transient.html
share/gtk-doc/html/libbonobo/libbonobo-bonobo-types.html
share/gtk-doc/html/libbonobo/libbonobo-bonobo-xobject.html
share/idl/bonobo-2.0/Bonobo.idl
share/idl/bonobo-2.0/Bonobo_Canvas.idl
share/idl/bonobo-2.0/Bonobo_Clipboard.idl
@ -97,25 +60,43 @@ share/idl/bonobo-2.0/Bonobo_Sample_Echo.idl
share/idl/bonobo-2.0/Bonobo_Storage.idl
share/idl/bonobo-2.0/Bonobo_UI.idl
share/idl/bonobo-2.0/Bonobo_Zoomable.idl
share/locale/am/LC_MESSAGES/libbonobo-2.0.mo
share/locale/ar/LC_MESSAGES/libbonobo-2.0.mo
share/locale/az/LC_MESSAGES/libbonobo-2.0.mo
share/locale/be/LC_MESSAGES/libbonobo-2.0.mo
share/locale/bg/LC_MESSAGES/libbonobo-2.0.mo
share/locale/ca/LC_MESSAGES/libbonobo-2.0.mo
share/locale/cs/LC_MESSAGES/libbonobo-2.0.mo
share/locale/da/LC_MESSAGES/libbonobo-2.0.mo
share/locale/de/LC_MESSAGES/libbonobo-2.0.mo
share/locale/el/LC_MESSAGES/libbonobo-2.0.mo
share/locale/eo/LC_MESSAGES/libbonobo-2.0.mo
share/locale/es/LC_MESSAGES/libbonobo-2.0.mo
share/locale/fa/LC_MESSAGES/libbonobo-2.0.mo
share/locale/fi/LC_MESSAGES/libbonobo-2.0.mo
share/locale/fr/LC_MESSAGES/libbonobo-2.0.mo
share/locale/gl/LC_MESSAGES/libbonobo-2.0.mo
share/locale/he/LC_MESSAGES/libbonobo-2.0.mo
share/locale/hu/LC_MESSAGES/libbonobo-2.0.mo
share/locale/id/LC_MESSAGES/libbonobo-2.0.mo
share/locale/it/LC_MESSAGES/libbonobo-2.0.mo
share/locale/ja/LC_MESSAGES/libbonobo-2.0.mo
share/locale/ko/LC_MESSAGES/libbonobo-2.0.mo
share/locale/lv/LC_MESSAGES/libbonobo-2.0.mo
share/locale/mk/LC_MESSAGES/libbonobo-2.0.mo
share/locale/mn/LC_MESSAGES/libbonobo-2.0.mo
share/locale/ms/LC_MESSAGES/libbonobo-2.0.mo
share/locale/nl/LC_MESSAGES/libbonobo-2.0.mo
share/locale/nn/LC_MESSAGES/libbonobo-2.0.mo
share/locale/no/LC_MESSAGES/libbonobo-2.0.mo
share/locale/pl/LC_MESSAGES/libbonobo-2.0.mo
share/locale/pt/LC_MESSAGES/libbonobo-2.0.mo
share/locale/pt_BR/LC_MESSAGES/libbonobo-2.0.mo
share/locale/ro/LC_MESSAGES/libbonobo-2.0.mo
share/locale/ru/LC_MESSAGES/libbonobo-2.0.mo
share/locale/sk/LC_MESSAGES/libbonobo-2.0.mo
share/locale/sl/LC_MESSAGES/libbonobo-2.0.mo
share/locale/sq/LC_MESSAGES/libbonobo-2.0.mo
share/locale/sv/LC_MESSAGES/libbonobo-2.0.mo
share/locale/ta/LC_MESSAGES/libbonobo-2.0.mo
share/locale/tr/LC_MESSAGES/libbonobo-2.0.mo
@ -138,12 +119,18 @@ share/locale/zh_TW/LC_MESSAGES/libbonobo-2.0.mo
@comment @dirrm share/locale/ta
@comment @dirrm share/locale/sv/LC_MESSAGES
@comment @dirrm share/locale/sv
@comment @dirrm share/locale/sq/LC_MESSAGES
@comment @dirrm share/locale/sq
@comment @dirrm share/locale/sl/LC_MESSAGES
@comment @dirrm share/locale/sl
@comment @dirrm share/locale/sk/LC_MESSAGES
@comment @dirrm share/locale/sk
@comment @dirrm share/locale/ru/LC_MESSAGES
@comment @dirrm share/locale/ru
@comment @dirrm share/locale/ro/LC_MESSAGES
@comment @dirrm share/locale/ro
@comment @dirrm share/locale/pt_BR/LC_MESSAGES
@comment @dirrm share/locale/pt_BR
@comment @dirrm share/locale/pt/LC_MESSAGES
@comment @dirrm share/locale/pt
@comment @dirrm share/locale/pl/LC_MESSAGES
@ -152,38 +139,65 @@ share/locale/zh_TW/LC_MESSAGES/libbonobo-2.0.mo
@comment @dirrm share/locale/no
@comment @dirrm share/locale/nn/LC_MESSAGES
@comment @dirrm share/locale/nn
@comment @dirrm share/locale/nl/LC_MESSAGES
@comment @dirrm share/locale/nl
@comment @dirrm share/locale/ms/LC_MESSAGES
@comment @dirrm share/locale/ms
@comment @dirrm share/locale/mn/LC_MESSAGES
@comment @dirrm share/locale/mn
@comment @dirrm share/locale/mk/LC_MESSAGES
@comment @dirrm share/locale/mk
@comment @dirrm share/locale/lv/LC_MESSAGES
@comment @dirrm share/locale/lv
@comment @dirrm share/locale/ko/LC_MESSAGES
@comment @dirrm share/locale/ko
@comment @dirrm share/locale/ja/LC_MESSAGES
@comment @dirrm share/locale/ja
@comment @dirrm share/locale/it/LC_MESSAGES
@comment @dirrm share/locale/it
@comment @dirrm share/locale/id/LC_MESSAGES
@comment @dirrm share/locale/id
@comment @dirrm share/locale/hu/LC_MESSAGES
@comment @dirrm share/locale/hu
@comment @dirrm share/locale/he/LC_MESSAGES
@comment @dirrm share/locale/he
@comment @dirrm share/locale/gl/LC_MESSAGES
@comment @dirrm share/locale/gl
@comment @dirrm share/locale/fr/LC_MESSAGES
@comment @dirrm share/locale/fr
@comment @dirrm share/locale/fi/LC_MESSAGES
@comment @dirrm share/locale/fi
@comment @dirrm share/locale/fa/LC_MESSAGES
@comment @dirrm share/locale/fa
@comment @dirrm share/locale/es/LC_MESSAGES
@comment @dirrm share/locale/es
@comment @dirrm share/locale/eo/LC_MESSAGES
@comment @dirrm share/locale/eo
@comment @dirrm share/locale/el/LC_MESSAGES
@comment @dirrm share/locale/el
@comment @dirrm share/locale/de/LC_MESSAGES
@comment @dirrm share/locale/de
@comment @dirrm share/locale/da/LC_MESSAGES
@comment @dirrm share/locale/da
@comment @dirrm share/locale/cs/LC_MESSAGES
@comment @dirrm share/locale/cs
@comment @dirrm share/locale/ca/LC_MESSAGES
@comment @dirrm share/locale/ca
@comment @dirrm share/locale/bg/LC_MESSAGES
@comment @dirrm share/locale/bg
@comment @dirrm share/locale/be/LC_MESSAGES
@comment @dirrm share/locale/be
@comment @dirrm share/locale/az/LC_MESSAGES
@comment @dirrm share/locale/az
@comment @dirrm share/locale/ar/LC_MESSAGES
@comment @dirrm share/locale/ar
@comment @dirrm share/locale/am/LC_MESSAGES
@comment @dirrm share/locale/am
@comment @dirrm share/locale
@dirrm share/idl/bonobo-2.0
@comment @dirrm share/idl
@dirrm share/gtk-doc/html/libbonobo
@comment @dirrm share/gtk-doc/html
@comment @dirrm share/gtk-doc
@comment @dirrm lib/pkgconfig
@dirrm lib/bonobo/monikers
@unexec rmdir %D/lib/bonobo/monikers 2>/dev/null || true
@dirrm lib/bonobo-2.0/samples
@dirrm lib/bonobo-2.0
@dirrm include/libbonobo-2.0/bonobo