summaryrefslogtreecommitdiff
path: root/devel/eel2/buildlink3.mk
AgeCommit message (Collapse)AuthorFilesLines
2007-09-20Rename eel2 to eel, to match upstream name.wiz1-36/+0
2007-09-19Use gnome-vfs instead of gnome-vfs2.wiz1-2/+2
2007-06-05opencdk shlib major changed; bump ABI depends and PKGREVISIONs ofwiz1-2/+2
affected packages.
2007-03-21Bump PKGREVISION for gnome-keyring ABI bump.wiz1-2/+2
2007-01-13Modular Xorg support.joerg1-1/+3
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv1-2/+2
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-12update to 2.14.1drochner1-2/+1
changes: * Translation updates * Build fixes * Drop popt dependency * Show all desktop items in application selection * GnomeGoals: Use po/LINGUAS
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz1-1/+2
Bump BUILDLINK_RECOMMENDED.
2005-03-22Update to 2.10.0:jmmv1-3/+4
Major changes in 2.10.0 were: * translation updates Major changes in 2.9.92 were: * Application chooser handles case with no existing applications better * Use automake 1.7 * Fix tests on 64bit systems * translation updates Major changes in 2.9.91 were: * fix crashes in open with dialog * translation updates Major changes in 2.9.90 were: * Show existing applications in open with dialog * Show icon in application chooser Major changes in 2.9.2 were: * Not using deprecated mime apis
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-21Update to 2.8.0. This version corresponds to GNOME 2.8.0.jmmv1-2/+2
Major changes since 2.7.92 were: * Refresh mime application chooser when mime db changes * Create ~/.local/share/applications as needed * Remove some mime-related debug output Major changes since 2.7.4 were: * Don't pop up cancel dialog if password dialog is visible. Major changes since 2.7.3 were: * Import new foocanvas * Use right i18n header * Fix memleaks * Translation updates Major changes since 2.7.2 were: * MIME helpers functions and dialogs Major changes since 2.7.1 were: * Translation updates.
2004-04-01Update to 2.6.0. Changes since previous stable version (2.4.x):jmmv1-3/+2
Major changes since 2.5.91.1 were: * Translation updates. Major changes since 2.5.91 were: * fix utf8 bug in EelEditableLabel Major changes since 2.5.90 were: * translations Major changes since 2.5.8 were: * Replaced egg-screen-exec usage with g_spawn * Use new file chooser * portability patches Major changes since 2.5.7 were: * Translations Major changes since 2.5.6 were: * Support for SUS modifiers in eel_strdup_strftime * Set right a11y role on alerts Major changes since 2.5.5 were: * Fix a11y coloring of editable label * Canvas update Major changes since 2.5.4 were: * Removed unused source files * Added a GList API for string lists in eel-preferences. Major changes since 2.5.3 were: * HIG message dialogs Major changes since 2.5.2 were: * Mem leak fix in accessibility support. Major changes since 2.5.1 were: * Added accessibility support to editable label widget Major changes since 2.5.0 were: * Some ICCCM fixes * disable deprecation warnings * fix leaks
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-1/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-10/+7
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-13Add explicit dependancies on packages used by this one directly. No revisionjmmv1-3/+10
bump since these were already used (but indirectly).
2004-02-11bl3ifyxtraeme1-0/+28