Commit graph

980 commits

Author SHA1 Message Date
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
tron
14215633d2 Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.
2012-10-02 17:10:28 +00:00
jperkin
430537fbe4 Solaris requires _XOPEN_SOURCE=600 and removal of _XOPEN_SOURCE_EXTENDED. 2012-09-20 12:22:27 +00:00
obache
c38c120ee5 recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15 10:03:29 +00:00
taca
232b061fb3 Reset PKGREVISION. 2012-09-14 15:53:54 +00:00
asau
5c2dd9e784 "user-destdir" is default these days 2012-09-11 23:19:33 +00:00
adam
b15c922bcc Revbump after updating graphics/cairo 2012-09-07 19:16:05 +00:00
adam
9238400dfa Fix hash_value() issue in boost-1.51.0 2012-08-31 12:20:56 +00:00
obache
4f538ddd1f == Ruby-GNOME2 1.1.5: 2012-08-29
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-30 13:36:32 +00:00
adam
6ab41c0425 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
2966c7d993 Add xcursorgen, now it's the xorg version. Bump version. 2012-08-24 15:21:20 +00:00
chs
52e63e3a32 remove suse 11.3 packages. 2012-08-18 16:33:35 +00:00
jperkin
a64920e11f Include unistd.h for read() and close()
Fixes build on at least Solaris.
2012-08-02 12:08:41 +00:00
fhajny
b6ac51ae1d Need to pre-create destination directory for SunOS pax to be happy 2012-08-02 09:08:41 +00:00
obache
b89fd674ce 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
8ef1b545ad + modular-xorg-protos 2012-07-21 10:04:10 +00:00
wiz
b7635ec51b 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
68808ff07a Recursive bump for startup-notification* dependency change, requested
by Obache.
2012-07-15 08:22:46 +00:00
cheusov
08599f4106 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
4659dd7b00 Bring 'forach' patches back to life as they are still necessary 2012-07-03 19:46:30 +00:00
adam
d49b8b6594 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
dcf86d76fe Remove php5-extensions; please migrate to php53 or php54. 2012-06-16 15:05:17 +00:00
taca
78efebe893 Remove php5-extensions. 2012-06-16 15:04:08 +00:00
taca
36523c541e 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
4eae68856f 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
795fdbb135 Add and enable php54-extensions. 2012-06-16 05:46:34 +00:00
taca
bf39edc4ff 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
76c652033a Change PKGNAME to use PHP_PKG_PREFIX. 2012-06-16 05:44:03 +00:00
taca
8e92e1c411 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
f34a3608cb Change PKGNAME to use PHP_PKG_PREFIX. 2012-06-16 05:41:03 +00:00
taca
ed1ab9eff5 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
e43be93ef2 Update to KDE SC 4.8.4
Bug fixes.
2012-06-16 04:45:28 +00:00
sbd
21792a9296 Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
wiz
9288460dce Add hacks file for autoconf macro issue with space, affecting lots of
xorg packages.
2012-06-06 22:19:14 +00:00
wiz
6dd0b02b99 Add 4 more, bump version. 2012-06-06 09:43:14 +00:00
wiz
6977b64e23 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
8fa19ea539 + transset, bump version 2012-06-06 07:14:10 +00:00
cheusov
6a13d2c1a0 Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@) 2012-05-29 22:58:52 +00:00
adam
e25d9cf748 Fix building with Clang 2012-05-01 18:47:01 +00:00
wiz
383c418984 Try only matching evince < 3, since this is called gnome-2.26.x. 2012-04-18 06:39:32 +00:00
wiz
6dc4abe4b7 Reset maintainer, developer has left the building 2012-04-15 22:00:58 +00:00
markd
cbc4db0822 Update KDE SC to 4.8.2
bugfixes.
2012-04-15 05:54:50 +00:00
obache
ed00820c09 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
aada88e659 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
66b945fd6d add kgpg 2012-03-26 09:27:27 +00:00
obache
35c8a16450 + suse121 2012-03-21 13:47:18 +00:00
obache
04f5fe0b70 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
32c169bde6 Update to KDE SC 4.8.0 2012-03-20 09:02:03 +00:00
markd
0dd50ab6f7 Update to KDE SC 4.8.0 2012-03-19 11:06:31 +00:00
obache
3c810a9704 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