Commit graph

40 commits

Author SHA1 Message Date
jlam
275056ab49 The freetype2 libraries are needed by some of the bonobo libraries. 2002-04-10 15:45:46 +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
jlam
b739c671ed include/gnome-1.0 belongs to x11/gnome-libs. 2002-04-10 14:33:44 +00:00
rh
e15addb035 Include missing freetype2 dependency. 2002-03-26 07:29:34 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00
skrll
9bd4180d57 /bin/mkdir -> ${MKDIR}.
Make the print-PLIST target output ${MKDIR} also.
2002-02-05 22:39:00 +00:00
rh
c6c830d84b Track changed include file location 2002-01-16 00:12:43 +00:00
rh
7c4e5191b6 Update bonobo to 1.0.18. Changes are tons of bugfixes and speedups,
including
	+ intelligent GdkPixbuf rendering
	+ sensible pixbuf filtering
	+ cache GdkPixbufs
	+ cache X resources
	+ UI handler algorithmic tweaks
2002-01-16 00:03:21 +00:00
kei
8312193ec5 fixed typo (a =' should be +=') and added missing libbonobox.* in
buildlink.mk.  gnumeric builds successfully.  Tested on 1.5Y/i386.
2001-12-07 14:32:32 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
jlam
a4bc16d30c I am a triple idiot. The only relevant variable that x11.buildlink.mk
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use.  Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-24 22:10:43 +00:00
jlam
dff59f9ec3 x11.buildlink.mk needs to be included before any buildlink.mk files that
use X11_BUILDLINK_MK as a test value.  Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
2001-10-23 13:14:43 +00:00
rh
32a297df0e s/BUILDLINK_CPPFLAGS/CPPFLAGS/ as the former is for internal
bsd.buildlink.mk use only.  Pointed out in private mail by Johnny C. Lam.
2001-10-09 12:30:23 +00:00
rh
9da334dc9a Explicitly depend on libxml and bump that dependency to version 1.8.15.
Patch provided by Nathan J. Williams <nathanw@MIT.EDU> in tech-pkg
2001-10-08 06:51:23 +00:00
rh
60f9ad95da Update bonobo to 1.0.9 and while at it, buildlinkify. Changes include:
* Features
                * UI parse / translate caching (Alex Larsson)
                * parallel build fixes (Havoc)
                * gnome 1.4.1 spec file (Ludovic Danigo)

        * Bugs fixed
                * moniker escaping bug (Me)
                * storage-fs fixes (David Kaelbling)
                * more preconditions on UI component (Me)
                * toolbar shadow fix (Ettore)
                * xml18ntools config issue (Darin)
                * property bag leak (Larry Ewing)
                * pixmap leak (Larry Ewing)
                * event source UMR (Dan Winship)
                * stream-memory segv (Jody)
                * build fixes (Darin)
                * require new libxml (Radek Doulik)
                * exception env. leak fixage (Anders Carlsson)
2001-10-04 19:14:58 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +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
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
rh
0edbf1d6f0 Update bonobo to 1.0.4. Notable changes include:
Bonobo 1.0.4
        * Revert WM Focus order fix
        * Kill duff plug/socket assertion
        * Canvas item redraw bug fixage
        * Moniker mime query fixes
        * Remove 'object' keyword misuse from IDL
        * Honour gnome_preferences_get_menus_have_icons
        * PropertyControl leak fixage
        * UIContainer /Control / ControlFrame debug calming
        * Dependency fix
        * Documentation fixes.

Bonobo 1.0.3
        * Focus fixage
        * WM Focus order fixage
        * Sensitivity fixage
        * Much MacOS X build fixage & cleaning
        * bonobo_x_object fix & test-xobject
        * some re-enterancy issues nailed
        * bonobo-listener fix
        * Documentation fixage
2001-05-22 05:53:21 +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
wiz
dfb2d5edc6 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 00:44:09 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00
rh
efb8a1b88a Update bonobo to 1.0.2.
Notable changes include:

        * Documentation
                * Full C API documentation
                * Lots of nice DIA diagrams
                * preliminary UI XML DTD

        * Storage / Stream
                * fix symlink issues in fs storage
                * fs storage permissions fix
                * improved storage-fs / stream-fs mime typing

        * Event source / Listener
                * event-source fixes
                * event-source cleans
                * event-source re-enterancy fix

        * Property Bag
                * batch property get/set impl.
                * property bag client SEGV fix
                * PropertyBag leak fixes

        * Monikers
                * moniker file extender fix
                * monikers memory leak fix
                * moniker URL registry

        * Any support logic
                * bonobo-arg fixes
                * XML typecode reference fix
                * Fix XML type coding bugs

        * UI handler bits
                * Revert unsafe attempt at AA pixbufs
                * minor XML de-merge logic fix
                * config fixes
                * Always cleanup XML we hand out
                * pixmap <-> XML acceleration

        * Misc fixes
                * fix multiple translation issues
                * gshell fixes
                * include config.h some more
                * control / object destruction race fix
                * Reduce control's memory footprint
2001-04-14 14:16:54 +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
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
wiz
94dc65fbec Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:38:16 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.

+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt

With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +00:00
rh
881a52166d Update bonobo to 0.30. Changes include:
* Evil bugs
                * X / CORBA synchronisation issues fixed
                * Property bag / transient memory leaks fixed
                * Toolbar widget leak
                * Lots of misc leaks nailed
                * Bonobo plug / socket race condition nailed

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

        * Monikers
                * Bonobo widget switched to use monikers
                * Bonobo contexts - moniker context
                * tar moniker
                * http, gunzip monikers
                * moniker test code
                * Asynchronous moniker resolution

        * New transient CORBA object helper

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

        * Misc
                * CORBA_any * <-> XML serialization
                * generic listener / event interface re-written
                * Created component selector control
                * listener fixes
                * BonoboPropertyControl implemented & honed
                * Make each IDL file parse individualy

        * Embeddable factory bug flattened

        * Docs
                * API build cleanups
                * Lots of API doc writing / organising
                * doc/NAMESPACE added to start namespacing IDL

        * Lots of bugs fixed.

Bonobo 0.28

        * Fixes to XML translation to fix seperate build dir

        * Beautified XML translation script

        * Fixes to allow perl relocation

        * Remove Gtk arg <-> property mapping sillyness

Bonobo 0.27

        * New test environment for storage drivers

        * Lots of internal stream / storage fixes

        * API rename & documentation clean

        * Property bag fixes * improved ref debugging

        * Lots of moniker (http, gzip) work

        * Library versioning sorted

        * UI Leaks fixed

        * XML Translation scheme re-engineered

        * Lots of API Documentation mending
2000-12-31 14:01:43 +00:00
jlam
001b6b3724 Properly cleanup lib/pkgconfig on pkg_delete. lib/pkgconfig is shared by
at least bonobo and ORBit, and need "@unexec rmdir ... || true", not
"@dirrm".
2000-12-04 15:40:51 +00:00
mycroft
3ae7e5a6d5 Correct PLIST for libtool changes. 2000-11-27 20:02:12 +00:00
rh
89670e31dd Update bonobo to 0.26. Changes include:
Bonobo 0.26
        * Big Stream / Storage cleanups
        * Use OAF more cleanly internaly
        * Remove broken property preconditions
        * Property bag POA policy fix
        * Updated docs
        * text-plain fix
        * Moniker improvements
        * Leak fix

Bonobo 0.25
        * UI related bonobo-control-frame fix

Bonobo 0.24
        * cleanup of storage / stream plugins
        * toolbar control view update by orientation (Jon K Hellan
        * toolbar look update by orientation
        * verb / listener remove functions

Bonobo 0.23
        * fix pernicious UI widget parenting problem
        * nail translation problem finaly
        * fix licensing cockup GPL -> LGPL
        * update docs on accelerators
        * impl toolbar control class
        * gdk_rgb_init fix for icons

Bonobo 0.22
        * Several automake fixes

Bonobo 0.21
        * UI handler changes
                + cleaned XML spec.
                + fixed evil translation problems
                + sexy toolbar sizing
                + expandable toolbar items
                + more sophisticated toolbar layout
                + nicer looking separators
                + all samples! converted to new UI handler
                + bug fixes
        * Moniker fixes
        * Batch Property interface
        * More Zoomable work
        * Big components clean
        * Storage modules rename

Bonobo 0.20
        * gshell fixes
        * UI handler changes
                + cleaning
                + large UI API update
                + UI flicker killed
                + Improve cmd / widget separation
                + full toolbar behavoir
                + menue show / hide fix
        * Update to LGPL 21.
        * Socket fixes
        * Header cleans
        * More cunning toolbar item sizing fixes
        * Zoom interface imported from Nautilus
          Recieved with thanks from Eazel.
        * Skeleton generic listener interface

Bonobo 0.19
        * UI handler totaly re-implemented
                + New shinier Toolbar widget
                + XML UI description
                + XML node abstraction
        * Property bag Listener interface
        * libefs updates
        * New 'new:' moniker
        * UI leak fixes
        * Text/Plain component sorted out
2000-11-25 14:27:23 +00:00
veego
3ef512751b Remove a / from the MASTER_SITE url. Otherwise you would get urls like that:
ftp://ftp.gnome.org/pub/GNOME//unstable/sources/bonobo/
                              ^
and then get this error:

500 'CWD ': command not understood.
CWD command not recognized, trying XCWD.
500 'XCWD ': command not understood.

ftp: The `CWD ' command (without a directory), which is required by
     RFC 1738 to support the empty directory in the URL pathname (`//'),
     conflicts with the server's conformance to RFC 959.
     Try the same URL without the `//' in the URL pathname.
2000-09-01 08:51:21 +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
rh
74add3b300 s/USE_LIBTOOL/USE_PKGLIBTOOL/
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
2000-06-01 11:23:11 +00:00
tron
ba83c93665 Remove obsolete "corba" category. 2000-05-12 14:17:29 +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
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +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