Commit graph

15 commits

Author SHA1 Message Date
jlam
c0dd7902c2 The buildlink2 wrappers now automatically fix this problem, so no need to
patch around it.
2002-12-26 17:19:25 +00:00
rh
e525650d57 Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE. 2002-10-30 03:09:25 +00:00
jlam
134a3af310 Refer to uninstalled libtool archives by their full path (as the libtool
manual tells you to), instead of "-Lsrcdir -llib".
2002-09-21 10:38:57 +00:00
jlam
be00c970eb buildlink1 -> buildlink2 2002-09-21 08:48:39 +00:00
jlam
efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00
rh
db7a881c68 Patch the various pkgconfig files to include proper -Wl,-R options.
Bump PKGREVISION
2002-07-18 02:19:24 +00:00
jlam
607e2e01f9 Strongly buildlinkify and use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE
so pkgsrc's libtool is invoked (this looks like an increasingly common
problem with up-to-date GNOME packages).  Also change references to
*-config into ${*_CONFIG} so that the wrappers are used instead of the
original scripts (why is this such a common problem?!).
2002-04-10 14:37:16 +00:00
rh
f3f2dacb46 Update bonobo to 1.0.7
Notable changes are:
        * UI handler stuff:
                * Key stroke handling fixage
                * set/get prop acceleration
                * default icon fixage
                * prototype cleans

        * Misc stuff
                * re-entrancy fix in event_source_destroy
                * moniker-extender-file fix
                * item-container bug
                * Portability fixes
                * doc fixes
                * updated tests
                * config dialog rename
                * fixed libefs linking
2001-08-11 18:26:56 +00:00
danw
6794fe49fc Oops. Make this build again. (Must have not made clean when I tested my
previous patch.)
2001-04-29 18:52:40 +00:00
danw
88804e1de3 Set USE_GMAKE and remove the patch to generate monikers/*.oaf at
configure-time. There are rules to build them (different from what
configure would do) in the Makefile, they just use gmake-specific
syntax.

Bumped version to 1.0.2nb1 on general principles, but AFAIK nothing
currently in pkgsrc is badly affected by the behavior of the 1.0.2
package, so I'm not updating any DEPENDS.
2001-04-27 19:44:39 +00:00
rh
a224f6d78e Update bonobo to 0.37.
Changes include:

Bonobo 0.37

        * Fix Bonobo Zoomable (Michael Engber)

        * Documentation fixage (John Sheets)

        * Any serialization xml supports aliases (Dietmar)

        * Listener / Event Source fixes (Dan Winship)

        * Bonobo Control fixage (Dan Winship)

        * UI str compare fixage (Darin Adler)

        * Cleanup config dialog (Cody Russell)

        * Publicised XObject type & bits (Me)

Bonobo 0.36

        * Convert print to BonoboXObject (Me) - forgot it.

        * Fix flicker issue (Me)

        * Remove bonobo-idl (Me)

        * Use nice type creation macro (Dietmar)

        * Toolbar control leak fix (Maciej)

Bonobo 0.35

        * BonoboXObject (Me)

        * Canvas fixes (Mike Kestner)
                * IDL cleanups
                * Misc bug fixage

        * UI handler
                * Toolbar shadow preference fix (Federico Mena)
                * Toolbar sizing problems (Ettore)
                * Builtin toolbar customization GUI & popup (Me)
                * UI configuration code (Me)
                * UI Menu rebuild acceleration (Me)
                * UI config Leak fixes (Iain)
                * Toolbar resize bug (Cody Russell)
                * Tearoff menu fixage (Me, Darin Adler)

        * Monikers
                * comparison method (Me)
                * stream cache moniker (Dietmar)

        * Misc new features
                * Use a Stream to transfer print data (Me)
                * Re-namespace IDL files (Me)
                * Property bag fixage (Dietmar)
                * Automatic shlib reference tracking (Dietmar)
                * Profiling config support (Pavel Cisler)
                * Zoomable interface expansion (Cody Russell)

        * Misc bug fixing
                * Leak fixes (Morten, Me)
                * Method chaining bugs (Me)
                * Depend on oaf >= 0.6.2 (Me)
                * LibIDL checks for bonobo-idl (Me)
                * Fix bonobo-idl build (Me)
                * function signature fix (George Lebl)
                * Stream moniker extender fix (Lutz Muller)
                * Calm ORBit warnings (Maciej Stachowiak)

        * Reference counting problems nailed (Owen, Me)

        * Begginings of keyboard focus fixage (Federico)

Bonobo 0.33

        * Fixed broken standard moniker id (Me)

        * Fix UI verb tracking leak (Me)

        * Fix old UI race condition (Me)

Bonobo 0.32

        * Monikers
                * Virtualized more of BonoboMoniker (Me)
                * Item container re-written (Me)
                * Item handler implemented (Miguel)

        * UI stuff (Me)
                * Substantialy re-factored
                * Acceleration (with Pavel)
                * Configuration engine
                * Toolbar customization dialog
                * Ignore Gtk+ keybinding assignment
                * Hide lots of internals
                * Docs updated
                * honour more GNOME prefs (Jacob)

        * Property Bag (Dietmar)
                * Improved exception handling
                * Reference leaks fixed
                * new Property listener methods
                * Property is an Unknown

        * Canvas Items (Mike Kestner)
                * Add event signal
                * Add grab / ungrab
                * Fix UI merging code
                * Update proxy creation

        * Fixed reference handling on addInterface (Dietmar)

        * Event Source updated (Dietmar)

        * Several reference leaks nailed (Dietmar)

        * Improved running context ref tracking (Dietmar)

        * Macros to reduce code complexity (Dietmar)

        * Header include cleanups (Jason Leach)

        * Conversion to xml-i18n-tools (Maciej)

        * Misc. bugs fixed (Darin, Eskil Olsen, Robin Slomkowski)

Bonobo 0.31

        * Serious bugs fixed
                * Depend on ORBit-0.5.6
                * Re-include Federico's Policy leak fixes.
                * Fix fatal toolbar icon bug (DanW)
                * memset fixes (George Lebl)

        * Monikers
                Drastic simplification of Moniker API (Me)
                Std monikers merged to shlib (Dietmar)
                Moniker extenders implemented (Dietmar, Me)
                Misc. fixes (Miguel)
                Parsing tests added (Me)
                Simplify interface naming on resolve (Me)

        * Property bag
                Listening re-written using EventSource (Dietmar)
                Use our own ID scheme to identity listeners (Dietmar)
                Allow sub-classing (George Lebl)

        * Running context to track references implemented (Me)

        * Useful cleanups
                * API documentation (Miguel, Me)
                * Make generic-factory sub-classable (Me)
                * Make the component selector control useful (Me)
                * Implement a shlib factory to handle module unloading (Me)
                * UI methods on Canvas embeddables (Me)
                * VFS storage fixes (Lutz Muller)
                * Persist fixes (Gergo Erdi)
                * Make bonobo-transient sub-classable (George Lebl)

        * Build & misc. bug fixes (Arturo Tena, Richard Hult, Dave Camp
                                   Daniel Egger, Maciej Stachowiak)


Bonobo 0.30

        * Released since Elliot would not produce a fixed ORBit release,
        reverts fixes in 0.29, should not pass distcheck.

Bonobo 0.29

        * Evil bugs
                * X / CORBA synchronisation issues fixed (Me)
                * Property bag / transient memory leaks fixed (Federico)
                * Toolbar widget leak (Darin Alder)
                * Lots of misc leaks nailed (Morten)
                * Bonobo plug / socket race condition nailed (Me)

        * Storage stuff
                * Local FS Stream / Storage impl. completed (Dietmar)
                * Efs stream / storage polished up (Dietmar)
                * VFS storage cleans (Me)
                * Bonobo IO plugins version fixage (Dietmar)
                * Storage module cleans, and regression testing (Dietmar)

        * Monikers
                * Bonobo widget switched to use monikers (Me)
                * Bonobo contexts - moniker context (Me)
                * tar moniker (Vladimir Vukicevic)
                * http, gunzip monikers (Joe Shaw)
                * moniker test code (Joe Shaw)
                * Asynchronous moniker resolution (Me)

        * New transient CORBA object helper (Miguel)

        * UI stuff
                * Alpha composited icons (for pixmap themes) (Cody Russell)
                * Control desired size querying (Martin)
                * Completed toolbar item 'look' markup (John Sullivan)
                * pixmap location code flexed (Martin)
                * placeholder can hide all its contents (Darin)
                * UI signaling race conditions nailed (Darin, Me)
                * Helpers for removing dead UI components (Maciej)

        * Misc
                * CORBA_any * <-> XML serialization (Me)
                * generic listener / event interface re-written (Alex Graveley)
                * Created component selector control (Me)
                * listener fixes (Iain Holmes)
                * BonoboPropertyControl implemented & honed (Iain)
                * Make each IDL file parse individualy (Mathieu Lacage)

        * Embeddable factory bug flattened (Mike Kestner)

        * Docs
                * API build cleanups (Zach Frey)
                * Lots of API doc writing / organising (Miguel)
                * doc/NAMESPACE added to start namespacing IDL (Me)

        * Lots of bugs fixed.
2001-04-06 22:16:49 +00:00
rh
8f5bdddc6c Update bonobo to 0.18. Changes include:
* Monikers, total re-write along with some standard
	  monikers, 'file', 'oafiid', 'item'

	* Aggregate Object finalization bug nailed

	* Switched to a single Oaf build (Gnorba is no longer
          supported) cleaning loads of cruft, object activation
	  cleaned, bonobo-selector API shrunk

	* Bonobo has been split into GUI-less and GUI versions of
          Bonobo (bonobo, bonobox libraries to assist non-gui Bonobo
	  component development

	* Property Bag Client - new more flexible helper
	  interface removing BonoboObjectClient

Bugs fixed:

	* Bonobo-Widget bug nailed

	* Evil, fatal, intermittent plug / socket unrealize bug
	  inherited from Gtk fixed

	* UI handler bugs nailed

	* Blocking problems in listners fixed

	* Spec file sorted

	* Updated docs/refcounting.txt and enforced inter object
	  ref counting policy globaly

	* Various naming daftnesses cleaned
2000-08-29 16:28:41 +00:00
rh
5deb63fba6 Update bonobo to 0.15. Changes include bugfixes and enhancements required
by several new GNOME programs.
2000-07-16 19:50:12 +00:00
danw
82d9c1f174 Remove patches to deal with two bugs involving configure's handling of
INSTALL which have both been worked around in bsd.pkg.mk now.
2000-05-02 18:48:35 +00:00
rh
d0c3f42277 Initial import of bonobo-0.4, the GNOME architecture for creating reusable
software components and compound documents.
2000-01-02 15:15:16 +00:00