Age | Commit message (Collapse) | Author | Files | Lines |
|
Fix PR pkg/48777
|
|
|
|
|
|
NetBSD 6, requested by tron.
|
|
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
|
|
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
|
|
|
|
|
|
|
|
requested by Thomas Klausner.
|
|
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
|
|
|
|
|
|
|
|
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
|
|
|
|
|
|
|
|
|
|
This switches to the gnome-2.32 release branch.
|
|
version, and bump all depends.
Per discussion on pkgsrc-changes.
|
|
|
|
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
|
|
|
|
|
|
What's new in at-spi-1.30.1:
* Fixes #538680.
* Translation update.
What's new in at-spi-1.30.0:
* Fixes #612554.
* Translation update.
What's new in at-spi-1.29.92:
* Translation update.
What's new in at-spi-1.29.90:
* Make AT-SPI/CORBA the default and relocate AT-SPI/D-Bus.
* Translation update.
What's new in at-spi-1.29.6:
* Bugfixes: #608003, #607077.
* Translation update.
What's new in at-spi-1.29.5:
* Bugfixes: #606251, #606254.
* Translation update.
What's new in at-spi-1.29.3:
* Bugfixes: #565451, #593830.
* Translation update.
What's new in at-spi-1.29.2:
* Bugfixes: #569428, #599244, #578334.
* Translation update.
|
|
|
|
noticed by wiz and abs
|
|
This switches to the gnome-2.28 release branch.
|
|
|
|
|
|
|
|
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
|
What"s new in at-spi-1.26.0:
* Translation update: ml, gl, ta, as, hi, bn_IN, te.
What's new in at-spi-1.25.92:
* Bugfixes: #570752, #570754, #572188.
What's new in at-spi-1.25.5:
* Bugfixes: #566999, #566998, #567706.
What's new in at-spi-1.25.4:
* Bugfixes: #563806, #563943, #564880.
What's new in at-spi-1.25.2:
* Bugfixes: #540183, #560563, #553306, #561408, #446574, #532907, #554953.
* Translation update.
What's new in at-spi-1.25.1:
* Bugfixes: #552469, #547943, #525519, #527585.
|
|
What's new in at-spi-1.24.1:
* Bugfixes: #563943.
|
|
|
|
This switches to the gnome-2.24 release branch.
(also remove "gail" dependency)
|
|
|
|
This switches to the gnome-2.22 release branch.
|
|
in Dragonfly builds, add a .pc file
|
|
This switches to the new gnome-2.20 branch.
Also add the Python bindings as a seperate pkg. I don't see where
this is used, but is is a simple addition.
|
|
Bump PKGREVISION.
|
|
This moves this pkg to the new stable gnome branch, too much to list here.
|
|
Patch provided by Sergey Svishchev in private mail.
|
|
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or
via buildlink3.mks
- introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm
in the !modular case
- fix some cases where the check for libX11 couldn't work at all by using
C++ for compilation without including the proper headers
Verified using a full X11_TYPE=xorg bulk build without additional
breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
|
|
changes:
-IDL namespace fix
-bugfixes
|
|
What's new in at-spi-1.7.11:
* Docs fixes.
* Fixed getAttributes APIs.
* Export Hyperlink interface for AtkHyperlinkImpl peers.
* Aggregate Document interface.
What's new in at-spi-1.7.10:
* New method Selection::deselectChild. RFE #326535.
What's new in at-spi-1.7.9:
* I18n uses po/LINGUAS now.
* Table enhancement: new method Table::getRowColumnExtentsAtIndex
RFE #326536. Assistance from Ariel Rios.
* Text enhancement: Text::getAttributeRun, Text::getDefaultAttributeSet
RFE #326540. Assistance from Ariel Rios.
* New interface, Document. RFE #326520.
* New roles, LINK, REDUNDANT_OBJECT, INPUT_METHOD_WINDOW, FORM.
* Meaningful implementation and bridges for StreamableContent.
RFE #326532.
* Added STATE_VISITED, and relations DESCRIBED_BY, DESCRIPTION_FOR,
and PARENT_WINDOW_OF.
|
|
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
|
|
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
|
|
to use instead "USE_TOOLS+=intltool". Remove now unused
intltool/buildlink3.mk
|