diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-12-14 19:46:25 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-12-14 19:46:25 +0000 |
commit | 38613678dd4726d44265bf48aa88288deb1e8d96 (patch) | |
tree | f5414874e011c733476a59c51eaa2268a19cbeaa /devel/libbonobo/buildlink2.mk | |
parent | d8c3b5d28a554091fd96655787066aa86fc143f1 (diff) | |
download | pkgsrc-38613678dd4726d44265bf48aa88288deb1e8d96.tar.gz |
Update to 2.4.2, based on work done by xtraeme@. The following list of
changes is according to the development branch, 2.3. Changes since then
include several bugfixes.
libbonobo 2.3.6
+ bugs fixes
+ improved tests (Gustavo)
+ improved FAQ (Gustavo)
+ featurelets
+ bogus inheritance trap (Michael)
libbonobo 2.3.5
* Bugs fixed
+ reference tracking race (Gustavo Carneiro)
+ incompatible activation-client fix (Antonio Xu)
+ popt fixage (Michael, Damien Carbery)
* Featurelets
+ factory regression tests (Gustavo)
libbonobo 2.3.4
* Bugs fixed
+ don't use C++ keyword in C code (Frederic Crozat)
+ fix activation test linking and script (Michael)
* Translations
+ az (Metin Amiroff)
+ id (Mohammad Damt)
+ ml (Guntupalli Karunakar)
+ nl (Huib Kleinhout)
+ bn (Mahmudur Rahman)
+ fi (Pauli Virtanen)
+ ru (Russian team, Dmitry G. Mastrukov)
+ da (Ole Laursen)
+ sr (Serbian team, Danilo Å egan)
+ sq (Laurent Dhima)
libbonobo 2.3.3
* Features
+ use Gdk::WindowId for Bonobo_Canvas (Michael)
* Bugs fixed
+ CORBA_boolean handling in property bag (Dan Winship)
+ cancel pending timeouts when destroying factory (Gustavo
Carneiro)
libbonobo 2.3.2
* Features
+ very much improved API docs (Gustavo Carneiro,
Martin Kretschmar, Rodrigo Moya)
+ dynamic b-a-s path update (Antonio Xu)
+ fix DNS reverse-lookup (Shailesh Mittal, Michael)
+ always run in thread-safe mode (Michael)
+ tentative BonoboObject locking action (Michael)
+ new thread policy APIs (Michael)
+ bump default factory timeouts (Gustavo)
+ more regression tests (Michael, Gustavo)
* Bugs fixed
+ de-linc-ization (Michael)
+ build fixes (Jens Granseuer, Martin)
libbonobo 2.3.1
* Features
+ lots more API & other doc work (Gustavo)
+ selectable BonoboObject POAs (Michael, Gustavo)
+ re-factored activation server (Michael)
+ merged bonobo-activation (Michael)
+ unknown app registration (Gustavo)
+ cygwin build fixes (Masahiro Sakai)
+ BonoboForeignObject - for bindings (Gustavo, James H)
* Bugs fixed
+ BonoboArg improvements (Gustavo)
+ make check doesn't trash /tmp (Michael)
+ remove .so library suffix (Michael)
+ trailing ; fixes (Padraig O'Briain)
+ C++ BonoboArg bits (Martin Kretzchmar)
+ gettext fixes (Hidetoshi Tajima)
+ build fixes (Thomas VS, James H, Carlos Marin)
* Translations
+ am - Daniel Yacob, de, fa, mk, nl - Pablo Saratxaga
+ ro - Marius Andreiana, mn, id, eo, sr - Christian Rose
+ ml - Guntupalli Karunakar
Diffstat (limited to 'devel/libbonobo/buildlink2.mk')
-rw-r--r-- | devel/libbonobo/buildlink2.mk | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/devel/libbonobo/buildlink2.mk b/devel/libbonobo/buildlink2.mk index d8ab6672eef..1343c3328b3 100644 --- a/devel/libbonobo/buildlink2.mk +++ b/devel/libbonobo/buildlink2.mk @@ -1,25 +1,30 @@ -# $NetBSD: buildlink2.mk,v 1.8 2003/11/12 01:31:48 salo Exp $ +# $NetBSD: buildlink2.mk,v 1.9 2003/12/14 19:46:25 jmmv Exp $ +# +# This Makefile fragment is included by packages that use libbonobo. +# +# This file was created automatically using createbuildlink 2.8. +# .if !defined(LIBBONOBO_BUILDLINK2_MK) LIBBONOBO_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= libbonobo -BUILDLINK_DEPENDS.libbonobo?= libbonobo>=2.2.0nb4 +BUILDLINK_DEPENDS.libbonobo?= libbonobo>=2.4.2 BUILDLINK_PKGSRCDIR.libbonobo?= ../../devel/libbonobo EVAL_PREFIX+= BUILDLINK_PREFIX.libbonobo=libbonobo BUILDLINK_PREFIX.libbonobo_DEFAULT= ${LOCALBASE} +BUILDLINK_FILES.libbonobo+= include/bonobo-activation-2.0/bonobo-activation/* BUILDLINK_FILES.libbonobo+= include/libbonobo-2.0/bonobo/* -BUILDLINK_FILES.libbonobo+= include/libbonobo-2.0/* -BUILDLINK_FILES.libbonobo+= lib/bonobo/monikers/* -BUILDLINK_FILES.libbonobo+= lib/bonobo/servers/* +BUILDLINK_FILES.libbonobo+= include/libbonobo-2.0/libbonobo.h BUILDLINK_FILES.libbonobo+= lib/libbonobo-2.* -BUILDLINK_FILES.libbonobo+= lib/orbit-2.0/Bonobo_module.* -BUILDLINK_FILES.libbonobo+= lib/pkgconfig/libbonobo-2.0.pc -BUILDLINK_FILES.libbonobo+= share/idl/bonobo-2.0/* +BUILDLINK_FILES.libbonobo+= lib/libbonobo-activation.* -.include "../../devel/pkgconfig/buildlink2.mk" -.include "../../devel/bonobo-activation/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../devel/glib2/buildlink2.mk" +.include "../../devel/popt/buildlink2.mk" +.include "../../net/ORBit2/buildlink2.mk" +.include "../../textproc/libxml2/buildlink2.mk" BUILDLINK_TARGETS+= libbonobo-buildlink |