Commit graph

971 commits

Author SHA1 Message Date
adam
03a0005aff Changes 1.51.0:
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-27 08:49:08 +00:00
wiz
a58b50100a Add xcursorgen, now it's the xorg version. Bump version. 2012-08-24 15:21:20 +00:00
chs
7c63c2b746 remove suse 11.3 packages. 2012-08-18 16:33:35 +00:00
jperkin
9440ba9984 Include unistd.h for read() and close()
Fixes build on at least Solaris.
2012-08-02 12:08:41 +00:00
fhajny
0c895c77bc Need to pre-create destination directory for SunOS pax to be happy 2012-08-02 09:08:41 +00:00
obache
b67235c9d7 Update ruby-gnome2 to 1.1.4.
== 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-22 09:29:16 +00:00
wiz
582b9ace43 + modular-xorg-protos 2012-07-21 10:04:10 +00:00
wiz
49385de2a2 Import modular-xorg-protos-1.0 as meta-pkgs/modular-xorg-protos.
This is the modular Xorg application meta-package for installing the
various header prototypes for compiling programs against modular
Xorg libraries.
2012-07-21 10:03:41 +00:00
wiz
0e2c441278 Recursive bump for startup-notification* dependency change, requested
by Obache.
2012-07-15 08:22:46 +00:00
cheusov
96271b307f Use of PHP_VERSION_REQD in Makefiles breaks the bulk build.
PHP_VERSIONS_ACCEPTED should be used instead.
2012-07-05 09:48:49 +00:00
adam
7975c4f79a Bring 'forach' patches back to life as they are still necessary 2012-07-03 19:46:30 +00:00
adam
ef4329c8f5 Changes 1.50:0
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-07-02 07:02:25 +00:00
taca
c7b7d67fe4 Remove php5-extensions; please migrate to php53 or php54. 2012-06-16 15:05:17 +00:00
taca
5d59a48b3b Remove php5-extensions. 2012-06-16 15:04:08 +00:00
taca
edecddb1c3 php-pspell build with php5 fine. I misstook something.
So, remove restriction of php-pspell and revert php5-extensions/Makefile.
2012-06-16 09:56:03 +00:00
dholland
d740b33a2a php-pspell doesn't support php52, so comment it out from here.
(this may not be the right fix, but it should stop pbulk from croaking)
2012-06-16 09:31:10 +00:00
taca
c521d92539 Add and enable php54-extensions. 2012-06-16 05:46:34 +00:00
taca
2e4b148aa2 Add php54-extensions package version 5.4.4 to pkgsrc.
Just includes extensions bundled with PHP 5.4.x's distribution.
2012-06-16 05:45:24 +00:00
taca
488ed0fbd5 Change PKGNAME to use PHP_PKG_PREFIX. 2012-06-16 05:44:03 +00:00
taca
386516e66e Instead of random PHP packages, just includes extensions bundled
with PHP 5.3.x's distribution.

Bump PKGREVISION.
2012-06-16 05:42:20 +00:00
taca
abeb22d767 Change PKGNAME to use PHP_PKG_PREFIX. 2012-06-16 05:41:03 +00:00
taca
ab347f4c1e Instead of random PHP packages, just includes extensions bundled
with PHP 5.2.x's distribution.

Bump PKGREVISION.
2012-06-16 05:33:16 +00:00
markd
859d12642b Update to KDE SC 4.8.4
Bug fixes.
2012-06-16 04:45:28 +00:00
sbd
cdfc7f300d Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
wiz
1108faf470 Add hacks file for autoconf macro issue with space, affecting lots of
xorg packages.
2012-06-06 22:19:14 +00:00
wiz
c22e1c46f5 Add 4 more, bump version. 2012-06-06 09:43:14 +00:00
wiz
637ed2e74a Add misc/xorg-docs (directly, until there are enough packages for a
modular-xorg-docs meta package). Bump version.
2012-06-06 07:47:22 +00:00
wiz
5823e04743 + transset, bump version 2012-06-06 07:14:10 +00:00
cheusov
b2a4cef222 Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@) 2012-05-29 22:58:52 +00:00
adam
9c0c531b18 Fix building with Clang 2012-05-01 18:47:01 +00:00
wiz
f721e1b56d Try only matching evince < 3, since this is called gnome-2.26.x. 2012-04-18 06:39:32 +00:00
wiz
3249e0a82f Reset maintainer, developer has left the building 2012-04-15 22:00:58 +00:00
markd
914ec1e9bc Update KDE SC to 4.8.2
bugfixes.
2012-04-15 05:54:50 +00:00
obache
96d0a072a2 Update ruby-gnome2 to 1.1.3.
== 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-14 04:27:49 +00:00
wiz
4faa202860 Remove python24 and all traces of it from pkgsrc.
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.
2012-04-08 19:08:44 +00:00
markd
1b342129e3 add kgpg 2012-03-26 09:27:27 +00:00
obache
666c109002 + suse121 2012-03-21 13:47:18 +00:00
obache
9d83e9bb35 Import suse-12.1 as meta-pkgs/suse121.
The openSUSE 12.1 meta-package provides a number of components for a
openSUSE-based Linux binary emulation environment.

This package does not contain anything by itself -- it is a "meta-package"
that depends on other packages.  Its sole purpose is to require
dependencies so users can install this package only and have all the
other packages pulled in automatically by the pkgsrc dependency
mechanism.
2012-03-21 13:44:08 +00:00
markd
22bc06f8a5 Update to KDE SC 4.8.0 2012-03-20 09:02:03 +00:00
markd
3b2e39bd37 Update to KDE SC 4.8.0 2012-03-19 11:06:31 +00:00
obache
51b391a2a9 fix last commit.
gtk should be dropped from module list instead of gtk2.
noticed by Uwe Klaus via private mail.
2012-03-19 09:14:52 +00:00
obache
add06d89d6 Drop gdk-pixbuf, gtk and vmware modules for suse.
* gdk-pixbuf and gtk are not used anywhere in pkgsrc and suse>10.0 does not
  support them.
* vmware module was used for emulators/vmware* packages, but it had been removed
  from pkgsrc.
2012-03-17 06:08:15 +00:00
markd
74d7b797f8 fix build with gcc 4.6 2012-03-10 21:47:30 +00:00
obache
8a95af1ca9 bump PKGREVISION from python default change to 2.7. 2012-03-10 10:56:12 +00:00
minskim
c6a204e06c Reduce netbsd-www's TeX dependencies.
It only needs netbsd-doc-print, rather than the whole teTeX.
2012-03-07 03:53:22 +00:00
wiz
e64308b04b Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
hans
b0ea3a410e Add build fix for build with gcc46.
From https://svn.boost.org/trac/boost/attachment/ticket/4999/fix4999.patch
2012-02-29 16:37:28 +00:00
hans
0df5c194ce Update boost to 1.49.0
Changes:
New Libraries
* Heap: Priority queue data structures, from Tim Blechmann.

Details: http://www.boost.org/users/history/version_1_49_0.html
2012-02-29 14:22:23 +00:00
tron
44ed51b5dc Update "netbsd-www" package to version 1.6:
Add more TeX dependences to really allow building the NetBSD website.
2012-02-20 19:59:47 +00:00
hans
8c3319c571 Upstream build fix for https://svn.boost.org/trac/boost/ticket/6158 2012-02-16 18:24:12 +00:00