Commit graph

69 commits

Author SHA1 Message Date
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
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-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
jlam
00478b39e6 Sweep pkgsrc and convert packages that included intltool/buildlink3.mk
to use instead "USE_TOOLS+=intltool".  Remove now unused
intltool/buildlink3.mk
2006-07-05 05:37:39 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
jlam
1cf9796f3c BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
2006-04-13 18:23:29 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
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-04-06 06:21:32 +00:00
jmmv
6d4735616c Update to 2.14.0:
libbonoboui 2.14.0

	* Fix CORBA object leaks (Adriano Winter Bess)
	* Fix bonobo-object-browser .desktop file
	  (Stephane Loeuillet and Vincent Untz

	* Translation updates:
		* Žygimantas Beručka (lt)
		* Kjartan Maraas (nn)
		* Subhransu Behera (or)
		* Mişu Moldovan (ro)

libbonoboui 2.13.1

	* Fix leaks introduced by the GOption argument handling code
	(Christian Perch)
	* Sync with latest libgnome (Christian Persch) [#326846]

libbonoboui 2.13.0

	* Add support for GOption argument parsing in libgnome (Pawel Sliwowski, chpe) [#307312]
	* Don't use deprecated gnome_i18n_get_language_list (Gustavo J. A. M. Carneiro)
	* Translation updates:
		* Khandakar Mujahidul Islam (bn)
		* Jordi Mallach (ca)
		* Iñaki Larrañaga Murgoitio (eu)
		* Roozbeh Pournader (fa)
		* Christophe Merlet (RedFox) (fr)
		* Mohammad DAMT (id)
		* Alessio Frusciante (it)
		* Changwoo Ryu (ko)
		* Erdal Ronahi (ku)
		* Žygimantas Beručka (lt)
		* Tino Meinen (nl)
		* Afonso Celso Medina (pt_BR)
		* Leonid Kanter (ru)
		* Christian Rose (sv)
		* Baris Cicek (tr)
		* Clytie Siddall (vi)
2006-03-30 21:09:01 +00:00
wiz
35af66a196 Belatedly bump PKGREVISION for all libtasn1 dependencies, since
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.

Addresses PR 32998 by Robert Elz.
2006-03-06 00:18:10 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
wiz
f61c002199 Recursive PKGREVISION bump for gnutls shlib major bump.
Bump BUILDLINK_RECOMMENDED.
2005-12-31 12:32:31 +00:00
jmmv
7009a6caa3 Update to 2.10.1 (re-release of 2.10.0). Fixes the distribution tar.bz2
file (this package was broken before), and might be other things.
2005-08-21 11:25:24 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10 20:56:10 +00:00
drochner
43f515fd3a update to 2.10.0
changes:
-minor bugfix
-translation updates
2005-07-27 17:23:51 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
jmmv
6fa23429a3 Explicitly depend on glib2, pango and libxml2; they are used directly. 2005-03-13 16:30:43 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
jmmv
8756221819 Update to 2.8.1:
* bugs fixed
+ Merged the fixes from the toolbar-rework branch (Federico Mena Quintero)
+ Fix warnings when toolbars are destroyed (Federico)
+ Fix GDK interaction problem when running a control in same process as the
  container (Gustavo)
+ Fix include of wrong i18n header files (Jonathan Blandford)
+ Don't install files from examples (Gustavo)
+ Dock item a11y fix (Kjartan Maraas)
+ More toolbar fixes (Arvind Samptur)
+ Toolbar theme rendering fixes (Benjamin Berg, JP Rosevear)

* misc.
+ Remove redundant AC_SUBST's in configure.in  (Tomasz Kłoczko)
+ Add Bonobo component browser tool (Rodrigo Moya)
+ Deprecate pack-end behavior and add a space type for separators.
  (Marco Pesenti Gritti)
2005-02-06 15:35:27 +00:00
reed
e6d09e49a8 patch-aa was removed on Sep. 21 when it was updated to 2.8.0.
This will close PR # pkg/28670 -- thank you David Price for the PR.
2004-12-15 19:19:31 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
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-10-03 00:12:51 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
jmmv
ae1969ce29 Update to 2.8.0. This version corresponds to GNOME 2.8.0.
While here, move documentation to share/doc, out of share/doc/html.

2004-09-13  Mark McLoughlin  <mark@skynet.ie>

	* configure.in: Version 2.8.0.

2004-09-08  Gora Mohanty  <gmohanty@cvs.gnome.org>

        * configure.in: Added 'or' to ALL_LINGUAS.

2004-08-16  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "bs" to ALL_LINGUAS.

2004-08-11  Kjartan Maraas  <kmaraas@gnome.org>

	* bonobo/bonobo-control.c: (bonobo_control_get_ambient_properties),
	(bonobo_control_set_transient_for): NULL vs 0 stuff.
	* bonobo/bonobo-dock-layout.c: (bonobo_dock_layout_create_string):
	Same.
	* bonobo/bonobo-selector.c: (bonobo_selector_instance_init),
	(bonobo_selector_set_property): Same here too.
	* bonobo/bonobo-socket.c: Use correct type for the bitfield.
	* bonobo/bonobo-ui-preferences.c: (keys_changed_fn):
	gtk_idle_add() is deprecated. Use g_idle_add instead.
	* bonobo/bonobo-ui-sync-status.c:
	(impl_bonobo_ui_sync_status_state): Cast to avoid a warning.
	* bonobo/bonobo-ui-sync-toolbar.c: (get_dock_item): Fix warning.
	* bonobo/bonobo-window.c: (bonobo_window_instance_init):
	NULL vs 0 again
	* samples/compound-doc/container/document.c: (sample_doc_new):
	Ansi argument list again.
	* samples/container/bonobo-sample-container.c: NULL vs 0 again.
	* tests/test-moniker.c: Same here.

2004-08-11  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Added nb to ALL_LINGUAS.

2004-06-25  Muktha  <muktha.narayan@wipro.com>

	* bonobo/bonobo-ui-engine.c
	(check_excess_widgets): Add a check for NULL in
	g_message.
2004-09-21 16:47:10 +00:00
jmmv
f95496a7c5 Update to 2.6.1:
2004-05-14  Michael Meeks  <michael@ximian.com>

	* Version 2.6.1

2004-05-14  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>

	* bonobo/bonobo-ui-util.c
	(bonobo_ui_util_translate_ui): use direct
	gettext call to cover all domains.

	* bonobo/bonobo-ui-main.c (do_low_level_init)
	(bonobo_ui_init_full): initialize i18n bits /
	gettext package / code-set.

	* bonobo/Makefile.am: define
	BONOBO_EXPLICIT_TRANSLATION_DOMAIN.

2004-05-12  Michael Meeks  <michael@ximian.com>

	* bonobo/bonobo-ui-util.c
	(bonobo_ui_util_set_ui): don't add a broken
	file to the cache.

	* bonobo/bonobo-ui-node.c
	(bonobo_ui_node_to_string): add pre-condition.

2004-04-27  Michael Meeks  <michael@ximian.com>

	* bonobo/bonobo-dock-band.c (check_guint_arg):
	add pre-condition.

2004-04-16  Iñaki Larrañaga  <dooteo@euskalgnu.org>

	* configure.in: Added "eu" (Basque) to ALL_LINGUAS.

2004-04-09  Guntupalli Karunakar  <karunakar@freedomink.org>

        * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.

2004-03-31  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "af" to ALL_LINGUAS.

2004-03-30  Adam Weinberger  <adamw@gnome.org>

	* configure.in: Added en_CA to ALL_LINGUAS.
2004-05-15 11:25:52 +00:00
adam
cb6cbae750 Fix multiple perl problem (like on Darwin/MacOSX) 2004-05-02 20:34:38 +00:00
jmmv
bedae6c90c Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
2004-04-14 16:15:20 +00:00
jmmv
8266348d08 Update to 2.6.0. The list of changes since the previous stable version may
be incomplete, but couldn't find anything better:

libbonoboui 2.5.3
	* bugs fixed
		+ toolbar/dock destruction crasher (Michael)
		+ unused arg cleanup (Fernando Herrera)
	* featurelets
		+ BonoboWindow cleanup (Arvind Samptur)

libbonoboui 2.5.2
	* bugs fixed
		+ require the right gtk+ (Jason Leach)
		+ AIX portability (The Written Word)
		+ svg icon image size (Sergey V. Udaltsov)
		+ status bar grip problem (Michael)
		+ control 'activate' signal (Federico, JP)
		+ memove not strcpy for overlap (JP)
		+ dock size allocation problem (Michael)
	* featurelets
		+ status bar packing improvement (Alexander Larsson)
2004-04-01 18:23:21 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
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-18 09:12:08 +00:00
minskim
74b9bbc604 No longer used. 2004-03-07 06:24:25 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
minskim
34174c7e90 libbonoboui is installed into LOCALBASE, not X11BASE. 2004-02-15 07:48:09 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
snj
7a1aa1ce82 s/independant/independent/; s/implemenatation/implementation/ 2004-02-13 23:39:31 +00:00
jmmv
bc8508bb62 Use pkgsrc intltool. 2004-02-13 12:13:45 +00:00
xtraeme
a0ededa1d5 bl3ify 2004-02-11 02:12:36 +00:00
jmmv
bad3afef71 Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy). 2004-02-09 18:47:36 +00:00
jmmv
54149ee350 Update to 2.4.3:
* control activation signal emission (Federico)
2004-02-06 20:35:31 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
grant
f49bdea710 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 08:24:28 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
jmmv
a51d1c36df Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).
( We really need non-recursive dependancies... *sigh* )
2003-12-28 23:37:05 +00:00
jmmv
7444507f65 Update to 2.4.1, based on work done by xtraeme@ and Min Sik Kim.
Change log lists changes for the development branch (2.3); since then,
there have been several bugfixes.

libbonoboui 2.3.6

	* bugs fixed
		+ F1 help menu shortcut (Yuedong Du)
		+ vicious K/B focus fixage (Federico)
		+ dock grip fix (Padraig O'Briain)
		+ doc. fix (Michael)

libbonoboui 2.3.3

	* bugs fixed
		+ multi-head issues (Morten Welinder, Michael)
		+ nasty focus hacks binned (Michael)
		+ UI preferences fixes (Anders Carlsson)
		+ toolbar layout fix (Gustavo Giraldez)
		+ UI re-enterancy fix (Radek Doulik)
		+ Tooltip fixes (Dave Camp)
		+ build fixage (Hidetoshi Tajima, Masahiro Sakai,
		  Malcolm Tredinnick, Padraig O'Briain, Alex Duggan)
	* featurelets
		+ new sample container (Sergey Oudaltsov)
		+ nicer toolbar rendering (Rodney Dawes)
		+ cygwin port (Masahiro Sakai)
		+ toolbar widget direction (Jody Goldberg)
		+ working canvas components (Bob Gibbs)
		+ more documentation (Gustavo Carneiro)
	* translations
		+ kn, id, mn, yi (Christian Rose)
		+ ro (Marius Andreiana)
		+ fa (Roozbeh Pournader)
		+ ml (Guntupalli Karunakar)
		+ sr (Danilo Šegan)
		+ cy (Telsa Gwynne et. al)
2003-12-14 19:49:24 +00:00
wiz
391b5798e6 Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
salo
f35979c642 PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
recht
1ff9e4f91f Add missing PKGCONFIG_OVERRIDE.
Bump PKGREVISION because of the changed *.pc files.
ok'ed by wiz@
2003-09-23 12:18:53 +00:00