Age | Commit message (Collapse) | Author | Files | Lines |
|
Add TOOL_DEPENDS+=glib2-tools to glib2/buildlink3.mk
|
|
|
|
|
|
|
|
|
|
|
|
Problems found locating distfiles:
Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
|
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
|
|
|
|
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
|
|
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
|
|
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
|
|
|
|
|
|
|
|
|
are called p5-*.
I hope that's all of them.
|
|
requested by Thomas Klausner.
|
|
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
|
|
|
|
|
|
It turns out there were a lot of these.
|
|
|
|
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
|
|
|
|
|
|
|
|
|
|
|
|
changes: translation updates
|
|
version, and bump all depends.
Per discussion on pkgsrc-changes.
|
|
This switches to the gnome-2.30 release branch.
|
|
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
|
|
changes:
-bugfixes
-translation updates
|
|
This switches to the gnome-2.28 release branch.
|
|
|
|
|
|
News in 2.6.2
-------------
* Improvements to some of the lang files
* Misc bugfixes
* Updated translations
|
|
changes: translation updates
|
|
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.
|
|
=== gtksourceview 2.6.0 ===
2009-03-15 Paolo Borelli <paolo.borelli@katamail.com>
* configure.ac:
* README:
* NEWS:
Release 2.6.0
2009-03-13 Paolo Borelli <paolo.borelli@katamail.com>
* gtksourceview/language-specs/octave.lang: use % for
code comments since matlab does not like #.
2009-03-03 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
* gtksourceview/language-specs/prolog.lang:
* gtksourceview/language-specs/Makefile.am:
* gtksourceview/language-specs/testfiles.sh:
Add prolog lang file.
=== gtksourceview 2.5.6 ===
2009-03-02 Paolo Borelli <paolo.borelli@katamail.com>
* configure.ac:
* README:
* NEWS:
Release 2.5.6
2009-02-26 Jesse van den Kieboom <jesse@icecrew.nl>
* gtksourceview/language-specs/po.lang: added
text/x-gettext-translation-template mime type
2009-02-26 Thomas H.P. Andersen <phomes@gmail.com>
* tests/test-widget.c: Replace deprecated gtk symbol. Bug #572085
2009-02-25 Paolo Borelli <paolo.borelli@katamail.com>
* gtksourceview/gtksourcemark.c: chain up finalize.
=== gtksourceview 2.5.5 ===
2009-02-15 Paolo Borelli <paolo.borelli@katamail.com>
* configure.ac:
* README:
* NEWS:
Release 2.5.5
2009-02-10 Johannes Schmid <jhs@gnome.org>
* gtksourceview/gtksourceview.c (update_current_line_color):
#570492 – Canot open editor - crash
2009-02-05 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
* gtksourceview/language-specs/cobalt.xml:
Mark strings for translation.
2009-02-04 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
* gtksourceview/language-specs/cobalt.xml:
* gtksourceview/language-specs/Makefile.am:
Add new blue based style. Thanks to Will Farrington.
=== gtksourceview 2.5.4 ===
2009-01-19 Paolo Borelli <paolo.borelli@katamail.com>
* configure.ac:
* README:
* NEWS:
Release 2.5.4
2009-02-02 Paolo Borelli <paolo.borelli@katamail.com>
* gtksourceview/language-specs/octave.lang: support matlab
multiline comments. Patch by Brendan Bycroft.
(Fixes bug #556365).
2009-01-30 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
* gtksourceview/language-specs/rpmspec.lang:
Add %else to rpm spec language. Patch by Matthias Clasen.
(Fixes bug #569771).
=== gtksourceview 2.5.3 ===
2009-01-19 Paolo Borelli <paolo.borelli@katamail.com>
* configure.ac:
* README:
* NEWS:
Release 2.5.3
2009-01-19 Paolo Borelli <paolo.borelli@katamail.com>
* gtksourceview/language-specs/php.lang: add
missing "endif" keyword.
2009-01-19 Paolo Borelli <paolo.borelli@katamail.com>
* gtksourceview/language-specs/dosbatch.lang:
* gtksourceview/language-specs/Makefile.am:
* gtksourceview/language-specs/testfiles.sh:
* po/POTFILES.in:
Add a very simle lang file for dos batch files.
2009-01-15 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
* gtksourceview/language-specs/asp.lang:
Updated. Thanks to Fabio Nagao.
2009-01-09 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
* gtksourceview/language-specs/makefile.lang:
Use proper strings for translation and add context.
(Fixes bug #567247)
2009-01-09 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
* gtksourceview/language-specs/asp.lang:
* gtksourceview/language-specs/Makefile.am:
* gtksourceview/language-specs/testfiles.sh:
* po/POTFILES.in:
Add ASP lang file by Fabio Nagao.
=== gtksourceview 2.5.2 ===
2009-01-05 Paolo Borelli <paolo.borelli@katamail.com>
* configure.ac:
* README:
* NEWS:
Release 2.5.2
2009-01-05 Jesse van den Kieboom <jesse@icecrew.nl>
* gtksourceview/gtksourceview.c: verticall align category mark pixbuf
in the middle of the line (fixes #566408).
2008-12-31 Yevgen Muntyan <muntyan@tamu.edu>
* gtksourceview/gtksourcecontextengine.c
(gtk_source_context_engine_text_inserted):
The commit before the last one was broken, now bug #566131
is really fixed.
2008-12-31 Yevgen Muntyan <muntyan@tamu.edu>
* gtksourceview/language-specs/nsis.lang
* gtksourceview/language-specs/t2t.lang
* gtksourceview/language-specs/cmake.lang
* gtksourceview/language-specs/Makefile.am:
New lang files: CMake, NSIS, and txt2tags.
* gtksourceview/language-specs/ini.lang: variable names may
contain dash.
* gtksourceview/language-specs/desktop.lang: added bunch of
catefories from the f.d.o. spec.
* gtksourceview/language-specs/kate.xml,
* gtksourceview/language-specs/testfiles.sh: updated.
2008-12-31 Yevgen Muntyan <muntyan@tamu.edu>
* gtksourceview/gtksourcecontextengine.c
(gtk_source_context_engine_text_inserted):
Bug 566131 – Syntax highlightig bug; Backspace and Enter.
2008-12-28 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
* gtksourceview/language-specs/pascal.lang:
Add the missing words. (Fixes bug #565789).
=== gtksourceview 2.5.1 ===
2008-12-26 Paolo Borelli <paolo.borelli@katamail.com>
* configure.ac:
* README:
* NEWS:
Release 2.5.1
2008-12-20 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
* gtksourceview/language-specs/pascal.lang:
Add several words to highlight. (Fixes bug #565172)
2008-12-19 Jürg Billeter <j@bitron.ch>
* gtksourceview/language-specs/vala.lang: add owned, unowned,
yield, and yields to keyword list
2008-12-16 Yevgen Muntyan <muntyan@tamu.edu>
* gtksourceview/gtksourceview.c
(gtk_source_view_get_mark_category_pixbuf): do not call
g_object_ref() on a NULL. Bug #564714, patch by Mike Spivey.
2008-12-12 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
* gtksourceview/language-specs/awk.lang:
Add builtin functions to awk lang file. Fixes bug #564242.
2008-12-12 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
* gtksourceview/gtksourcestylescheme.c:
Typo in property. Fixes bug #564225.
2008-12-10 Paolo Borelli <paolo.borelli@katamail.com>
* gtksourceview/gtksourcelanguage.c: fix cut and paste error
causing wrong values in gobject properties. Bug #564142.
2008-12-08 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
* gtksourceview/language-specs/pascal.lang:
Add downto highlight. Fixes bug #563271.
2008-12-08 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
* gtksourceview/language-specs/dtd.lang:
* gtksourceview/language-specs/po.lang:
* gtksourceview/language-specs/m4.lang:
* gtksourceview/language-specs/changelog.lang:
* gtksourceview/language-specs/xslt.lang:
* gtksourceview/language-specs/makefile.lang:
* gtksourceview/language-specs/gap.lang:
* gtksourceview/language-specs/yacc.lang:
Mark strings for translation.
2008-12-08 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
* gtksourceview/language-specs/vala.lang:
* gtksourceview/language-specs/xslt.lang:
Mark string for translation.
2008-12-08 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
* gtksourceview/language-specs/dot.lang:
Mark string for translation.
2008-12-08 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
* gtksourceview/language-specs/gtk-doc.lang:
Added the "Deprecated" word to gtk-doc.
2008-12-03 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
* gtksourceview/gtksourceview.c:
Removed check.
2008-12-03 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
* gtksourceview/gtksourceview.c:
* gtksourceview/gtksourceview.h:
Added non-breaking spaces drawing.
2008-11-29 Yevgen Muntyan <muntyan@tamu.edu>
* gtksourceview/gtksourceiter.c: (forward_chars_with_skipping):
call g_utf8_casefold() before normalizing, to match behavior
of the search code. Bug #496780.
* tests/test-widget.c: added Find command.
|
|
News in 2.4.2
-------------
* Backport misc bugfixes from the developement version
* Improvements to some of the lang files
* Updated translations
|
|
News in 2.4.1
-------------
* Fix a crash when inserting images in the buffer
* Improvements to some of the lang files
* Updated translations
|
|
This switches to the gnome-2.24 release branch.
|
|
|