Commit graph

1210 commits

Author SHA1 Message Date
adam
9071d6b787 Revbump after updating textproc/icu 2015-04-06 08:17:13 +00:00
joerg
6f75b09734 Kill bogus commented out code for using gtar, EXTRACT_USING should be
used if anything.
2015-04-05 13:02:15 +00:00
rodent
16b80523d8 +nagios 2015-04-04 16:05:34 +00:00
rodent
1bce2a33fd Import nagios-4.0.8 as meta-pkgs/nagios.
This is a meta package to install all the Nagios packages in a convenient
manner without requiring any external packages like pkg_chk.
2015-04-04 16:04:14 +00:00
tnn
6ce6e338d8 Include the set of drivers that can be built with both xorg-server-1.12
and 1.17. (Notably this excludes the newport driver which needs XAA.)
Bump PKGREVISION.
2015-04-02 22:32:05 +00:00
taca
510d27751d Correct packages' version after changing PHP_BASE_VERS meaning.
Noted about ap-php by tron@ via private mail.
2015-03-16 09:09:19 +00:00
hiramatsu
5078478cf8 Set MAINTAINER to pkgsrc-users. 2015-03-15 16:47:19 +00:00
taca
1beb769d22 Update to 20150315.
* Drop lang/php53.
* Add lang/php55 and lang/ruby200-base.
2015-03-15 15:29:31 +00:00
taca
faea4899d4 Remove php53-extensions. 2015-03-15 14:49:28 +00:00
taca
65bf5ab8e4 Remove php53-extensions, say good by to php53. 2015-03-15 14:49:05 +00:00
tnn
3f4e2bb5d4 NetBSD-7 on x86 should depend on xf86-video-ati since it has DRI2.
Bump rev.
2015-03-09 20:12:11 +00:00
rodent
0adf54789f Revert last commit. These packages don't include PECL extensions. 2015-03-08 17:23:43 +00:00
rodent
334a7b55dd +php-pthreads 2015-03-07 22:57:39 +00:00
khorben
e232297338 Revert my last change: this meta-package should contain packages provided
by the original PHP language distribution file, which security/php-ssdeep
does not belong to.

Thanks taca@ for the heads up.
2015-03-03 09:42:38 +00:00
khorben
92ec2f0285 Also build security/php-ssdeep in meta-pkgs/php5{3,4}-extensions 2015-03-03 01:37:54 +00:00
tnn
83c923549a Might as well add openjdk8 2015-02-25 10:44:08 +00:00
tnn
75154a5fe6 Bump version for openjdk7-bin removal 2015-02-25 10:40:44 +00:00
taca
3e49cc15bf * Remove bind96 and bind98.
* Add bind910.

Update to 20150219.
2015-02-19 14:43:35 +00:00
jperkin
89fd3c2eec The gnome-admin meta package was deleted, remove from here too.
Bump PKGREVISION.
2015-02-18 22:29:03 +00:00
wiz
be95d69778 Remove gnome-admin, nothing in it was packaged since 2008 when
this was created. Requested by joerg.
2015-02-17 13:43:18 +00:00
jdc
8441df5e7a Remove conflict markers. 2015-02-02 07:47:56 +00:00
jdc
5496f3d5ba Regenerate for new `patch-libs_context_build_Jamfile.v2'. 2015-02-02 07:47:04 +00:00
jdc
4bdfdb7b28 Restore sparc/sparc64 support. 2015-02-02 07:45:12 +00:00
pho
726eb7876e patches/patch-libs_context_src_asm_make__ppc32__sysv__macho__gas.S: Fix build failure on PPC Darwin
darwin.compile.asm bin.v2/libs/context/build/darwin-4.5.3/release/link-static/threading-multi/asm/make_ppc32_sysv_macho_gas.o
  libs/context/src/asm/make_ppc32_sysv_macho_gas.S:85:Parameter syntax error (parameter 3)
2015-01-25 11:26:50 +00:00
joerg
a018fdf747 Don't use plain "throw;", it breaks clang -fno-exceptions build. Bump
revision of boost-headers.
2015-01-15 13:01:44 +00:00
obache
10d6213411 Update ruby-gnome2 to 2.2.4.
It is a x64 Windows support release.

=== Changes

==== Ruby/GLib2

  * Improvements
    * Stopped to call g_thread_init() for GLib 2.32.0 or later because
      g_thread_init() is called automatically.
    * Added GLib.format_size.
    * Added GLib::Source#name.
    * Added GLib::Source#name=.
    * Added GLib::Source#ready_time.
    * Added GLib::Source#ready_time=.
    * Added GLib::Source#destroy.
  * Fixes
    * Fixed a bug that wrong converter is used on bigendian
      environment.
      [GitHub#270][Reported by mtasaka]

==== Ruby/GIO2

  * Improvements
    * Added Gio::DBus.
  * Fixes
    * Fixed a bug that Gio::ContentType#executable? isn't defined by
      correct name.

==== Ruby/GTK2

  * Improvements
    * Gtk::AboutDialog#show: Supported license_type option.
      [ruby-gnome2-devel-ja][Patch by Hiroyuki Ito]
  * Fixes
    * Gtk::AboutDialog#show: Fixed a bug that wrap_license option
      doesn't work.
      [ruby-gnome2-devel-ja][Patch by Hiroyuki Ito]

==== Ruby/GObjectIntrospection

  * Improvements
    * Supported prefix removing from method name.
    * Supported GList of UTF-8.
      [ruby-gnome2-devel-en][Reported by Detlef Reichl]
    * Added documentation.
      [GitHub#267][Patch by Detlef Reichl]
  * Fixes
    * Fixed a bug that out only argument is required.
      [GitHub#268][Reported by mtasaka]

==== Ruby/GDK3

  * Improvements
    * Gdk::Window: Added deprecated constants for backward compatibility.
    * Supported Gdk::Keyval module functions.
      [GitHub#265][Reported by Detlef Reichl]
    * Cairo::Context#set_source_rgba: Re-supported
      (({set_source_rgba(r, g, b, a)})) style.
      [GitHub#272][Patch by Detlef Reichl]
    * [windows] Bundled the new default GNOME icon theme.
      [GitHub#276][Reported by glurp]
  * Fixes
    * Gdk::Color.parse: Fixed unexpected API change.
      [GitHub#276][Reported by glurp]
    * Fixed a bug that Gdk::Event::Mask fallback doesn't work.
      [GitHub#276][Reported by glurp]

==== Ruby/GTK3

  * Improvements
    * Gtk::AboutDialog#show: Supported license_type option.
      [ruby-gnome2-devel-ja][Patch by Hiroyuki Ito]
    * Gtk::ActionBar: Added.
      [GitHub#282][Suggested by Christopher L. Ramsey]
  * Fixes
    * Gtk::AboutDialog#show: Fixed a bug that wrap_license option
      doesn't work.
      [ruby-gnome2-devel-ja][Patch by Hiroyuki Ito]

==== Ruby/RSVG2

  * Improvements
    * RSVG::Handle.new_from_file: Supported flags. You can open a
      large file with (({:flags => :unlimited})).
      [GitHub#263][Patch by Taro Matsuzawa]

==== Ruby/Clutter

  * Improvements
    * Added Clutter::Feature.
  * Fixes
    * Added missing require for Ruby/Pango.
    * Fixed initializing order.
      [GitHub#274][Reported by mtasaka]

=== Thanks

  * Detlef Reichl
  * Hiroyuki Ito
  * mtasaka
  * glurp
  * Taro Matsuzawa
  * Christopher L. Ramsey
2014-12-30 08:53:44 +00:00
fhajny
c88a6a54bb Remove patches that are unnecessary in 1.57.0. Fixes build on SunOS. 2014-12-28 16:57:36 +00:00
obache
3a92852f17 Not a meta package, as META_PACKAGE=yes in pkgsrc, real package. 2014-12-21 03:14:14 +00:00
jperkin
c24ed9c54f The "rename" rule is a published synonym for the "opt" transform rule, however
only the latter is supported by cwrappers.  Change them all to "opt" rules for
consistency and to gain compatibility with cwrappers.
2014-12-15 11:46:34 +00:00
rodent
5fe26f47ee Not setting GCC_REQD for OpenBSD/sparc64. None of the lang/gcc4* packages
build on OpenBSD 5.6/sparc64 at the moment. However, the boost-*
packages build quite well with the system gcc:

# gcc -v
Reading specs from /usr/lib/gcc-lib/sparc64-unknown-openbsd5.6/4.2.1/specs
Target: sparc64-unknown-openbsd5.6
Configured with: OpenBSD/sparc64 system compiler
Thread model: posix
gcc version 4.2.1 20070719
# pkg_info | grep boost
boost-headers-1.56.0 Boost is a set of free, peer-reviewed, C++ libraries.  The emphasis is on
boost-jam-1.56.0    Boost is a set of free, peer-reviewed, C++ libraries.  The emphasis is on
2014-12-08 03:50:02 +00:00
rodent
f504975bf5 Use appended lists here too instead of multi-line ones. 2014-12-07 19:47:06 +00:00
rodent
e88b97b3ff Add gstreamer and sqlite3 modules. Change EMUL_MODULES.linux to an
appended list, instead of multi-line list. Bump PKGREVISION.
2014-12-07 19:42:45 +00:00
rodent
306e4ea932 Adding META_PACKAGE=yes for consistency with other meta-pkgs, although this
option is undocumented. :\
2014-12-07 19:38:59 +00:00
snj
796cb700b8 fix tyop 2014-12-02 04:26:19 +00:00
jmcneill
5b0bff4932 make mono a package option, and disable it for netbsd/arm until lang/mono is fixed 2014-12-01 11:54:21 +00:00
taca
fdc5485312 Add and enable php56-extensions. 2014-11-24 15:43:16 +00:00
taca
ee12b7911d Add php56-extensions package which contains most of extensions contained
in PHP 5.6.x release.
2014-11-24 15:42:58 +00:00
joerg
b9d6737ed8 Remove wmthemes. 2014-11-24 15:21:49 +00:00
joerg
ae64f7392e bulk-large-20141120: Provide PostgreSQL 9.3, the default version. 2014-11-20 20:49:58 +00:00
joerg
66e6298884 bulk-medium-20141120: don't build random PostgreSQL client versions,
just let the PostgreSQL binding pick the default version.
2014-11-20 20:49:38 +00:00
markd
cf0ca7a882 Update to KDE SC 4.14.3. 2014-11-13 10:22:48 +00:00
obache
5c06b2a987 Update ruby-gnome2 package to 2.2.3.
= NEWS

== Ruby-GNOME2 2.2.3: 2014-10-26

It is a bug fix release.

It's recommended that you upgrade if your application uses thread and
runs on Ruby 2.1 or later.

=== Changes

==== All

  * Improvements
    * Supported auto native package install on SuSE.

==== Ruby/GLib2

  * Fixes
    * Fixed infinite loop bug on Ruby 2.1 or later.
      [ruby-gnome2-devel-ja] [Reported by Toshi Hatsune]

==== Ruby/GDK3

  * Fixes
    * Added missing dependencies.
      [GitHub#258] [Reported by Luis Daniel Gonzalez Orozco]

==== Ruby/CairoGObject

  * Improvements
    * Supported auto required native package install by Homebrew.

  * Fixes
    * Fixed wrong package name on Debian.

==== Ruby/VTE3

  * Improvements
    * Supported auto required native package install by Homebrew.

==== Ruby/Clutter

  * Improvements
    * Added Clutter.check_version?.

=== Thanks

  * Luis Daniel Gonzalez Orozco
  * Toshi Hatsune

== Ruby-GNOME2 2.2.2: 2014-10-12

It is a Windows package fix release.

== Ruby-GNOME2 2.2.1: 2014-10-12

It is a release that Ruby/GDK3 is migrated to
Ruby/GObjectIntrospection based bindings.

Some API changes in Ruby/GDK3 are expected but unexpected API
changes may exist. If you find API change, please report it. If the
API change provides non Rubyish API, it will be a bug.

Ruby/GooCanvas is removed because we can't maintain it.

=== Changes

==== Ruby/GLib2

  * Improvements
    * Added GObject#unref to free large object immediately.

  * Fixes
    * [windows] Added a missing exported symbol. ((({rbg_inspect})))
    * Fixed a bug that signal handler doesn't work on Ruby 2.1.
      [ruby-gnome2-devel-en] [Reported by Carlo E. Prelz]
    * Fixed free function (free -> xfree).

==== Ruby/GObjectIntrospection

  * Improvements
    * Supported instantiating union.
    * Accepted 5 or more the number of signals.
      It may be increased for later GIO version.
      [GitHub#229] [Reported by cosmo0920]
    * Added "?" to boolean field value reader.
    * Supported mapping function info to method.
    * Don't handle MethodInfo as FunctionInfo.
    * Accepted not GType struct as an input argument.
    * Accepted getting a field value from not GType but
      GType descendant sruct.
    * Added Loader.register_constant_rename_map.
    * Supported in GType array.
    * Don't require needless array length argument.
    * Supported finding suitable method that has optional argument.

  * Fixes
    * Fixed wrong argument index for Ruby objects.
    * Fixed a bug that ArgInfo isn't passed.

==== Ruby/CairoGObject

  * Improvements
    * Suppressed a warning that instance variable gboxed not initialized.

==== Ruby/GIO2

  * Improvements
    * Supported GLib 2.42.0. Annotation for GObject Introspection is added
      to g_pollable_input_stream_read_nonblocking() since GLib 2.42.0.
      See also: https://bugzilla.gnome.org/show_bug.cgi?id=730493
    * Supported GLib <= 2.36.0.

  * Fixes
    * Fixed a bug that .pc isn't installed. [Reported by OBATA Akio]

==== Ruby/GDK3

  * Improvements
    * Migrated to Ruby/GObjectIntrospection based bindings.
    * Gdk::Keyval::GDK_KEY_x style is deprecated. Use
      Gdk::Keyval::KEY_x style instead.
    * Accepted Gdk::RGBA for Cairo::Context#set_source_rgba.

==== Ruby/GTK3

  * Improvements
    * Added Gtk::StackSwitcher.
    * Supported interrupt in Gtk.main.
    * Supported interrupt in Gtk::Dialog#run.
      [Reported by Carlo E. Prelz]
    * Added initialization with Gdk::RGBA value.
      [GitHub#231] [Patch by Detlef Reichl]
    * Added Gtk::Window#set_titlebar (enable the use of Gtk::HeaderBar).
      [GitHub#236] [Patch by tescorg]
    * Updated sample scripts.
      [Patch by kitachro]

  * Fixes
    * Fixed memory leak of Gtk::Image.
      [GitHub#252] [Reported by Michel Boaventura]

==== Ruby/GTK2

  * Improvements
    * Fixed wrong property value on ppc64 and s390x.
      [GitHub#256] [Reported by mtasaka]

==== Ruby/GStreamer

  * Improvements
    * Added gstreamer.rb for Bundler's autoload.
      [GitHub#232] [Reported by saepia]
    * Added Caps.any and Caps.empty.
    * Supported property for Gst::ChildProxy.
      [GitHub#233] [Reported by saepia]

  * Fixes
    * Fixed a bug that Gst.init is failed.
      [GitHub#232] [Reported by saepia]

==== Ruby/Poppler

  * Improvements
    * Install Poppler with --with-glib option for Homebrew.
      [GitHub#237] [Reported by Colin Dean]
    * Removed needless `--with-glib` option. Now, it is the default.
      [rabbit-shocker/rabbit#24] [Reported by Kazuhiro NISHIYAMA]

==== Ruby/ClutterGStreamer

  * Improvements
    * Added clutter-gstreamer.rb to support Bundler's autoload.

==== Ruby/GooCanvas

  * Removed.

=== Thanks

  * OBATA Akio
  * Carlo E. Prelz
  * cosmo0920
  * Detlef Reichl
  * saepia
  * tescorg
  * Colin Dean
  * Kazuhiro NISHIYAMA
  * kitachro
  * Michel Boaventura
  * mtasaka
2014-11-09 06:27:02 +00:00
adam
413d801fcf Chamges 1.57.0:
Updated Libraries
Any:
RTTI is not required any more (TypeIndex library is used for RTTI emulation)
Fixed 8958

Asio:
Fixed the kqueue reactor so that it works on FreeBSD.
Fixed an issue in the kqueue reactor which resulted in spinning when using serial ports on Mac OS.
Fixed kqueue reactor support for read-only file descriptors.
Fixed a compile error when using the /dev/poll reactor.
Changed the Windows backend to use WSASocketW, as WSASocketA has been deprecated.
Fixed some warnings reported by Visual C++ 2013.
Fixed integer type used in the WinRT version of the byte-order conversion functions.
Changed documentation to indicate that use_future and spawn() are not made available when including the asio.hpp convenience header.
Explicitly marked asio::strand as deprecated. Use asio::io_service::strand instead.

Circular Buffer:
Fixed some warnings and move_if_noexcept from Boost.Move is used

Config:
BOOST_HAS_PRAGMA_DETECT_MISMATCH macro was added

Container:
Added support for initializer_list.
Fixed double destruction bugs in vector and backward expansion capable allocators.

Coroutine:
optionally register stacks with valgrind
10386 MSVC link error in asymmetric_coroutine.hpp: symbol already defined
10536 call to 'begin(...pull_coroutine< R > & c)' is ambiguous

Flyweight:
Added serialization support via Boost Serialization.
flyweight default constructor was made explicit in Boost 1.56, which introduces a regression in some initialization scenarios. The former non-explicit default constructor has been restored

More...
2014-11-07 19:28:38 +00:00
khorben
082bfdc04b Bumped meta-pkgs/deforaos-desktop to version 0.0.4 2014-11-02 18:31:10 +00:00
mef
f12f790fff Update GNU Radio 3.3.0 (2010-09-15) to 3.7.5
See the thread for modularity issues etc:
  http://mail-index.netbsd.org/pkgsrc-users/2014/09/07/msg020346.html
See more info at recent  gnuradio-core/Makefile commit log, thanks.
2014-10-13 12:51:08 +00:00
adam
243c29c4cc Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
wiz
8b765c474f Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings. 2014-10-05 16:41:05 +00:00
wiz
92c52119ac Limit eog to <3. This is, after all, a meta package for GNOME 2.
Noted by obache. Bump PKGREVISION.
2014-08-21 14:01:41 +00:00
joerg
f602d06f71 When using ostream operators, make sure the class is defined, so that
inline functions will be resolved.
2014-08-19 13:38:49 +00:00
fhajny
9c06797d62 Fix build on SunOS: transform _XOPEN_SOURCE=500 args where needed, and
revert an upstream commit (https://svn.boost.org/trac/boost/ticket/10350).
The latter part deserves a better fix (finish what upstream neglected).
2014-08-18 10:35:13 +00:00