Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
builtins like __sync_fetch_and_add(), when they don't exist.
|
|
|
|
|
|
This release is a bug fix release of 0.19.0.
=== Changes
==== Ruby/GTK2
* use RUBYARCHDIR
[OBATA Akio]
* #2814953: install missing headers
[Mamoru Tasaka]
==== Ruby/GLib2
* Bug fixes:
* avoid object allocation while GC
[OBATA Akio, Kouhei Sutou]
* use RUBYARCHDIR
[OBATA Akio]
* mkmf-gnome2.rb add "-I$(vendorarchdir)" to $CPPFLAGS.
[OBATA Akio, Kouhei Sutou]
==== Ruby/ATK
* use RUBYARCHDIR
[OBATA Akio]
==== Ruby/Pango
* use RUBYARCHDIR
[OBATA Akio]
* use gem version rcairo as fallback
[OBATA Akio]
==== Ruby/Libart
* use RUBYARCHDIR
[OBATA Akio]
==== Ruby/GdkPixbuf
* use gem version rcairo as fallback
[OBATA Akio]
==== Ruby/GnomePrint
* install rblibgnomeprintversion.h
[OBATA Akio, Kouhei Sutou]
==== Ruby/GtkMozEmbeded
* fix header generation error caused by missing file
[OBATA Akio]
==== Ruby/VTE
* support VTE 0.20
[Kouhei Sutou]
==== Ruby/PanelApplet
* #2815036: re-support Ruby 1.8.6.
[Mamoru Tasaka, Kouhei Sutou]
==== Ruby/Libglade2
* Debian#519786: fix GC related SEGV when a widget in
glade is removed by hand.
[Arnaud Cornet, Kouhei Sutou]
=== Thanks
* OBATA Akio
* Mamoru Tasaka
* Arnaud Cornet
|
|
many new features and bugfixes.
|
|
|
|
|
|
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.
Packages needing empty directories can use the @pkgdir command in PLIST.
Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
|
|
|
|
|
|
|
|
|
|
|
|
x11/xf86-video-openchrome replaces it.
|
|
|
|
|
|
|
|
== Ruby-GNOME2 0.19.0: 2009-05-29
This release supports new versions of panel-applet and xulrunner
and fixes various bugs including some GC issues
=== Changes
Ruby/GLib2:
* add 'const' to name argument of rbgerr_define_gerror()
[Nikolai Weibull, Kouhei Sutou]
* Bug fixes:
* #2420281: Failed to build
[troels knak-nielsen, Kouhei Sutou]
* #2493874: glib/rbglib_maincontext.c error in "RUBY_UBF_IO"
[boo, Kouhei Sutou]
* wrong priority conversion in GLib::Timeout.add and
GLib::Timeout.add_seconds.
[Nikolai Weibull]
* fixed limits of basic types
[Pascal Terjan]
Ruby/GTK2:
* Bug fixes:
* fixed initialize function is deleted.
[kimura wataru, Kouhei Sutou]
* checked GTK_FILE_SYSTEM_ERROR availability. GTK+ 2.15.x
doesn't have it.
[Kouhei Sutou]
* fixed GC problems.
[Kouhei Sutou]
* #2195432: Gtk::RCStyle.set_color_flags wrong conversion
[Jesse van den Kieboom, Kouhei Sutou]
* #2318481: gtkselectiondata_set Drag and Drop API problem
[dave foster, Kouhei Sutou]
* #2420281: Failed to build
[troels knak-nielsen, Kouhei Sutou]
Ruby/Pango:
* added Pango::Attribute#start_index= and Pango::Attribute#end_index=.
[Geoff Youngs, Kouhei Sutou]
Ruby/Poppler:
* removed 0.6.x support. 0.8.0 or later is required.
[Kouhei Sutou]
Ruby/RSVG2:
* fixed broken cairo integration.
[James Healy, Kouhei Sutou]
Ruby/PanelApplet:
* #2466921: fixed build failure with libpanel-applet >= 2.25
[Mamoru Tasaka, Kouhei Sutou]
* fixed incomplete install.
[Pascal Terjan, Kouhei Sutou]
Ruby/GtkMozEmbed:
* supported XULRunner 1.9.0.
[Arnaud Cornet, Kouhei Sutou]
Ruby/GNOME2:
* supported MinGW.
[id:luna_8bit, Kouhei Sutou]
Ruby/Bonobo2:
* moved Bonobo.setup_x_error_handler to Ruby/BonoboUI2.
[id:luna_8bit, Kouhei Sutou]
Ruby/BonoboUI2:
* moved Bonobo.setup_x_error_handler from Ruby/Bonobo2.
[id:luna_8bit, Kouhei Sutou]
Ruby/GnomeVFS:
* format security error.
[Pascal Terjan]
=== Thanks
* kimura wataru
* Philipp Götzinger
* Andrew S. Townley
* Jesse van den Kieboom
* James Healy
* dave foster
* troels knak-nielsen
* boo
* Geoff Youngs
* Arnaud Cornet
* id:luna_8bit
* ...
|
|
|
|
|
|
|
|
|
|
and two completely new packages.
|
|
|
|
|
|
|
|
block). Uncomment some commented out LICENSE lines while here.
|
|
|
|
were moved or renamed.
This was for some from 2008 and 2009 and one from 2001.
Also I noticed that a CHANGES entry was wrong as said "Renamed"
when should have said "Moved" (lua-OSBF) because PKGBASE stayed the
same.
|
|
|
|
package updates and filesystem layout changes.
|
|
|
|
corresponding change of ABI.
OK'ed by wiz@ (as was the textproc/icu update).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|