summaryrefslogtreecommitdiff
path: root/meta-pkgs
AgeCommit message (Collapse)AuthorFilesLines
2013-01-29Add bdftopcf. Bump version.wiz1-2/+3
2013-01-26Revbump after graphics/jpeg and textproc/icuadam4-7/+8
2013-01-24Use <sys/endian.h> on BSD systems to determine endianness. Fixes a problemriz3-3/+32
on NetBSD/arm where boost could not determine the endianness. (patch has been submitted upstream)
2013-01-24sortjnemeth1-3/+3
2013-01-23Add xfd. Bump version.wiz1-2/+3
2013-01-23Add comment.wiz2-3/+5
2013-01-23Add a lot of used-by lines.wiz1-1/+15
2013-01-23Fix build with automake-1.13.wiz4-3/+47
2013-01-20woops, fix further scan lossagedholland1-4/+4
2013-01-20Add icewm per tech-pkg.dholland1-2/+3
2013-01-20No idea what happened to this file in my last commit...martin1-1/+4
2013-01-20Add missing assembler code for the context library on sparc and sparc64martin10-10/+496
2013-01-19Fix more pbulk-scan problems. I ran it through pbulk-scan, but I mustdholland1-15/+16
have messed up, as all of what this commit changes was definitely wrong.
2013-01-17Regenerate distinfo for martin.jperkin1-2/+2
2013-01-17More portable patch to fix alignement problem (sizeof(void*) < siezof(time_t)martin1-21/+66
on 32bit platforms), also reported upstream.
2013-01-17There are altogether too many packages whose PKGNAME and PKGDIR don'tdholland3-27/+30
match. These now pbulk-scan properly.
2013-01-17Add three meta-packages, bulk-small, bulk-medium, and bulk-large.dholland7-1/+577
These are lists of packages that can be used to do restricted bulk builds on small/slow machines without having to spend time researching which packages to include. They are supposed to take roughly 1 hour, 8 hours, and 24 hours on the arbitrarily chosen yardstick of my build machine; my hope is that this translates into only moderately crazy lengths of time for slow platforms where a full bulk build takes 6-8 months. The lists will doubtless need some adjustment to meet this time budget. Also, please take any discussion of which packages are and are not included to tech-pkg or pkgsrc-users. The intent is to provide a maximally useful set of a given size, but that's naturally difficult to define.
2013-01-16Patch jam to provide greater alignement on NetBSD/sparc, where time_t (64bit)martin2-1/+29
requires greater alignement than pointers.
2013-01-14Switch this from apache13 to apache22 and bump the version. Eesh.dholland1-4/+3
XXX: Somebody please make a less 1998-looking list of packages to XXX: put in here.
2012-12-17Drop maintainership of kde3 packages. Haven't had any systems runningmarkd2-4/+4
kde3 for a while.
2012-12-17Added meta-pkgs/deforaos-desktop (version 0.0.1)khorben1-1/+2
2012-12-17Imported wip/deforaos-desktop, a meta-package for the DeforaOS desktop,khorben3-0/+50
under meta-pkgs/deforaos-desktop (version 0.0.1)
2012-11-23gcc 4.7.x patches.markd3-1/+31
2012-11-20This patch is not needed any moreadam1-40/+0
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