Commit graph

1002 commits

Author SHA1 Message Date
dholland
88daaa5560 woops, fix further scan lossage 2013-01-20 21:59:01 +00:00
dholland
cd17c04b18 Add icewm per tech-pkg. 2013-01-20 21:47:28 +00:00
martin
aaa0f7bc04 No idea what happened to this file in my last commit... 2013-01-20 09:41:40 +00:00
martin
a37eed104c Add missing assembler code for the context library on sparc and sparc64 2013-01-20 09:06:58 +00:00
dholland
c9abcc062a Fix more pbulk-scan problems. I ran it through pbulk-scan, but I must
have messed up, as all of what this commit changes was definitely wrong.
2013-01-19 09:12:52 +00:00
jperkin
190427c972 Regenerate distinfo for martin. 2013-01-17 11:58:50 +00:00
martin
164aae6be2 More portable patch to fix alignement problem (sizeof(void*) < siezof(time_t)
on 32bit platforms), also reported upstream.
2013-01-17 11:58:00 +00:00
dholland
56bdebd3f2 There are altogether too many packages whose PKGNAME and PKGDIR don't
match.

These now pbulk-scan properly.
2013-01-17 06:05:31 +00:00
dholland
98006fd410 Add three meta-packages, bulk-small, bulk-medium, and bulk-large.
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-17 03:51:05 +00:00
martin
bc8521a1b3 Patch jam to provide greater alignement on NetBSD/sparc, where time_t (64bit)
requires greater alignement than pointers.
2013-01-16 16:27:23 +00:00
dholland
b60cc26c00 Switch this from apache13 to apache22 and bump the version. Eesh.
XXX: Somebody please make a less 1998-looking list of packages to
XXX: put in here.
2013-01-14 04:34:50 +00:00
markd
60d83c6a5d Drop maintainership of kde3 packages. Haven't had any systems running
kde3 for a while.
2012-12-17 18:37:06 +00:00
khorben
f24203d5db Added meta-pkgs/deforaos-desktop (version 0.0.1) 2012-12-17 02:16:03 +00:00
khorben
a72c9a4736 Imported wip/deforaos-desktop, a meta-package for the DeforaOS desktop,
under meta-pkgs/deforaos-desktop (version 0.0.1)
2012-12-17 02:15:16 +00:00
markd
72d7b63bcf gcc 4.7.x patches. 2012-11-23 20:46:41 +00:00
adam
5c0953aeae This patch is not needed any more 2012-11-20 14:57:52 +00:00
adam
b36d44934b Changes 1.52.0:
http://www.boost.org/users/history/version_1_52_0.html
2012-11-07 21:04:10 +00:00
joerg
d35cb65af3 Prefer openjade over the older jade. Bump version. 2012-11-07 16:55:23 +00:00
rh
c9951a81d7 Update gnustep to 2.6.2
By default, gnustep now uses the nonfragile ABI required by modern
Objective-C (this can be overridden by the 'fragile' package option).
2012-10-22 03:12:57 +00:00
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