summaryrefslogtreecommitdiff
path: root/devel/bonobo
AgeCommit message (Collapse)AuthorFilesLines
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-03Bump package revisions for tiff update.reed2-4/+4
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-11-12PKGREVISION++ due to devel/popt update.salo2-4/+4
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-4/+4
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-4/+4
dependency bumps.
2003-02-16Disable gtk-doc detection; not required and causes problems.jmmv1-1/+2
2002-12-26The buildlink2 wrappers now automatically fix this problem, so no need tojlam2-16/+1
patch around it.
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz2-4/+4
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-12-09Replace "true" by "${TRUE}".tron1-3/+3
2002-11-30USE_PKGLOCALEDIR, remove unnecessary patches, delint.salo1-1/+2
2002-11-28add a missing LIBTOOL_OVERRIDEdrochner1-2/+2
2002-10-30Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.rh3-15/+3
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-13Remove a bogus directory in the post-install step.wiz1-1/+6
2002-10-07Unused.wiz1-72/+0
2002-09-23Use BUILDLINK_CPPFLAGS.<pkg> and BUILDLINK_LDFLAGS.<pkg> as standard namesjlam1-2/+3
for the extra CPPFLAGS and LDFLAGS needed by packages that include these buildlink2.mk files.
2002-09-21Refer to uninstalled libtool archives by their full path (as the libtooljlam2-2/+16
manual tells you to), instead of "-Lsrcdir -llib".
2002-09-21buildlink1 -> buildlink2jlam2-281/+12
2002-09-09Remove two unnecessary EXECs, and replace a dirrm with unexec RMDIR.wiz1-4/+2
The latter requested by Julio Merino in pkg/18213.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam6-5/+39
buildlink2.mk files back into the main trunk.
2002-07-18Patch the various pkgconfig files to include proper -Wl,-R options.rh3-3/+16
Bump PKGREVISION
2002-07-14Make sure IDL includes get properly buildlinkedrh1-1/+3
2002-07-12Other packages now also install in lib/bonobo.wiz1-3/+3
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb1-4/+4
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-05-14Add the idl files to the buildlinked list, so mrproject findsmjl1-1/+2
them and builds.
2002-04-10The freetype2 libraries are needed by some of the bonobo libraries.jlam1-1/+2
2002-04-10Strongly buildlinkify and use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDEjlam3-8/+262
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-10include/gnome-1.0 belongs to x11/gnome-libs.jlam1-2/+1
2002-03-26Include missing freetype2 dependency.rh1-1/+2
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb2-3/+4
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-02-05/bin/mkdir -> ${MKDIR}.skrll1-4/+4
Make the print-PLIST target output ${MKDIR} also.
2002-01-16Track changed include file locationrh1-3/+3
2002-01-16Update bonobo to 1.0.18. Changes are tons of bugfixes and speedups,rh3-9/+13
including + intelligent GdkPixbuf rendering + sensible pixbuf filtering + cache GdkPixbufs + cache X resources + UI handler algorithmic tweaks
2001-12-07fixed typo (a `=' should be `+=') and added missing libbonobox.* inkei1-2/+3
buildlink.mk. gnumeric builds successfully. Tested on 1.5Y/i386.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
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-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-2/+2
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-09s/BUILDLINK_CPPFLAGS/CPPFLAGS/ as the former is for internalrh1-2/+2
bsd.buildlink.mk use only. Pointed out in private mail by Johnny C. Lam.
2001-10-08Explicitly depend on libxml and bump that dependency to version 1.8.15.rh1-1/+3
Patch provided by Nathan J. Williams <nathanw@MIT.EDU> in tech-pkg
2001-10-04Update bonobo to 1.0.9 and while at it, buildlinkify. Changes include:rh4-200/+173
* 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-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
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-08-11Update bonobo to 1.0.7rh3-22/+5
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-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+2
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-05-22Update bonobo to 1.0.4. Notable changes include:rh2-8/+7
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-04-29Oops. Make this build again. (Must have not made clean when I tested mydanw2-1/+18
previous patch.)
2001-04-27Set USE_GMAKE and remove the patch to generate monikers/*.oaf atdanw3-15/+6
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-21Move to sha1 digests, and/or add distfile sizes.wiz1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo