wiz
cec14b1166
+ xscope. Bump version.
2012-10-18 09:44:29 +00:00
marino
dc0ddc6f51
ham/gnuradio: Fix build on gcc 4.7.2
...
Add <unistd.h> to solve "close not declared in scope" error in gcc47
2012-10-09 17:25:16 +00:00
adam
ed93f0ca47
Revbump after updating graphics/pango
2012-10-08 23:00:34 +00:00
wiz
3184463075
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
78f9c75877
Mass recursive bump after the dependence fix of the "cairo" package
...
requested by Thomas Klausner.
2012-10-02 17:10:28 +00:00
jperkin
c41d1d6114
Solaris requires _XOPEN_SOURCE=600 and removal of _XOPEN_SOURCE_EXTENDED.
2012-09-20 12:22:27 +00:00
obache
8ace00dcd8
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
7cde40f4ec
Reset PKGREVISION.
2012-09-14 15:53:54 +00:00
asau
0d2b63b3a3
"user-destdir" is default these days
2012-09-11 23:19:33 +00:00
adam
e7608643ab
Revbump after updating graphics/cairo
2012-09-07 19:16:05 +00:00
adam
5fadb2ae6c
Fix hash_value() issue in boost-1.51.0
2012-08-31 12:20:56 +00:00
obache
7fb34221bd
== 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
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