Commit graph

16210 commits

Author SHA1 Message Date
taca
5d9701e272 Switch to use RUBY_RAILS.
No functional change.
2011-03-28 14:08:38 +00:00
joerg
5558bc6214 Needs pkg-config 2011-03-27 16:46:36 +00:00
joerg
1ba23e3afb Move assignment into conditional block where it belongs 2011-03-27 16:46:22 +00:00
taca
d2e4893be0 Switch to use RUBY_RAILS.
No functional change.
2011-03-27 15:51:49 +00:00
taca
acbb645ae0 Specify RUBYGEMS_REQD to fix build problem; now always build with
misc/rubygems both ruby18 and ruby19.
2011-03-27 13:07:14 +00:00
taca
a3c947628a Update ruby-activemodel pacakge which I forgot to commit to 3.0.5.
It is version update only.

* Switch to use lang/ruby/rails.mk.
2011-03-25 08:44:44 +00:00
obache
a2f2a2a340 revert last PLIST change.
It probably came from failed to detect xf86dga2, it should be fixed instead.
2011-03-24 02:00:26 +00:00
obache
3bf5065f23 Add patches accidently missed at last commit. 2011-03-24 01:29:34 +00:00
zafer
2ef6a58728 update PLIST. Fix install. 2011-03-23 20:24:13 +00:00
gdt
185aae2ca9 Remove bl3 on tex; should have been removed with previous
commit switching to minskim@'s fine-grained tex dependency.
2011-03-23 20:16:31 +00:00
gdt
8bf882126b Add latex option, currently defaulting to on.
With latex option, depend on latex at both build and runtime.
Without latex option, avoid both build- and run-time dependencies.

(This commit should have no effect unless one adds
PKG_OPTIONS.doxygen=-latex.)

(Opinions were generally in favor of changing the default to not
require latex, but it seems best not to do that right before a freeze,
so I'm leaving it for another day.)
2011-03-23 19:24:35 +00:00
taca
84414f363f Update devel/ruby-subexec package to 0.1.0.
Changes are unavailable but added support of specifying LANG environment
variable.
2011-03-23 16:22:37 +00:00
taca
a459c09269 Update ruby-hoe package to 2.9.1.
=== 2.9.1 / 2011-02-05

* 1 minor enhancement:

  * Sow now creates all template directories before dealing with anything else

* 3 bug fixes:

  * Fixed dependency order bug with prereleases [erikh]
  * Fixed sanity check for prereleases.
  * Fixed sow when passed no args. [erikh]

=== 2.9.0 / 2011-01-31

* 11 minor enhancements:

  * Added Hoe::Package#pkg_path to make package hook writing easier.
  * Added Hoe::Test#test_prelude to allow for code to run before test loading.
  * Added plugin?(name) to allow for easier plugin guarding in hoe spec.
  * Added support for multiple template dirs for sow.
  * Added support for rubygems-test. See http://www.gem-testers.org/
  * Clean up sow a LOT using: include FileUtils::Verbose
  * Don't warn about missing plugins without rake -t
  * Hoe requires Gem::PackageTask from RubyGems 1.4+
  * Moved post_news from publish to rubyforge
  * Plugins can now be loaded from a +plugins+ array in ~/.hoerc
  * rubyforge plugin now uses plain globs to push. Fixes releases for rubygems itself

* 4 bug fixes:

  * Failed plugins should notify on both trace and debug.
  * Fixed rdoc_dir for custom rdoc locations
  * Fixed require 'rubyforge' that was too late
  * Fixed sow to properly rename dirs depth first

=== 2.8.0 / 2010-12-08

* 6 minor enhancements:

  * Added PRE=a.1 variable to package and release tasks. (ged)
  * Added compiler plugin to support rake-compiler. (tenderlove)
  * Added known_plugins task and updated included and 3rd party plugins doco
  * Added racc/rex plugin!
  * Extended sow's Rakefile template to dynamically include installed plugins
  * Turned off rubyforge plugin by default. (tenderlove's whining)

=== 2.7.0 / 2010-11-15

* 2 minor enhancements:

  * Added new plugin: gem_prelude_sucks. (jbarnette)
    * Activate under 1.9 if you don't want it messing with you.
  * Added rspec2 support (bleything)

* 1 bug fix:

  * require uri in hoe/deps (raggi)
2011-03-23 16:07:49 +00:00
taca
9322159d73 Update ruby-ZenTest package to 4.5.0.
=== 4.5.0 / 2011-02-18

* 6 minor enhancements:

  * Added autotest -w flag to turn on warnings. Turned off warnings by default.
  * Added autotest/preload.rb to deal with rails being egregiously slow.
  * Added child process handling/cleanup on signals.
  * Added postinitialize hook.
  * Improved restart mechanism to include all flags.
  * Refactored restart plugin to Autotest#restart.

* 5 bug fixes:

  * Added sigquit handler to restart app straight up.
  * Fixed autotest/isolate so it works
  * Fixed parse_options to take args array (default ARGV) and to be non-destructive.
  * Strip ascii color to avoid false positives. (graemeworthy)
  * Use RbConfig to remove warning

=== 4.4.2 / 2010-12-10

* 2 bug fixes:

  * Added a temporary hack to deal with rspec(2?) discovery hacks.
  * Fixed windoze detection for unit_diff (thyresias)

=== 4.4.1 / 2010-12-01

* 12 minor enhancements:

  * Merged in most things from the autotest gem:
    * Added --no-full-after-failed. (grosser)
    * Added --rc path-to-dot-autotest. (grosser)
    * Added --style autotest-style. (grosser)
    * Added clarification comments. (grosser)
    * Added rake task descriptions. (grosser)
    * Switched to optparse. (grosser)
    * Switched windoze detection. (grosser, tenderlove)
    * Did not merge test parallelization. It should be a plugin. Awaiting patch.
  * Added autotest/bundler plugin.
  * Added autotest/isolate plugin.
  * Added capture of skips (for minitest) from result line.
  * Added focus_re to focus.rb.
  * Added latest_results hash.
  * Cleaned up unit_diff matcher by using any?
  * Enhanced the help/usage for autotest and zentest. (hugh sasse)
  * Refactored autotest runner discovery.
  * Refactored ruby_cmd to allow plugins to affect ruby execution.
  * Removed befuddling override of Dir.[] from 2007. *shrug*
  * Removed deny method in favor of aliasing refute.

* 2 bug fixes:

  * 1.9 shadowed variable fix
  * autotest/restart now passes ARGV back through to exec. yay!
2011-03-23 15:53:34 +00:00
obache
fbf84f4276 Backport Haiku support, taken from upstream.
(I'm using this patch over 10 months).
2011-03-23 15:46:36 +00:00
minskim
2a6c41cb06 Update apel to 10.8.
Changes:
        * EMU-ELS (emu-modules): Add setting for GNU Emacs 23 or later.
        * invisible.el: In GNU Emacs 23, inv-19.el overrides builtin
        function `invisible-p'.  To fix the bug, require `inv-23' when
        running with GNU Emacs 23 or later.
        * poe.el (format-time-string): Fix problem on GNU Emacs 22.2
2011-03-23 14:55:01 +00:00
taca
1a15776e0b Update ruby-railties package to 3.0.5.
Version update only.
2011-03-23 14:51:54 +00:00
taca
81e9550b4a Update ruby-activesupport3 package to 3.0.5.
Version update only.
2011-03-23 14:46:00 +00:00
taca
c2aaa409d0 Switch to utilize lang/ruby/rail.mk. 2011-03-23 14:27:14 +00:00
obache
796bd961d9 No need to buildlink with cairo, so reset bump ABI from libpng via cairo. 2011-03-22 10:47:11 +00:00
obache
583387bc16 require gobject-introspection>=0.9.5. 2011-03-22 10:41:10 +00:00
taca
5509a99c42 Add a patch to fix bug #54193 (Integer overflow in shmop_read()) referring
r309018 from PHPs' repository.  (CVE-2011-1092)

Bump PKGREVISION of devel/php-shmop.
2011-03-21 16:08:28 +00:00
obache
5992802988 Add destdir installation support. 2011-03-21 12:27:11 +00:00
obache
d116d708fe * add destdir installation support.
* fix installation for platfoms that have no 'root' user and no 'bin' group.
2011-03-21 11:39:27 +00:00
obache
43670c41ba Add user-destdir installation support. 2011-03-21 08:56:40 +00:00
obache
4e111278f1 Add user-destdir installation support. 2011-03-21 08:47:12 +00:00
obache
4029319948 No need custom do-extract target, cpio will take care well automatically. 2011-03-21 08:37:59 +00:00
obache
bd7e205f07 * LICENSE=gnu-gpl-v2
* marked as user-destdir installation support.
2011-03-21 08:24:38 +00:00
cegger
56a2bdc372 glib2 depends on pcre 8.11. Fixes configure check failure. 2011-03-20 21:00:10 +00:00
minskim
b2b3229aa7 Reduce TeX dependencies of doxygen. 2011-03-18 23:51:16 +00:00
minskim
c3b391590b Add pstricks packages. 2011-03-18 21:52:39 +00:00
minskim
84c91dee5f Import tex-pst-uml-doc-0.83 as devel/tex-pst-uml-doc.
This is documentation for tex-pst-uml.
2011-03-18 21:49:41 +00:00
minskim
cbe6c149e0 Import tex-pst-uml-0.83 as devel/tex-pst-uml.
pst-uml is a PSTricks package that provides support for drawing
moderately complex UML (Universal Modelling Language) diagrams. (The PDF
documentation is written in French.)
2011-03-18 21:49:31 +00:00
drochner
e59f6f5109 reset PKGREV for base pkg update 2011-03-18 16:33:50 +00:00
drochner
bebc673637 update to 2.32.1
changes:
-bugfixes
-translation updates
2011-03-18 16:32:29 +00:00
drochner
df617c3b75 update to 2.28.3
changes:
-bugfixes
-translation updates
2011-03-18 16:06:16 +00:00
adam
3c59e9bcdd Fix patching on Mac OSX; fix installing the library; fix some pkglint issues 2011-03-18 12:42:13 +00:00
adam
1730bfa6e4 Changes 1.46.1:
Asio:
* EV_ONESHOT seems to cause problems on some versions of Mac OS X, with the
  io_service destructor getting stuck inside the close() system call. Changed
  the kqueue backend to use EV_CLEAR instead.
* Fixed compile failures with some versions of g++ due to the use of anonymous
  enums.
* Fixed a bug on kqueue-based platforms, where some system calls that
  repeatedly fail with EWOULDBLOCK are not correctly re-registered with kqueue.
* Changed asio::streambuf to ensure that its internal pointers are updated
  correctly after the data has been modified using std::streambuf member
  functions.
* Fixed a bug that prevented the linger socket option from working on platforms
  other than Windows.
Fusion:
* Fix disable_if for Visual C++ 7.1/8.0
Filesystem:
* Fix for STLPort.
* PGI large file support
Graph:
* Bug fixes
Icl:
* Intersects for interval_maps and segment_type/element_type.
* Fixed some ambiguous calls to functions in boost and std namespaces.
* Other bug fixes, and documentation fixes.
Math:
* Several minor bug fixes.
Polygon:
* Disabled 45-degree booleans optimization.
Proto:
* Make display_expr copyable.
* Fix const correctness problem in pass_through.
Property Tree:
* Fix compile error in JSON parser.
Signals2:
* Fix unused parameter warning.
TR1:
* Allow specialization of std::tr1::hash.
* Improved support for Pathscale and Sun compilers.
Unordered:
* Add missing copy constructors and assignment operators when using rvalue
  references.
2011-03-18 07:49:44 +00:00
wiz
12a9740407 Remove pylint option until someone imports pylint. 2011-03-17 09:19:21 +00:00
wiz
dde6b082c8 Update HOMEPAGE and MASTER_SITES per Aleksey Cheusov in PR 44729.
Improve COMMENT while here.
2011-03-16 23:14:55 +00:00
minskim
899598cba5 Add tex-multido{,-doc}. 2011-03-16 17:51:01 +00:00
minskim
584f49d5f3 Import tex-multido-doc-1.42 as devel/tex-multido-doc.
This is documentation for tex-multido.
2011-03-16 17:49:10 +00:00
minskim
9e6a46b87f Import tex-multido-1.42 as devel/tex-multido.
The package provides the \multido command, which was originally designed
for use with with PSTricks. Fixed-point arithmetic is used when working
on the loop variable, so that the package is equally applicable in
graphics applications like PSTricks as it is with the more common
integer loops.
2011-03-16 17:49:02 +00:00
wiz
b11b2671ed Update to 1.4.16:
* Noteworthy changes in release 1.4.16 (2011-03-01) [stable]

** Fix regressions in the `index' builtin.  On glibc platforms, this
   avoids false positives from a strstr bug in glibc 2.9 through 2.12;
   on many other platforms, it fixes two separate regressions, a false
   positive introduced in 1.4.11 and a false negative in 1.4.15.

** A number of portability improvements inherited from gnulib.
2011-03-16 14:31:46 +00:00
drochner
1a4634c4b2 build local socket credential support on NetBSD only if LOCAL_PEEREID is
defined, should fix build on NetBSD-4 (PR pkg/44718 by Michael van Elst)
2011-03-13 11:31:56 +00:00
shattered
8c8723a9a8 PR/43759: update scons to 1.3.1. Changes (windows-only omitted):
- Fix the ability to append to default $*FLAGS values (which are
     implemented as CLVar instances) in a copied construction environment
     without affecting the original construction environment's value.
2011-03-12 16:04:58 +00:00
tnn
6c0b108547 G/C temp file 2011-03-11 22:44:36 +00:00
gdt
aa90f89070 devel/rvm: 1.14 -> 1.17
New in 1.17:
  * Add rvmutl/rdsinit man pages.
  * Make sure we can build with pthread support.
  * Fix several concurrent threading issues.
  New in 1.16:
  * More pkg config updates, allow building against uninstalled libs.
  * strict-aliasing fixes.
  New in 1.15:
  * Build and packaging updates.
  * Use pkg-config.
  * Build a separate version of libseg linked with librvmlwp.
  * Default now only builds the lwp threaded version of all libraries.

From Jukka Salmi via PR pkg/44637.
2011-03-11 20:04:46 +00:00
gdt
ff59e91231 devel/rpc2: 2.7 -> 2.10
New in 2.10:
  * AES-CCM-16 was incorrectly named AES-CCM-12.
  * AES-CCM checksum validation always failed when the final block was partial.
  New in 2.9:
  * Send busy responses on new but not yet enabled connections.
  * Make sure we wake up threads waiting for binding to complete.
  * Clean up mrpc2_SendReliably, it sometimes exited too early and ignored the
    overall timebomb timer.
  * Precompute retransmission intervals.
  New in 2.8:
  * Simplified retransmission interval calculation.
  * Do not wait for the full RPC2 timeout when receiving a busy response.
  * Unify rpc2 & sftp retransmission counters.
  * Fixed client-to-server sftp transfer failures.
  * PBKDF check would trigger unnecessary warnings depending on clock
    granularity.

From Jukka Salmi via PR pkg/44637.
2011-03-11 20:01:47 +00:00
gdt
bc91e08df9 devel/lwp: 2.4 -> 2.6
New in 2.6:
   * Fix fortify failure whenever a new thread is started.
   * ARM thumb2 assembly fix.
  New in 2.5:
   * Fix ARM/ARMEL build failure (Riku Voipio)
   * Packaging/build fixes.
   * Add valgrind markers for LWP stacks.
   * Avoid using the libc ucontext.h macros.
   * Improve context switch times and reduce unnecessary gettimeofday syscalls.
   * Don't call setjmp in a function to avoid stack corruption when we return.

From Jukka Salmi via PR pkg/44637.
2011-03-11 19:57:59 +00:00