summaryrefslogtreecommitdiff
path: root/meta-pkgs
AgeCommit message (Collapse)AuthorFilesLines
2009-09-03Add ristretto, now that it's packagedmartin1-2/+5
2009-08-26bump revision because of graphics/jpeg updatesno3-6/+6
2009-08-21Add comment that vino has compilation problems, see wip/vino.wiz1-1/+2
2009-08-21Bump pattern, now that gstreamer has been updated. Bump version.wiz1-4/+3
2009-08-21Update to 2.26.2nb1: Update some patterns now that more stuff is in pkgsrc.wiz1-9/+7
2009-08-21Regenerate for new patch-ad.jdc1-1/+2
2009-08-21Add sparc* to the list of architectures where we don't want to try and usejdc1-0/+13
builtins like __sync_fetch_and_add(), when they don't exist.
2009-08-21Fixed detection of threads on NetBSDadam4-8/+36
2009-08-19not for python-2.4, because support was dropped from py-gtk2tnn1-2/+2
2009-08-12Update ruby-gnome2 to 0.19.1.obache14-256/+30
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
2009-08-12Update to gnuradio 3.2markd3-6/+6
many new features and bugfixes.
2009-08-08fix p5-Gtk2-GladeXML dependencytnn1-2/+2
2009-08-05switch to the latest firefox, bump version to 0.3tnn1-3/+3
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
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
2009-07-18Bump version to 1.4 for Robert Elz (PR 41714).wiz1-2/+2
2009-07-13php-sqlite no longer support PHP 4. Bump revision.joerg1-3/+2
2009-07-09update for gnome-2.26.3drochner1-5/+5
2009-06-23correct for two more pkgs which were already up-to-datedrochner1-5/+3
2009-06-22sync with reality, call it 2.26.2drochner1-34/+18
2009-06-15Remove x11/xf86-video-via, it doesn't build, it's deprecated andhasso1-2/+1
x11/xf86-video-openchrome replaces it.
2009-06-15Mark x11/xf86-video-cyrix and x11/xf86-video-imstt broken.hasso1-3/+3
2009-06-11Bump PKGREVISION for vte-0.20.5.wiz3-6/+6
2009-06-08Add pkgin for easy package management.ahoka1-2/+3
2009-05-31Update ruby-gnome2 to 0.19.0.obache13-39/+184
== 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 * ...
2009-05-21Update to 2.26.1.91, patterns updated for sno's p5 updates.wiz1-8/+5
2009-05-21Update pattern, package was already up-to-date.wiz1-4/+3
2009-05-21Update for Gnome 2.26.2.wiz4-16/+21
2009-05-21Update to 2.26.1.90, update patterns.wiz1-42/+62
2009-05-212.26.1.99: update as far as pkgsrc is current -- two updates missingwiz1-6/+8
and two completely new packages.
2009-05-21Update as far as pkgsrc is current -> 2.26.1.99.wiz1-7/+8
2009-05-21Update comments.wiz1-4/+4
2009-05-21Update to 2.26.2.wiz1-6/+6
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz2-5/+4
block). Uncomment some commented out LICENSE lines while here.
2009-05-05Improve dewey pattern.reed1-2/+2
2009-05-02Add PREV_PKGPATH and/or SUPERSEDES for various packages thatreed2-2/+8
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.
2009-04-16update for gnome-2.26.1drochner1-5/+5
2009-04-13Update the gnustep meta-package to 2.0.8. This reflects the recent GNUsteprh1-13/+12
package updates and filesystem layout changes.
2009-04-06Add vinagre dependency.wiz1-4/+3
2009-03-25Bump PKGREVISION following the update of textproc/icu, and thehe1-1/+3
corresponding change of ABI. OK'ed by wiz@ (as was the textproc/icu update).
2009-03-22Update some patterns.wiz1-15/+9
2009-03-22Reflect py-gtksourceview-2.6.0 which went in a minute before.snj1-3/+2
2009-03-22Update some patterns, and note missing updates.wiz1-81/+91
2009-03-22Update patterns, still two unpackaged.wiz1-11/+10
2009-03-22Update patterns. Still nothing packaged.wiz1-5/+5
2009-03-22Update to 2.26.0.wiz1-11/+11
2009-03-22Update to 2.26.0.wiz1-6/+6
2009-03-22Update to 2.26.0.wiz1-4/+4
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
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.
2009-03-19update for gnome-2.26.0drochner1-20/+19
2009-03-17Re-add FAM message.jmcneill1-7/+11