Age | Commit message (Collapse) | Author | Files | Lines |
|
turn took the patch from Red Hat. Bump PKGREVISION to 1.
|
|
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.
|
|
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
|
|
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
|
|
|
|
Version 2.10.0
--------------
* Translation updates: Leonid Kanter (ru), Ivar Smolin (et), David
Lodge (en_GB), Sami Pesonen (fi), Laurent Dhima (sq), Jordi Mallach
(ca), Maxim Dziumanenko (uk), Changwoo Ryu (ko), Ankit Patel (gu),
Martin Willemoes Hansen (da), GNOME PL (pl), Francesco Marletta (it),
Ahmad Riza H Nst (id), Zygimantas Berucka (lt), Gabor Kelemen (hu),
Christophe Merlet (fr), Danilo Segan (sr), Misu Moldovan (ro)
Version 2.9.3
-------------
* Fix CAN 2004-0888 fix for 64bit platforms. (Marco)
Version 2.9.2
-------------
* Rework MIME code to no use deprecated API. (Marco Pesenti Gritti)
* Fix aclocals flags using gnome-common macro. (Marco)
* Show the fullscreen button only on gpdf's workspace. (Gordon Ingram)
- #161225
* Fix a missing-font crash. (Martin) - part of #161066
* Simplify the bookmarks tree view. (Jonathan Blandford)
* Fix some link mouse-over crashes. (Martin) - #156784, #159966, #159386
* Fix a non-i18nized popup menu. (Takao Fujiwara) - #154532
* Fix bookmarks clicking. (Martin Sjogren, Marco) - #159937
* Fix possible buffer overflows. - CAN 2004-1125, CAN 2005-0064
* Fix CID fonts problem (e.g. Firefox ad) with freetype > 2.1.7.
(Albert Astals Cid, Martin)
* Update recent-files code from egg. (Martin)
* Translation updates: Adam Weinberger, Alexander Winston (en_CA),
Vladimir Petkov (bg), Kjartan Maraas (nb), Zygimantas Berucka (lt),
Miloslav Trmac (cs), Tino Meinen (nl), Christian Rose (sv),
Francisco Javier F. Serrador (es), Pawan Chitrakar (ne, new
translation), Satoru SATOH (ja), Frank Arnold (de), Raphael Higino
(pt_BR), Funda Wang (zh_CN), Nikos Charonitakis (el), Priit Laes,
Ivar Smolin (et, new translation)
Version 2.9.1
-------------
* Depend on gtk+ 2.6 and use GtkAboutDialog, GtkMenuToolButton,
GtkMessageDialog with secondary text. (Martin) - #152143
* Translation updates: Vincent van Adrighem (nl)
|
|
|
|
Version 2.8.3
-------------
* Fix for CAN 2005-0064 (Derek Noonburg)
* Fix font encoding code for Type1C fonts and freetype > 2.1.7
Version 2.8.2
-------------
* Fix potential buffer overflow in xpdf colorspace handling code.
(Derek Noonburg) - CAN 2004-1125
* Fix bookmarks navigation. (Martin Sjogren, Marco Pesenti Gritti) - #159937
* Show "Exit Fullscreen" button only on current workspace. (Gordon
Ingram) - #161225
* Fix crash with broken embedded fonts. (Martin) - #161066
* Fix several crashes with mouse-over-links. (Martin) - #156784
* Translation updates: Vincent van Adrighem (nl)
|
|
* Fix integer overflows (Discovered in xpdf by Chris Evans, Patch by
Dan Williams) - CAN 2004-0888, #156729
* Fix some crashes with http URLs. (Mark McLoughlin) - #153159, #151364
* Check for NULL BonoboControlFrames. (Loic Minier) - (#151364)
* Handle not-installed schemas better. (Muktha Narayan, Martin) - #151172
* Translation updates: Meelad Zakaria (fa), Jesus Bravo Alvarez (gl),
Christophe Merlet (fr), Mohammad DAMT (id), Martin Willemoes Hansen (da)
|
|
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.
|
|
Version 2.8.0
-------------
* Translation updates: Francesco Marletta (it), Maxim Dziumanenko
(uk), Takeshi AIHANA (ja), Ivan Noris (sk), Vladimir Petkov (bg),
Kostas Papadimas (el), Hendrik Richter (de), Miloslav Trmac (cs),
Metin Amiroff (az), Raphael Higino (pt_BR), Aasmund Skjaeveland
(nn), Kjartan Maraas (nb), Misu Moldovan (ro), David Lodge (en_GB),
Gora Mohanty (or), Arafat Medini (ar), Baris Cicek (tr), Jordi
Mallach (ca), Dafydd Harries (cy), Paisa Seeluangsawat (th)
Version 2.7.91
--------------
* Don't overwrite files in Save As without asking the user (Vijaykumar
Patwari, Martin) - #149954
* Try to use embedded fonts before trying base 14. (Martin) - #149952
* Fix crash with action-less bookmark nodes (Martin) #150269
* Fix crash with mailto Links (Dan Williams) - #150476
* Tighten libgnomeprint dependency. (agriffis,foser@gentoo.org)
* Translation updates: Changwoo Ryu (ko), Christian Rose (sv), Dafyss
Tomos (cy), Danilo Segan (sr), Artur Flinta (pl), Leonid Kanter
(ru), Tommi Vainikainen (fi), Sami Pesonen (fi), Duarte Loreto (pt),
Adam Weinberger (en_CA), Francisco Javier F. Serrador (es), Ankit
Patel (gu), Zygimantas Berucka (lt), Laurent Dhima (sq), Tino Meinen
(nl), Miloslav Trmac (cs), Funda Wang (zh_CN), Metin Amiroff (az),
Jordi Mallach (ca), Martin Willemoes Hansen (da), Kjartan Maraas
(nb), Laurent Richard (fr), Maxim Dziumanenko (uk), Laszlo Dvornik
(hu), Inaki Larranaga (eu), Akagic Amila (bs)
Version 2.7.90
--------------
* Fix Code-To-Glyph mapping. Fixes problems with Greek, Russian pdfs, problems
with incomplete formulae from pdfTeX, problems with OpenOffice.org-generated
files, etc. (Martin, thanks to Owen for a hint) - #148362
* When changing pages, don't show top of the old page first.
(Federico Mena Quintero) - #126720
* Eliminate scroll-before-zoom effect. (Martin)
* Fix scroll-to-top-left-when-dragging-the-page-bug.
(Jeff Muizelaar) - #126719
* Be more careful when destroying dialogs. Fixes some crashes on exit.
(Martin) - #149062
* Display only the file's basename in the window title. (Martin) - #130611
* Remove the File - Quit menu item. (Martin) - #148681
* Add MimeType and X-GNOME-Bugzilla desktop file entries. (Martin) - #147870
* Translation updates: Funda Wang (zh_CN), Zygimantas Berucka (lt), Gareth Owen
(en_GB), Joao Paulo Gomes Vanzuita (pt_BR), Takeshi AIHANA (ja), Tino Meinen
(nl), Laurent Dhima (sq), Christian Neumair (de), Ole Laursen (da), Laszlo
Dvornik (hu), Shoshannah Forbes (he), Francisco Javier F. Serrador (es),
Guntupalli Karunakar (hi), Duarte Loreto (pt), Kjartaan Maraas (no), Sami
Pesonen (fi), Adam Weinberger (en_CA)
Version 2.7.2
-------------
* Make the scrollbar buttons work. (Martin) - #132489
* Keep "Loading failed" alerts on screen until the user dismisses
them. (Martin) - #137262
* Outline view improvements. (Remi)
* Code clean-ups. (Remi)
* Remove Xpdf cruft from build system. (Martin) - #111404
* Make about box more translation tool-friendly. (Martin)
* Translation updates: Takeshi AIHANA (ja), Laurent Dhima (sq),
Miloslav Trmac (cs)
Version 2.7.1
-------------
* Filters for the file chooser. (Remi)
* Updated recent-files code from egg. (Martin) - #138817
* Remove GNOME from window title. (Martin) - #137167
* Fix thumbnail crashers. (Martin, Remi) - #139211, #139477, #141725
* Dramatically speed up loading of files with many thumbnails. (Remi)
- #137439
* Fix handling of "named links" bookmarks. (Remi)
* Fix external link launch bug.
* Update Xpdf codebase from 2.02 to 3.00. (Martin, Remi)
* Fix drawImageMask code, handle the invert parameter. (Martin) - #142964
* Translation updates: Zuza Software Foundation (af), Helgi Thormar
Thorbjornsson (is), Inaki Larranaga (eu), Gujarati Team (gu), Andras
Timar (hu)m Theppitak Karoonboonyanan (th), Gareth Owen (en_GB),
Miloslav Trmac (cs), Tino Meinen (nl), Funda Wang (zh_CN), Raphael
Higino (pt_BR), Kjartan Maraas (no), Takeshi AIHANA (ja), Francisco
Javier F. Serrador (es), Alexander Winston (en_CA), Ahmad Riza H Nst
(id), Rostislav Raykov (bg), Laurent Richard (fr), Stanislav
Visnovsky (sk).
|
|
* Make the scrollbar buttons work. (Martin) - #132489
* Keep "Loading failed" alerts on screen until the user dismisses
them. (Martin) - #137262
* Fix handling of link_named bookmarks. (Remi)
* Load bookmarks and thumbnails in the background. Speeds up file
loading. (Remi) - #137439
* Update recent-files code (includes file locking fixes). (Martin) -
#138817
* Fix crashes during Thumbnail extraction. (Martin) - #139211,
#139477, #141725, #141226
* File format filters for the file chooser. (Remi) - #137592
* Translation updates: Zuza Software Foundation (af), Helgi Thormar
Thobjornsson (is), Inaki Larranaga (eu), Gujarati Team (gu), Andras
Timar (hu), Theppitak Karoonboonyanan (th), Christian Rose (sv),
Francisco Javier F. Serrador (es), Duarte Loreto (pt), Gareth Owen
(en_GB), Miloslav Trmac (cs), Sigurd Gartmann (no), Artur Flinta
(pl), Baris Cicek (tr), Tino Meinen (nl), Laurent Dhima (sq),
Changwoo Ryu (ko), Funda Wang (zh_CN), Christian Neumair (de), Ole
Laursen (da), Raphael Higino (pt_BR), Danilo Segan (sr), Takeshi
AIHANA (ja), Adam Weinberger (en_CA), Ahmad Riza H Nst (id),
Christophe Merlet (fr), Francesco Marletta (it), Rostislav Raykov (bg)
Rhys Jones (cy)
|
|
(Really it currently redirects to another webpage.)
This is better than using generic www.gnome.org
that leads us nowhere.
|
|
all these packages.
|
|
|
|
*-dirs packages.
|
|
|
|
Version 0.131
-------------
* Translation updates: Gareth Owen (en_GB), Jaswinder Singh Phulewala
(pa), Robert Sedak (hr), Alexander Winston (en_CA)
Version 0.130
-------------
* German help (Martin).
* Translation updates: Maxim Dziumanenko (uk), Leonid Kanter, Russian
team (ru), Dafydd Tomos (cy), Arafat Medini (ar), Misu Moldovan (ro)
Version 0.125
-------------
* Translation updates: Estevao Samuel Procopio (pt_BR), Yuriy Syrota
and Maxim Dziumanenko (uk), Jordi Mallach (ca), Aasmund Skjaeveland
(nn), Dinesh Nadarajah (ta), Sayamindu Dasgupta (bn), Alexander
Winston (en_CA)
Version 0.124
-------------
* FileChooser code simplification. (Martin, thanks to Federico) - #136233
* Fix UI activation warning. (Remi)
* Exit the bonobo factory when the last control was closed. (Martin) - for #132703
* Documentation updates. (Breda McColgan)
* Fix handling of horizontal text scaling. (Martin) - #134803
* Fix reverse video bug in drawImageMask. (Martin) - part of #122021
* Don't hardcode schema installation directory. (Julio M. Merino Vidal) - #135524
* Close pdf file after unloading (D'oh). (Martin) - #135525)
* Close print dialog when gpdf exits. (Remi) - #134807
* Alert dialog code cleanups. (Remi) - #134609
* Translation updates: Metin Amirov (az), Changwoo Ryu (ko), Takeshi
AIHANA (ja), Duarte Loreto (pt), Paisa Seeluangsawat (thai), Ole Laursen (da),
Ales Nyakhaychyk (be), Andras Timar (hu), Sanlig Badral (mn), Laurent Dhima (sq),
Sami Pesonen (fi), Kostas Papadimas and Nikos Charonitakis (el),
Zygimantas Berucka (lt), Guntupalli Karunakar (hi), Francesco Marlett (it),
Kees van den Broek (nl), Laurent Richard (fr), Funda Wang (zh_CN), Roy Chan (zh_TW),
Christian Neumair (de)
Version 0.123
-------------
* Documentation updates. (Breda McColgan/Sun)
* Fix password dialog's help button. (Remi)
* Make sidebar look more like in nautilus. (Remi) - #131798
* Improve consistency of ui strings. (Remi, Martin, Ross Burton,
Alexander Winston) - #131501, #131733, #131906
* Actually enable keybindings in full screen mode, add Escape
keybinding to exit (Remi, Martin) - #133595
* Raise a CORBA exception when loading fails. (Remi) - #133503
* Build fix for libgnomeprint > 2.5.1. (Martin) - #132681
* Solaris build fix. (Remi) - #131449
* configure.in fixes for compile warnings and annotations bar. (Remi)
* Sidebar code cleanup. (Remi)
* Relabel Thumbnails sidebar -> Pages. (Martin)
* Simplify icon setting code in shell. (Frederic Crozat)
* Fix a crasher during file opening. (Martin)
* Use duplex setting from the print dialog (Martin) - part of #131979
* Disable print preview button in print dialog (Andreas J. Guelzow) -
#133326
* Produce less warnings with gcc. (Remi)
* Updates for intltool 0.29+ and automake 1.8 (for CVS
testers). (Martin, Alexander Winston) - #133226
* Translation updates: Takeshi AIHANA (ja), Christian Rose (sv),
Danilo Segan (sr), Miloslav Trmac (cs), Laurent Dhima (sq),
Francisco Javier F. Serrador (es), Christian Neumair (de), Tino
Meinen (nl), GNOME PL Team (pl), Changwoo Ryu (ko), Kjartan Maraas
(no), Andraz Tori (sl), Laurent Richard (fr), Kostas Papadimas (el),
Hasbullah Bin Pit (ms), Metin Amirov (az), Aasmund Skjaeveland (nn),
Ole Laursen (da), Robert Sedak (hr), Arafat Medini (ar)
Version 0.122
-------------
* Bookmarks (Outline) sidebar. (Remi)
* Thumbnails sidebar. (Remi)
* Annotations sidebar (disabled by default). (Remi)
* Full screen mode. (Martin)
* Support for embedded TrueType fonts. (Martin)
* Simplified password handling. (Martin)
* spec file. (Remi)
* Remove some deprecated function calls. (Martin)
* Translation updates: Kostas Papadimas (el), Hasbullah Bin Pit (ms),
Roozbeh Pournader (fa), Laurent Richard (fr), Laurent Dhima (sq),
Sanlig Badral (mn), Tino Meinen (nl), Christian Neumair (de), Jarkko
Ranta (fi), Miloslav Trmac (cs), Kjartan Maraas (no), Duarte Loreto
(pt), Paul Duffy (ga), Francesco Marletta (it), GNOME PL Team (pl),
Arafat Medini (ar), Danilo Segan (sr), Francisco Javier F. Serrador
(es)
Version 0.121
-------------
* New font encoding tweak.
* Set a window icon.
* Use the new file chooser. (Jan Arne Petersen)
* Spanish help file. (Francisco Javier F. Serrador)
* Make the page number entry look better with some engines.
* Fix links when using glib >= 2.3.1.
* Translation updates: Ahmad Riza H Nst (id), Branko Ivanovic (sr),
Miloslav Trmac (cs), Francisco Javier F. Serrador (es), Ales
Nyakhaychyk (be), Gustavo Noronha Silva (pt_BR), Tino Meinen (nl),
Takeshi AIHANA (ja), Arafat Medini (ar), Artur Flinta (pl), Aasmund
Skjaeveland (nn)
Version 0.120
-------------
* Development version.
* User documentation. (Chee Bin HOH, Remi)
* Fix desktop file for DnD. (Shakti) - #126160
* a11y fixes. (Padraig O'Briain, Martin) - #126516, #126190, #123633
* Save a copy feature. (Remi) - #116596
* Open multiple files feature. (Remi) - #118942
* Support for password-protected documents. (Remi, Martin) - #116663
* Fix for files with % in their name. (Martin) - #128171
* Translation updates: Danilo Segan (sr), Francisco Javier F. Serrador
(es), Zygimantas Berucka (lt), Jordi Mallach (ca), Evandro Fernandes
Giovanini (pt_BR), Christian Rose (sv), Kjartan Maraas (no), Tino
Meinen (nl), Dulmandakh Sukhbaatar (mn), Kostas Papadimas (el),
David O'Callaghan (ga), KAMAGASAKO Masatoshi (ja), Abel Cheung
(zh_TW), Ole Laursen (da), Ahmad Riza H Nst (id), Miloslav Trmac
(cs), Christian Neumair (de)
|
|
Buildlink files: RECOMMENDED version changed to current version.
|
|
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
|
|
* Fix build for gtk+ 2.2. (Frederic Crozat)
* Fix build for libgnomeprint 2.6. (Martin)
|
|
|
|
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
|
|
|
|
* Set a window icon. - #130612 (I've disabled this in the package through
patch-aa since it requires functionality in the development branch of
gtk2, 2.3.x).
* Fix links when using glib. >= 2.3.1.
* Fix desktop file for DnD. (Shakti) - #126160
* a11y fixes. (Padraig O'Briain) - #126516
* Fix for files with % in their name. - #128171
|
|
|
|
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* )
|
|
|
|
The GNOME PDF Viewer is an open source viewer for Portable Document
Format (PDF) files. (These are also sometimes called "Acrobat" files,
from the name of Adobe's PDF software.) The GNOME PDF viewer is based
upon xpdf (pkgsrc/print/xpdf).
|