summaryrefslogtreecommitdiff
path: root/devel/oaf/patches
diff options
context:
space:
mode:
authorrh <rh>2000-10-22 07:35:39 +0000
committerrh <rh>2000-10-22 07:35:39 +0000
commit608097d10456b8af77000839b0b547a64699f353 (patch)
tree2902589e026ed9285d3e4e4292366585e4673bfa /devel/oaf/patches
parent2431c61cd67aea4296ce7a3d473dbb5e6d2504d4 (diff)
downloadpkgsrc-608097d10456b8af77000839b0b547a64699f353.tar.gz
Update oaf to 0.6. New in this release:
* Query and activation changes: - Async activation interface (Mathieu) - Per-DISPLAY server support, so you can run bonobo apps on multiple displays at once. (Maciej) - Make test components not show up unless in test mode. (Maciej) - Forbid oafinfo files to specify properties that start with `_' (Elliot) * Added ref/unref to factory interface for future expansion (Elliot) * Build improvements (Pavel, Ramiro) * Bug fixes - Portability fixes (Dan Winship) - Exception handling fixes (Jaka) - CORBA fixes (Bradford) - Remove debugging spew (Maciej) - Leak fixes (Darin) * Translations: - New translations from (Alastair McKinstry, Jarkko Ranta, Manuel de Vega Barreiro, Christopher R. Gabriel, Yuri Syrota, Takayuki KUSANO, Jesus Bravo Alvarez) * Administrative: - Updated commit policy, set of people with commit privs (Maciej)
Diffstat (limited to 'devel/oaf/patches')
-rw-r--r--devel/oaf/patches/patch-ag16
1 files changed, 7 insertions, 9 deletions
diff --git a/devel/oaf/patches/patch-ag b/devel/oaf/patches/patch-ag
index 3d04c86caa3..1fb2d35cca8 100644
--- a/devel/oaf/patches/patch-ag
+++ b/devel/oaf/patches/patch-ag
@@ -1,6 +1,6 @@
-$NetBSD: patch-ag,v 1.2 2000/08/29 16:26:20 rh Exp $
+$NetBSD: patch-ag,v 1.3 2000/10/22 07:35:45 rh Exp $
---- configure.orig Sun Aug 13 11:52:08 2000
+--- configure.orig Fri Oct 20 00:19:29 2000
+++ configure
@@ -3556,7 +3556,7 @@
cat conftest.$ac_ext >&5
@@ -11,13 +11,11 @@ $NetBSD: patch-ag,v 1.2 2000/08/29 16:26:20 rh Exp $
fi
rm -f conftest*
INSTOBJEXT=.mo
-@@ -5151,8 +5151,7 @@
- -Wall -Wno-uninitialized \
+@@ -5153,7 +5153,6 @@
+ -Wall \
-Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes \
-Wnested-externs -Wpointer-arith \
-- -Wno-sign-compare -Wsign-promo \
-- -Werror"
-+ -Wno-sign-compare -Wsign-promo"
- fi
+- -Werror \
+ $CFLAGS"
- trap '' 1 2 15
+ for option in -Wsign-promo -Wno-sign-compare; do