summaryrefslogtreecommitdiff
path: root/meta-pkgs
AgeCommit message (Collapse)AuthorFilesLines
2012-11-07Changes 1.52.0:adam2-7/+6
http://www.boost.org/users/history/version_1_52_0.html
2012-11-07Prefer openjade over the older jade. Bump version.joerg1-4/+3
2012-10-22Update gnustep to 2.6.2rh1-11/+11
By default, gnustep now uses the nonfragile ABI required by modern Objective-C (this can be overridden by the 'fragile' package option).
2012-10-18+ xscope. Bump version.wiz1-2/+3
2012-10-09ham/gnuradio: Fix build on gcc 4.7.2marino3-1/+31
Add <unistd.h> to solve "close not declared in scope" error in gcc47
2012-10-08Revbump after updating graphics/pangoadam3-6/+6
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz5-6/+10
are called p5-*. I hope that's all of them.
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron3-6/+6
requested by Thomas Klausner.
2012-09-20Solaris requires _XOPEN_SOURCE=600 and removal of _XOPEN_SOURCE_EXTENDED.jperkin2-1/+18
2012-09-15recursive bump from libffi shlib major bumpobache3-6/+6
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-14Reset PKGREVISION.taca1-2/+1
2012-09-11"user-destdir" is default these daysasau2-6/+2
2012-09-07Revbump after updating graphics/cairoadam3-6/+6
2012-08-31Fix hash_value() issue in boost-1.51.0adam2-1/+42
2012-08-30== Ruby-GNOME2 1.1.5: 2012-08-29obache2-6/+6
This is a network support improvement release! === Changes ==== Ruby/GLib2 * Improvements * windows: Bundled glib-networking. ==== Ruby/GIO2 * Improvements * Added Gio::TlsCertificate. * Added Gio::TlsCertificateFlags. ==== Ruby/GTK2 * Improvements * Added Gtk.show_uri. * Fixes * Gtk::TreeStore#reorder: Fixed wrong the number of reorder values check. [SF.net#3561748] [Reported by Nounou]
2012-08-27Changes 1.51.0:adam6-51/+37
New Libraries * Context: Context switching library, from Oliver Kowalke. Updated Libraries * Algorithm: - Fixed is_sorted_until ; now matches the c++11 standard behavior on ranges with duplicate values. - Added range support for the rest of the search algorithms. - unhex now uses Boost.Exception to signal bad input. * Asio: - Fixed an incompatibility between ip::tcp::iostream and C++11. - Decorated GCC attribute names with underscores to prevent interaction with user-defined macros. - Added missing #include <cctype>, needed for some versions of MinGW. - Changed to use gcc's atomic builtins on ARM CPUs, when available. - Changed strand destruction to be a no-op, to allow strand objects to be destroyed after their associated io_service has been destroyed. - Added support for some newer versions of glibc which provide the epoll_create1() function but always fail with ENOSYS. - Changed the SSL implementation to throw an exception if SSL engine initialisation fails. - Fixed another regression in buffered_write_stream. - Implemented various minor performance improvements, primarily targeted at Linux x86 and x86-64 platforms. * Config: - Deprecated a whole bunch of macros that were c++11 specific, but not named to show that they were c++11 specific. Made new macros with better names, and paired the old macros with the new ones. Updated the documentation to list the deprecated macros. [more..]
2012-08-24Add xcursorgen, now it's the xorg version. Bump version.wiz1-2/+3
2012-08-18remove suse 11.3 packages.chs3-29/+1
2012-08-02Include unistd.h for read() and close()jperkin2-1/+16
Fixes build on at least Solaris.
2012-08-02Need to pre-create destination directory for SunOS pax to be happyfhajny1-1/+2
2012-07-22Update ruby-gnome2 to 1.1.4.obache2-6/+6
== Ruby-GNOME2 1.1.4: 2012-07-21 This is a easy to install release! === Changes ==== All * Improvements * Supported automatic required native packages install. ==== Ruby/GLib2 * Improvements * mkenums: Supported "/* < flags > */" tag. * mkenums: Supported two or more upper case characters such as "IO". * Before: GIOStatus -> g_iostatus * After: GIOStatus -> g_io_status * GIOCondition: Changed to GLib::Boxed object from integer. * GLib::Source#attach doesn't require context. * Fixes * Fixed wrong type conversion for GIOCondition. ==== Ruby/GIO2 * Improvements * Gio::Socket#create_source: Supported callback. * Fixes * Fixed return values. * Fixed wrong type conversions. ==== Ruby/GTK2 * Improvements * Re-supported GTK+ 2.10.0. [GitHub:115] [Patch by Grant Schoep] * Fixes * Fixed a typo in test script. [GitHub:109] [Reported by kimura wataru] ==== Ruby/GStreamer * Fixes * Fixed a test failure with GStreamer 0.10.36. [GitHub:111] [Reported by mtasaka]
2012-07-21+ modular-xorg-protoswiz1-1/+2
2012-07-21Import modular-xorg-protos-1.0 as meta-pkgs/modular-xorg-protos.wiz2-0/+29
This is the modular Xorg application meta-package for installing the various header prototypes for compiling programs against modular Xorg libraries.
2012-07-15Recursive bump for startup-notification* dependency change, requestedwiz3-6/+6
by Obache.
2012-07-05Use of PHP_VERSION_REQD in Makefiles breaks the bulk build.cheusov2-4/+4
PHP_VERSIONS_ACCEPTED should be used instead.
2012-07-03Bring 'forach' patches back to life as they are still necessaryadam3-1/+75
2012-07-02Changes 1.50:0adam7-41/+19
New Libraries * Algorithm: A collection of useful generic algorithms, from Marshall Clow. This includes several different searching algorithms, as well as most of the new algorithms from the C++11 standard library * Functional/OverloadedFunction: Overload different functions into a single function object, from Lorenzo Caminiti. * LocalFunction: Program functions locally, within other functions, directly within the scope where they are needed, from Lorenzo Caminiti. * Utility/IdentityType: Wrap types within round parenthesis so they can always be passed as macro parameters, from Lorenzo Caminiti. More http://www.boost.org/users/history/version_1_50_0.html
2012-06-16Remove php5-extensions; please migrate to php53 or php54.taca3-81/+0
2012-06-16Remove php5-extensions.taca1-2/+1
2012-06-16php-pspell build with php5 fine. I misstook something.taca1-2/+2
So, remove restriction of php-pspell and revert php5-extensions/Makefile.
2012-06-16php-pspell doesn't support php52, so comment it out from here.dholland1-2/+2
(this may not be the right fix, but it should stop pbulk from croaking)
2012-06-16Add and enable php54-extensions.taca1-1/+2
2012-06-16Add php54-extensions package version 5.4.4 to pkgsrc.taca2-0/+75
Just includes extensions bundled with PHP 5.4.x's distribution.
2012-06-16Change PKGNAME to use PHP_PKG_PREFIX.taca1-2/+2
2012-06-16Instead of random PHP packages, just includes extensions bundledtaca2-61/+62
with PHP 5.3.x's distribution. Bump PKGREVISION.
2012-06-16Change PKGNAME to use PHP_PKG_PREFIX.taca1-2/+2
2012-06-16Instead of random PHP packages, just includes extensions bundledtaca3-66/+64
with PHP 5.2.x's distribution. Bump PKGREVISION.
2012-06-16Update to KDE SC 4.8.4markd2-75/+76
Bug fixes.
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd2-4/+4
2012-06-06Add hacks file for autoconf macro issue with space, affecting lots ofwiz1-0/+9
xorg packages.
2012-06-06Add 4 more, bump version.wiz1-2/+6
2012-06-06Add misc/xorg-docs (directly, until there are enough packages for awiz1-2/+3
modular-xorg-docs meta package). Bump version.
2012-06-06+ transset, bump versionwiz1-2/+3
2012-05-29Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@)cheusov1-2/+2
2012-05-01Fix building with Clangadam2-1/+25
2012-04-18Try only matching evince < 3, since this is called gnome-2.26.x.wiz1-2/+2
2012-04-15Reset maintainer, developer has left the buildingwiz2-4/+4
2012-04-15Update KDE SC to 4.8.2markd2-76/+76
bugfixes.
2012-04-14Update ruby-gnome2 to 1.1.3.obache2-6/+6
== Ruby-GNOME2 1.1.3: 2012-04-08 This is a bug fix release of 1.1.2. === Changes ==== Ruby/GLib2 * Improvements * Added required Ruby version into gemspec. * [GitHub#106] glib-mkenums.rb supported macro lines in header. This change is required for building with GLib 2.31.20. [Reported by mtasaka] * [GitHub#107] Supported tests on PPC. [Reported by mtasaka] * Fixes * Fixed handler_id type. ==== Ruby/GTK2 * Improvements * Added Gtk::TreeViewColumn#set_sort_column_id and Gtk::TreeViewColumn#sort_column_id= for GTK+ < 2.18. [ruby-gnome2-devel-en] Gtk::TreeViewColumn [Reported by grant schoep] * Added Gtk::InfoBar. * Added Gtk::MessageType. * Added Gtk::ResponseType. * Fixes * Fixed build failure with GTK+ < 2.12. [ruby-gnome2-devel-en] compile problems gtk2, ruby-gnome2-all-1.1.2 [Reported by grant schoep] * Fixed require failure with GTK+ < 2.14. [ruby-gnome2-devel-en] NameError: undefined method `color_selection' for class `Gtk::ColorSelectionDialog' [Reported by grant schoep] ==== Ruby/Poppler * Improvements * [GitHub#97] Added Poppler::Page#text_layout. [Patch by Andrey Kutejko] * [SF.net#3495948] Removed needless poppler-cairo check. [Reported by Pino Toscano] * Fixes * [GitHub#96] Fixed valid state of child index iterator. [Patch by Andrey Kutejko] * [GitHub#97] Fixed parameter check of Poppler::Page#get_text. [Patch by Andrey Kutejko] ==== Ruby/VTE * Fixes * Fixed build failure with VTE < 0.24. ==== Ruby/GStreamer * Improvements * Added Gst::Element#seek_simple. * Fixes * [GitHub#95] Fixed async test. [Reported by mtasaka]
2012-04-08Remove python24 and all traces of it from pkgsrc.wiz1-3/+1
Remove devel/py-ctypes (only needed by and supporting python24). Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE lines that just mirror defaults now. Miscellaneous cleanup while editing all these files.