Commit graph

20186 commits

Author SHA1 Message Date
rodent
5ea4e7dab2 Updated to latest release. Add options.mk file to allow the user to select
the static and tests options. PLIST is handled accordingly for the static
option, which switches between static and dynamically linked libraries.
Handle buildlink3.mk appropriately for static build. Comment patch.

From ChangeLog:

from ucommon 6.0.4 to 6.0.5
- additional constructors to pass pre-allocated memory

from ucommon 6.0.3 to 6.0.4
- fix for address list comparison issue
2013-06-27 01:36:25 +00:00
ryoon
ff51bd3bbd Set LICENSE, update HOMEPAGE, and remove commented-out MASTER_SITES. 2013-06-26 12:09:26 +00:00
jperkin
5cf6b4aa5e Explicitly disable HTML doc generation, fixes PLIST errors on systems where
it is auto-detected.
2013-06-25 09:44:12 +00:00
jperkin
96fed1de7c Use PKGVERSION_NOREV. Prodded by joerg. 2013-06-23 16:59:16 +00:00
tsutsui
788815394d Fix build failure on NetBSD/arm 6.1. PR/47941
- 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-23 04:26:49 +00:00
jperkin
610a7d6478 Add SunOS support, using the libusb implementation from OpenSolaris.
I am able to at least probe some devices, and this gets us a large number
of extra packages.
2013-06-22 19:49:11 +00:00
ryoon
2bac0b83a5 Remove obsolete patch.
Noticed by wiz@, thank you.
2013-06-21 14:25:56 +00:00
obache
23fb2bf239 revert `say good-bye to ruby-1.8', it should not be done dureing a freeze. 2013-06-20 09:12:13 +00:00
obache
0e33d4e5ff say good-by to Ruby-1.8. 2013-06-19 13:40:29 +00:00
mef
9773a03192 patch-a{b,c,f} patch-ilisp-dia_el
PLIST
distinfo
 - Add emacs24 support.
MESSAGE
 - Added for initial test guide.
2013-06-19 13:12:00 +00:00
jperkin
74a5e8684e Fix non-sunpro SunOS build. 2013-06-18 23:34:33 +00:00
jmmv
16ac40b357 Update to 1.2:
- Properly propagate errors returned by cvs checkout and cvs update.

Problem reported by Nathan Arthur in private mail.  Change OKed by pmc.
2013-06-18 13:23:22 +00:00
taca
0dc9d8b38d Trying to fix build problem with ruby18. 2013-06-17 15:27:32 +00:00
wiz
84dceed952 Make mono packages depend on lang/mono2 instead of lang/mono.
The latter contains the unstable version 3 of mono, which breaks many mono
packages.

Bump dependencies and PKGREVISIONs.

Ok during freeze: gdt@
2013-06-17 12:44:53 +00:00
obache
92e465937c restrict kludge for lib/39986 only using gcc 2013-06-17 10:03:41 +00:00
dholland
5e07e2d64e Update to 0.3; bug fixes.
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-17 02:33:40 +00:00
asau
fd0524207f Ada framework doesn't need Fortran compiler to build. 2013-06-16 23:13:39 +00:00
asau
60ccd4cd8a This doesn't need Fortran to build (it only contains program templates). 2013-06-16 22:54:31 +00:00
joerg
4e9ce88faf Reapply clang fix. 2013-06-16 20:37:07 +00:00
sno
5d40512024 Updating enlightenment libraries to 1.7.7, add missing enlightenment 0.17.3
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-16 18:56:04 +00:00
wiz
fa936f9dc0 Remove patch-glib_gfileutils.c for now, breaks too much in current form.
See PR 47932 and PR 47934.
2013-06-16 18:13:36 +00:00
taca
83e8c9b65c Update ruby2ruby to 2.0.5.
=== 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-16 16:55:49 +00:00
taca
17e871038e Update y to 2.1.4.
== UUIDTools 2.1.4
 * various OS-specific improvements to obtaining MAC address
2013-06-16 16:53:30 +00:00
taca
d57807ecc2 Update ruby-test-unit to 2.5.5.
Release note isn't available.
2013-06-16 16:50:36 +00:00
taca
a1c2df618e Update ruby-subexec 0.2.3.
* 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-16 16:41:56 +00:00
taca
f5c200fcb9 Update ruby-stomp to 1.2.9.
== 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-16 16:37:08 +00:00
taca
d713b24573 Update ruby-sexp-processor to 4.2.1.
=== 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-16 16:34:35 +00:00
taca
becee4ff82 Update ruby-rspec-rails to 2.13.2.
### 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-16 16:31:05 +00:00
taca
3e9cb9314e Update ruby-rspec-mocks to 2.13.1.
### 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-16 16:25:07 +00:00
taca
0dfdd023b9 Update ruby-rbtree to 0.4.1.
* Fixed a crash that could be triggered when GC happened.
2013-06-16 16:21:54 +00:00
taca
4f61848a67 Update ruby-mocha to 0.14.0.
## 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-16 16:17:41 +00:00
taca
73ac37e220 Update ruby-minitest to 5.0.4.
Changes are too many to write here, please refer History.txt file.
2013-06-16 16:13:39 +00:00
taca
aadb690ba6 Update ruby-inline to 3.12.2.
=== 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-16 15:47:16 +00:00
taca
875d961838 Update ruby-hike to 1.2.3.
Various fixes.
2013-06-16 15:45:06 +00:00
taca
2adafecf4c Update ruby-highline to 1.6.19.
== 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-16 15:39:20 +00:00
taca
18e72aaee3 Update ruby-flexmock to 1.3.2.
No exact changes aren't available, please refer github:
https://github.com/jimweirich/flexmock/commits/master.

Update HOMEPAGE, too.
2013-06-16 15:36:25 +00:00
taca
593890bf9e Update ruby-daemon_controller to 1.1.4.
* 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-16 15:30:18 +00:00
taca
c69c0370c9 Update ruby-rake to 10.0.4.
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-16 15:23:39 +00:00
taca
a39a645741 Update ruby-parser to 3.1.3.
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 15:13:36 +00:00
taca
a0b547e213 * Clean extra object files.
* Use RUBY_DLEXT for extension file.

Bump PKGREVISION.
2013-06-16 15:10:41 +00:00
taca
cb8d254a06 Update ruby-gettext_i18n_rails to 0.10.0.
* 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-16 15:08:05 +00:00
taca
5db84e6783 Update ruby-ffi to 1.9.0.
No official changes aren't available, please refer github's commit log:

	https://github.com/ffi/ffi/commits/master
2013-06-16 15:00:20 +00:00
taca
a3e4d2d282 Update ZenTest to 4.9.2.
=== 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-16 14:47:06 +00:00
taca
74a8f9f6cf Update hoe to 3.6.2.
=== 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-16 14:43:31 +00:00
obache
a1ee850691 catman is also installed (on NetBSD-5.2, MANINSTAL="catinstall htmlinstall maninstall") 2013-06-16 12:56:10 +00:00
wiz
6dc4096d36 Add missing dependencies, fix interpreter path in installed script.
Bump PKGREVISION.

Missing dependencies were auto-installed, so failure wasn't obvious
except by reading the build log.
2013-06-16 11:48:51 +00:00
pettai
7468c99456 1.0.6:
* patch to PropertyConfiguratorImpl to prevent leak of root-attached Appenders
2013-06-16 10:01:00 +00:00
adam
597d5ad336 Remove PKGREVISION after updating to 1.8.3.1 2013-06-16 07:40:22 +00:00
adam
e524124ce8 Changes 1.8.3.1:
* 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-16 06:31:11 +00:00
mef
b11ddfae1d Update to 1.5.1 (The date below is corrected).
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-16 04:54:51 +00:00