summaryrefslogtreecommitdiff
path: root/devel/libbonobo
AgeCommit message (Collapse)AuthorFilesLines
2002-10-19Track directory layout change at MASTER_SITE_GNOME.rh1-2/+2
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-16Switch glib2 from PTL2 to pth.rh1-3/+3
Introduce USE_PTL2 so that PTL2 can still be used as an alternative (e.g. for debugging). Only include ptl2/buildlink2.mk if USE_PTL2 is set and no native threads are available. Bump PKGREVISIONS.
2002-10-04Unused.wiz1-45/+0
2002-09-22Don't symlink certain classes of files that aren't needed by buildlink2:jlam1-2/+1
*.pc and binaries. Both these things are simply found by packages in their true installed locations.
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz3-5/+6
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-09-10buildlink2.wiz1-3/+4
2002-09-07Add buildlink2.mk.rh1-0/+28
Provided by Julio Merino <jmmv@hispabsd.org> in PR pkg/18183.
2002-07-12Initial import of libbonobo, from Julio Merino in pkg/17422.wiz7-0/+245
Bonobo is a set of language and system independant CORBA interfaces for creating reusable components, controls and creating compound documents. We distinguish between `Bonobo' the name of the component architecture, and `bonobo' which is the C-based easy to use implemenatation of the Bonobo component architecture. libbonobo contains a rich API for dealing Bonobo Objects (activation for example).