Update to 0.16. Primarily fixes a bug where a crash could wipe out all
configs stored. ok nino@
This commit is contained in:
parent
2d7f73e374
commit
d57e36640c
@ -1,13 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2002/05/30 12:56:59 nino Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2002/09/21 15:32:01 marcm Exp $
|
||||
|
||||
COMMENT= "bonobo configuration system"
|
||||
|
||||
DISTNAME= bonobo-conf-0.14
|
||||
DISTNAME= bonobo-conf-0.16
|
||||
CATEGORIES= x11/gnome
|
||||
NEED_VERSION= 1.530
|
||||
HOMEPAGE= http://developer.gnome.org/arch/component/bonobo.html
|
||||
|
||||
MAINTAINER= Marc Matteo <marcm@lectroid.net>
|
||||
MAINTAINER= Marc Matteo <marcm@openbsd.org>
|
||||
|
||||
|
||||
#GPL
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (bonobo-conf-0.14.tar.gz) = ba37bffe8b6ac5c9281e0112de548b9d
|
||||
RMD160 (bonobo-conf-0.14.tar.gz) = 6516fad7e95b41908c9ae4847347d7b7f2c1d1ac
|
||||
SHA1 (bonobo-conf-0.14.tar.gz) = 9e33ec9eb7553cca90e4e1f9e018e2a7f2740d7a
|
||||
MD5 (bonobo-conf-0.16.tar.gz) = 03467d42b8a74d379cfef238017eb862
|
||||
RMD160 (bonobo-conf-0.16.tar.gz) = 347682f9b91300059b20261848fa3070b7c3ca21
|
||||
SHA1 (bonobo-conf-0.16.tar.gz) = 5ed4838abb2a714fb03225d3b6a2e6b2b7650263
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-configure,v 1.2 2002/07/18 20:50:56 pvalchev Exp $
|
||||
--- configure.orig Thu Nov 1 12:25:50 2001
|
||||
+++ configure Fri May 24 21:09:31 2002
|
||||
@@ -2354,6 +2354,16 @@ newos6*)
|
||||
$OpenBSD: patch-configure,v 1.3 2002/09/21 15:32:01 marcm Exp $
|
||||
--- configure.orig Wed Sep 4 12:19:21 2002
|
||||
+++ configure Wed Sep 18 00:26:31 2002
|
||||
@@ -3867,6 +3867,16 @@ newos6*)
|
||||
lt_cv_file_magic_test_file=/usr/lib/libnls.so
|
||||
;;
|
||||
|
||||
@ -18,7 +18,7 @@ $OpenBSD: patch-configure,v 1.2 2002/07/18 20:50:56 pvalchev Exp $
|
||||
osf3* | osf4* | osf5*)
|
||||
# this will be overridden with pass_all, but let us keep it just in case
|
||||
lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'
|
||||
@@ -4020,8 +4030,8 @@ else
|
||||
@@ -5577,8 +5587,8 @@ else
|
||||
;;
|
||||
|
||||
openbsd*)
|
||||
@ -29,7 +29,7 @@ $OpenBSD: patch-configure,v 1.2 2002/07/18 20:50:56 pvalchev Exp $
|
||||
hardcode_direct=yes
|
||||
hardcode_shlibpath_var=no
|
||||
;;
|
||||
@@ -4500,10 +4510,11 @@ newsos6)
|
||||
@@ -6061,10 +6071,11 @@ newsos6)
|
||||
|
||||
openbsd*)
|
||||
version_type=sunos
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-ltmain_sh,v 1.1.1.1 2002/05/30 12:56:59 nino Exp $
|
||||
--- ltmain.sh.orig Thu Nov 1 03:25:46 2001
|
||||
+++ ltmain.sh Fri Apr 26 19:18:50 2002
|
||||
@@ -1037,6 +1037,17 @@ compiler."
|
||||
$OpenBSD: patch-ltmain_sh,v 1.2 2002/09/21 15:32:01 marcm Exp $
|
||||
--- ltmain.sh.orig Wed Sep 4 12:18:45 2002
|
||||
+++ ltmain.sh Wed Sep 18 00:26:31 2002
|
||||
@@ -1048,6 +1048,17 @@ compiler."
|
||||
continue
|
||||
;;
|
||||
|
||||
@ -19,7 +19,7 @@ $OpenBSD: patch-ltmain_sh,v 1.1.1.1 2002/05/30 12:56:59 nino Exp $
|
||||
-module)
|
||||
module=yes
|
||||
continue
|
||||
@@ -1473,6 +1484,9 @@ compiler."
|
||||
@@ -1484,6 +1495,9 @@ compiler."
|
||||
fi
|
||||
continue
|
||||
;;
|
||||
@ -29,7 +29,7 @@ $OpenBSD: patch-ltmain_sh,v 1.1.1.1 2002/05/30 12:56:59 nino Exp $
|
||||
%DEPLIBS%)
|
||||
alldeplibs=yes
|
||||
continue
|
||||
@@ -1714,11 +1728,6 @@ compiler."
|
||||
@@ -1729,11 +1743,6 @@ compiler."
|
||||
continue
|
||||
fi
|
||||
|
||||
@ -41,7 +41,7 @@ $OpenBSD: patch-ltmain_sh,v 1.1.1.1 2002/05/30 12:56:59 nino Exp $
|
||||
if test -n "$old_archive_from_expsyms_cmds"; then
|
||||
# figure out the soname
|
||||
set dummy $library_names
|
||||
@@ -4416,40 +4425,6 @@ relink_command=\"$relink_command\""
|
||||
@@ -4468,40 +4477,6 @@ relink_command=\"$relink_command\""
|
||||
# Exit here if they wanted silent mode.
|
||||
test "$show" = ":" && exit 0
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/05/30 12:56:59 nino Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2002/09/21 15:32:01 marcm Exp $
|
||||
bin/bonobo-moniker-xmldb
|
||||
bin/cedit
|
||||
include/bonobo-conf/Bonobo_Config.h
|
||||
@ -18,14 +18,20 @@ lib/bonobo_confConf.sh
|
||||
lib/libbonobo_conf.a
|
||||
lib/libbonobo_conf.la
|
||||
share/idl/Bonobo_Config.idl
|
||||
share/locale/az/LC_MESSAGES/bonobo-conf.mo
|
||||
share/locale/da/LC_MESSAGES/bonobo-conf.mo
|
||||
share/locale/de/LC_MESSAGES/bonobo-conf.mo
|
||||
share/locale/el/LC_MESSAGES/bonobo-conf.mo
|
||||
share/locale/es/LC_MESSAGES/bonobo-conf.mo
|
||||
share/locale/fr/LC_MESSAGES/bonobo-conf.mo
|
||||
share/locale/hu/LC_MESSAGES/bonobo-conf.mo
|
||||
share/locale/it/LC_MESSAGES/bonobo-conf.mo
|
||||
share/locale/nn/LC_MESSAGES/bonobo-conf.mo
|
||||
share/locale/no/LC_MESSAGES/bonobo-conf.mo
|
||||
share/locale/pl/LC_MESSAGES/bonobo-conf.mo
|
||||
share/locale/pt/LC_MESSAGES/bonobo-conf.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/bonobo-conf.mo
|
||||
share/locale/sk/LC_MESSAGES/bonobo-conf.mo
|
||||
share/locale/sv/LC_MESSAGES/bonobo-conf.mo
|
||||
share/locale/tr/LC_MESSAGES/bonobo-conf.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/bonobo-conf.mo
|
||||
@ -39,6 +45,12 @@ share/oaf/Bonobo_Moniker_xmldb.oaf
|
||||
@comment @dirrm share/locale/tr
|
||||
@comment @dirrm share/locale/sv/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sv
|
||||
@comment @dirrm share/locale/sk/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sk
|
||||
@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
|
||||
@comment @dirrm share/locale/pl
|
||||
@comment @dirrm share/locale/no/LC_MESSAGES
|
||||
@ -47,14 +59,20 @@ share/oaf/Bonobo_Moniker_xmldb.oaf
|
||||
@comment @dirrm share/locale/nn
|
||||
@comment @dirrm share/locale/it/LC_MESSAGES
|
||||
@comment @dirrm share/locale/it
|
||||
@comment @dirrm share/locale/hu/LC_MESSAGES
|
||||
@comment @dirrm share/locale/hu
|
||||
@comment @dirrm share/locale/fr/LC_MESSAGES
|
||||
@comment @dirrm share/locale/fr
|
||||
@comment @dirrm share/locale/es/LC_MESSAGES
|
||||
@comment @dirrm share/locale/es
|
||||
@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/az/LC_MESSAGES
|
||||
@comment @dirrm share/locale/az
|
||||
@comment @dirrm share/locale
|
||||
@comment @exec mkdir -p %D/share/bonobo-conf/html/bonobo-conf
|
||||
@comment @dirrm share/bonobo-conf/html/bonobo-conf
|
||||
|
Loading…
Reference in New Issue
Block a user