Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (27m)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-26 20:56:48 UTC Now

2012-08-30 12:26:32 UTC MAIN commitmail json YAML

Update ibus-chewing to 1.4.2.

* Thu Aug 30 2012 Ding-Yi Chen <dchen at redhat.com> - 1.4.2
- Fixed GitHub issue #7: highlighted text be cut after switch back to pure ibus
  by merging pull request #24 from buganini
- Fixed GitHub issue #20: Shift key will send duplicated strings
  by merging pull request #22 from buganini
- Fixed GitHub issue #21: somethings wrong with cmake
- Fixed GitHub issue #25: Weird symbol when input with somethings highlighted
  by merging pull request #26 from buganini
- Fixed GitHub issue #27: Local path committed into tree
- Fixed: Bug 713033 -  [zh_TW] ibus-chewing problem
- Fixed: Bug 745371 -  ibus-chewing: mode confusion In Temporary English mode and Chinese mode later on
- Fixed: Google Issue 1172: [ibus-chewing] move elf file to standard directory.
- Fixed: Google Issue 1426: ibus-chewing-1.3.10 installs directory /gconf to root filesystem
- Fixed: Google Issue 1428: ibus-chewing-1.3.10 fails to save it's settings
- Fixed: Google Issue 1481: Some characters are missing when a long string in preedit buffer.
- Fixed: Google Issue 1490: Cannot change INSTAL prefix for ibus-chewing-1.4.0

(obache)

2012-08-30 11:56:44 UTC MAIN commitmail json YAML

Note update of lang/parrot to 4.7.0.

(he)

2012-08-30 11:56:07 UTC MAIN commitmail json YAML

Upgrade parrot to version 4.7.0.

Pkgsrc changes:
o Simplify the patch to remove the work-directory rpath.

Upstream changes:
- Core
  + Added .all_tags() and .all_tagged_pmcs() methods to PackfileView PMC
  + Several build and coding standards fixes

(he)

2012-08-30 08:00:18 UTC MAIN commitmail json YAML

requires doxygen-1.8.2

(drochner)

2012-08-30 07:58:43 UTC MAIN commitmail json YAML

2012-08-30 07:57:51 UTC MAIN commitmail json YAML

2012-08-30 07:54:29 UTC MAIN commitmail json YAML

2012-08-30 07:42:04 UTC MAIN commitmail json YAML

2012-08-30 07:35:38 UTC MAIN commitmail json YAML

2012-08-30 07:30:04 UTC MAIN commitmail json YAML

2012-08-29 23:07:08 UTC MAIN commitmail json YAML

Really disable X11 on IRIX and Darwin

(adam)

2012-08-29 19:56:47 UTC MAIN commitmail json YAML

explicitly pull in omf-scrollkeeper, should fix build problems after
recent gnome-doc-utils update (reported by John Marino)

(drochner)

2012-08-29 19:13:48 UTC MAIN commitmail json YAML

Note update of "rpm2pkg" package to version 3.2.3.

(tron)

2012-08-29 19:12:08 UTC MAIN commitmail json YAML

Bump version number to 3.2.3 after recent "zlib" compatibility fix.
No reason to use revisions on this package.

(tron)

2012-08-29 19:11:12 UTC MAIN commitmail json YAML

make sure the "gnome-doc-tool" bash script picks up GNU getopt,
NetBSD's native one is not compatible
bump PKGREV

(drochner)

2012-08-29 18:13:19 UTC MAIN commitmail json YAML

Remind the user to set LTDL_LIBRARY_PATH.

(shattered)

2012-08-29 18:11:29 UTC MAIN commitmail json YAML

PR/45921 -- handle the new (post-2007) way SIOCGIFCONF works.

XXX rewrite this to use getifaddrs()

(shattered)

2012-08-29 17:38:39 UTC MAIN commitmail json YAML

Update checksum of patch-libraries_vendor_config.php for previous commit.

(dholland)

2012-08-29 17:18:47 UTC MAIN commitmail json YAML

+intel-microcode-netbsd

(drochner)

2012-08-29 17:17:24 UTC MAIN commitmail json YAML

2012-08-29 16:51:40 UTC MAIN commitmail json YAML

Direct inclusion of librsvg/rsvg-cairo.h is deprecated and leads to build
errors. "Don't do it, then!"

(wiz)

2012-08-29 16:47:43 UTC MAIN commitmail json YAML

Note update of devel/ruby-test-unit package to 2.5.2.

(taca)

2012-08-29 16:47:15 UTC MAIN commitmail json YAML

Update ruby-test-unit to 2.5.2.

- Update HOEPAGE.

2.5.2 -- 2012-08-29

It's an improvement release for tmtms. --location is a similar feature to
--line_number in RSpec. sub_test_case is a similar feature to context in
shoulda-context and RSpec.  Improvements

* Cleaned up tests. [GitHub#34] [Patch by Michael Grosser]
* Added missing background color for 8 color environment.
* Added workaround for NetBeans. [GitHub#38] [Reported by Marc Cooper]
* Added --location command line option that selects target tests by test
  defined location.
* Created sub test suite for each subclassed test case.
* [ui][console] Supported nested test suites.
* Added Test::Unit.at_start and Test::Unit.at_exit hooks that are run
  before/after all tests are run. [Good hook name is suggested by kdmsnr]
* Improved code snippet target on failure. Test method is always used for code
  snippet target. [GitHub#39] [Suggested by Michael Grosser]
* Added Test::Unit::TestCase.sub_test_case that creates sub test case. The sub
  test case name isn't limited Ruby's constant name rule. You can specify the
  sub test case name in free form.

Thanks

* Michael Grosser
* Marc Cooper
* kdmsnr

2.5.1 -- 2012-07-05

It's a bug fix release.

Improvements

* Supported installing from GitHub. [GitHub#29] [Suggested by Michael Grosser]
* Supported ActiveSupport::TestCase. [GitHub#30] [Reported by Michael Grosser]
* [ui][console] Improved multiline falut message display.

Fixes

* [ui][console] Fixed a bug that expected and actual values are
  empty. [GitHub#31][GitHub#33] [Reported by Kendall Buchanan][Reported by
  Mathieu Martin] [Hinted by Michael Grosser]
* Fixed a bug that .gemspec can't be loaded on LANG=C. [RubyForge#29595]
  [Reported by Jean-Denis Koeck]

Thanks

* Michael Grosser
* Kendall Buchanan
* Mathieu Martin
* Jean-Denis Koeck

(taca)

2012-08-29 16:38:34 UTC MAIN commitmail json YAML

Note update of devel/ruby-locale package to 2.0.8.

(taca)

2012-08-29 16:37:32 UTC MAIN commitmail json YAML

Update ruby-locale to 2.0.8.

# News

## 2.0.8: 2012-08-29

Package fix release.

### Fixes

  * Added missing .yardopts file.

## 2.0.7: 2012-08-29

Package fix release.

### Fixes

  * Added missing this file. [Reported by Takahiro Kambe]

### Thanks

  * Takahiro Kambe

## 2.0.6: 2012-08-29

Ruby 1.9 on Windows support release.

### Improvements

  * Worked with invalid LANGUAGE variable value. It's just
    ignored. [Patch by Alexey l.Froloff] [Reported by Friedrich, Axel]
  * Added workaround for Ruby 1.8.6.
  * Supported multiple `Locale.init` call in the same process.
  * Supportd Ruby 1.9 on Windows.
  * Supported `Locale.current = Locale.current`.
    [GitHub#mutoh/locale#5] [Debian#600713]
    [Reported by Martin Hradil and Hleb Valoshka]
  * Supported `Locale.init` on `$SAFE > 0`.
    [GitHub#mutoh/locale#5] [Reported by Hleb Valoshka]
  * Added a Rack middleware `Locale::Middleware` that initializes locale by
    client request.

### Tests

  * Fixed a problem that tests for Windows break other tests on non
    Windows platform. [Patch by J. Pablo Fern叩ndez]
  * [jruby] Fixed wrong variant format.
    [GitHub#mutoh/locale#5] [Patch by Hleb Valoshka.]
  * Fixed wrong environment variable check. `LC_CTYPES` is checked
    instead of `LC_MESSAGES`.
    [GitHub#mutoh/locale#5] [Debian#520181]
    [Reported by Adeodato Sim坦] [Patch by Hleb Valoshka]

### Thanks

  * Masao Mutoh
  * Alexey l.Froloff
  * Friedrich, Axel
  * J. Pablo Fern叩ndez
  * Martin Hradil
  * Hleb Valoshka

(taca)

2012-08-29 16:35:08 UTC MAIN commitmail json YAML

Note update of devel/ruby-inline package to 3.11.3.

(taca)

2012-08-29 16:34:26 UTC MAIN commitmail json YAML

Update ruby-inline to 3.11.3.

=== 3.11.3 / 2012-07-05

* 1 bug fix:

  * Fixes for non-mingw windoze builds. (imperator)

(taca)

2012-08-29 16:33:27 UTC MAIN commitmail json YAML

Note update of devel/ruby-highline package to 1.6.14.

(taca)

2012-08-29 16:32:51 UTC MAIN commitmail json YAML

Update ruby-highline to 1.6.14.

= Change Log

Below is a complete listing of changes for each revision of HighLine.

== 1.6.14

* Added JRuby 1.7 support (by Mina Nagy).
* Take into account color escape sequences when wrapping text (by Mark J.
  Titorenko).

== 1.6.13

* Removed unneeded Shebang lines (by Scott Gonyea).
* Protect the String passed to Question.new from modification (by michael).
* Added a retype-to-verify setting (by michael).

(taca)

2012-08-29 16:31:33 UTC MAIN commitmail json YAML

Note update of devel/ruby-gettext_i18n_rails package to 0.6.6.

(taca)

2012-08-29 16:31:05 UTC MAIN commitmail json YAML

Update ruby-gettext_i18n_rails to 0.6.6.

Exact changes are unknown but some bug fixes.

(taca)

2012-08-29 16:28:21 UTC MAIN commitmail json YAML

Update HOMEPAGE and LICENSE.

(taca)

2012-08-29 16:26:58 UTC MAIN commitmail json YAML

misc/stellarium: buildlink3 += gettext-lib

Stellarium requires libintl.h which must have been previously provided
by the dependencies that were removed.

(marino)

2012-08-29 16:26:51 UTC MAIN commitmail json YAML

Direct inclusion of librsvg/rsvg-cairo.h is deprecated and leads to build
errors. "Don't do it, then!"

(wiz)

2012-08-29 16:24:46 UTC MAIN commitmail json YAML

Note update of devel/ruby-gettext package to 2.3.0.

(taca)

2012-08-29 16:24:19 UTC MAIN commitmail json YAML

Update ruby-gettext to 2.3.0.

# News
## 2.3.0: 2012-08-28

Various improvements, changes and fixes release.

### Improvements

  * Improved TextDomain#translate\_singluar\_message performance.
    [Base idea is provided by @angelf]
  * Added msginit command.
  * [xgettext] Added command line options for package name, version,
    copyright holder and msgid bugs address.[Github#8]
    [Reported by Francesco Poli (wintermute) and 375gnu, and patch by 375gnu]
  * [xgettext] Supported s\_ and ns\_ with parameter.
  * [poparser] Reported warnings when fuzzy message is used.
    [Reported by Michael Grosser]
  * Used %{...} to check the availability of String#% with hash and
    raise Error if this syntax isn't supported.
  * Searched mo files under LC_MESSAGES/ directory.
  * Updated documents for tools.

### Changes

  * Renamed the package name from "Ruby-GetText-Package" to "gettext".
  * Renamed RGetText to XGetText, RMsgMerge to MsgMerge, RMsgFmt to MsgFmt.
  * Renamed rgettext to rxgettext, rmsgmerge to msgmerge, rmsgfmt to msgfmt.
  * Defined tools(XGetText, MsgMerge, MsgFmt) as Class under GetText::Tools
    module.
  * Removed shortcuts for tools in GetText module.
    Please use GetText::Tools:XXX.run instead of GetText.xxx.
  * Changed API of tools.
    e.g.) Before: GetText.rsmgfmt(targetfile, output\_path)
          Now: GetText::Tools::MsgFmt.run(targetfile, "-o", output\_path)
  * [xgettext] Used relative path for source path.
    This path appears in generated pot file.
  * [xgettext] Returned the pot header instead of "" as the translation of
    "" msgid.
  * [poparser] Treated not translated msgid when parsing po file.
    A translation of no translated msgid is msgid itself even now.
  * [xgettext] Removed descriptions of ruby in information by "-v" option.

### Fixes

  * Included msgctxt when generating .po file. [Patch by 3dd13]
  * Fixed a typo in msgmerge. [Patch by Yves-Eric Martin]
  * [msgmerge] Followed PoParser API change.
  * [ruby-parser] Reseted the last comment when po message is stored.[Github#6]
    [Reported by 375gnu and Francesco Poli (wintermute), and Patch by 375gnu]
  * [ruby-parser] Processed RubyToken::TkDSTRING too.[Github#6]
    [Reported by 375gnu and Francesco Poli (wintermute), and Patch by 375gnu]
  * [msgmerge] Fixed not to add fuzzy to header message.
  * [msgmerge] Escaped backslash and "\n".

### Thanks

  * @angelf
  * Francesco Poli (wintermute)
  * 375gnu
  * Michael Grosser
  * 3dd13
  * Yves-Eric Martin

(taca)

2012-08-29 16:12:13 UTC MAIN commitmail json YAML

Note update of devel/ruby-fast_gettext package to 0.6.9.

(taca)

2012-08-29 16:11:21 UTC MAIN commitmail json YAML

2012-08-29 16:09:35 UTC MAIN commitmail json YAML

Note update of databases/ruby-sequel package to 3.38.0.

(taca)

2012-08-29 16:09:01 UTC MAIN commitmail json YAML

Update ruby-sequel to 3.38.0.

=== 3.38.0 (2012-08-01)

* Sequel now recognizes the double(x, y) and double(x, y) unsigned MySQL types
  (Slike9, jeremyevans) (#528)

* The swift subadapters now require swift-db-* instead of swift itself
  (deepfryed, jeremyevans) (#526)

* Add :textsize option to tinytds adapter to override the default TEXTSIZE
  (jeremyevans, wardrop) (#525)

* Support an output identifier method in the swift adapter (jeremyevans)

* Add Model#to_hash as an alias to Model#values (jeremyevans)

* When loading multiple pg_* extensions via Database#extension, only reset the
  conversion procs once (jeremyevans)

* Don't allow model typecasting from string to postgres array, hstore, or
  composite types (jeremyevans)

* Add pg_typecast_on_load plugin for converting advanced PostgreSQL types on
  load the {jdbc,do,swift}/postgres adapters (jeremyevans)

* Make all adapters that connect to PostgreSQL store type conversion procs
  (jeremyevans)

* Add type oid to column schema on PostgreSQL (jeremyevans)

* Add pg_row plugin, for using Sequel::Model classes to represent PostgreSQL
  row-valued/composite types (jeremyevans)

* Add pg_row_ops extension for DSL support for PostgreSQL row-valued/composite
  types (jeremyevans)

* Add pg_row extension for dealing with PostgreSQL row-valued/composite types
  (jeremyevans)

* Allow custom registered array types in the pg_array extension to be Database
  instance specific (jeremyevans)

* Remove Sequel::SQL::IdentifierMethods (jeremyevans)

* Don't have the schema_dumper extension produce code that relies on the
  core_extensions (jeremyevans)

* Fix dropping of columns with constraints on Microsoft SQL Server (mluu,
  jeremyevans) (#515, #518)

* Don't have pg_* extensions add methods to core classes unless the
  core_extensions extension is loaded (jeremyevans)

* Use real boolean literals on derby 10.7+ (jeremyevans, matthauck) (#514)

* Work around JRuby 1.6 ruby 1.9 mode bug in Time#nsec for Time prepared
  statement arguments on jdbc (jeremyevans)

* Handle blob prepared statement arguments on jdbc/db2 and jdbc/oracle
  (jeremyevans)

* Handle blob values in the swift adapter (jeremyevans)

* Handle better nil prepared statement arguments on jdbc (jeremyevans) (#513)

* Make SQL::Blob objects handle as, cast, and lit methods even if the core
  extensions are not loaded (jeremyevans)

* Make #* with no arguments produce a ColumnAll for Identifier and
  QualifiedIdentifier (jeremyevans)

* Sequel.expr(:symbol) now returns Identifier, QualifiedIdentifier, or
  AliasedExpression instead of Wrapper (jeremyevans)

* Treat clob columns as string instead of blob on Derby (jeremyevans) (#509)

(taca)

2012-08-29 15:59:14 UTC MAIN commitmail json YAML

databases/postgresql84-tcl: Fix PLIST, 8.4.13 adds Russian

(marino)

2012-08-29 15:58:26 UTC MAIN commitmail json YAML

databases/postgresql84-plpython: Fix PLIST, 8.4.13 adds Russian

(marino)

2012-08-29 15:57:30 UTC MAIN commitmail json YAML

databases/postgresql84-plperl: Fix PLIST, 8.4.13 adds Russian

(marino)

2012-08-29 15:32:59 UTC MAIN commitmail json YAML

Updated pkgtools/pkg_chk to 2.0.5

(abs)

2012-08-29 14:22:03 UTC MAIN commitmail json YAML

Updated geography/p5-Geo-Distance to 0.19

(wen)

2012-08-29 14:20:23 UTC MAIN commitmail json YAML

Update to 0.19

Upstream changes:
0.19      2012-04-03
- Fix various typos.
- Fix floating point error in the hsin formula.

0.18      2012-03-23
- Fix gcd calculation to use ** instead of ^.

(wen)

2012-08-29 14:15:58 UTC MAIN commitmail json YAML

Updated net/nicovideo-dl to 0.0.20120212

(ryoon)

2012-08-29 14:13:05 UTC MAIN commitmail json YAML

Update to 0.0.20120212

Changelog:
* Added comment retrieving option (-c)

(ryoon)

2012-08-29 13:59:29 UTC MAIN commitmail json YAML

Updated fonts/p5-Font-TTF to 1.00

(wen)

2012-08-29 13:58:09 UTC MAIN commitmail json YAML

Update to 1.00

Upstream changes:
1.00  (r857, 2012-08-28)

* Major change to glyph creation/editing -- now utilizes ' isDirty' flag
* Add support for:
*    V4 OS/2 table
*    Reading WOFF fonts
*    MarkFilterSets in GDEF
*    Feature parameters (for cvxx, ssxx and size features)
*    Additional Graphite tables (Silf, Glac, and Gloc)
* Updated MS Lang IDs to Dec 2011
* Finish implementation of coverage table sorting
* Copyright and licensing updated to CPAN requirements
* Bug fixes

(wen)

2012-08-29 13:47:32 UTC MAIN commitmail json YAML

Updated www/p5-Dancer to 1.3100

(wen)

2012-08-29 13:44:50 UTC MAIN commitmail json YAML

Update to 1.3100

Upstream changes:
1.3100      25.08.2012

    [ BUG FIXES ]
    * GH #816: Improve wording when failed to load engine. (Sawyer X)
    * GH #817: Fix CODE reference uncloned using Clone::clone.
      (David Previous, Sawyer X)

    [ ENHANCEMENTS ]
    * GH #755: HTTP::Headers accepted by dancer_response. (Roberto Patriarca)

    [ DOCUMENTATION ]
    * GH #818: Use "MyWeb::App" instead of "mywebapp" in examples. (pdl)

1.3099      11.08.2012

    [ BUG FIXES ]
    * GH #683: Fix uninitialized warnings. (Sawyer X)
    * GH #700: Take into account the app name in route caching. (Perlover)
    * GH #775: Clone variables for templates.
      (Reported by Wanradt Koell, fixed by David Precious, Sawyer X)
    * GH #776: get should be default to get/head even it's inside any.
      (Fayland Lam)
    * GH #788: Make sure ID key in sessions are clobbered. (kocoureasy)
    * Fix uninitialized variables in config file path. (Sawyer X)
    * GH #809: Require all necessarily modules in Dancer::Config.
      (John Wittkoski)

    [ ENHANCEMENTS ]
    * GH #799: New test function: response_redirect_location_is. (Martin Schut)
    * send_file now accepts an IO::Scalar. (David Precious)
    * Clean up $VERSION. (Damien Krotkine)

    [ DOCUMENTATION ]
    * GH #784: Synopsis fix in Dancer::Error. (Alex C)
    * Document session_domain in Dancer::Config. (David Precious)
    * Pod fixes in abstract session. (David Precious)
    * Synopsis fix in Dancer::Test. (Stefan Hornburg <Racke>)

1.3098      28.07.2012

    [ ENHANCEMENTS ]
    * New keyword 'plugin_args' exported by Dancer::Plugin to provide
      a consistent way with Dancer 2 to obtain arguments from a plugin
      keyword. (Alberto Sim.es).
    * Add 'execute_hook' and deprecate 'execute_hooks' for homogeneity
      with Dancer 2.
    * send_file will do the right thing if given an IO::Scalar object
      (David Precious, prompted by Ilya Chesnokov).

    [ DOCUMENTATION ]
    * Fix escaping on some docs (Stefan Hornburg @racke).

(wen)

2012-08-29 13:26:53 UTC MAIN commitmail json YAML

Updated print/p5-LaTeX-Encode to 0.0.5

(wen)

2012-08-29 13:25:07 UTC MAIN commitmail json YAML

Update to 0.0.5

Upstream changes:
2012-08-28  Andrew Ford  <a.ford@ford-mason.co.uk>

        * version 0.05

        * added more symbols

        * build-character-table now builds a %provided_by map that gives the LaTeX package
          that provides the LaTeX command used in the encoding

        * removed unimplemented "use_textcomp" option

        * added "packages" option to latex_encode() to pass a reference to a hash that is
          updated with the names of optional LaTeX packages (styles) that implement the
          commands included in the encoded string

2012-08-27  Andrew Ford  <a.ford@ford-mason.co.uk>

        * version 0.04

        * added requirement for Perl 5.8.1 or later due to deficiencies in
          Unicode handling of earlier Perl versions.

        * updated encoding table to add Turkish characters (RT #55526) and to not include
          spaces after accented characters (RT #49357)

        * switch from 'base' to 'parent' for setting up inheritance

        * added add_latex_encodings() and remove_latex_encodings() functions to update the
          encoding table.

        * allow 'add' and 'remove' specifiers to be provided on the 'use' statement

(wen)

2012-08-29 12:50:08 UTC MAIN commitmail json YAML

Just for completeness, bump the doxygen dependency to the latest to
guarantee the correct doxygen dependencies are present.

(dsainty)

2012-08-29 11:55:06 UTC MAIN commitmail json YAML

For all but the default case the library file names use TCL_TRIM_DOTS
and end up with libtk85.so.  The default case would end up with libtk8.5.so
instead, which at least conflicts with what the PLIST says, but also
eventually failed to build on platforms ending up with the default behaviour.

Fixes the build on Linux platforms, should be no change elsewhere.

(dsainty)

2012-08-29 11:22:21 UTC MAIN commitmail json YAML

2012-08-29 09:51:30 UTC MAIN commitmail json YAML

make the shell pattern to exclude unwanted manpages work
update PLIST for current doxygen
bump PKGREV

(drochner)

2012-08-29 09:05:31 UTC MAIN commitmail json YAML

2012-08-29 09:01:11 UTC MAIN commitmail json YAML

Updated devel/gettext-lib to 0.18.1.1nb1

(sbd)

2012-08-29 09:01:01 UTC MAIN commitmail json YAML

Problem:

1) The libintl.h from gettext-lib renames the gettext functions so that
  they are prefixed with 'libintl_' (So that the functions named in
  libintl don't conflict with any that maybe in libc).

2) gettext-tools is _always_ built with gettext-lib.

3) The tools architecture may make gettext-tools a build dependence or
  someone may choose to install gettext-tools.

4) The OS has built in gettext.

5) For some reason ${PREFIX}/include is add to the compiler search path and
  libintl.h from gettext-lib is found before the system one.

The result is that all the gettext functions are renamed to have the
'libintl_' prefix but libintl is not linked with and the following happens:

${FILENAME}: undefined reference to `libintl_gettext'
${FILENAME}: undefined reference to `libintl_textdomain'
${FILENAME}: undefined reference to `libintl_bindtextdomain'
collect2: error: ld returned 1 exit status

Solution:
Hide libintl.h from gettext-lib in ${PREFIX}/include/gettext then add that
to the compiler search path when realy needed.

This should permanently fix PR's pkg/24326 pkg/36201 pkg/40153 pkg/43129
pkg/44009 and pkg/44016.

Bump PKGREVISION.

(sbd)

2012-08-29 08:45:52 UTC MAIN commitmail json YAML

USE_TOOLS+=groff, needed on Solaris

(dholland)

2012-08-29 08:17:51 UTC MAIN commitmail json YAML

USE_TOOLS+=rpcgen, failed on Solaris 5.11

(dholland)

2012-08-29 03:01:19 UTC MAIN commitmail json YAML

2012-08-29 00:33:56 UTC MAIN commitmail json YAML

Fix avr-libc failing (bulk build) during the documentation build with:

  ! LaTeX Error: File `tocloft.sty' not found.

The necessary dependency was incorrectly marked as a doxygen build-only
dependency,

The complete list of styles was determined via this (partially Zsh) script:

( echo colortbl ; sed -n -e '/^[\t ]*\/\//d' -e 's/^.*package{\([^}<]*\)}.*$/\1/igp' -e 's/^.*package\[.*\]{\([^}<]*\)}.*$/\1/igp' src/latexgen.cpp src/perlmodgen.cpp ) | while read x; do for f in /usr/pkg/share/texmf-dist/**/${x}.sty; do pkg_info -Q PKGPATH -F "$f"; done; done|sed -e 's/^\(.*\)\/\(.*\)$/DEPENDS+=\t\2-[0-9]*:..\/..\/\1\/\2/'|sort -u

Bump PKGREVISION for the dependency change.

(dsainty)

2012-08-28 23:32:12 UTC MAIN commitmail json YAML

Updated devel/xulrunner to 15.0nb1
Updated www/firefox to 15.0nb1

(ryoon)

2012-08-28 23:30:31 UTC MAIN commitmail json YAML

Bump PKGREVISON

* follow patches changees in devel/xulrunner

(ryoon)

2012-08-28 23:27:11 UTC MAIN commitmail json YAML

2012-08-28 22:58:09 UTC MAIN commitmail json YAML

textproc/tcl-tDOM: Fix build on DragonFly

DragonFly didn't have a configure entry so piggyback on FreeBSD
like NetBSD is doing.

(marino)

2012-08-28 20:15:41 UTC MAIN commitmail json YAML

Add an option to use tokyocabinet as backend for mutt header cache

(tonio)

2012-08-28 17:14:13 UTC MAIN commitmail json YAML

2012-08-28 16:39:19 UTC MAIN commitmail json YAML

2012-08-28 15:55:08 UTC MAIN commitmail json YAML

Note update of the "phpmyadmin" package to version 3.5.2.2nb2.

(tron)

2012-08-28 15:54:54 UTC MAIN commitmail json YAML

Fix last commit:
- The setup scripts *must* not get write access to the real "config.inc.php".
  Allow then instead to generate a file in "/var/phpmyadmin" which the
  administrator copies it place manually. This is the intended procedure
  as documented by the developers.
- Restore the normal "config.inc.php" to its original location. Not sure
  why I didn't encounter any problems during testing the last change
  because phpMyAdmin isn't working very well without this.

While here change dependences to require both the "php-mysql" and the
"php-mysqli" packages. Old installations will use the former, new
installation will use the later.

Bump the package revision again because of these changes.

(tron)

2012-08-28 13:31:35 UTC MAIN commitmail json YAML

Updated devel/nspr to 4.9.3.2nb1

(ryoon)

2012-08-28 13:29:17 UTC MAIN commitmail json YAML

2012-08-28 12:46:03 UTC MAIN commitmail json YAML

Updated devel/xulrunner to 15.0
Updated www/firefox to 15.0

(ryoon)

2012-08-28 12:42:02 UTC MAIN commitmail json YAML

Update to 15.0

* Use patches from https://bugzilla.mozilla.org/show_bug.cgi?id=753046
* Fix firefox.sh

Changelog:
NEW Preliminary native PDF support (Aurora/Beta only)
NEW Support for SPDY networking protocol v3
NEW WebGL enhancements, including compressed textures for better performance
CHANGED Optimized memory usage for add-ons
DEVELOPER JavaScript debugger integrated into developer tools
DEVELOPER New layout view added to Inspector
DEVELOPER The CSS word-break property has been implemented.
DEVELOPER High precision event timer implemented
DEVELOPER New responsive design tool allows web developers to switch between desktop and mobile views of sites
HTML5 Native support for the Opus audio codec added
HTML5 The <source> element now supports the media attribute
HTML5 The <audio> and <video> elements now support the played attribute

(ryoon)

2012-08-28 12:12:26 UTC MAIN commitmail json YAML

Updated pkgtools/pkg_chk to 2.0.5

- PR/41321 - handle packages which generate multiple pkgnames from the same
  pkgdir - e.g. "py{25,26,27}-sqlite3-0nb2.tgz"
- Add support for pkg_summary.bz2 and pkg_summary.txt. Preferred order is now
  pkg_summary.bz2, pkg_summary.gz then pkg_summary.txt
- Drop support for old pkg_chk-summary file

(abs)

2012-08-28 11:48:09 UTC MAIN commitmail json YAML

Note update of x11/tk-Tix to 8.4.3.

(he)

2012-08-28 11:46:33 UTC MAIN commitmail json YAML

Update tk-Tix from using http://tixlibrary.sourceforge.net/, which seems
to be stuck at version 8.2.0b1, to http://tix.sourceforge.net/, which
offers version 8.4.3, straight-forward buildable with the recently updated
tcl.

Gone is "tixwish" as a separate program, instead use tk's "wish" +
"package require Tix" instead.

For a complete set of changes, see ChangeLog in the source.  The major
changes for 8.4.0 were:

    + Complete rewrite of the build system to use TEA
    + Separation of Tix package require and Tix style usage
    + Code cleanup to use Tcl 8.4 as a base version

(he)

2012-08-28 07:57:31 UTC MAIN commitmail json YAML

devel/libpeas: USE_TOOLS+= msgfmt

(marino)

2012-08-28 05:59:39 UTC MAIN commitmail json YAML

2012-08-28 01:03:18 UTC MAIN commitmail json YAML

Follow emacs24 bumped (lets get this first).

(mef)

2012-08-28 00:59:01 UTC MAIN commitmail json YAML

editors/emacs24{,-nox11} updated to 24.2.

(mef)

2012-08-28 00:55:52 UTC MAIN commitmail json YAML

Bump 24.1 to 24.2  (emacs24 and emacs24-nox11)
  (1) CVE-2012-3479 fixed on lisp/files.el
      patches/patch-lisp_files.el is removed.
  (2) From: ChangeLog
  -------
  2012-08-24  Chong Yidong  <cyd@gnu.org>
          * Version 24.2 released.

  2012-08-14  Ulrich Mueller  <ulm@gentoo.org>
          * lib/gnulib.mk:
          * lib/stdio.in.h:
          * m4/stdio_h.m4: Do not assume that gets is defined (Bug#11873).

  2012-06-21  Ulrich Mueller  <ulm@gentoo.org>
          * configure.in: Use m/intel386.h for amd64 with x32 ABI.  (Bug#11669)
  --------
Thanks wiz@

(mef)

2012-08-28 00:30:45 UTC MAIN commitmail json YAML

2012-08-27 22:22:01 UTC MAIN commitmail json YAML

Updated devel/ccache to 3.1.8

(wiz)

2012-08-27 22:21:44 UTC MAIN commitmail json YAML

Update to 3.1.8:

ccache 3.1.8
------------
Release date: 2012-08-11

New features and improvements
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    - Made paths to dependency files relative in order to increase cache hits.
    - Added work-around to make ccache work with buggy GCC 4.1 when creating a
      pre-compiled header.
    - Clang plugins are now hashed to catch plugin upgrades.

Bug fixes
~~~~~~~~~

    - Fixed crash when the current working directory has been removed.
    - Fixed crash when stderr is closed.
    - Corrected a corner case when parsing backslash escapes in string
      literals.
    - Paths are now correctly canonicalized when computing paths relative to
      the base directory.

Other
~~~~~

    - Made git version macro work when compiling outside of the source
      directory.
    - Fixed `static_assert` macro definition clash with GCC 4.7.

(wiz)

2012-08-27 22:19:50 UTC MAIN commitmail json YAML

Updated graphics/geeqie to 1.1

(wiz)

2012-08-27 22:19:32 UTC MAIN commitmail json YAML

Update to 1.1:

Geeqie 1.1
==========

- support for stereoscopic images
  - input: side-by-side (JPS) and MPO format
  - output: single image, anaglyph, SBS, mirror, SBS half size (3DTV)

- custom tiff loader - better handling of large tiff files

- rewritten file grouping

(wiz)

2012-08-27 22:10:34 UTC MAIN commitmail json YAML

2012-08-27 22:06:10 UTC MAIN commitmail json YAML

Updated www/ikiwiki to 3.20120725

(schmonz)

2012-08-27 22:06:03 UTC MAIN commitmail json YAML

Update to 3.20120725. From the changelog:

* recentchangesdiff: When diffurl is not set, provide inline diffs
  in the recentchanges page, with visibility toggleable via javascript.
  Thanks, Antoine Beaupr辿
* Split CFLAGS into words when building wrapper. Closes: #682237
* osm: Avoid calling urlto before generated files are registered.
  Thanks, Philippe Gauthier and Antoine Beaupr辿
* osm: Add osm_openlayers_url configuration setting.
  Thanks, Genevieve
* osm: osm_layers can be used to configured the layers displayed on the map.
  Thanks, Antoine Beaupr辿
* comments: Remove ipv6 address specific code.

(schmonz)

2012-08-27 21:59:27 UTC MAIN commitmail json YAML

Updated devel/mr to 1.13

(schmonz)

2012-08-27 21:58:49 UTC MAIN commitmail json YAML

Update to 1.13. From the changelog:

* Pass -q to cvs diff and update. Closes: #673367
* mr bootstrap: Now supports ssh:// urls.
* Simpler vcsh status command line. Closes: #685089
* Add grep subcommand. Uses ack-grep on VCS that do not have their own.
  Closes: #685122

(schmonz)

2012-08-27 21:45:54 UTC MAIN commitmail json YAML

2012-08-27 21:38:16 UTC MAIN commitmail json YAML

Note update of editors/vim-share

(morr)

2012-08-27 21:35:56 UTC MAIN commitmail json YAML

- Update to newest patchlevel 638
- Change generation of patchlist
- Extract options to its own file
- Add option for python2 support

(morr)

2012-08-27 17:12:44 UTC MAIN commitmail json YAML

Note update of the "phpmyadmin" package to version 3.5.2.2nb1.

(tron)

2012-08-27 17:11:34 UTC MAIN commitmail json YAML

Improve setup and configuration file handling:
1.) Install PHP script in the "setup" directory.
2.) Use Vendor override to set the location of the configuration file.
It is now possible to use phpMyAdmin's setup for configuration.

Based on a suggestion by Peter Avalos in private e-mail.

(tron)

2012-08-27 16:41:22 UTC MAIN commitmail json YAML

Patch was accepted -- add upstream commit URL.

(wiz)

2012-08-27 15:48:11 UTC MAIN commitmail json YAML

Updated databases/py-ldap to 2.4.10

(adam)

2012-08-27 15:47:07 UTC MAIN commitmail json YAML

Changes 2.4.10:
Lib/
* ldapobject.ReconnectLDAPObject.reconnect() now preserves
  order of options set with LDAPObject.set_option before.
  This is needed e.g. for setting connection-specific TLS options.
Demo/
* Better version of Demo/pyasn1/syncrepl.py

(adam)

2012-08-27 15:02:41 UTC MAIN commitmail json YAML

Note update of editors/vim*

(morr)

2012-08-27 14:45:38 UTC MAIN commitmail json YAML

Long awaited update to vim 7.3.

The most notable additions since 7.2:
- Persistent undo and undo for reload
- Blowfish encryption, encryption of the swap file
- Conceal text
- Lua interface
- Python 3 interface

Once you have installed Vim 7.3 you can find all the details about the
changes since Vim 7.2 with:
        :help version-7.3

(morr)

2012-08-27 14:11:13 UTC MAIN commitmail json YAML

update to 1.8.3
changes:
- Fix several security issues with accessibility support.
- Finishing merging NPAPI plugin support for Windows.
- Turn off the deletion UI during editing, as it caused issues with some sites.

(drochner)

2012-08-27 13:27:33 UTC MAIN commitmail json YAML

emulators/openmsx: Fix build for NetBSD

There were two problems building openMSX on NetBSD:
1) The was a name conflict with the funcion bswap16.  This only appeared
  on one file, so the function was prefixed with msx_ to solve it.
2) freetype-config is not located on $PREFIX on NetBSD with native X11.
  Normally the wrappers abstract this but openmsx was making assumptions
  and using absolute paths.  The solution was to set the distroRoot
  value to "None" which tells the configure process to not use a path
  and those finds freetype-configure through the search path.

I compiled it, installed it, and executed openMSX with these patches.

(marino)

2012-08-27 10:38:54 UTC MAIN commitmail json YAML

Updated editors/nano to 2.2.6

(ryoon)

2012-08-27 10:37:51 UTC MAIN commitmail json YAML

Update to 2.2.6

* Replace PKG_LEGACY_OPTS with PKG_OPTIONS_LEGACY_OPTS

Changelog:
2010.11.22 - GNU nano 2.2.6 "Pimp my BBS" wants you to go to
                www.desertbus.org and donate a few bucks for the great
                Child's Play Charity!  This is just a small release to
                update a bug where restricted mode was not particularly
                restricted since key bindings were introduced. It also
                signals the return of win32 builds which now feature
                nanorc support; please see the FAQ for details of how
                to enable it, this feature is a bit of a kludge for now.
                Remember that when all else fails, USE SPACE JUMP.

2010.08.05 - GNU nano 2.2.5 "Inactivity timeout" is now available.
                This release includes slightly less restrictive checkng
                when writing files in strange environments (e.g.
                when being used out of crontab).  For very strange situations
                (such as where you cannot change the permissions on the
                file you're writing, there is a new rc file option
                "allow_insecure_backup" to be even more permissive and
                allowing the write to proceed.  Also included are
                some syntax highlighting updated, and that is about it.
                Keep fighting the good fight children.

(ryoon)

2012-08-27 10:14:51 UTC MAIN commitmail json YAML

2012-08-27 10:12:30 UTC MAIN commitmail json YAML

Update to 3.4.13 to fix build (hi is!)

3.4.13:
Julien Danjou (3):
      Remove PREFIX, use CMAKE_INSTALL_PREFIX
      Simplify client focus code
      change codename

Sébastien Luttringer (1):
      awful.titlebar use height not width

Uli Schlachter (2):
      xerror: Print numeric infos about the error
      Revert "Focus history: Don't ignore unfocusable clients"

3.4.12:
Anurag Priyam (3):
      awful.tooltip docs: replace references to undefined variable 'K' with 'myclock'
      add awful.util.table.cycle
      add awful.client.cycle

Arvydas Sidorenko (1):
      Original sky theme dwindle and spiral icons

Axel Beckert (1):
      awful.tag.inc*: properly pass tag parameter to set*

Corey Thompson (3):
      Bump duplicated commands to the most recent in command prompt history
      Initialize floating_geometry on property::border_width signal (FS#826)
      Remove "encoding=utf-8" from Vim modelines

Duflot Jean-Luc (1):
      Update french manpages

Gianluca Fiore (1):
      Add italian translation

Julien Danjou (4):
      awsetbg: xli is reported as ok
      Fix mousegrabber run documentation
      naughty: remove score system, merge presets
      change codename

Rob Hoelz (1):
      Allow usage of strings as key names for root.fake_input

Sébastien Luttringer (2):
      Get mousegrabber running state
      Get keygrabber running state

Thomas Moschny (2):
      Fix build with glib2 2.31.0
      Desktop file fixes.

TsT (2):
      mistake fix: "b" local variable declaration is missing
      table.foreach is deprecated: now use for + pairs

Uli Schlachter (4):
      Beautiful: Handle invalid wallpaper_cmd better (FS#941)
      Focus history: Don't ignore unfocusable clients
      Taglist: Add {bg,fg}_occupied theme options
      awful.client.setslave: Fix for not-visible clients

3.4.11:
Anurag Priyam (1):
      naughty: add helper function, toggle() - suspend/resume notifications

Arnaud Fontaine (1):
      Update the code following release of xcb-util 0.3.8.

David Palacio (2):
      Desktop clients may not be visible on all tags.
      Ignore desktop clients on taglist widget

Ignas Anikevicius (gns_ank) (1):
      Saving gama values in pngs to prevent compilation errors

Jacques-Pascal Deplaix (1):
      awsetbg: Add the aspect option with feh

Julien Danjou (4):
      Set the conffile value before executing the code
      Use awesome.conffile in menu
      naughty: fix image data copy
      change codename

Majic (1):
      Private naughty.getIcon() -> public awful.util.geticonpath()

Massimiliano Brocchini (2):
      no duplicate entries in prompt history
      search in prompt history

Perry Hargrave (6):
      FS#917: Dont move clients with fixed positions
      Retain focus on clients moved across screens (fs#620)
      movetoscreen:Dont refocus the selected client
      Update tasklist when client screen changes
      Prevent util.cycle from infinite loop (FS#938)
      Check wallpaper_cmd entries are valid (FS#938)

Uli Schlachter (6):
      Make sure russian manpages are installed (FS#907)
      Fix restacking with zaphod mode (FS#835)
      Ungrab the server before parsing the config
      Signal config errors via a naughty popup
      Signal runtime errors via a naughty popup
      Fix the default config

(wiz)

2012-08-27 10:12:24 UTC MAIN commitmail json YAML

-remove unneeded dependencies and cmake args
-bl3 libiconv to deal with the libc-vs-libiconv problem
-add desktop files

(drochner)

2012-08-27 10:04:31 UTC MAIN commitmail json YAML

2012-08-27 09:08:34 UTC MAIN commitmail json YAML

Updated misc/stellarium to 0.11.4

(adam)

2012-08-27 09:07:37 UTC MAIN commitmail json YAML

Changes 0.11.4:
Bug fix release with new features.

Added:
- New plugin: Exoplanets
- New plugin: Observability analysis
- Get geometric altitude and azimuth for script engine (LP: 1010617)
- Sky image loading with altitude/azimuth coordinates (LP: 1023548)
- New hotkey for star name labels (LP: 1032989)
- Option to activate/deactivate the Nebula Background Images button via GUI (LP: 925247)
- Return to user set location and landscape (LP: 981507)
- Display degrees and minutes for FOV of CCD (LP: 998761)
- Adding all possible satellites (LP: 1006495)
- Building a Windows x64 packages (LP: 1003041, 1027607)
- Apply atmosphere effect only on bodies with atmosphere (LP: 971875)

Fixed:
- Various Stellarium freezes and crashed (LP: 1005155, 1030913, 940638, 992267, 1033380, 951967, 1040054)
- Various plugins issues (LP: 751381, 892027, 1006134, 1040066, 1040085)
- Various issues for nebulae (LP: 1026021, 744517)
- Add/subtract one sidereal year jumps wrong amount (LP: 1006208)
- Various small issues, typos and mistakes (LP: 1022506, 1032469, 1019247, 985204)
- Various issues in Scripting Engine (LP: 1023934, 1017148, 1017154, 730180)

Changed:
- New tab in the configuration window to control the selected object information.
- Improvement Night Vision mode
- Extend list of default scripts

(adam)

2012-08-27 08:52:23 UTC MAIN commitmail json YAML

Updated meta-pkgs/boost to 1.51.0

(adam)

2012-08-27 08:49:10 UTC MAIN commitmail json YAML

Changes 1.51.0:
New Libraries
* Context: Context switching library, from Oliver Kowalke.
Updated Libraries
* Algorithm:
- Fixed is_sorted_until ; now matches the c++11 standard behavior on ranges with
  duplicate values.
- Added range support for the rest of the search algorithms.
- unhex now uses Boost.Exception to signal bad input.
* Asio:
- Fixed an incompatibility between ip::tcp::iostream and C++11.
- Decorated GCC attribute names with underscores to prevent interaction with
  user-defined macros.
- Added missing #include <cctype>, needed for some versions of MinGW.
- Changed to use gcc's atomic builtins on ARM CPUs, when available.
- Changed strand destruction to be a no-op, to allow strand objects to be
  destroyed after their associated io_service has been destroyed.
- Added support for some newer versions of glibc which provide the
  epoll_create1() function but always fail with ENOSYS.
- Changed the SSL implementation to throw an exception if SSL engine
  initialisation fails.
- Fixed another regression in buffered_write_stream.
- Implemented various minor performance improvements, primarily targeted at
  Linux x86 and x86-64 platforms.
* Config:
- Deprecated a whole bunch of macros that were c++11 specific, but not named to
  show that they were c++11 specific. Made new macros with better names, and
  paired the old macros with the new ones. Updated the documentation to list
  the deprecated macros.
[more..]

(adam)

2012-08-27 07:18:02 UTC MAIN commitmail json YAML

Add patch analogous to the qlandkartem changes to make this compile again.
Unfortunately, it now fails on missing python-related paths, but maybe
someone else can fix that...

(dholland)

2012-08-27 07:13:45 UTC MAIN commitmail json YAML

2012-08-27 06:50:13 UTC MAIN commitmail json YAML

2012-08-27 05:14:56 UTC MAIN commitmail json YAML

Remove the set_debug_log_from_config patch; it was merged incorrectly and
now breaks the build.

(dholland)

2012-08-27 02:10:52 UTC MAIN commitmail json YAML

Explicitly pass location of tclConfig.sh; otherwise it uses /usr/pkg and
bypasses buildlinking.

(dholland)

2012-08-27 00:47:25 UTC MAIN commitmail json YAML

Explicitly pass tcl and tk directory to configure script; otherwise it
looks in /usr/pkg even if that's not where you're trying to build against.

(dholland)

2012-08-27 00:36:25 UTC MAIN commitmail json YAML

Update patch to name tcl85/tk85 instead of 84. Maybe it'll build now.

(dholland)

2012-08-27 00:35:08 UTC MAIN commitmail json YAML

2012-08-26 22:13:18 UTC MAIN commitmail json YAML

Follow suit -- change to 2-clause BSD, and adapt Makefile LICENSE variable.

(wiz)

2012-08-26 22:13:16 UTC MAIN commitmail json YAML

Tell this it's using tcl/tk 8.5 so it has half a chance at building
successfully.

(dholland)

2012-08-26 21:38:35 UTC MAIN commitmail json YAML

Change to a 2-clause licen[cs]e.

(agc)

2012-08-26 20:34:03 UTC MAIN commitmail json YAML

awesome-3.4.10

(is)

2012-08-26 20:32:06 UTC MAIN commitmail json YAML

rp-pppoe 3.8nb2

(is)

2012-08-26 20:28:17 UTC MAIN commitmail json YAML

2012-08-26 19:42:10 UTC MAIN commitmail json YAML

emulators/atari800: Upgrade to version 2.2.1 from 2.1.0

Two years and a little over a month elapsed between the pkgsrc release
and the latest version 2.2.1 (5 May 2011).  There were hundreds of
changes, but the vast majority were bug fixes and improvements on
existing functionality.

The only major addition was implementation of IDE.

See changelog in DOC/ChangeLog for details.

(marino)

2012-08-26 18:36:08 UTC MAIN commitmail json YAML

Removed dependency on gettext-lib and msgfmt; clean-up

(adam)

2012-08-26 18:29:18 UTC MAIN commitmail json YAML

Updated devel/pkg-config; chat/jabberd2

(adam)

2012-08-26 18:25:47 UTC MAIN commitmail json YAML

2012-08-26 18:21:46 UTC MAIN commitmail json YAML

2012-08-26 18:21:27 UTC MAIN commitmail json YAML

2012-08-26 18:10:25 UTC MAIN commitmail json YAML

Changes 0.27.1:
- Various fixes for using the internal glib snapshot. It should now be
  usable pretty much everywhere with the exception that universal
  builds are not supported on OS X.
- Remove usage of gettext from the internal glib to avoid gettext and
  libintl dependencies.
- Update internal glib snapshot to 2.32.4.
- Fix check for POSIX shell used in tests to work better.
- Handle spaces in autodetected prefix on Windows.
- Bugs fixed 3550, 51883, 52031, 53493.

(adam)

2012-08-26 17:07:10 UTC MAIN commitmail json YAML

+ help2man-1.40.12, pkg-config-0.27.1, uim-1.8.2 [pkg/46840],
  vim-share-7.3.638 [pkg/46939], x264-devel-20120825.

(wiz)

2012-08-26 17:04:12 UTC MAIN commitmail json YAML

Updated pkgtools/distbb to 0.45.0

(cheusov)

2012-08-26 17:03:57 UTC MAIN commitmail json YAML

2012-08-26 17:03:56 UTC MAIN commitmail json YAML

Update to 0.45.0
  Fix rare failures in "Clean" target. Thanks to David Holland!

  New configuration variable SEND_REPORT_FIRST was introduced.

  Boolean variables MASTER_MODE, CROSS_COMPILE, SEND_REPORT_FIRST
  accepts values true|yes|1 for logical TRUE and false|no|0 for
  logical FALSE. This may fix some hacks in single node setups.

  During upload rsync may unexpectedly fail due to connection
  failure. In order to resolve this problem, upload may be repeated
  several times. The following variables were introduced for this
  purpose: UPLOAD_PKGS_ATTEMPTS, UPLOAD_PKGS_PAUSE,
  UPLOAD_LOGS_ATTEMPTS, UPLOAD_LOGS_PAUSE.

  Progress messages now better illustrates internal structure of
  the build process.

  Option -a was added to distbb(1) in order to build updates for
  quarter releases more efficiently.

  stage_checks:
    - double underline in "checks" filename means _ in the report
      text, single underline means space.
    - one more check for broken pkg_summary (REQUIRES field).  It
      checks for libraries under /tmp, /home, /srv and /work
      directories.

  stage_upload_logs:
    - huge pkg_enriched_summary.txt is not uploaded

  README was updated

  Minor clean-ups

(cheusov)

2012-08-26 17:02:12 UTC MAIN commitmail json YAML

Remove unnecessary hunk (was included upstream).

(wiz)

2012-08-26 17:00:15 UTC MAIN commitmail json YAML

Updated devel/boehm-gc to 7.2d

(wiz)

2012-08-26 17:00:05 UTC MAIN commitmail json YAML

Update to 7.2d:

[7.2d]

2012-08-09  Ivan Maidanski <ivmai@mail.ru>

* doc/README: Change version to 7.2d (rev. D).

2012-08-05  Ivan Maidanski <ivmai@mail.ru>

* config.guess: Regenerate (by autoreconf -vif using autoconf-2.68,
automake-1.11.1 and libtool-2.4).
* config.sub: Likewise.
* m4/libtool.m4: Likewise.

2012-08-02  Ivan Maidanski <ivmai@mail.ru>

* misc.c (GC_clear_stack_inner): Use GC_approx_sp() instead of
"dummy[0]" set to "&dummy" value (that worked as expected only for
STACK_GROWS_DOWN case).

2012-08-02  Ivan Maidanski <ivmai@mail.ru>

* alloc.c (min_bytes_allocd, GC_stopped_mark): Use GC_approx_sp()
instead of "&dummy"; remove 'dummy' local variable.
* dyn_load.c (GC_cond_add_roots): Likewise.
* misc.c (GC_init): Likewise.
* os_dep.c (GC_get_stack_base, GC_get_main_stack_base): Likewise.
* pthread_stop_world.c (GC_suspend_handler_inner,
nacl_pre_syscall_hook, __nacl_suspend_thread_if_needed): Likewise.
* pthread_support.c (GC_thr_init): Likewise.
* ptr_chck.c (GC_on_stack): Likewise.
* win32_threads.c (GC_push_stack_for): Likewise.
* extra/setjmp_t.c (main): Define volatile 'sp' local variable, store
its address to it and use it instead of "&dummy"; remove 'dummy' local
variable.
* mach_dep.c (GC_with_callee_saves_pushed): Use volatile for 'dummy'
local variable.
* misc.c (GC_clear_stack_inner): Store address of volatile 'dummy'
local array (i.e. 'sp' value) to its first element (and use it in the
comparison of addresses) to prevent any harmful optimizations as C
officially disallows comparisons of pointers to different objects
(e.g., some Mac OS X clang releases might turn a conditional
expression that uses 'dummy' address into a constant); update comment.
* misc.c (GC_call_with_stack_base): Use "&base" instead of "&dummy"
(it is safe to use address of base here); remove dummy variable.

2012-08-01  Ivan Maidanski <ivmai@mail.ru>

* misc.c (GC_call_with_stack_base): Call GC_noop1 after fn()
invocation to prevent a tail-call optimization.

2012-07-21  Ivan Maidanski <ivmai@mail.ru>

* os_dep.c (GC_get_stack_base): Abort if pthread_stackseg_np fails
(if GC_OPENBSD_THREADS).
* pthread_stop_world.c (GC_suspend_all): Get correct stack_ptr by
calling pthread_stackseg_np (subtracting ss_size from ss_sp) instead
of retrieving it from OpenBSD pthread implementation-dependent context
(if GC_OPENBSD_THREADS); remove comment.

2012-06-17  Ivan Maidanski <ivmai@mail.ru>

* tests/initsecondarythread.c: Include "private/config.h" if
HAVE_CONFIG_H (mostly to have GC_WIN32_PTHREADS defined for
pthreads-w32 target).
* tests/thread_leak_test.c: Likewise.
* tests/threadkey_test.c: Likewise.

2012-06-16  Ivan Maidanski <ivmai@mail.ru>

* tests/test_cpp.cc (WinMain): Prevent SEGV in strtok() by checking
"cmd" WinMain argument for NULL (in that case "argc" local variable is
set to 0).

2012-06-16  Ivan Maidanski <ivmai@mail.ru>

* tests/test_cpp.cc (main): Call GC_set_all_interior_pointers(1)
before GC_INIT to ensure that the collector considers pointers to
object interiors as valid ones (such a pointer could emerge as
a result of a type cast to subclass in case of multiple inheritance);
add comment.

(wiz)

2012-08-26 16:13:51 UTC MAIN commitmail json YAML

Updated pkgtools/nih to 0.10.1

(cheusov)

2012-08-26 16:13:32 UTC MAIN commitmail json YAML

Update to 0.10.1
  Fix gawk warning message appeared on Linux and other systems

  nih install:
    - commands like 'nih install _ package-' now works correctly
    - much better messages are output when update plan failed to build
    - option -p was added in order to skip REQUIRES/PROVIDES checks

  'nih status -Aa' doesn't output status of uninstalled packages

  Fixes and improvements in nih.1

(cheusov)

2012-08-26 14:23:49 UTC MAIN commitmail json YAML

2012-08-26 14:06:52 UTC MAIN commitmail json YAML

Added chat/irssi-xmpp version 0.52

(wiz)

2012-08-26 14:06:45 UTC MAIN commitmail json YAML

+ irssi-xmpp.

(wiz)

2012-08-26 14:06:29 UTC MAIN commitmail json YAML

Mention that irssi-xmpp also uses this file.

(wiz)

2012-08-26 14:06:19 UTC MAIN commitmail json YAML

Import irssi-xmpp-0.52 as chat/irssi-xmpp.
Packaged for wip by Leonardo Taccari.

irssi-xmpp is an irssi plugin to connect to the Jabber network.
Its aim is to provide a good integration in this text-based irc client
and a good support of XMPP (the Jabber protocol).

Its main features are:
* Sending and receiving messages in irssi's query windows
* A roster with contact & resource tracking (contact list)
* Contact management (add, remove, manage subscriptions)
* Tab completion of commands, JIDs and resources
* Many extensions supported (XEP) including Multi-User Chat (MUC)
* Support for multiple accounts
* Unicode support (UTF-8)
* SSL and STARTTLS support

To deal with the XMPP protocol, it uses of the Loudmouth library.

(wiz)

2012-08-26 13:47:28 UTC MAIN commitmail json YAML

Updated pkgtools/pkglint to 4.123

(wiz)

2012-08-26 13:47:16 UTC MAIN commitmail json YAML

Improve expand_permission some more. Should fix the
Use of uninitialized value in concatenation (.) or string at /usr/pkg/bin/pkglint line 4777.
warnings.
Bump version.

(wiz)

2012-08-26 13:38:59 UTC MAIN commitmail json YAML

Updated www/py-django-{south,mptt,sekizai,reversion,cms}

(adam)

2012-08-26 13:34:46 UTC MAIN commitmail json YAML

Changes 2.3.1:
* Introducing Django 1.4 support, dropped support for Django 1.2
* Lazy page tree loading in admin
* Toolbar isolation
* Plugin cancel button fixed
* Tests refactor
* Moving text plugins to different placeholders no longer loses inline plugins
* Minor improvements

(adam)

2012-08-26 13:34:37 UTC MAIN commitmail json YAML

Updated fonts/umefont-ttf to 0.442

(ryoon)

2012-08-26 13:33:37 UTC MAIN commitmail json YAML

Update to 0.442

Status:
Gothic unadjusted : Unicode 69ef-9400
Mincho unadjusted : Unicode 69ef-9400

(ryoon)

2012-08-26 13:33:00 UTC MAIN commitmail json YAML

Added www/py-django-reversion version 1.6.2

(adam)

2012-08-26 13:32:18 UTC MAIN commitmail json YAML

django-reversion is an extension to the Django web framework that provides
comprehensive version control facilities.

Features
* Roll back to any point in a model's history - an unlimited undo facility!
* Recover deleted models - never lose data again!
* Admin integration for maximum usability.
* Group related changes into revisions that can be rolled back in a single
  transaction.
* Automatically save a new version whenever your model changes using Django's
  flexible signalling framework.
* Automate your revision management with easy-to-use middleware.

django-reversion can be easily added to your existing Django project with
an absolute minimum of code changes.

(adam)

2012-08-26 13:26:14 UTC MAIN commitmail json YAML

Updated misc/libreoffice3-bin to 3.6.0

(ryoon)

2012-08-26 13:25:14 UTC MAIN commitmail json YAML

Update to 3.6.0

* Kill binpatch hack for older NetBSD current.

Changelog:
    In LibreOffice 3.6 a different encryption is enabled by default. Since version 3.4.5, LibreOffice is able to open those files. See the release notes page.

    Starting with LibreOffice 3.6, there's more fine-grained control over ODF compatibility for legacy consumers, via a new ODF 1.2 compatibility mode. See the release notes page.

(ryoon)

2012-08-26 13:05:39 UTC MAIN commitmail json YAML

2012-08-26 12:54:46 UTC MAIN commitmail json YAML

2012-08-26 12:54:17 UTC MAIN commitmail json YAML

2012-08-26 12:53:03 UTC MAIN commitmail json YAML

Changes 0.7.6:
This is a minor new release of South, and the sixth bugfix release for the 0.7
series.

(adam)

2012-08-26 12:38:20 UTC MAIN commitmail json YAML

Updated www/apache24 to 2.4.3

(ryoon)

2012-08-26 12:37:34 UTC MAIN commitmail json YAML

Update to 2.4.3

* Fix security problems.
* Build three Multi-Processing Model shared libraries,
  and select default model with option
* Retire mod_cgi.so module, use mod_cgid.so; Add MESSAGE

Changelog:

Changes with Apache 2.4.3

  *) SECURITY: CVE-2012-3502  (cve.mitre.org)
    mod_proxy_ajp, mod_proxy_http: Fix an issue in back end
    connection closing which could lead to privacy issues due
    to a response mixup. PR 53727. [Rainer Jung]

  *) SECURITY: CVE-2012-2687 (cve.mitre.org)
    mod_negotiation: Escape filenames in variant list to prevent an
    possible XSS for a site where untrusted users can upload files to
    a location with MultiViews enabled. [Niels Heinen <heinenn google.com>]

  *) mod_authnz_ldap: Don't try a potentially expensive nested groups
    search before exhausting all AuthLDAPGroupAttribute checks on the
    current group. PR 52464 [Eric Covener]

  *) mod_lua: Add new directive LuaAuthzProvider to allow implementing an
    authorization provider in lua. [Stefan Fritsch]

  *) core: Be less strict when checking whether Content-Type is set to
    "application/x-www-form-urlencoded" when parsing POST data,
    or we risk losing data with an appended charset. PR 53698
    [Petter Berntsen <petterb gmail.com>]

  *) httpd.conf: Added configuration directives to set a bad_DNT environment
    variable based on User-Agent and to remove the DNT header field from
    incoming requests when a match occurs. This currently has the effect of
    removing DNT from requests by MSIE 10.0 because it deliberately violates
    the current specification of DNT semantics for HTTP. [Roy T. Fielding]

  *) mod_socache_shmcb: Fix bus error due to a misalignment
    in some 32 bit builds, especially on Solaris Sparc.
    PR 53040.  [Rainer Jung]

  *) mod_cache: Set content type in case we return stale content.
    [Ruediger Pluem]

  *) Windows: Fix SSL failures on windows with AcceptFilter https none.
    PR 52476.  [Jeff Trawick]

  *) ab: Fix read failure when targeting SSL server.  [Jeff Trawick]

  *) The following now respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
    - mod_auth_digest: shared memory file
    [Jeff Trawick]

  *) htpasswd: Use correct file mode for checking if file is writable.
    PR 45923. [Stefan Fritsch]

  *) mod_rewrite: Fix crash with dbd RewriteMaps. PR 53663. [Mikhail T.
    <mi apache aldan algebra com>]

  *) mod_ssl: Add new directive SSLCompression to disable TLS-level
    compression. PR 53219. [Bj旦rn Jacke <bjoern j3e de>, Stefan Fritsch]

  *) mod_lua: Add a few missing request_rec fields. Rename remote_ip to
    client_ip to match conn_rec. [Stefan Fritsch]

  *) mod_lua: Change prototype of vm_construct, to work around gcc bug which
    causes a segfault. PR 52779. [Dick Snippe <Dick Snippe tech omroep nl>]

  *) mpm_event: Don't count connections in lingering close state when
    calculating how many additional connections may be accepted.
    [Stefan Fritsch]

  *) mod_ssl: If exiting during initialization because of a fatal error,
    log a message to the main error log pointing to the appropriate
    virtual host error log. [Stefan Fritsch]

  *) mod_proxy_ajp: Reduce memory usage in case of many keep-alive requests on
    one connection. PR 52275. [Naohiro Ooiwa <naohiro ooiwa miraclelinux com>]

  *) mod_proxy_balancer: Restore balancing after a failed worker has
    recovered when using lbmethod_bybusyness.  PR 48735.  [Jeff Trawick]

  *) mod_setenvif: Compile some global regex only once during startup.
    This should save some memory, especially with .htaccess.
    [Stefan Fritsch]

  *) core: Add the port number to the vhost's name in the scoreboard.
    [Stefan Fritsch]

  *) mod_proxy: Fix ProxyPassReverse for balancer configurations.
    PR 45434.  [Joe Orton]

  *) mod_lua: Add the parsebody function for parsing POST data. PR 53064.
    [Daniel Gruno]

  *) apxs: Use LDFLAGS from config_vars.mk in addition to CFLAGS and CPPFLAGS.
    [Stefan Fritsch]

  *) mod_proxy: Fix memory leak or possible corruption in ProxyBlock
    implementation.  [Ruediger Pluem, Joe Orton]

  *) mod_proxy: Check hostname from request URI against ProxyBlock list,
    not forward proxy, if ProxyRemote* is configured.  [Joe Orton]

  *) mod_proxy_connect: Avoid DNS lookup on hostname from request URI
    if ProxyRemote* is configured.  PR 43697.  [Joe Orton]

  *) mpm_event, mpm_worker: Remain active amidst prevalent child process
    resource shortages.  [Jeff Trawick]

  *) Add "strict" and "warnings" pragmas to Perl scripts.  [Rich Bowen]

  *) The following now respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
    - core: the scoreboard (ScoreBoardFile), pid file (PidFile), and
      mutexes (Mutex)
    [Jim Jagielski]

  *) ab: Fix bind() errors.  [Joe Orton]

  *) mpm_event: Don't do a blocking write when starting a lingering close
    from the listener thread. PR 52229. [Stefan Fritsch]

  *) mod_so: If a filename without slashes is specified for LoadFile or
    LoadModule and the file cannot be found in the server root directory,
    try to use the standard dlopen() search path. [Stefan Fritsch]

  *) mpm_event, mpm_worker: Fix cases where the spawn rate wasn't reduced
    after child process resource shortages.  [Jeff Trawick]

  *) mpm_prefork: Reduce spawn rate after a child process exits due to
    unexpected poll or accept failure.  [Jeff Trawick]

  *) core: Log value of Status header line in script responses rather
    than the fixed header name.  [Chris Darroch]

  *) mpm_ssl: Fix handling of empty response from OCSP server.
    [Jim Meyering <meyering redhat.com>, Joe Orton]

  *) mpm_event: Fix handling of MaxConnectionsPerChild. [Stefan Fritsch]

  *) mod_authz_core: If an expression in "Require expr" returns denied and
    references %{REMOTE_USER}, trigger authentication and retry. PR 52892.
    [Stefan Fritsch]

  *) core: Always log if LimitRequestFieldSize triggers.  [Stefan Fritsch]

  *) mod_deflate: Skip compression if compression is enabled at SSL level.
    [Stefan Fritsch]

  *) core: Add missing HTTP status codes registered with IANA.
    [Julian Reschke <julian.reschke gmx.de>, Rainer Jung]

  *) mod_ldap: Treat the "server unavailable" condition as a transient
    error with all LDAP SDKs.  [Filip Valder <filip.valder vsb.cz>]

  *) core: Fix spurious "not allowed here" error returned when the Options
    directive is used in .htaccess and "AllowOverride Options" (with no
    specific options restricted) is configured.  PR 53444. [Eric Covener]

  *) mod_authz_core: Fix parsing of Require arguments in <AuthzProviderAlias>.
    PR 53048. [Stefan Fritsch]

  *) mod_log_config: Fix %{abc}C truncating cookie values at first "=".
    PR 53104. [Greg Ames]

  *) mod_ext_filter: Fix error_log spam when input filters are configured.
    [Joe Orton]

  *) mod_rewrite: Add "AllowAnyURI" option. PR 52774. [Joe Orton]

  *) htdbm, htpasswd: Don't crash if crypt() fails (e.g. with FIPS enabled).
    [Paul Wouters <pwouters redhat.com>, Joe Orton]

  *) core: Use a TLS 1.0 close_notify alert for internal dummy connection if
    the chosen listener is configured for https. [Joe Orton]

  *) mod_proxy: Use the the same hostname for SNI as for the HTTP request when
    forwarding to SSL backends. PR 53134.
    [Michael Weiser <michael weiser.dinsnail.net>, Ruediger Pluem]

  *) mod_info: Display all registered providers. [Stefan Fritsch]

  *) mod_ssl: Send the error message for speaking http to an https port using
    HTTP/1.0 instead of HTTP/0.9, and omit the link that may be wrong when
    using SNI. PR 50823. [Stefan Fritsch]

  *) core: Fix segfault in logging if r->useragent_addr or c->client_addr is
    unset. PR 53265. [Stefan Fritsch]

  *) log_server_status: Bring Perl style forward to the present, use
    standard modules, update for new format of server-status output.
    PR 45424. [Richard Bowen, Dave Brondsema, and others]

  *) mod_sed, mod_log_debug, mod_rewrite: Symbol namespace cleanups.
    [Joe Orton, Andr辿 Malo]

  *) core: Prevent "httpd -k restart" from killing server in presence of
    config error. [Joe Orton]

  *) mod_proxy_fcgi: If there is an error reading the headers from the
    backend, send an error to the client. PR 52879. [Stefan Fritsch]

(ryoon)

2012-08-26 12:13:13 UTC MAIN commitmail json YAML

Added textproc/tcl-tDOM version 0.8.3

(wiz)

2012-08-26 12:13:03 UTC MAIN commitmail json YAML

2012-08-26 12:12:28 UTC MAIN commitmail json YAML

Import tcl-tDOM-0.8.3 as textproc/tcl-tDOM.
Packaged for wip by phonohawk and Moritz Wilhelmy.

tDOM combines high performance XML data processing with easy and
powerful Tcl scripting functionality. tDOM should be one of the
fastest ways to manipulate XML with a scripting language and uses very
little memory in the process (for example the DOM tree of the XML
recommendation in XML (160K) needs only about 450K in memory)! The
tDOM project was started by Jochen Loewer. It is currently maintained
by Rolf Ade.

(wiz)

2012-08-26 11:25:33 UTC MAIN commitmail json YAML

Remove mksandbox -- moved to the pkgsrc/pkgtools/mksandbox package.

(wiz)

2012-08-26 11:01:50 UTC MAIN commitmail json YAML

2012-08-26 11:00:42 UTC MAIN commitmail json YAML

Added pkgtools/mksandbox version 1.0

(wiz)

2012-08-26 11:00:23 UTC MAIN commitmail json YAML

2012-08-26 10:34:20 UTC MAIN commitmail json YAML

Update path to mksandbox.

(wiz)

2012-08-26 10:31:39 UTC MAIN commitmail json YAML

2012-08-26 10:31:23 UTC MAIN commitmail json YAML

Import mksandbox-1.0 as pkgtools/mksandbox.

A small shell script to set up a sandbox (usually for a pkgsrc bulk
build), using null mounts.

The file lived in pkgsrc/mk/bulk/mksandbox, but is worthy of its own
package IMHO. New: with manpage.

(wiz)

2012-08-26 10:07:10 UTC MAIN commitmail json YAML

Updated pkgtools/pkg_online-client to 0.13.0nb1

(cheusov)

2012-08-26 10:06:46 UTC MAIN commitmail json YAML

2012-08-26 09:12:55 UTC MAIN commitmail json YAML

Cross openmsx version 0.9.0 off the TODO list.

(marino)

2012-08-26 09:10:42 UTC MAIN commitmail json YAML

Note upgrade of openMSX to version 0.9.0

(marino)

2012-08-26 09:07:23 UTC MAIN commitmail json YAML

emulators/openmsx: Upgrade from version 0.6.2 to 0.9.0

By request of the upstream developers, openMSX has been upgraded to the
12 Aug 2012 release (0.9.0).  The current version in pkgsrc is 0.6.2 was
released over 5 years ago on 15 April 2007.  The openMSX project has
added extensive features through eight newer releases since then, so the
project was "embarrassed" about the currency of the pkgsrc version.  The
changes of each release are way to long to list, so here are the links:

http://sourceforge.net/projects/openmsx/files/openmsx/0.9.0/README_release-notes.txt/view
http://sourceforge.net/projects/openmsx/files/openmsx/0.8.2/README_release-notes.txt/view
http://sourceforge.net/projects/openmsx/files/openmsx/0.8.1/README_release-notes.txt/view
http://sourceforge.net/projects/openmsx/files/openmsx/0.8.0/release-notes.txt/view
Consecutive release notes 0.7.2/0.7.1, 0.7.0, 0.6.3:
http://sourceforge.net/project/shownotes.php?group_id=38274&release_id=693184

Tested Zombie Incident on DragonFly.  It works nicely!

(marino)

2012-08-26 07:46:11 UTC MAIN commitmail json YAML

2012-08-26 07:14:28 UTC MAIN commitmail json YAML

2012-08-26 07:00:59 UTC MAIN commitmail json YAML

add a line about the inn update

(spz)

2012-08-25 22:39:23 UTC MAIN commitmail json YAML

2012-08-25 22:12:11 UTC MAIN commitmail json YAML

Update conditional in patch-ac to match patch-ab.

(dholland)

2012-08-25 20:58:07 UTC MAIN commitmail json YAML

+ stellarium-0.11.4, xosview-1.9.4.

(wiz)

2012-08-25 20:52:24 UTC MAIN commitmail json YAML

Update to 1.0.4
  - Flag (interactive) was removed from the following functions:
    dictem-select-strategy, dictem-select-database, dictem-read-query
    and dictem-run. This fixes Debian bug #564251.

(cheusov)

2012-08-25 19:21:18 UTC MAIN commitmail json YAML

Note update of sysbuild to 2.3.

(jmmv)

2012-08-25 19:20:53 UTC MAIN commitmail json YAML

Update to 2.3:

- Added the 'env' command.  This prints a small shell snippet that can be
  imported into the current shell.  The printed code defines a set of
  convenience global variables and functions to work with the source tree.

(jmmv)

2012-08-25 15:31:47 UTC MAIN commitmail json YAML

this doesn't work with Python-2.7 (see the homepage)
resolves PR PKG/46832 by Kamel Derouiche

(drochner)

2012-08-25 13:12:35 UTC MAIN commitmail json YAML

rename license, requested by Ryo ONODERA

(christos)

2012-08-25 13:11:30 UTC MAIN commitmail json YAML

rename osl-license to osl

(christos)

2012-08-25 13:08:46 UTC MAIN commitmail json YAML

2012-08-25 13:06:47 UTC MAIN commitmail json YAML

2012-08-25 13:02:39 UTC MAIN commitmail json YAML

- rename license
- add PKG_DESTDIR_SUPPORT, which is fake since we don't install anything.

(christos)

2012-08-25 13:01:42 UTC MAIN commitmail json YAML