Commit graph

16 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
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +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
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
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
jmmv
8d3fe81a85 Update to 2.8.0. This version corresponds to GNOME 2.8.0.
While here, move the documentation to share/doc, out of share/doc/html.

libgnomeui 2.8.0
----------------

What's new since 2.7.2

* Bug fixes:
	- Improved GnomeDruid theme support (Rodney Dawes)
	- File chooser backend fixes (Federico Mena Quintero,
				      Colin Walters)
	- Authentication manager and password dialog support for
	  anonymous logins (Laszlo Kovacs)
	- Various fixes (Kjartan Maraas, Eric Zhao, William Jon McCann,
			 Alexander Larsson)

* Translations:
	- New Breton translation (Thierry Vignaud)
	- New Bostnian translation (Kenan Hadžiavdić)
	- New Galician translation (Jesus Bravo Alvarez)
	- Various updated translations (ar, az, bg, ca, cs, cy, da,
					de, el, en_CA, en_GB, es, eu,
					fi, gl, gu, hi, hu, ja, ko,
					lt, mn, ms, ne, nl, nn, no,
					pa, pl, pt, pt_BR, ro, ru, sk,
					sq, sr, sv, tr, uk, wa, zh_CN,
					zh_TW)

libgnomeui 2.7.2
----------------

What's new since 2.7.1

* Bug fixes:
	- Fix GnomeDruid to be theme compliant (Rodney Dawes)
	- Fixes to the VFS file-chooser backend (Federico Quintero,
	Colin Walters)
	- Support for anonymous logins in authentication manager (Laszlo
	Kovacs)

* Translations:
	- Various updated translations (ne)

libgnomeui 2.7.1
----------------

What's new since 2.6.1

* Improvements:
	- Update to automake 1.7 (James Henstridge)
	- Icon list API additions (Damien Carbery)

* Bug fixes:
	- Authentication manager fixes (Fernando Herrera)

	- Various fixes (Steve Chaplin, Torsten Schoenfeld, Anders Carlsson,
			 Leena Gunda, Christian Rose, Fernando Herrera,
		         Takao Fujiwara, Damien Carbery, Martin Wehner)

* Translations:
	- Added Turkmen translation (Gurban Mühemmet Tewekgeli)
	- Various updated translations (bg, no, es, zh_CN, sk, sq, cs,
					en_CA, en_GB, ko)
2004-09-21 16:47:55 +00:00
jmmv
5185c83d1d Updated to 2.6.0:
What's new since 2.4:

* Improvements:
	- Mass deprecation of broken widgets (Jonathan Blandford)
	- Keyring support in authentication manager (Alexander Larsson)
	- Multi-screen versions of the help and url display methods
	  (Mark McLoughlin)
	- New stock icons (Jakub Steiner)
	- Deprecate GnomeIconTheme for GtkIconTheme (Alexander Larsson)
	- Improved crash dialog (Fernando Herrera)
	- Make entries support the new file chooser (Fernando Hererra,
						     Mark McLoughlin,
						     Carlos Garnacho Parro)
	- Gnome VFS file chooser backend (Alexander Larsson,
					  Federico Mena Quintero,
					  Owen Taylor)

* Bug fixes:
	- HIG fixes for gnome-scores (Alex Duggan)
	- Translate program arguments (Hidetoshi Tajima)
	- Icon list fixes (Federico Mena Quintero, Michael Zucchi)
	- Session management fixes (Christian Persch)
	- Handle toolbar orientation in gnome-app-helper (Bryan Forbes)
	- Various bug fixes (Anders Carlsson, Joe Marcus Clarke,
		             Dennis Cranston, Fernando Herrera, Richard Hult,
			     Alexander Larsson, George Lebl, Kjartan Maraas,
			     Padraig O'Brian, Carlos Romero, Jeffrey Steadfast,
			     Balamurali Viswanathan)


* Translations:
	- Added Canadian English translation (Adam Weinberger,
					      Alexander Winston)
	- Added Croatian translation (Robert Sedak)
	- Added Marathi translation (Jitendra Shah)
	- Added Serbian Jekavian translation (Bojan Suzić)
	- Added Thai translation (Theppitak Karoonboonyanan,
				  Paisa Seeluangsawat)

	- Updated Albanian translation (Laurent Dhima)
	- Updated Arabic translation (Arafat Medini)
	- Updated Azerbaijani translation (Mətin Əmirov)
	- Updated Belarusian translation (Ales Nyakhaychyk)
	- Updated Bengali translation (Sayamindu Dasgupta)
	- Updated Brazilian Portuguese translation (Raphael Higino,
						    Augusta Margues da Silva)
	- Updated British English translation (Gareth Owen)
	- Updated Czech translation (Miloslav Trmac)
 	- Updated Danish translation (Ole Laursen)
	- Updated Dutch translation (Kess van den Broek, Reinout van Schouwen)
	- Updated Estonian translation (Priit Laes)
	- Updated Finnish translation (Pauli Virtanen)

 	- Updated French translation (Christphe Fergeau, Christophe Merlet)

	- Updated German translation (Christian Neumair)
	- Updated Greek translation (Nikos Charonitakis, Kostas Papadimas)

	- Updated Hindi translation (Guntupalli Karunakar)
	- Updated Hungarian translation (Andras Timar)
	- Updated Irish translation (Alastair McKinstry)
	- Updated Italian translation (Alesso Frusciante, Francesco Marletta)

	- Updated Korean translation (Changwoo Ryu)
	- Updated Japanese translation (Takeshi AIHANA)

	- Updated Latvian translation (Pēteris Krišjānis)
	- Updated Lithuanian translation (Žygimantas Beručka, Tomas Kuliavas)
	- Updated Malay translation (Hasbullah Bin Pit)
	- Updated Mongolian translation (Sanlig Badral)

	- Updated Norwegian translation (Kjartan Maraas)
	- Updated Norwegian Nynorsk translation (Åsmund Skjæveland)

	- Updated Polish translation (GNOME PL Team)

	- Updated Portuguese translation (Duarte Loreto)
	- Updated Romanian translation (Mişu Moldovan)
	- Updated Russian translation (Russian Team)

	- Updated Serbian translations (Danilo Šegan, Bojan Suzic)
	- Updated Simplified Chinese translation (Funda Wang)

	- Updated Slovak translation (Marcel Telka)

	- Updated Spanish translation (Francisco Javier F. Serrador)
	- Updated Swedish translation (Christian Rose)
	- Updated Tamil translation (Dinesh Nadarajah)
	- Updated Ukranian translation (Maxim Dziumanenko)

	- Updated Welsh translation (Dafydd Harries)
2004-04-01 18:25:54 +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
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
xtraeme
a0ededa1d5 bl3ify 2004-02-11 02:12:36 +00:00