summaryrefslogtreecommitdiff
path: root/devel/libgnome/buildlink3.mk
AgeCommit message (Collapse)AuthorFilesLines
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
libgnome 2.8.0 -------------- What's new since 2.7.2 * Bug fixes: - Various fixes (Kjartan Maraas) - Avoid duplication of locale alias tables by using the ones in bonobo-activation (Alexander Larsson) * Translations: - New Norwegian Bookmal translation (Kjartan Maraas) - Various updated translations (ar, az, cs, bg, bs, ca, cs, cy, de, el, es, eu, en_gb, fi, gu, hu, ja, ko, mn, nb, ne, nl, nn, no, pa, pl, pt, ro, ru, sk, sq, sr, sv, tr, uk, zh_CH) libgnome 2.7.2 -------------- What's new since 2.7.1 * Bug fixes: - Allow language binding instantiation of GnomeProgram * Translations: - Various updated translations (ne) libgnome 2.7.0 -------------- What's new since 2.6.1 * Bug fixes: - Various fixes (Chris Lahey, Christian Persche, Steve Chaplin, Toshio Kuratomi, Julio Merino, Kjartan Maraas) * Features: - Update to automake 1.7 (James Henstridge) * Translations: - Various updated translations (en_CA, hu, nl)
2004-04-01Update to 2.6.0:jmmv1-3/+2
What's new since 2.4: * Improvements: - Add File Chooser backend schema (Jonathan Blandford) * Bug fixes: - Fix translation of program arguments (Hidetoshi Tajima, Christian Neumair, Anders Carlsson) * Translations: - Added Canadian English translation (Adam Weinberger) - Added Croatian translation (Robert Sedak) - Added Serbian Jekavian translation (Bojan Suziœô §) - Added Romanian translation (Miœô ÿu Moldovan, Mugurel Tudor) - Updated Albanian translation (Laurent Dhima) - Updated Arabic translation (Arafat Medini) - Updated Azerbaijani translation (Mœô£Ùtin œô¡Ïmirov) - Updated Belarusian translation (Ales Nyakhaychyk) - Updated Brazilian Portuguese translation (Augusta Margues da Silva, Raphael Higino, Everson Santos Araujo) - Updated British translation (Gareth Owen) - Updated Catalan translation (Jordi Mallach) - Updated Czech translation (Miloslav Trmac) - Updated Danish translation (Ole Laursen) - Updated Dutch translation (Vincent van Adrighem, Reinout van Schouwen) - Updated Estonian translation (Tõivo Leedjärv) - Updated Finnish translation (Pauli Virtanen) - Updated French translation (Christophe Merlet) - Updated German translation (Christian Neumair) - Updated Greek translation (Kostas Papadimas) - Updated Hungarian translation (Andras Timar) - Updated Irish translation (Alastair McKinstry) - Updated Italian translation (Alesso Frusciante) - Updated Japanese translation (Takeshi AIHANA) - Updated Korean translation (Changwoo Ryu) - Updated Lithuanian translation (œô¡½ygimantas Beruœô ­ka, Tomas Kuliavas) - 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 Russian translation (Russian Team) - Updated Serbian translations (Danilo œô¡ egan) - 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 Thai translation (Paisa Seeluangsawat) - Updated Turkish translation (Ismail Aslan) - Updated Ukranian translation (Maxim Dziumanenko, Yuriy Syrota) - Updated Welsh translation (Dafydd Harries, Rhys Jones)
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-11/+8
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-11bl3ifyxtraeme1-0/+32