summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2013-06-23Use PKGVERSION_NOREV. Prodded by joerg.jperkin1-3/+3
2013-06-23Fix build failure on NetBSD/arm 6.1. PR/47941tsutsui4-21/+96
- fix configure scripts to detect !G_ATOMIC_LOCK_FREE correctly (use AC_TRY_LINK rather than AC_TRY_COMPILE to see if symbols are defined) - fix prototype mismatches in !G_ATOMIC_LOCK_FREE case (note no binary changes in G_ATOMIC_LOCK_FREE case) "please commit it" from agc@.
2013-06-22Add SunOS support, using the libusb implementation from OpenSolaris.jperkin3-2/+3260
I am able to at least probe some devices, and this gets us a large number of extra packages.
2013-06-21Remove obsolete patch.ryoon1-15/+0
Noticed by wiz@, thank you.
2013-06-20revert `say good-bye to ruby-1.8', it should not be done dureing a freeze.obache5-15/+5
2013-06-19say good-by to Ruby-1.8.obache5-5/+15
2013-06-19patch-a{b,c,f} patch-ilisp-dia_elmef8-20/+67
PLIST distinfo - Add emacs24 support. MESSAGE - Added for initial test guide.
2013-06-18Fix non-sunpro SunOS build.jperkin1-1/+7
2013-06-18Update to 1.2:jmmv3-4/+33
- Properly propagate errors returned by cvs checkout and cvs update. Problem reported by Nathan Arthur in private mail. Change OKed by pmc.
2013-06-17Trying to fix build problem with ruby18.taca1-2/+1
2013-06-17Make mono packages depend on lang/mono2 instead of lang/mono.wiz11-44/+26
The latter contains the unstable version 3 of mono, which breaks many mono packages. Bump dependencies and PKGREVISIONs. Ok during freeze: gdt@
2013-06-17restrict kludge for lib/39986 only using gccobache1-1/+4
2013-06-17Update to 0.3; bug fixes.dholland2-6/+6
release 0.3 (20130616) - Don't eval the control expression of the first #if of a block when already in a false block; it might not be valid. Reported by Baptiste Daroussin. - Don't recognize comments within character constants. - Don't recognize macro argument parentheses or commas within strings, or within character constants either.
2013-06-16Ada framework doesn't need Fortran compiler to build.asau1-2/+2
2013-06-16This doesn't need Fortran to build (it only contains program templates).asau1-2/+2
2013-06-16Reapply clang fix.joerg2-1/+23
2013-06-16Updating enlightenment libraries to 1.7.7, add missing enlightenment 0.17.3sno22-58/+147
libraries and enlightenment 0.17.3 itself. Upstream changes of Eina (to get an impression): Eina 1.7.7 Changes since Eina 1.7.6: ------------------------- No changes, just updating to keep in sync with last release. Changes since Eina 1.7.5: ------------------------- Improvements: * Honor tile size in Eina_Tiler. Fixes: * Prevent denial of service on Eina_Hash function. * Fix map leak in Eina_File infrastructure. * Fix portability issue on 64bits system for Eina_CList. * Fix magic failure in eina_value_array_count when array has not been allocated Changes since Eina 1.7.4: ------------------------- No changes, just updating to keep in sync with last release. Changes since Eina 1.7.3: ------------------------- Fixes: * Fix EINA_INLIST_FOREACH_SAFE macro * Add XML output to doc * Add installation rule for doc * Fix build for Windows platforms. Changes since Eina 1.7.2: ------------------------- * Fix Solaris build. * Don't leak fd after exec. Changes since Eina 1.7.1: ------------------------- No changes, just updating to keep in sync with last release.
2013-06-16Remove patch-glib_gfileutils.c for now, breaks too much in current form.wiz2-18/+1
See PR 47932 and PR 47934.
2013-06-16Update ruby2ruby to 2.0.5.taca2-6/+6
=== 2.0.5 / 2013-04-25 * 2 bug fixes: * Fixed attrasgn w/ multiple keys: a[x, y] = z. (derula) * Fixed error w/ attr_* detection when more than 1 ivar/iasgn exist in body. === 2.0.4 / 2013-03-28 * 1 bug fix: * Fixed attr_* generators in cases where the body isn't idiomatic. (robertfeldt)
2013-06-16Update y to 2.1.4.taca3-9/+7
== UUIDTools 2.1.4 * various OS-specific improvements to obtaining MAC address
2013-06-16Update ruby-test-unit to 2.5.5.taca3-8/+9
Release note isn't available.
2013-06-16Update ruby-subexec 0.2.3.taca2-6/+6
* without a timeout set read from the pipe while we wait so that Process.waitpid doe not hang after the pipe buffer gets filled. * Fix exporting of LANG setting for Unix platforms.
2013-06-16Update ruby-stomp to 1.2.9.taca2-6/+6
== 1.2.9 20130328 * Refactoring and documentation updates (glennr) * Fix test encoding for Ruby 2.0+ * Fixes to tests due to :suppress_content_length fix * Issue #50 Stomp::Client reconnects fail * Correctly honor :suppress_content_length with 1.1 (JP Hastings-Spital) * Fix reference to client.publish rather than client.send (JP Hastings-Spital)
2013-06-16Update ruby-sexp-processor to 4.2.1.taca2-6/+6
=== 4.2.1 / 2013-04-09 * 1 bug fix: * Removed structure_unused_literal_wwtt because I just don't care anymore === 4.2.0 / 2013-03-18 * 2 minor enhancements: * Added SexpInterpreter since it is such a common pattern * Added aliases Sexp#head & Sexp#rest for readability
2013-06-16Update ruby-rspec-rails to 2.13.2.taca3-89/+7
### 2.13.2 / 2013-05-18 [full changelog](http://github.com/rspec/rspec-rails/compare/v2.13.1...v2.13.2) Bug fixes * `let` definitions may override methods defined in modules brought in via `config.include` in controller specs. Fixes regression introduced in 2.13. (Andy Lindeman, Jon Rowe) * Code that checks Rails version numbers is more robust in cases where Rails is not fully loaded. (Andy Lindeman) ### 2.13.1 / 2013-04-27 [full changelog](http://github.com/rspec/rspec-rails/compare/v2.13.0...v2.13.1) Bug fixes * View specs are no longer generated if no template engine is specified (Kevin Glowacz) * `ActionController::Base.allow_forgery_protection` is set to its original value after each example. (Mark Dimas) * `patch` is supported in routing specs. (Chris Your) * Routing assertions are supported in controller specs in Rails 4. (Andy Lindeman) * Fix spacing in the install generator template (Taiki ONO)
2013-06-16Update ruby-rspec-mocks to 2.13.1.taca3-7/+8
### 2.13.1 / 2013-04-06 [full changelog](http://github.com/rspec/rspec-mocks/compare/v2.13.0...v2.13.1) Bug fixes * Allow a block implementation to be used in combination with `and_yield`, `and_raise`, `and_return` or `and_throw` (Myron Marston).
2013-06-16Update ruby-rbtree to 0.4.1.taca2-6/+6
* Fixed a crash that could be triggered when GC happened.
2013-06-16Update ruby-mocha to 0.14.0.taca3-7/+8
## 0.14.0 * Official support for MiniTest v5. All tests now pass on the continuous integration build. ## 0.14.0.alpha * Add speculative support for Minitest v5. Due to incompatibilities it has not yet been possible to run the Mocha test suite against Minitest v5. However, @zenspider (author of Minitest) provided the patch and he has tested it against Rails v4. Fixes #156. Thanks to @zenspider. * Documentation updates.
2013-06-16Update ruby-minitest to 5.0.4.taca3-9/+15
Changes are too many to write here, please refer History.txt file.
2013-06-16Update ruby-inline to 3.12.2.taca2-6/+6
=== 3.12.2 / 2013-04-18 * 2 minor enhancements: * Added #prefix code to MD5 calculation to force rebuilds on non-signature changes. * Separated out #prefix code from #src.
2013-06-16Update ruby-hike to 1.2.3.taca2-6/+6
Various fixes.
2013-06-16Update ruby-highline to 1.6.19.taca2-6/+6
== 1.6.19 * Fixed `terminal_size()` with jline2 (by presidentbeef). == 1.6.18 * Fixed a long supported interface that was accidentally broken with a recent change (by Rubem Nakamura Carneiro). == 1.6.17 * Added encoding support to menus (by David Lyons). * Some minor fixes to SystemExtensions (by whiteleaf and presidentbeef).
2013-06-16Update ruby-flexmock to 1.3.2.taca3-8/+9
No exact changes aren't available, please refer github: https://github.com/jimweirich/flexmock/commits/master. Update HOMEPAGE, too.
2013-06-16Update ruby-daemon_controller to 1.1.4.taca3-7/+14
* Fix Ubuntu/Debian installation instructions. * Fix Ruby package name. It's supposed to be ruby-daemon-controller, not daemon-controller-ruby. * Add Ubuntu and Debian installation instructions. * Add Debian packaging files. * Add documentation about cryptographic verification and promote the use of rubygems-openpgp-ca. * Rename package:upload to package:release, and have it automatically create & upload a tag too. * Fix package:upload task.
2013-06-16Update ruby-rake to 10.0.4.taca4-11/+11
No release note is available for 10.0.4, please refer for full changes: https://github.com/jimweirich/rake/commits/master. pkgsrc change: fix save/restore of command files.
2013-06-16Update ruby-parser to 3.1.3.taca2-6/+6
3.1.2 fixes temporary file creation. === 3.1.3 / 2013-04-09 * 2 bug fixes: * Fixed begin w/ else but no rescue. (whitequark) * Removed literal stripping from block_append. Not its job. === 3.1.2 / 2013-03-18 * 1 minor enhancement: * OMG A SECURITY ISSUE FOR CODE NOBODY USES... EVER
2013-06-16* Clean extra object files.taca2-7/+6
* Use RUBY_DLEXT for extension file. Bump PKGREVISION.
2013-06-16Update ruby-gettext_i18n_rails to 0.10.0.taca2-6/+6
* update setup. * added support for class hierarchies (sti and abstract-class based). * use plural translation if options[:count] exists. * Dropped haml 1.9 hashes warning in README.md. * Update Gemfile to use HTTPS requests. * Add Ruby 2.0 support to RubyGettextExtractor module.
2013-06-16Update ruby-ffi to 1.9.0.taca3-10/+15
No official changes aren't available, please refer github's commit log: https://github.com/ffi/ffi/commits/master
2013-06-16Update ZenTest to 4.9.2.taca2-6/+6
=== 4.9.2 / 2013-05-29 * 2 minor enhancements: * Added autotest-suffix description to readme. (blowmage) * zentest now outputs test classes for minitest 5 === 4.9.1 / 2013-04-18 * 2 minor enhancements: * Make banner more explicit about correct test file location. (rue) * Switched to #failed for calculating red/green hook. (bhenderson)
2013-06-16Update hoe to 3.6.2.taca3-8/+8
=== 3.6.2 / 2013-05-29 * 1 minor enhancement: * Um... the default test lib should probably be minitest, not testunit. === 3.6.1 / 2013-05-10 * 2 bug fixes: * Define a blank test task just in case nothing is found * Fixed an ancient test to use capture_subprocess_io. More reliable. === 3.6.0 / 2013-04-18 * 5 minor enhancements: * Added built-in support for markdown. * Renamed rubyforge_name to group_name. * Aliased and deprecated rubyforge_name from group_name. * Strip <> from parse_urls for markdown style raw urls. * intuit_values looks for README.md and History.md as well as txt. * 1 bug fix: * Fix file_name regex for test file. (bhenderson/veganstraightedge) === 3.5.3 / 2013-04-09 * 1 minor enhancement: * Updated publish plugin to depend on rdoc 4.x. === 3.5.2 / 2013-03-18 * 1 bug fix: * 1.9: fixed warning of ambiguous args in bin/sow. (amesee)
2013-06-16catman is also installed (on NetBSD-5.2, MANINSTAL="catinstall htmlinstall ↵obache2-3/+4
maninstall")
2013-06-16Add missing dependencies, fix interpreter path in installed script.wiz1-4/+9
Bump PKGREVISION. Missing dependencies were auto-installed, so failure wasn't obvious except by reading the build log.
2013-06-161.0.6:pettai2-7/+6
* patch to PropertyConfiguratorImpl to prevent leak of root-attached Appenders
2013-06-16Remove PKGREVISION after updating to 1.8.3.1adam1-2/+1
2013-06-16Changes 1.8.3.1:adam4-10/+8
* When $HOME is misconfigured to point at an unreadable directory, we used to complain and die. The check has been loosened. * Handling of negative exclude pattern for directories "!dir" was broken in the update to v1.8.3. Also contains a handful of trivial code clean-ups, documentation updates, updates to the test suite, etc.
2013-06-16Update to 1.5.1 (The date below is corrected).mef4-325/+6
Two patches are removed, those are now included in upstream patches/patch-Makefile.am patches/patch-Makefile.in ----------- 2013-06-08 Ben Elliston <bje@gnu.org> * DejaGnu 1.5.1 released. 2013-06-08 Ben Elliston <bje@gnu.org> * configure.ac (AC_INIT): Bump version to 1.5.1. * runtest.exp (frame_version): Likewise. * configure: Regenerate. * Makefile.in: Regenerate with automake 1.13. * aclocal.m4: Likewise.
2013-06-15Fix building with clangadam3-7/+24
2013-06-15Use MASTER_SITE_GNU instead of ftp.gnu.org.ryoon1-2/+2
2013-06-15Update ruby-gnome2 to 2.0.2.obache2-3/+3
(whth addition of cairo-gobject, webkit-gtk and webkit-gtk2 binding packages) == Ruby-GNOME2 2.0.2: 2013-05-26 Windows XP re-supportted release! === Changes ==== Ruby/GLib2 * Improvements * Added rbgutil_key_equal() convenient function. It is used for comparing key that may be String or Symbol. ==== Ruby/Pango * Improvements * [windows] Forced to disable uniscribe backend of HarfBuzz. [ruby-list:49412] [Reported by Masafumi Yokoyama] * Don't define Pango::CairoFcFontMap and Pango::CairoWin32FontMap because they may cause crash on OS X. [shocker-ja:1119] [Reported by znz] * Updated samples. [GitHub#164] [Patch by Kentaro Fukuchi] * Fixes * Fixed wrong index access in Pango::GlyphString#glyphs. [ruby-gnome2-devel-ja] [Reported by Kentaro Fukuchi] === Thanks * Kentaro Fukuchi * Masafumi Yokoyama * znz == Ruby-GNOME2 2.0.1: 2013-05-25 Ruby 1.8 support is dropped release! === Changes ==== All * Improvements * Dropped Ruby 1.8 support. * Updated bundled binaries versions for Windows. ==== Ruby/Pango * Improvements * Added Pango::CairoFontMap.set_default. * Enabled fontconfig font on Windows. * Defined Pango::CairoFcFontMap on init if it is available. * Defined Pango::CairoWin32FontMap on init if it is available. ==== Ruby/GTK3 * Improvements * Added Gtk::Image#set_from_icon_set. [GitHub#150] [Patch by Detlef Reichl] * Added Gtk::Image#set_from_stock. [GitHub#150] [Patch by Detlef Reichl] * Added Gtk::Image#set_from_gicon. [GitHub#150] [Patch by Detlef Reichl] * Updated samples. [GitHUb#151] [Patch by Detlef Reichl] * Fixes * Fixed a GC related crash bug. [ruby-gnome2-devel-en] [Reported by Detlef Reichl] ==== Ruby/GObjectIntrospection * Improvements * Supported ownership transfer for some input argument types. (Struct and Object) * Supported "(out caller-allocates)" for boxed object. [ruby-gnome2-devel-ja] [Reported by Kentaro Fukuchi] * Supported gpointer in/out. [ruby-gnome2-devel-ja] [Reported by NAKAJIMA Takashi] * Fixes * Fixed missing argument. [GitHub#154] [Reported by Masafumi Yokoyama] ==== RubyGStreamer * Improvements * Supported methods that call callback [ruby-gnome2-devel-ja] [Reported by NAKAJIMA Takashi] * Updated samples. [GitHub#156][GitHub#159][GitHub#160][GitHub#161] [Patch by NAKAJIMA Takashi] * Supported Gst::Bus#set_handler. [ruby-gnome2-devel-ja] [Reported by NAKAJIMA Takashi] * Supported Gst::Controller [ruby-gnome2-devel-ja] [Suggested by NAKAJIMA Takashi] * Stopped to require Gst.init. * Fixes * Fixed out of index access bug. ==== Ruby/GooCanvas * Improvements * Migrated to Ruby/GObjectIntrospection based bindings. * Stopped to require Goo.init. * Fixes * Updated samples. [GitHub#152][GitHub#153][GitHub#155][GitHub#157] [Patch by Masafumi Yokoyama] ==== Ruby/Clutter * Improvements * Stopped to require Clutter.init. * Fixes * Fixed broken samples. [ruby-gnome2-devel-ja] [Patch by Kentaro Fukuchi] ==== Ruby/ClutterGtk * Improvements * Stopped to require ClutterGtk.init. ==== Ruby/ClutterGStreamer * Added. ==== Ruby/WebKitGtk * Improvements * Stopped to require WebKitGtk.init. ==== Ruby/WebKitGtk2 * Improvements * Stopped to require WebKitGtk2.init. === Thanks * Detlef Reichl * NAKAJIMA Takashi * Masafumi Yokoyama * Kentaro Fukuchi