Age | Commit message (Collapse) | Author | Files | Lines |
|
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
|
|
around at either build-time or at run-time is:
USE_TOOLS+= perl # build-time
USE_TOOLS+= perl:run # run-time
Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
|
|
changes: minor fixes and translation updates
|
|
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.
|
|
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
|
changes:
-Re-start credits in gnome-about when finished
-bugfixes
-new translations
|
|
|
|
==============
Version 2.10.0
==============
Translators
* Gabor Kelemen (hu)
* Luca Ferretti (it)
* Žygimantas Beručka (lt)
* Dan Damian (ro)
* Leonid Kanter (ru)
* Данило Шеган (sr)
* Canonical Ltd (xh)
* Abel Cheung (zh_TW)
==============
Version 2.9.92
==============
Misc
* Remove icons that are in gnome-icon-theme
Translators
* Vladimir "Kaladan" Petkov (bg)
* Martin Willemoes Hansen (da)
* Christophe Merlet (RedFox) (fr)
* Ankit Patel (gu)
* Changwoo Ryu (ko)
* Kjartan Maraas (nb)
* Kjartan Maraas (no)
* Gnome PL Team (pl)
* Evandro Fernandes Giovanini (pt_BR)
* Paisa Seeluangsawat (th)
* Baris Cicek (tr)
* Maxim Dziumanenko (uk)
* Canonical Ltd (xh)
==============
Version 2.9.91
==============
libgnome-desktop
* New gnome_desktop_item_set_launch_time() API (Elijah Newren, Mark)
Translators
* Jordi Mallach (ca)
* Nikos Charonitakis (el)
* David Lodge (en_GB)
* Ivar Smolin (et)
* Pauli Virtanen (fi)
* Gil Osher (he)
* Žygimantas Beručka (lt)
* Duarte Loreto (pt)
* Elian Myftiu (sq)
================
Version 2.9.90.1
================
Misc
* update LT_VERSION
* update GNOME version
==============
Version 2.9.90
==============
Translators
* Vladimir "Kaladan" Petkov (bg)
* Telsa Gwynne (cy)
* Frank Arnold (de)
* Francisco Javier F. Serrador (es)
* Priit Laes (et)
* Takeshi AIHANA (ja)
* Tino Meinen (nl)
* Åsmund Skjæveland (nn)
* Marcel Telka (sk)
* Elian Myftiu (sq)
* Christian Rose (sv)
=============
Version 2.9.4
=============
Misc
* Add .desktop file for gnome-about (Vincent Untz)
* Fix compiler warning (Kjartan)
* distcheck fixing (Mark)
libgnome-desktop
* Don't append invalid URIs to command line when launching (Vijaykumar Patwari)
Translators
* Miloslav Trmac (cs)
* Adam Weinberger (en_CA)
* Žygimantas Beručka (lt)
* Kjartan Maraas (nb)
* Kjartan Maraas (no)
* Christian Rose (sv)
=============
Version 2.9.3
=============
Translators
* Zuza Software Foundation (nso)
* Zuza Software Foundation (zu)
=============
Version 2.9.2
=============
Misc
* move some icons in gnome-applets & gnome-icon-theme (David Madeley, Mark)
* move data files for the menus to gnome-menus (Mark)
* don't use some deprecated functions (Vincent)
Translators
* Meelad Zakaria (fa)
* Zuza Software Foundation (nso)
|
|
- Updated translations: nso, sq, zu.
|
|
|
|
Fixes
* Make %k in .desktop files work again (Brian Ryner)
* Use automake 1.7 (James Henstridge)
* New icons (Jakub Steiner, James Ogley)
Translators
* Wang Jian (zh_CN)
|
|
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.
|
|
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".
|
|
to GNOME 2.8.0.
=============
Version 2.8.0
=============
Translators
* Mətin Əmirov (az)
* Amila Akagić (bs)
* Adam Weinberger (en_CA)
* Jesús Bravo Álvarez (gl)
* Gabor Kelemen (hu)
* Takeshi AIHANA (ja)
* Mişu Moldovan (ro)
==============
Version 2.7.92
==============
Fixes
* Change link in gnome-about from gnomedesktop.org to news.gnome.org (Alan Horkan)
Translators
* Kemal Sanjta (bs)
* Jordi Mallach (ca)
* Pauli Virtanen (fi)
* Kjartan Maraas (nb)
* Elian Myftiu (sq)
* Maxim Dziumanenko (uk)
==============
Version 2.7.91
==============
Fixes
* Fix memory leak (Mark)
* Fix crash with some .desktop files (Vincent Untz)
* Fix compilation without startup-notification (Mariano Suárez-Alvarez)
==============
Version 2.7.90
==============
Fixes
* Randomize the order of the credits in gnome-about (Matthew Garrett)
* Fix end of list corruption in gnome-about (Matthew Garrett)
Translators
* Elian Myftiu (sq)
* Abayomi Mobolaji Onibudo (yo)
=============
Version 2.7.4
=============
Fixes
* Use the correct X timestamp with startup-notification (Elijah Newren, Mark)
* Remove egg_spawn usage from libgnome-desktop (Mark)
* Fix DTD validation errors in omf files (Frederic Crozat, Mariano Suárez-Alvarez)
Translators
* Peter "Peshka" Slavov (bg)
* Pawan Chitrakar (ne)
* Laurent Dhima (sq)
=============
Version 2.7.3
=============
Translators
* Suman Raj Tiwari (ne)
* Elian Myftiu (sq)
=============
Version 2.7.1
=============
Fixes
* Make the languages list in .desktop editor use GTK_SHADOW_IN (Jorn Baayen)
Help Docs
* Basque documentation translations (Pablo Saratxaga)
Translators
* Žygimantas Beručka (lt)
* Gurban Mühemmet Tewekgeli (tk)
|
|
Misc
* Basque help files (Pablo Saratxaga)
Translators
* Zygimantas Berucka (lt)
* Åsmund Skjæveland (nn)
* Gurban Mühemmet Tewekgeli (tk)
|
|
share/gnome/vfolders directory, instead of trying to remove it.
|
|
|
|
|
|
*-dirs packages.
|
|
Version 2.6.0
=============
Translators
* Gareth Owen (en_GB)
Version 2.5.92
==============
Translations
* Sayed Jaffer Al-Mosawi (ar)
* Peter \"Peshka\" Slavov (bg)
* Alexander Winston (en_CA)
* Elian Myftiu (sq)
* Danilo Segan (sr)
* Gurban Mohemmet Tewekgeli (tk)
* Maxim Dziumanenko (uk)
Version 2.5.91
==============
libgnome-desktop
* Fix issue where dragging a file from an nfs mounted dir onto
a launcher wouldn't work (Mark)
* Make the launcher editor use GtkFileChooser (Brian Skahan)
Misc
* Don't depend on strptime (Mark)
* Check for scrollkeeper in configure (Mark)
* Fixup OMF files to validate with latest scrollkeeper (Mark)
Translations
* Laszlo Dvornik (hu)
* Luca Ferretti (it)
* Amanpreet Singh Alam (pa)
* Duarte Loreto (pt)
* Elian Myftiu (sq)
* Dinesh Nadarajah (ta)
* Paisa Seeluangsawat (th)
Version 2.5.90
==============
Misc
* Allow build against an uninstalled build (Laszlo Peter)
Version 2.5.5
=============
Misc
* Use the new applications icon for the Applications menu (Mark)
Version 2.5.4
=============
About Dialog
* Set intro text as non-editable (Fernando Herrera)
* Plug some leaks (Kjartan Maraas)
libgnome-desktop
* Include correct i18n header to fix warnings (The Written Word)
Misc
* Use the common docs build system (Malcolm Tredinnick)
* Small configure.in cleanup (Tomasz K³oczko)
* Fix underquoted AM_PATH_ESD issue (Alexander Winston)
* Don't included generated .desktop files in tarball (Mark)
* Distcheck fix (Mark)
Translators
* Christophe Merlet (RedFox) (fr)
* Kjartan Maraas (no)
* Miloslav Trmac (cs)
Version 2.5.3
=============
About Dialog
* Update the "Contact" link (Alex Duggan)
Misc
* FDL/GPL/LGPL docs updates (Eric Baudais)
Translators
* Dmitry G. Mastrukov (ru)
Version 2.5.2
=============
libgnome-desktop
* Handle g_filename_from_utf8() failure (Dennis Cranston)
Translators
* Danilo Segan (sr)
* Kjartan Maraas (no)
* Kostas Papadimas (el)
Version 2.5.1
=============
libgnome-desktop
* Remove unnecessary accessibility code (Padraig)
* Use the correct mnemonic widget for the command entry (Padraig)
Misc
* Add a --enable-deprecations build flag (Mark)
Translators
Abel Cheung (zh_TW)
G Karunakar (hi)
Jordi Mallach (ca)
Ole Laursen (da)
Sanlig Badral (mn)
|
|
Buildlink files: RECOMMENDED version changed to current version.
|
|
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.
|
|
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
|
|
|
|
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
|
|
|
|
|
|
|
|
|
|
This shouldn't be needed if we had non-recursive dependancies *sigh*.
|
|
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
|
|
( We really need non-recursive dependancies... *sigh* )
|
|
Version 2.4.1.1
libgnome-desktop
* Make the localte keystring matching with the desktop entry
specification by not removing the modifier from the
localestring before matching (Danilo Segan)
Version 2.4.1
Misc
* Mark a missing string for translation (Hidetoshi Tajima)
* Fix build issue with install location of icons (George)
* Use GRandom instead of srandom() and random() (George)
Version 2.4.0
gnome-about
* Fix off by one error with the build date (Young-Ho Cha)
Version 2.3.6.1
gnome-about
+ Clean up introductory text (Luis Villa)
Version 2.3.6
gnome-about
+ Internalionalize gnome-version.xml so that the descriptive
intro and date can be translated (Malcolm Tredinnick)
+ Handle errors when clicking on links (Olav Vitters)
Misc
+ Follow KDE behaviour when substituting %i, %m, %c and %k
in .desktop files (George)
+ Allow custom icons with the same name as a themed icon to
be selected in GnomeDitemEdit (George)
+ Build fix (Thomas Vander Stichele)
Version 2.3.4
Misc
* Allow vendor and date to be configured using configure (Frederic
Crozat)
* Ship the .directory.in files in the distributed tarball (Mark)
Version 2.3.3.1
Misc
* Added a default desktop background image (Mark Finlay)
* Removed icons which belong to gnome-control-center (Mark Finlay)
* Use macros in gnome-version.xml so we have the correct version
number (Andrew Sebola)
* Renamed "Sound & Video" to "Multimedia (Mark)
* Use different icon for the "Other" menu (Mark)
* Fix issues with backwards compat with old icon names (Mark Finlay)
* Fix gnome-about build with gcc 2.95 (Mark)
* HIG fixes for .desktop file editing dialog (Dennis Cranston)
Version 2.3.3
* New GNOME About Dialog ! (Kristian Rietveld,
Mark McLoughlin,
Glynn Foster,
Jeff Waugh)
Misc
* Moved some icons to gnome-icon-theme (Mark Finlay)
* Change icon for Accessories, Games and Programming menus (Mark
Finlay)
Version 2.3.2
gnome-about
* Hexify contributors list so it doesn't need to be translated and
make a format string much easier to translate (Christian Neumair)
Misc
* Removed gnome-panel icons (Mark)
* Removed gnome-games icons (Luca Ferretti)
* Cygwin fixes (Masahiro Sakai)
* Fix sgmldocs.make (Art Haas)
Version 2.3.1
* s/Vendor/Distributor (Mike Newman)
Version 2.2.2
libgnome-desktop
* Don't unescape special characteres (e.g. %20) (Bala)
Version 2.2.1
libgnome-desktop
* Fix issue with gettext (Frederic Crozat)
* Don't crash when adding translations to a new Ditem (Arvind)
* Remove mime type checking from .desktop file loader (Andrew
Sobala)
* Fix memory corruption when DESKTOP_STARTUP_ID is already set
(fourdan@xfce.org)
* Fix silly bug in the option menu of the Ditem edit dialog (Kalle
Olavi Niemitalo)
Miscellanous
* Update the "Reporting Bugs" docs (Alexander Kirillov)
* Build fix (Dan Mills)
* New screenshot icon (Jakub Steiner)
|
|
|
|
|
|
|
|
|
|
Pointed out by Marc Recht.
|
|
|
|
dependency bumps.
|
|
|
|
|
|
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
|
|
Changes since 2.0.8:
- Added Belarusian translation.
- Added desktop-docs/gnome-feedback/Makefile and
desktop-docs/gnome-feedback/C/Makefile.
Patch provided in PR pkg/19411 by Juan RP.
|
|
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
|
|
*.pc and binaries. Both these things are simply found by packages in their
true installed locations.
|
|
Bump PKGREVISIONs and default dependencies
|
|
Based on Julio Merino's version in PR pkg/18209 with some modifications to
allow co-existence with GNOME 1.
|