Commit graph

187815 commits

Author SHA1 Message Date
ryoon
91a40a7ef1 Updated www/seamonkey to 2.10 2012-06-14 11:29:01 +00:00
ryoon
d1fdbcf4ea Update to 2.10
Changelog: from http://www.seamonkey-project.org/releases/seamonkey2.10/
SeaMonkey-specific changes

    The domain name is highlighted in the location bar by default now, configurable in Preferences.
    The amount of tabs to be restored concurrently can be configured in Preferences now.
    News username and password auth dialogs have been combined and show for which server the prompt is now.

Mozilla platform changes

    The new minimum supported Windows version is now XP SP2, Windows 2000 support has been dropped.
    The SPDY protocol now enabled by default for faster browsing on supported sites
    The column-fill CSS property has been implemented.
    Experimental support for ECMAScript 6 Map and Set objects has been implemented.
    Support for the CSS3 background-position property extended syntax has been added.
    The :invalid pseudo-class can now be applied to the <form> element.
    The CSS turn <angle> unit is now supported.
    Fixed several stability issues.
2012-06-14 11:27:33 +00:00
obache
316ca5a52a LICENSE=gnu-gpl-v2 2012-06-14 11:18:03 +00:00
obache
c2b2bf2e6d Use pkgsrc extract features instead of own do-extract target. 2012-06-14 11:17:24 +00:00
sbd
1b0e592d30 Add version to php-pdo_sqlite dependency 2012-06-14 10:30:02 +00:00
sbd
13341dbbaf Allow for a PKGREVISION in the phraseanet-indexer dependency. 2012-06-14 10:17:10 +00:00
jperkin
5e29e90200 Force dependency on archivers/pax on Solaris, the native pax cannot handle
cpio archives produced by rpm2cpio.
2012-06-14 09:59:12 +00:00
jperkin
756f9355f9 Set NBPAX_PROGRAM_PREFIX?=nb by default, avoids problems on various platforms
where software assumes features of the native 'tar' and break when 'tar' is
the NetBSD version.

We are too close to the pkgsrc-2012Q2 branch to remove NBPAX_PROGRAM_PREFIX
completely, but if it's apparent that no platforms need to override this
default then it will be removed completely for the next branch.
2012-06-14 09:48:51 +00:00
dholland
1acb37fd59 USE_TOOLS+=yacc, per tonight's linux build 2012-06-14 08:31:00 +00:00
asau
953f3dcd69 Provide TEST_TARGET. 2012-06-14 08:26:14 +00:00
dholland
d6b7a8c72e Fix wrong MAINTAINER. 2012-06-14 08:25:17 +00:00
asau
f0c3d8af40 The package doesn't install HTML files, remove unneeded patch. 2012-06-14 08:24:14 +00:00
sbd
e2bb8b5bd8 SET_LIBDIR=yes 2012-06-14 07:56:47 +00:00
sbd
21792a9296 Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
sbd
2554f4ce9e Updated textproc/libxml2 to 2.8.0nb2 2012-06-14 07:39:47 +00:00
sbd
d2101c94ff Add missing archivers/xz buildlink.
Bump PKGREVISION
2012-06-14 07:39:36 +00:00
wiz
49ce650b6d regen (for adding comments to patches) 2012-06-14 07:30:18 +00:00
obache
9fa286573a Note update of sun-{jre,jdk}6 to 6.0.33. 2012-06-14 01:07:38 +00:00
obache
b931232279 Update sun-{jre,jdk}6 to 6.0.33.
* Olson Data 2012c
* Bug Fixes
  This release contains fixes for security vulnerabilities. For more information,
  see Oracle Java SE Critical Patch Update Advisory.
  http://www.oracle.com/technetwork/topics/security/javacpujun2012-1515912.html
2012-06-14 01:05:36 +00:00
obache
2a0dbe198d Updated emulators/suse121_libxml2 to 12.1nb2 2012-06-13 23:39:01 +00:00
obache
d4ab5cf91a Update suse121 libxml2 rpm to 2.7.8+git20110708-3.8.1 for CVE-2011-3102.
Bump PKGREVISION.
2012-06-13 23:38:37 +00:00
gdt
bd5e267b18 PKGREVISION++ for MESSAGE and dependency change. 2012-06-13 23:28:32 +00:00
gdt
37710b0d83 Updated print/gutenprint-lib to 5.2.8 2012-06-13 23:28:04 +00:00
gdt
99f1d09899 Update to 5.2.8.
* Changes from 5.2.7

  1) The Canon driver has been significantly overhauled for this
     release, and output (and in some cases functionality) may be
     significantly different from previous releases.  We expect to
     perform further work in future releases.  Specific changes
     include:

     [Massive list of Canon printers with changes]

  2) New printers supported in this release:

     [many]

  3) A problem whereby printing did not work at all on some Linux
     distributions has been fixed (3299815 CUPS PPD broken on Linux).

  4) A crash with the EPSON Stylus Photo R3000 has been fixed.

  5) Printing on the Epson Stylus NX200, SX200, and SX205 is believed
     to be corrected.

  6) A build problem with libgutenprintui2 and testpattern on certain
     platforms has been fixed.

  7) Chinese (Mandarin), Galician, and Ukrainian translations have
     been added.

  8) (API) Added function stp_vars_copy_from() to override settings in
     one settings object with those in another.
2012-06-13 23:19:19 +00:00
gdt
a8eae8e9ea Add dependency on php-pdo_sqlite.
Without this module, errors were logged after an upgrade from owncloud 3.
Add a hint to enable the module to MESSAGE.
2012-06-13 23:16:01 +00:00
jperkin
0a18788ad5 Note update of pkgtools/pkg_alternatives to 1.6. 2012-06-13 15:37:26 +00:00
jperkin
b03f40d979 Update to 1.6, changes:
- Use the correct id(1) program.  Fixes PR pkg/40691

 - Avoid unprintable characters, some implementations of tr(1) have issues
   with them.  Instead go for what hopefully will be a unique string, as
   well as making use of shell parameter substitution.  Fixes PR pkg/42197

These changes combined make pkg_alternatives work correctly on Solaris.
2012-06-13 15:35:32 +00:00
jperkin
30aeb96157 Only do substitutions on files which need them, avoids warnings. 2012-06-13 15:28:23 +00:00
taca
0ebf3d2e00 Note update of Ruby on Rails 3.2.6.
devel/ruby-activesupport32	3.2.6
	devel/ruby-activemodel32	3.2.6
	www/ruby-actionpack32		3.2.6
	databases/ruby-activerecord32	3.2.6
	www/ruby-activeresource32	3.2.6
	mail/ruby-actionmailer32	3.2.6
	devel/ruby-railties32		3.2.6
	www/ruby-rails32		3.2.6
2012-06-13 15:21:24 +00:00
taca
31303c7695 Update ruby-rails32 to 3.2.6.
This is meta-package like package, no change except version.
2012-06-13 15:19:55 +00:00
taca
4b1ee22554 Update ruby-railties32 to 3.2.6.
## Rails 3.2.6 (Jun 12, 2012)

*   No changes.
2012-06-13 15:18:45 +00:00
taca
e0d71eb870 Update ruby-actionmailer32 to 3.2.6.
## Rails 3.2.6 (Jun 12, 2012)

*   No changes.
2012-06-13 15:18:16 +00:00
taca
30ff606b15 Update ruby-activeresource32 to 3.2.6.
## Rails 3.2.6 (Jun 12, 2012)

*   No changes.
2012-06-13 15:17:43 +00:00
abs
b564562025 Fix build under NetBSD-current with lexecinfo (thanks obache@) 2012-06-13 15:16:53 +00:00
taca
e7375ca560 Update ruby-activerecord32 to 2.3.6.
## Rails 3.2.6 (Jun 12, 2012) ##

*   protect against the nesting of hashes changing the
    table context in the next call to build_from_hash. This fix
    covers this case as well.

    CVE-2012-2695

*   Revert earlier 'perf fix' (see 3.2.4 changelog / GH #6289). This
    change introduced a regression (GH #6609). assoc.clear and
    assoc.delete_all have loaded the association before doing the delete
    since at least Rails 2.3. Doing the delete without loading the
    records means that the `before_remove` and `after_remove` callbacks do
    not get invoked. Therefore, this change was less a fix a more an
    optimisation, which should only have gone into master.

    *Jon Leighton*
2012-06-13 15:16:50 +00:00
taca
9aace3c997 Update www/ruby-actionpack32 to 3.2.6.
## Rails 3.2.6 (Jun 12, 2012) ##

*   nil is removed from array parameter values

    CVE-2012-2694

*   Deprecate `:confirm` in favor of `':data => { :confirm => "Text" }'` option
    for `button_to`, `button_tag`, `image_submit_tag`, `link_to` and
    `submit_tag` helpers.

    *Carlos Galdino*

*   Allow to use mounted_helpers (helpers for accessing mounted engines) in
    ActionView::TestCase. *Piotr Sarnacki*

*   Include mounted_helpers (helpers for accessing mounted engines) in
    ActionDispatch::IntegrationTest by default. *Piotr Sarnacki*
2012-06-13 15:15:59 +00:00
taca
2692642a66 Update ruby-activemodel32 to 3.2.6.
## Rails 3.2.6 (Jun 12, 2012)

*   No changes.
2012-06-13 15:14:06 +00:00
taca
eb16677880 Update ruby-activesupport32 to 3.2.6.
## Rails 3.2.6 (Jun 12, 2012)

*   No changes.
2012-06-13 15:13:11 +00:00
taca
bd8f8805c6 Start update of Ruby on Rails 3.2.6. 2012-06-13 15:12:40 +00:00
taca
26a2512173 Note update of these pacakges:
textproc/ruby-nokogiri		1.5.4
	textproc/ruby-rdtool		0.6.37
	www/ruby-net-http-persistent	2.7
2012-06-13 14:45:32 +00:00
gdt
fca8e859e6 Drop legacy vars binding.
Almost certainly no one is using them, and it's been years since
they've been deprecated.
2012-06-13 14:45:19 +00:00
taca
324083ba45 Update ruby-net-http-persistent to 2.7.
=== 2.7 / 2012-06-06

* Minor enhancement
  * Added JRuby compatibility by default for HTTPS connections.  (JRuby lacks
    OpenSSL::SSL::Session.)
2012-06-13 14:44:45 +00:00
taca
85470cb719 Update ruby-rdtool to 0.6.37.
= CHANGES
:0.6.37
  * Fix rd2man-lib for Ruby1.9.1
:0.6.36
  * Fix rd2man-lib for Ruby1.9.1, remove invalid @filename.
:0.6.35
  * Fix rd2man-lib for Ruby1.9.1. Thanks to Salvatore Bonaccorso.
    See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676154
2012-06-13 14:43:24 +00:00
taca
feb8acf5b4 Update ruby-nokogiri to 1.5.4.
== 1.5.4 / unreleased

* Features

  * The "nokogiri" script now has more verbose output when passed the `--rng` option. #675 (Thanks, Dan Radez!)
  * Build support on hardened Debian systems that use `-Werror=format-security`. #680.
  * Better build support for systems with pkg-config. #584
  * Better build support for systems with multiple iconv installations.

* Bugfixes

  * Segmentation fault when creating a comment node for a DocumentFragment. #677, #678.
  * Treat '.' as xpath in at() and search(). #690

  * [MRI, Security] Default parse options for XML documents were
    changed to not make network connections during document parsing,
    to avoid XXE vulnerability. #693

    To re-enable this behavior, the configuration method `nononet` may
    be called, like this:

    Nokogiri::XML::Document.parse(xml) { |config| config.nononet }

    Insert your own joke about double-negatives here.
2012-06-13 14:42:40 +00:00
taca
24c11bb6b6 Note update of textproc/ruby-kramdown package to 0.13.7. 2012-06-13 14:41:42 +00:00
taca
41d025c904 Update ruby-kramdown to 0.13.7.
kramdown 0.13.7 released

This release, aside from fixing bugs and some other minor changes, adds a new
converter for removing HTML tags from an element tree. This means that one can
now do

	kramdown -i html -o remove_html_tags,kramdown my_document.html

and get a nice kramdown document from a full HTML document!

Changes

1 major change

  * Implemented RemoveHtmlTags converter for removing HTML tags from an
    element tree (fixes bug RF#29282 requested by Bernard Potocki)

3 minor changes

  * Updated kramdown binary to support multiple, chained output formats

  * Added a new option for setting a default coderay highlighting language
    (requested by Lou Quillio)

  * Feature request RF#29575: Added support for &shy; soft-hyphen entity
    (requested by Alexander Gro©Î)

5 bug fixes

  * Fixed bug RF#29576: Footnotes in headers resulted in duplicated id attr in
    TOC (reported by korthaerd)
  * Multi-line titles in links are now correctly parsed
  * DOCTYPE declaration is now correctly parsed independent of case
  * Setting of nil options works now by using the String ¡Ænil¡Ç
  * Fixed table-of-content test cases (test went green although the meaning of
    the test was not satisfied due to copy-paste - d¡Çoh!)

1 documentation fix

  * Fixed bug RF#29577: sidebar link to news page was broken for HTML pages in
    sub directories (reported by korthaerd)
2012-06-13 14:41:03 +00:00
taca
276f324f3a Note update of devel/ruby-test-unit package to 2.5.0. 2012-06-13 14:35:23 +00:00
taca
0d7ee8267d Update ruby-test-unit to 2.5.0.
2.5.0 - 2012-06-06

It's a bug fix release.

Fixes

* Fixed a backward incompatibility of TestUnitMediator#run_suite introduced
   in 2.4.9. [GitHub#28] [Reported by Vladislav Rassokhin]

Thanks

* Vladislav Rassokhin

2.4.9 - 2012-06-03

It's a bug fix release.

Improvements

* Test::Unit.run? -> Test::Unit::AutoRunner.need_auto_run?. Test::Unit.run?
  is marked as deprecated but it is still available.
* [experimental] Added top level "run" method for "ruby -rtest-unit -e run
  test/test_*.rb". Is this API OK or dirty?
* Made failure output more readable on no color mode.
* Supported showing ASCII-8BIT diff in failure message.
* [ui][console] Supported ENV["TERM"] == "xterm-256color" as color available
  terminal. [GitHub#26] [Reported by Michael Grosser]

* [ui][console] Supported "-256color" suffix ENV["TERM"] terminal as 256
  color supported terminal.

Fixes

* Fixed a bug that --workdir doesn't work.
* Consumed processed command line parameters in ARGV as --help
  says. [RubyForge#29554] [Reported by Bob Saveland]
* Added missing require "test/unit/diff". [GitHub#25] [Reported by Stephan
  Kulow]

Thanks

* Bob Saveland
* Stephan Kulow
* Michael Grosser
2012-06-13 14:34:35 +00:00
gdt
73a34d69f2 Drop USE_INET6 => inet6 option binding.
For a long time, the norm in pkgsrc was that packages had an option
for IPv6 support "inet6", and this was not in PKG_SUGGESTED_OPTIONS.
On NetBSD (and probably other BSD), USE_INET6 was defined in system mk
files, and pkgsrc noticed this and enabled the inet6 option globally.
But, in some environments, this did not happen.

The inet6 option has been added to PKG_SUGGESTED_OPTIONS for almost
all packages.  This change decouples IPv6 support in pkgsrc from the
base system.

People building on systems that do not support IPv6, or who do not
want IPv6 support in packages, can add

  PKG_DEFAULT_OPTIONS+=		-inet6

to mk.conf.

(Discussed for the last week on various lists, and ok wiz@.)
2012-06-13 14:29:16 +00:00
taca
6cb7046779 Note update of mail/pear-Mail_Mime package to 1.8.5. 2012-06-13 13:10:57 +00:00