pkgsrcv2.git
13 years agodynamic linking won't work on Darwin when slapd gets stripped
adam [Fri, 17 Dec 2010 14:13:02 +0000 (14:13 +0000)]
dynamic linking won't work on Darwin when slapd gets stripped

13 years ago- Updated to 1.26
rhaen [Fri, 17 Dec 2010 14:12:10 +0000 (14:12 +0000)]
- Updated to 1.26

Changelog:
- The as_string method did not localize $@ and $SIG{__DIE__} before doing an
  eval. Reported and tested by Marc Mims. RT #61072.

13 years agoFix building openldap-smbk5pwd on machines other than NetBSD, and without kerberos...
adam [Fri, 17 Dec 2010 10:20:51 +0000 (10:20 +0000)]
Fix building openldap-smbk5pwd on machines other than NetBSD, and without kerberos if Heimdal not found (only Samba support).

13 years agoFix pkglint warnings
adam [Fri, 17 Dec 2010 10:19:16 +0000 (10:19 +0000)]
Fix pkglint warnings

13 years agoUpdated devel/omake to 0.9.8.6.0rc1
wiz [Fri, 17 Dec 2010 09:43:20 +0000 (09:43 +0000)]
Updated devel/omake to 0.9.8.6.0rc1

13 years agoUpdate to 0.9.8.6rc1 and add lots of upstream SVN patches to make
wiz [Fri, 17 Dec 2010 09:40:14 +0000 (09:40 +0000)]
Update to 0.9.8.6rc1 and add lots of upstream SVN patches to make
it build again.

Changes:
This is a major feature enhancement and bugfix release

    * Added keyword and optional function arguments.

      The syntax of a keyword parameter/argument is "identifier = expr".

         Function     Application
         -------------------------------------------
         f(a)         f(1)
         f(~a, b)     f(~a = 10, 11)     Required keyword argument
         f(?a, b)     f(~a = 10, 12)     Optional keyword argument
                      f(12)              -- defaults to empty
         f(?a = 1, b) f(~a = 10, 11)     Optional keyword argument with default value
         f(~a = 1, b) f(11)              -- ~a is same as ?a if there is a default value
                      f(?a = 10, 11)     -- Arguments can use ?, but it means the same thing

      Keyword arguments and normal arguments are processed
      independently. Normal arguments have to appear in the same
      order as in the parameter list, but keyword arguments can go
      anywhere.

      This also adds the function notation.

          fun(x, y) =>
             add($x, $y)

          foreach(x => ..., a b c)
             println($x)

      where the "..." essentially means "parse as if the indented
      block below was actually an expression in here"

      Old-style foreach generate a warning.
    * Added "program" syntax. This provides a more standard
    programming language, where strings must be explicit, and
    variables represent applications.

      The outer syntax is normal; the program syntax is an ast to
      ast translation. The translation is turned on with the command
      ".LANGUAGE: program", which is scoped like "export". Here is
      an example:

         #!/usr/bin/env osh
         .LANGUAGE: program

         f(x) =
            return x + 1

         println(f(f(1)))

      The normal $-style expressions are always allowed, but in
      program-syntax mode, identifiers stand for variables, function
      application is the f(e1, ..., e2) form, and there are the
      standard infix operators. To switch back to the default
      syntax, use .LANGUAGE: make

      Note, shell commands and rules never use program syntax,
      except within function arguments.

      This is not heavily tested.
    * Added support for partial and curried function applications.
    Normal funcation application still require using the correct
    number of arguments (as relaxed by the introduction of optional
    arguments), but apply function can be used to create curried
    and partial applications.

         f(x,y) =
            return $(add $x, $y)

         g = $(apply $f, 2)      # Partial applications must use apply
         println($(g 3))         # 5

         ff(x) =
            gg(y) =
               return $(add $x, $y)

         println($(apply $(ff), 3, 5)) # Prints 8, also need to use apply here

      apply can also take keyword arguments.
    * A high-quality C parser was added to OMake — see lib/parse/C/Parse.om
    * Added a LaTeX parser and spellchecker - see lib/parse/LaTeX/README.txt
    * New functions added: localtime, gmtime, mktime, normalize-tm,
    utimes, digest-string, url-escaped, find-all, addprefixes
    * New object added: Tm
    * About 10 Bugs fixed
    * [Experimental] Object methods can now export their fields
    back into the parent object. For example,

         Z. =
             x = 1
             f() =
                 x = 2
                 export
         Z.f()
         echo $(Z.x)
         # Prints "2"

      This works with arbitrary levels of nesting.

13 years agoAdd upstream bug report URL.
wiz [Fri, 17 Dec 2010 09:26:23 +0000 (09:26 +0000)]
Add upstream bug report URL.

13 years agoAdded games/supertuxkart version 0.6.2a
wiz [Fri, 17 Dec 2010 09:21:34 +0000 (09:21 +0000)]
Added games/supertuxkart version 0.6.2a

13 years ago+ supertuxkart.
wiz [Fri, 17 Dec 2010 09:21:22 +0000 (09:21 +0000)]
+ supertuxkart.

13 years agoMerge from vendor branch TNF:
wiz [Fri, 17 Dec 2010 09:20:53 +0000 (09:20 +0000)]
Merge from vendor branch TNF:
Initial import of supertuxkart-0.6.2a:

SuperTuxKart is a free 3d kart racing game; we want to make the
game fun more than we want to make it realistic. You can play with
up to 4 friends on one PC, racing against each other or just try
to beat the computer.

See the great lighthouse or drive through the sand and visit the
pyramids. Race underground or in space, watching the stars passing
by. Have some rest under the palms on the beach (watching the other
karts overtaking you :) ). But don't eat the bananas! Watch for
bowling balls, plungers, bubble gum and cakes thrown by opponents.

You can do a single race against other karts, compete in one of
several Grand Prix, try to beat the high score in time trials on
your own, play battle mode against your friends, and more!

13 years agoInitial import of supertuxkart-0.6.2a:
wiz [Fri, 17 Dec 2010 09:20:53 +0000 (09:20 +0000)]
Initial import of supertuxkart-0.6.2a:

SuperTuxKart is a free 3d kart racing game; we want to make the
game fun more than we want to make it realistic. You can play with
up to 4 friends on one PC, racing against each other or just try
to beat the computer.

See the great lighthouse or drive through the sand and visit the
pyramids. Race underground or in space, watching the stars passing
by. Have some rest under the palms on the beach (watching the other
karts overtaking you :) ). But don't eat the bananas! Watch for
bowling balls, plungers, bubble gum and cakes thrown by opponents.

You can do a single race against other karts, compete in one of
several Grand Prix, try to beat the high score in time trials on
your own, play battle mode against your friends, and more!

13 years agorevert last bump, not affect to mono world.
obache [Fri, 17 Dec 2010 07:43:54 +0000 (07:43 +0000)]
revert last bump, not affect to mono world.

13 years agoBump PKGREVISION from icu shlib major bump.
obache [Fri, 17 Dec 2010 07:36:14 +0000 (07:36 +0000)]
Bump PKGREVISION from icu shlib major bump.

13 years agoRepo copy files
repo-copy [Fri, 17 Dec 2010 04:42:23 +0000 (04:42 +0000)]
Repo copy files

13 years agoFixup fromcvs/togit conversion
pkgsrc fixup [Fri, 17 Dec 2010 04:42:22 +0000 (20:42 -0800)]
Fixup fromcvs/togit conversion

13 years agoUpdated parallel/mpi-ch to 1.3.1
asau [Fri, 17 Dec 2010 02:53:58 +0000 (02:53 +0000)]
Updated parallel/mpi-ch to 1.3.1

13 years agoUpdate to MPICH2 1.3.1
asau [Fri, 17 Dec 2010 02:47:18 +0000 (02:47 +0000)]
Update to MPICH2 1.3.1

Changes in 1.3.1

 # OVERALL: MPICH2 is now fully compliant with the CIFTS FTB standard
   MPI events (based on the draft standard).

 # OVERALL: Major improvements to RMA performance for long lists of
   RMA operations.

 # OVERALL: Performance improvements for Group_translate_ranks.

 # COLLECTIVES: Collective algorithm selection thresholds can now be controlled
   at runtime via environment variables.

 # ROMIO: PVFS error codes are now mapped to MPI error codes.

 # Several other minor bug fixes, memory leak fixes, and code cleanup.
   A full list of changes is available using:

     svn log -r7350:HEAD https://svn.mcs.anl.gov/repos/mpi/mpich2/tags/release/mpich2-1.3.1

     ... or at the following link:

     https://trac.mcs.anl.gov/projects/mpich2/log/mpich2/tags/release/mpich2-1.3.1?action=follow_copy&rev=HEAD&stop_rev=7350&mode=follow_copy

Changes in 1.3

 # OVERALL: Initial support for fine-grained threading in
   ch3:nemesis:tcp.

 # OVERALL: Support for Asynchronous Communication Progress.

 # OVERALL: The ssm and shm channels have been removed.

 # OVERALL: Checkpoint/restart support using BLCR.

 # OVERALL: Improved tolerance to process and communication failures
   when error handler is set to MPI_ERRORS_RETURN.  If a communication
   operation fails (e.g., due to a process failure) MPICH2 will return
   an error, and further communication to that process is not
   possible.  However, communication with other processes will still
   proceed normally.  Note, however, that the behavior collective
   operations on communicators containing the failed process is
   undefined, and may give incorrect results or hang some processes.

 # OVERALL: Experimental support for inter-library dependencies.

 # PM/PMI: Hydra is now the default process management framework
   replacing MPD.

 # PM/PMI: Added dynamic process support for Hydra.

 # PM/PMI: Added support for LSF, SGE and POE in Hydra.

 # PM/PMI: Added support for CPU and memory/cache topology aware
   process-core binding.

 # DEBUGGER: Improved support and bug fixes in the Totalview support.

 # Build system: Replaced F90/F90FLAGS by FC/FCFLAGS. F90/F90FLAGS are
   not longer supported in the configure.

 # Multi-compiler support: On systems where C compiler that is used to
   build mpich2 libraries supports multiple weak symbols and multiple aliases,
   the Fortran binding built in the mpich2 libraries can handle different
   Fortran compilers (than the one used to build mpich2).  Details in README.

 # Several other minor bug fixes, memory leak fixes, and code cleanup.
   A full list of changes is available using:

     svn log -r5762:HEAD https://svn.mcs.anl.gov/repos/mpi/mpich2/tags/release/mpich2-1.3

     ... or at the following link:

     https://trac.mcs.anl.gov/projects/mpich2/log/mpich2/tags/release/mpich2-1.3?action=follow_copy&rev=HEAD&stop_rev=5762&mode=follow_copy

13 years agoUpdated devel/p5-Coro.
hiramatsu [Fri, 17 Dec 2010 02:25:08 +0000 (02:25 +0000)]
Updated devel/p5-Coro.

13 years agoUpdated to 5.25. This fixes build problem due to API changes of devel/libev.
hiramatsu [Fri, 17 Dec 2010 02:22:36 +0000 (02:22 +0000)]
Updated to 5.25. This fixes build problem due to API changes of devel/libev.

5.25  Thu Nov 11 01:08:39 CET 2010
        - try a different approach on netbsd - netbsd 5 finally has marginally
          working pthreads, but still broken ucontext/sigaltstack.
        - openbsd 4.8 finally got their act together, Coro works out of the box
          with asm, setjmp and pthreads (no change, just informational).

5.24  Sat Oct 23 11:27:12 CEST 2010
        - port to the EV 4.0 API.
        - work around bugs in mingw32, making strawberry perl work
          out of the box.
        - correctly modify Coro::AIO function prototypes
          so that they reflect the "no optional parameters" rule.
        - "ported" libcoro to C++.

13 years ago+ abcmidi-20101212, bzr-2.2.2, dvipng-1.14, gentoo-0.19.7, gsasl-1.6.0,
wiz [Fri, 17 Dec 2010 01:32:59 +0000 (01:32 +0000)]
+ abcmidi-20101212, bzr-2.2.2, dvipng-1.14, gentoo-0.19.7, gsasl-1.6.0,
  gwaei-1.5.1, mrtg-2.17.0, openoffice3-3.3, opera-11.0, tellico-2.3.2.

13 years agoUpdated www/gitweb to 1.7.3.4
gdt [Fri, 17 Dec 2010 01:19:34 +0000 (01:19 +0000)]
Updated www/gitweb to 1.7.3.4

13 years agoUpdate to 1.7.3.4. Most importantly:
gdt [Fri, 17 Dec 2010 01:19:17 +0000 (01:19 +0000)]
Update to 1.7.3.4.  Most importantly:

commit 3017ed62f47ce14a959e2d315c434d4980cf4243
Author: Jakub Narebski <jnareb@gmail.com>
Date:   Wed Dec 15 00:34:01 2010 +0100

    gitweb: Introduce esc_attr to escape attributes of HTML elements

    It is needed only to escape attributes of handcrafted HTML elements,
    and not those generated using CGI.pm subroutines / methods for HTML
    generation.

    While at it, add esc_url and esc_html where needed, and prefer to use
    CGI.pm HTML generating methods than handcrafted HTML code.  Most of
    those are probably unnecessary (could be exploited only by person with
    write access to gitweb config, or at least access to the repository).

    This fixes CVE-2010-3906

Reported-by: Emanuele Gentili <e.gentili@tigersecurity.it>
Helped-by: John 'Warthog9' Hawley <warthog9@kernel.org>
Helped-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
and lesser changes:

3017ed6 gitweb: Introduce esc_attr to escape attributes of HTML elements
d48b284 perl: bump the required Perl version to 5.8 from 5.6.[21]
d8a9480 gitweb: Don't die_error in git_tag after already printing headers
22e5e58 Typos in code comments, an error message, documentation
497d9c3 gitweb: clarify search results page when no matching commit found
0b45010 gitweb: Fix typo in run() subroutine
7f425db gitweb: allow configurations that change with each request
61bf126 gitweb: move highlight config out of guess_file_syntax()
109988f gitweb: fix esc_url
869d588 gitweb: Move evaluate_gitweb_config out of run_request
7064994 gitweb/Makefile: fix typo in gitweb.min.css rule
5ed2ec1 gitweb: Return or exit after done serving request
ad709ea gitweb: Fix typo in hash key name in %opts in git_header_html
45aa989 gitweb: Run in FastCGI mode if gitweb script has .fcgi extension
18d0532 gitweb: Move static files into seperate subdirectory
04794fd gitweb: Use @diff_opts while using format-patch
a0446e7 gitweb: Add support for FastCGI, using CGI::Fast
c2394fe gitweb: Put all per-connection code in run() subroutine
592ea41 gitweb: Refactor syntax highlighting support
b331fe5 gitweb: Syntax highlighting support
152d943 gitweb: Create install target for gitweb in Makefile
8515392 gitweb: Improve installation instructions in gitweb/INSTALL
ee1d8ee gitweb: Silence 'Variable VAR may be unavailable' warnings
efb2d0c gitweb: Move generating page title to separate subroutine
7a59745 gitweb: Add custom error handler using die_error
c42b00c gitweb: Use nonlocal jump instead of 'exit' in die_error
377bee3 gitweb: href(..., -path_info => 0|1)
8de096b gitweb: simplify gitweb.min.* generation and clean-up rules
e391859 gitweb: update INSTALL to use shorter make target
a8ab675 gitweb: add documentation to INSTALL regarding gitweb.js
bb4bbf7 Gitweb: add autoconfigure support for minifiers
0e6ce21 Gitweb: add support for minifying gitweb.css
890a13a Sync with 1.7.0.4
7a49c25 gitweb: git_get_project_config requires only $git_dir, not also $projec
9be3614 gitweb: Fix project-specific feature override behavior
964ad92 gitweb multiple project roots documentation
1df4876 gitweb: Protect escaping functions against calling on undef
453541f gitweb: esc_html (short) error message in die_error
e6e592d gitweb: Die if there are parsing errors in config file
57017b3 gitweb: Simplify (and fix) chop_str
aa14013 gitweb: Add optional extra parameter to die_error, for extended explanaion
1ee4b4e gitweb: add a "string" variant of print_sort_th
0cf207f gitweb: add a "string" variant of print_local_time
24d4afc gitweb: Check that $site_header etc. are defined before using them
62331ef gitweb: Makefile improvements
b62a1a9 gitweb: Load checking
b2c2e4c gitweb.js: Workaround for IE8 bug

13 years agogit updated to 1.7.3.4; remove suggestion to update to 1.7.3.3
gdt [Fri, 17 Dec 2010 01:06:44 +0000 (01:06 +0000)]
git updated to 1.7.3.4; remove suggestion to update to 1.7.3.3

13 years agoUpdated devel/scmgit to 1.7.3.4
gdt [Fri, 17 Dec 2010 01:05:39 +0000 (01:05 +0000)]
Updated devel/scmgit to 1.7.3.4

13 years agoUpdate to 1.7.3.4.
gdt [Fri, 17 Dec 2010 01:05:23 +0000 (01:05 +0000)]
Update to 1.7.3.4.

Git v1.7.3.4 Release Notes
==========================

Fixes since v1.7.3.3
--------------------

 * Smart HTTP transport used to incorrectly retry redirected POST
   request with GET request.

 * "git apply" did not correctly handle patches that only change modes
   if told to apply while stripping leading paths with -p option.

 * "git apply" can deal with patches with timezone formatted with a
   colon between the hours and minutes part (e.g. "-08:00" instead of
   "-0800").

 * "git checkout" removed an untracked file "foo" from the working
   tree when switching to a branch that contains a tracked path
   "foo/bar".  Prevent this, just like the case where the conflicting
   path were "foo" (c752e7f..7980872d).

 * "git cherry-pick" or "git revert" refused to work when a path that
   would be modified by the operation was stat-dirty without a real
   difference in the contents of the file.

 * "git diff --check" reported an incorrect line number for added
   blank lines at the end of file.

 * "git imap-send" failed to build under NO_OPENSSL.

 * Setting log.decorate configuration variable to "0" or "1" to mean
   "false" or "true" did not work.

 * "git push" over dumb HTTP protocol did not work against WebDAV
   servers that did not terminate a collection name with a slash.

 * "git tag -v" did not work with GPG signatures in rfc1991 mode.

 * The post-receive-email sample hook was accidentally broken in 1.7.3.3
   update.

 * "gitweb" can sometimes be tricked into parrotting a filename argument
   given in a request without properly quoting.

Other minor fixes and documentation updates are also included.

Git v1.7.3.3 Release Notes
==========================

In addition to the usual fixes, this release also includes support for
the new "add.ignoreErrors" name given to the existing "add.ignore-errors"
configuration variable.

The next version, Git 1.7.4, and future versions, will support both
old and incorrect name and the new corrected name, but without this
backport, users who want to use the new name "add.ignoreErrors" in
their repositories cannot use older versions of Git.

Fixes since v1.7.3.2
--------------------

 * "git apply" segfaulted when a bogus input is fed to it.

 * Running "git cherry-pick --ff" on a root commit segfaulted.

 * "diff", "blame" and friends incorrectly applied textconv filters to
   symlinks.

 * Highlighting of whitespace breakage in "diff" output was showing
   incorrect amount of whitespaces when blank-at-eol is set and the line
   consisted only of whitespaces and a TAB.

 * "diff" was overly inefficient when trying to find the line to use for
   the function header (i.e. equivalent to --show-c-function of GNU diff).

 * "git imap-send" depends on libcrypto but our build rule relied on the
   linker to implicitly link it via libssl, which was wrong.

 * "git merge-file" can be called from within a subdirectory now.

 * "git repack -f" expanded and recompressed non-delta objects in the
   existing pack, which was wasteful.  Use new "-F" option if you really
   want to (e.g. when changing the pack.compression level).

 * "git rev-list --format="...%x00..." incorrectly chopped its output
   at NUL.

 * "git send-email" did not correctly remove duplicate mail addresses from
   the Cc: header that appear on the To: header.

 * The completion script (in contrib/completion) ignored lightweight tags
   in __git_ps1().

 * "git-blame" mode (in contrib/emacs) didn't say (require 'format-spec)
   even though it depends on it; it didn't work with Emacs 22 or older
   unless Gnus is used.

 * "git-p4" (in contrib/) did not correctly handle deleted files.

Other minor fixes and documentation updates are also included.

13 years agodocument rtree and fts options for sqlite3
agc [Fri, 17 Dec 2010 00:38:14 +0000 (00:38 +0000)]
document rtree and fts options for sqlite3

13 years agoAdd two new options for sqlite3, rtree (for multi-dimensional search optimization),
agc [Fri, 17 Dec 2010 00:37:34 +0000 (00:37 +0000)]
Add two new options for sqlite3, rtree (for multi-dimensional search optimization),
and fts (full-text searching). Both options are off by default.

13 years agoUpdate to 1.8.1.1. This is a minor bugfix update.
jnemeth [Fri, 17 Dec 2010 00:24:28 +0000 (00:24 +0000)]
Update to 1.8.1.1.  This is a minor bugfix update.

The release of Asterisk 1.8.1.1 resolves two issues reported by the community
since the release of Asterisk 1.8.1.

  * Don't crash after Set(CDR(userfield)=...) in ast_bridge_call. Instead of
    setting peer->cdr = NULL, set it to not post.
    (Closes issue #18415. Reported by macbrody. Patched, tested by jsolares)

  * Fixes issue with outbound google voice calls not working. Thanks to az1234
    and nevermind_quack for their input in helping debug the issue.
    (Closes issue #18412. Reported by nevermind_quack. Patched by dvossel)

For a full list of changes in this release candidate, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.1.1

13 years agoUpdated comms/asterisk18 to 1.8.1.1
jnemeth [Fri, 17 Dec 2010 00:21:52 +0000 (00:21 +0000)]
Updated comms/asterisk18 to 1.8.1.1

13 years agoUpdated www/drupal6 to 6.2
rhaen [Fri, 17 Dec 2010 00:05:24 +0000 (00:05 +0000)]
Updated www/drupal6 to 6.2

13 years ago- updated package to 6.20
rhaen [Fri, 17 Dec 2010 00:04:00 +0000 (00:04 +0000)]
- updated package to 6.20
- update patch provided by V.Seifert

ChangeLog:

- #494462 by z.stolar: modify robots.txt to give search engine crawlers
  permission to index content in /sites/*, such as images uploaded to the
  site #481142 by JohnAlbin, sociotech: theme settings forms were not
  inherited by sub-themes
- #764548 by Dave Reid, sun: backport hiding of hidden modules on the
  modules page, so if projects include hidden modules for testing, those
  will not confuse users #687674 by jefnguo, rdrh555: fix minor code
  documentation typo in menu.inc
- #881540 by bjaspan: make syslog identity configurable on the user
  interface (instead of hardwired to 'drupal') #280930 by pillarsdotnet,
  oadaeh, David_Rothstein: fall back on an empty array if hook_schema is
  not defined for a module
- #956320: clean up documentation for menu_set_active_trail #903016 by
  daniels220: path argument was not documented on the arg() function
- #618280 by daniels220: minor fix to drupal_add_css() documentation to
  have correct path example #926440 by daniels220: document search_form()
  return value properly
- #716348 by grendzy, hefox: document that drupal_get_path(),
  drupal_load() and drupal_get_filename() can be used with 'profile' as
  well #767408 by hunmonk: copy semaphore site creation to
  update_fix_d6_requirements() to solve issues upgrading from any version
  of Drupal 5
- #948520 by jhodgdon, mvc: fix formatting in Schema API documentation
  lists #931304 by subnet_rx, webkenny: backport support for newly popular
  tel: protocol in filter_xss_bad_protocols()
- #937508 by amateescu: document the return value of arg() better #505730
  by alexanderpas, jhodgdon: document return value of
  valid_email_address() better
- #930784 by Jay Matwichuk, daniels220: fix argument name in code
  documentation for db_add_field() #225950 by mgriego, daniels220,
  jhodgdon: improve documentation on theme_image()
- #698248 by andypost: fix notice in cache.inc when $user->cache is not
  defined #872374 by sender: user_load() can take a uid not just an array;
  document that properly
- #942718 by joachim: document where drupal_get_form() arguments end up in
  form arrays #895858 by dstol: fix documentation of possible $item values
  in menu_link_save()
- #379348 by dstol: refine documentation on node_submit() #403034 by
  Andreas Wolf, roderik: node_assign_owner_action() should use
  node_get_types('name', ...) to get the name of the node type
- #829968 by AlexisWilke, andypost: fix drupal_lookup_path() to always
  return FALSE if the source was not found, not just for the 2nd call
  onwards #245990 by David_Rothstein, Pedro Lozano, andypost: do not
  follow any redirections in system_check_http_request() since we only
  need data on whether HTTP requests worked at all
- #366768 by druppi, hass, plach, GiorgosK: do not link to unpublished
  translation nodes, even if user would have access to them (once
  published) #764234 by yan_nick, Zoltan Balogh and myself: backport width
  of user filter labels in admin forms; better fit for some translations
- #971400 by myself, pp: backport change of language source URLs from
  Drupal 7 #809616 by catch, hswong3i: fix notice in menu rebuild
- #973242 by pp: log type name not properly translated in dblog.module
- #147000 by pwolanin, mikeytown2, et. al.: avoid multiple, parallel
  rebuildings of module and theme data
- #969252 by Dave Reid: save hook_help implementation in upload.module for
  admin/settings/uploads #993834 by adamgerbert, nenne: fix documentation
  of return value in do_search
- #991944 by Jacine: theme_locale_admin_manage_screen() doesn't exist
- #841134 by daniels220, jhodgdon: file_save_upload() documentation
  corrections
- #287647 by bjaspan, lilou, mikejoconnor, cafuego, Déja: cast invalid
  hook_schema() results into arrays at all times #917670 by mr.baileys,
  rdrh555: fix documentation for drupal_alter()
- #357785 by arnoldc, gravalsyr, miro_dietiker, plach: retain the tnid
  value for new nodes saved, so the node object reflects the database
- #422218 by salvis, jeremiah.snapp: fix a case in forum module where non
  forum tids might get picked as the forum topic tid
- #488166 by EmanueleQuinto, Damien Tournoud, jhodgdon: search relevance
  calculation fails if last_comment_timestamp is NULL #881132 by HLopes,
  Garrett Albright: CSS files with non-UTF-8 characters broke CSS
  optimization
- #772678 by sun, jpmckinney, Berdir, markus_petrux: no way to specify
  default collation, entirely depended on database configuration (which
  might be inappropriate) #212130 by salvis, boydjd, Steven, grendzy,
  Damien Tournoud: more complete support for unicode entities, to account
  for previously missing entities in decode_entities()
- #307636 by zbricoleur, sreynen, quicksketch: fix file identification bug
  with image file processing on Microsoft IIS Roll back #147000, prevented
  Drupal from being installed.
- #986682 by pkiraly: improve code documentation for db_table_exists() and
  db_column_exists()

13 years agoUpdated parallel/openmpi to 1.5.1
asau [Thu, 16 Dec 2010 21:01:15 +0000 (21:01 +0000)]
Updated parallel/openmpi to 1.5.1

13 years agoUpdate to OpenMPI 1.5.1
asau [Thu, 16 Dec 2010 21:00:54 +0000 (21:00 +0000)]
Update to OpenMPI 1.5.1

Changes in 1.5.1

- Fixes for the Oracle Studio 12.2 Fortran compiler.
- Fix SPARC and SPARCv9 atomics.  Thanks to Nicola Stange for the
  initial patch.
- Fix Libtool issues with the IBM XL compiler in 64-bit mode.
- Restore the reset of the libevent progress counter to avoid
  over-sampling the event library.
- Update memory barrier support.
- Use memmove (instead of memcpy) when necessary (e.g., source and
  destination overlap).
- Fixed ompi-top crash.
- Fix to handle Autoconf --program-transforms properly and other
  m4/configury updates.  Thanks to the GASNet project for the
  --program transforms fix.
- Allow hostfiles to specify usernames on a per-host basis.
- Update wrapper compiler scripts to search for perl during configure,
  per request from the BSD maintainers.
- Minor man page fixes.
- Added --with-libltdl option to allow building Open MPI with an
  external installation of libltdl.
- Fixed various issues with -D_FORTIFY_SOURCE=2.
- Various VT fixes and updates.

Notable changes in 1.5

- Added "knem" support: direct process-to-process copying for shared
  memory message passing.  See http://runtime.bordeaux.inria.fr/knem/
  and the README file for more details.
- Updated shared library versioning scheme and linking style of MPI
  applications.  The MPI application ABI has been broken from the
  v1.3/v1.4 series.  MPI applications compiled against any prior
  version of Open MPI will need to, at a minimum, re-link.  See the
  README file for more details.
- Added "fca" collective component, enabling MPI collective offload
  support for Voltaire switches.
- Fixed MPI one-sided operations with large target displacements.
  Thanks to Brian Price and Jed Brown for reporting the issue.
- Fixed MPI_GET_COUNT when used with large counts.  Thanks to Jed
  Brown for reporting the issue.
- Made the openib BTL safer if extremely low SRQ settings are used.
- Fixed handling of the array_of_argv parameter in the Fortran
  binding of MPI_COMM_SPAWN_MULTIPLE (** also to appear: 1.4.3).
- Fixed malloc(0) warnings in some collectives.
- Fixed a problem with the Fortran binding for
  MPI_FILE_CREATE_ERRHANDLER.  Thanks to Secretan Yves for identifying
  the issue (** also to appear: 1.4.3).
- Updates to the LSF PLM to ensure that the path is correctly passed.
  Thanks to Teng Lin for the patch (** also to appear: 1.4.3).
- Fixes for the F90 MPI_COMM_SET_ERRHANDLER and MPI_WIN_SET_ERRHANDLER
  bindings.  Thanks to Paul Kapinos for pointing out the issue
  (** also to appear: 1.4.3).
- Fixed extra_state parameter types in F90 prototypes for
  MPI_COMM_CREATE_KEYVAL, MPI_GREQUEST_START, MPI_REGISTER_DATAREP,
  MPI_TYPE_CREATE_KEYVAL, and MPI_WIN_CREATE_KEYVAL.
- Fixes for Solaris oversubscription detection.
- If the PML determines it can't reach a peer process, print a
  slightly more helpful message.  Thanks to Nick Edmonds for the
  suggestion.
- Make btl_openib_if_include/exclude function the same way
  btl_tcp_if_include/exclude works (i.e., supplying an _include list
  overrides supplying an _exclude list).
- Apply more scalable reachability algorithm on platforms with more
  than 8 TCP interfaces.
- Various assembly code updates for more modern platforms / compilers.
- Relax restrictions on using certain kinds of MPI datatypes with
  one-sided operations.  Users beware; not all MPI datatypes are valid
  for use with one-sided operations!
- Improve behavior of MPI_COMM_SPAWN with regards to --bynode.
- Various threading fixes in the openib BTL and other core pieces of
  Open MPI.
- Various help file and man pages updates.
- Various FreeBSD and NetBSD updates and fixes.  Thanks to Kevin
  Buckley and Aleksej Saushev for their work.
- Fix case where freeing communicators in MPI_FINALIZE could cause
  process failures.
- Print warnings if shared memory state files are opened on what look
  like networked filesystems.
- Update libevent to v1.4.13.
- Allow propagating signals to processes that call fork().
- Fix bug where MPI_GATHER was sometimes incorrectly examining the
  datatype on non-root processes.  Thanks to Michael Hofmann for
  investigating the issue.
- Various Microsoft Windows fixes.
- Various Catamount fixes.
- Various checkpoint / restart fixes.
- Xgrid support has been removed until it can be fixed (patches
  would be welcome).
- Added simplistic "libompitrace" contrib package.  Using the MPI
  profiling interface, it essentially prints out to stderr when select
  MPI functions are invoked.
- Update bundled VampirTrace to v5.8.2.
- Add pkg-config(1) configuration files for ompi, ompi-c, ompi-cxx,
  ompi-f77, ompi-f90.  See the README for more details.
- Removed the libopenmpi_malloc library (added in the v1.3 series)
  since it is no longer necessary
- Add several notifier plugins (generally used when Open MPI detects
  system/network administrator-worthy problems); each have their own
  MCA parameters to govern their usage.  See "ompi_info --param
  notifier <name>" for more details.
  - command to execute arbitrary commands (e.g., run a script).
  - file to send output to a file.
  - ftb to send output to the Fault Tolerant Backplane (see
    http://wiki.mcs.anl.gov/cifts/index.php/CIFTS)
  - hnp to send the output to mpirun.
  - smtp (requires libesmtp) to send an email.

13 years agoadd patch from upstream to protect for possible buffer overflows from
drochner [Thu, 16 Dec 2010 18:00:59 +0000 (18:00 +0000)]
add patch from upstream to protect for possible buffer overflows from
rogue cards (SA42658)

13 years agoUpdated editors/xemacs to 21.4.22
hauke [Thu, 16 Dec 2010 17:46:02 +0000 (17:46 +0000)]
Updated editors/xemacs to 21.4.22

13 years agoUpdate XEmacs package to 21.4.22
hauke [Thu, 16 Dec 2010 17:45:13 +0000 (17:45 +0000)]
Update XEmacs package to 21.4.22

I tried to work in the manual PLIST changes.

Changes since 21.4.17 from the distribution ChangeLog:

2008-12-28  Vin Shelton  <acs@xemacs.org>

        * XEmacs 21.4.22 is released

        * etc/photos/vin.png:
        * etc/photos/vinm.png: Updated.

2007-10-07  Vin Shelton  <acs@xemacs.org>

        * XEmacs 21.4.21 is released

        * modules/ldap/eldap.c: Declare that we use deprecated API.
        Thanks to Mats Lidell <matsl@xemacs.org> for the report & patch:
        <871wgnqunm.fsf@spencer.lidell.homelinux.net>.

2006-12-09  Vin Shelton  <acs@xemacs.org>

        * XEmacs 21.4.20 is released

        * configure.in: Find relocated xpm library under cygwin.
        Patch lifted from Rick Rankin's 21.5 version of the patch.
        * PROBLEMS: X11R7 loses x11/bitmaps/gray.
        * configure.in: Simplify cygwin include and nox/Xpm handling.
        As of cygwin-1.5.19, 'gcc -print-file-name=libc.a' (effectively)
        returns '/lib' instead of '/usr/lib', so we'll use
        'gcc -print-search-dirs' instead.

2006-01-28  Vin Shelton  <acs@xemacs.org>

        * XEmacs 21.4.19 is released

        * etc/package-index.LATEST.gpg: Updated with latest package data.
        Merge from 21.5.
        * configure.in: Fixed `LDAP_OPT_ON' libraries configuration
        introduced in local 2005-03-13 change of `configure.in'.  However,
        do not check for internal `-lber' `ber_pvt_opt_on' symbol as done
        in upstream.  This symbol is not part of any published interface,
        it may exist or not exist, depending on openldap version.  Cryptic
        comment before using it in upstream 21.5 source did not state
        precisely under which circumstances checking for it was useful,
        which sort of user code tried to link the symbol.  So in local
        21.5 dismissed both the code and the comment without writing a
        cleaner equivalent.
        * etc/NEWS: Document.
        * etc/package-index.LATEST.gpg: Updated with latest package data.
        * etc/OXYMORONS: insert 'Social Property' for 21.4.18.
        * etc/NEWS: document motif deprecation and defaulting
        --with-widgets to off.
        * etc/PACKAGES: Fix description of xetla.

2005-12-03  Vin Shelton <acs@xemacs.org>

        * XEmacs 21.4.18 is released

        * etc/TUTORIAL.cs: copied from 21.5.
        * etc/TUTORIAL.sl: copied from 21.5.
        * configure.in: Merge revision 1.19 change: fix ldap libraries
        configuration lossage when `-lldap -llber' links and but `-lldap'
        does not; allow `ldap_libs' to be empty or overridden by builder.
        The lossage was introduced in upstream revision 1.151.2.31
        (2005/01/31 02:54:47 vins) by (extremely hasty and unwise) merge
        of revision 1.232 change.
        * etc/NEWS: Document it.
        * configure.in (XE_COMPUTE_RUNPATH): Check XtRegisterDrawable
        availability.
        * etc/PACKAGES: etc/PACKAGES: Announce re-builder, xetla.
        * configure.in: Avoid using Motif also for cygwin
        * configure.in: Check for u_int*_t typedefs and use them in
        Berkeley DB detection.
        * etc/PACKAGES: etc/PACKAGES: Announce re-builder, xetla.
        * configure.in: Remove -fno-gnu-linker option from Solaris
        dynodump builds; it doesn't do anything.
        Don't use 'head -1' - it's deprecated by coreutils-5.3.0 on some
        platforms.
        * etc/PACKAGES: Announce latin-euro-standards, update mule-base.
        * etc/OXYMORONS: New list.

13 years agoNote update of www/typo3 package to 4.4.5.
taca [Thu, 16 Dec 2010 15:37:01 +0000 (15:37 +0000)]
Note update of www/typo3 package to 4.4.5.

13 years agoUpdate typo3 package to 4.4.5.
taca [Thu, 16 Dec 2010 15:35:34 +0000 (15:35 +0000)]
Update typo3 package to 4.4.5.

Quote from http://wiki.typo3.org/wiki/TYPO3_4.4.5, prease refer the
page for more detail.

Due to several security issues found in the TYPO3 Core, there was a combined
release of TYPO3 4.2.16, 4.3.9 and 4.4.5.
Find more details in the security bulletin:
http://typo3.org/teams/security/security-bulletins/typo3-sa-2010-022/

13 years agoUpdated graphics/[lib]exif to 0.6.20
adam [Thu, 16 Dec 2010 15:01:39 +0000 (15:01 +0000)]
Updated graphics/[lib]exif to 0.6.20

13 years agoChanges 0.6.20:
adam [Thu, 16 Dec 2010 15:00:33 +0000 (15:00 +0000)]
Changes 0.6.20:
* New translation: ro
* Updated translations: it, lv, sk
* --no-fixup now honoured during --create-exif to not create default tags
* Fixed crash when not enough components were given to --set-value
* Made --set-value more forgiving of whitespace
* Allow --set-value on UNDEFINED tags (treating them as byte arrays)
* Honour --machine-readable with --show-mnote and --show-description
* Turned on the --enable-silent-rules configure option
* Adding or removing a thumbnail can be done simultaneously with other options
* Allow --create-exif to be used in place of an input file

13 years agoChanges 0.6.20:
adam [Thu, 16 Dec 2010 14:56:54 +0000 (14:56 +0000)]
Changes 0.6.20:
* New translations: bs, tr
* Updated translations: be, cs, da, de, en_GB, en_CA, it, ja, nl, pl, pt_BR,
  pt, ru, sk, sq, sr, sv, vi, zh_CN
* Fixed some problems in the write-exif.c example program
* Stop listing -lm as a required library for dynamic linking in libexif.pc
* Turned on the --enable-silent-rules configure option
* Changed a lot of strings to make the case of the text more consistent
* exif_entry_dump() now displays the correct tag name for GPS tags
* Fixed some invalid format specifiers that caused problems on some platforms
* Display rational numbers with the right number of significant figures

13 years agoNote update of lang/php5 package to 5.2.16.
taca [Thu, 16 Dec 2010 14:21:59 +0000 (14:21 +0000)]
Note update of lang/php5 package to 5.2.16.

13 years agoUpdate php5 pacakge to 5.2.16:
taca [Thu, 16 Dec 2010 14:20:45 +0000 (14:20 +0000)]
Update php5 pacakge to 5.2.16:

PHP 5.2.16 Released!

The PHP development team would like to announce the immediate availability of
PHP 5.2.16. This release marks the end of support for PHP 5.2. All users of
PHP 5.2 are encouraged to upgrade to PHP 5.3.

This release focuses on addressing a regression in open_basedir implementation
introduced in 5.2.15 in addition to fixing a crash inside PDO::pgsql on data
retrieval when the server is down. All users who have upgraded to 5.2.15 and
are utilizing open_basedir are strongly encouraged to upgrade to 5.2.16 or
5.3.4.

To prepare for upgrading to PHP 5.3, now that PHP 5.2's support ended, a
migration guide available on http://php.net/migration53, details the changes
between PHP 5.2 and PHP 5.3.

For a full list of changes in PHP 5.2.16 see the ChangeLog at
http://www.php.net/ChangeLog-5.php#5.2.16.

ChangeLog:

Version 5.2.16

16-Dec-2010

* Fixed bug #53517 (segfault in pgsql_stmt_execute() when postgres is
  down). (gyp at balabit dot hu)
* Fixed bug #53516 (Regression in open_basedir handling). (Ilia)

13 years agomib.txt is always installed even when snmp option is disabled.
sborrill [Thu, 16 Dec 2010 13:47:19 +0000 (13:47 +0000)]
mib.txt is always installed even when snmp option is disabled.

13 years ago- libtorrent-0.12.7, rtorrent-0.8.7.
taca [Thu, 16 Dec 2010 13:45:42 +0000 (13:45 +0000)]
- libtorrent-0.12.7, rtorrent-0.8.7.

These version have problems.  (noted by wiz@)

13 years agognome-applets updated
ahoka [Thu, 16 Dec 2010 12:15:28 +0000 (12:15 +0000)]
gnome-applets updated

13 years agohal updated
ahoka [Thu, 16 Dec 2010 12:14:37 +0000 (12:14 +0000)]
hal updated

13 years agodesktop-file-utils for *.desktop file.
obache [Thu, 16 Dec 2010 11:52:15 +0000 (11:52 +0000)]
desktop-file-utils for *.desktop file.

13 years agobump rev for battery fix
ahoka [Thu, 16 Dec 2010 11:38:08 +0000 (11:38 +0000)]
bump rev for battery fix

13 years agoIf we the battery 'remaining' propery is empty, try to calculate it
ahoka [Thu, 16 Dec 2010 11:37:39 +0000 (11:37 +0000)]
If we the battery 'remaining' propery is empty, try to calculate it
from discharge rate.

make the battery applet work with netbsd (again?)

13 years agodont divide by 3600, beacuse gnome power applet doesnt expect it like this
ahoka [Thu, 16 Dec 2010 11:34:51 +0000 (11:34 +0000)]
dont divide by 3600, beacuse gnome power applet doesnt expect it like this
ok by jared

13 years agoUpdated archivers/gtar-base to 1.25nb3
wiz [Thu, 16 Dec 2010 10:13:04 +0000 (10:13 +0000)]
Updated archivers/gtar-base to 1.25nb3

13 years agoAdd patch from upstream fixing test 39. Bump PKGREVISION.
wiz [Thu, 16 Dec 2010 10:12:54 +0000 (10:12 +0000)]
Add patch from upstream fixing test 39. Bump PKGREVISION.

13 years agoFix the location of SITE_ARCH_DIR. It was changed not to include
enami [Thu, 16 Dec 2010 06:58:20 +0000 (06:58 +0000)]
Fix the location of SITE_ARCH_DIR.  It was changed not to include
full gauche version in r6983 of sourceforge repository.

13 years agoAdd include of "../../libltdl/buildlink3.mk".
taca [Thu, 16 Dec 2010 06:56:29 +0000 (06:56 +0000)]
Add include of "../../libltdl/buildlink3.mk".

Fix build problem.

13 years agomake 10.2 work on macosx (port wouldn't compile since it was upgraded
chuck [Thu, 16 Dec 2010 04:55:46 +0000 (04:55 +0000)]
make 10.2 work on macosx (port wouldn't compile since it was upgraded
from 9.8 to 10.2).   the main issue is that macosx doesn't have the
clockid_t and clock_gettime() API.

13 years agoRepo copy files
repo-copy [Thu, 16 Dec 2010 03:57:22 +0000 (03:57 +0000)]
Repo copy files

13 years agoFixup fromcvs/togit conversion
pkgsrc fixup [Thu, 16 Dec 2010 03:57:21 +0000 (19:57 -0800)]
Fixup fromcvs/togit conversion

13 years agoUpdated net/mDNSResponder to 214.3.2nb1
jmcneill [Wed, 15 Dec 2010 22:34:25 +0000 (22:34 +0000)]
Updated net/mDNSResponder to 214.3.2nb1

13 years agoFix 'intfMask != NULL' assertion on NetBSD when mdnsd encounters an IPv6
jmcneill [Wed, 15 Dec 2010 22:33:42 +0000 (22:33 +0000)]
Fix 'intfMask != NULL' assertion on NetBSD when mdnsd encounters an IPv6
address; patch-ac changed the distribution source to not pull in
netinet/in_var.h on NetBSD but that is where SIOCGIFNETMASK_IN6 comes from
so bring it back in. Bump pkg revision.

13 years agoUpdated archivers/gtar-base to 1.25nb2
wiz [Wed, 15 Dec 2010 22:16:36 +0000 (22:16 +0000)]
Updated archivers/gtar-base to 1.25nb2

13 years agoRemove two patches: one disabled a test that however succeeds on
wiz [Wed, 15 Dec 2010 22:16:25 +0000 (22:16 +0000)]
Remove two patches: one disabled a test that however succeeds on
NetBSD-current and Solaris 10 (tested by tez@), the other one was
adding a --no-unlink-first option that was added because NetBSD's
version of tar had made --unlink-first default. Since this default
was changed quite some time ago and the option never was in upstream,
remove it.

Bump PKGREVISION.

13 years agoExplicitly pass "--cpu=i386" when MACHINE_ARCH is i386 in order for
riz [Wed, 15 Dec 2010 21:52:15 +0000 (21:52 +0000)]
Explicitly pass "--cpu=i386" when MACHINE_ARCH is i386 in order for
this to build properly under Mac OS X "Snow Leopard" on a 64-bit host.
Fixes PR pkg/44191 by me.

13 years agoExpand the information in the description and install message
heas [Wed, 15 Dec 2010 21:37:55 +0000 (21:37 +0000)]
Expand the information in the description and install message

13 years agofix shell syntax error in patch-aa and patch-ac. added missing double
chuck [Wed, 15 Dec 2010 21:08:30 +0000 (21:08 +0000)]
fix shell syntax error in patch-aa and patch-ac.   added missing double
quotes to this line:
   EXTRA_LIBS="-framework CoreFoundation -framework IOKit"
otherwise configure gives you this nice error (but keeps going):

    ./configure: line 3015: CoreFoundation: command not found

13 years agoFix bug in latest gtar that breaks amanda backups
tez [Wed, 15 Dec 2010 20:39:29 +0000 (20:39 +0000)]
Fix bug in latest gtar that breaks amanda backups

13 years agoFix bug with --one-file-system --listed-incremental (used by amanda)
tez [Wed, 15 Dec 2010 20:37:38 +0000 (20:37 +0000)]
Fix bug with --one-file-system --listed-incremental (used by amanda)
per: http://www.mail-archive.com/bug-tar@gnu.org/msg03019.html

Pass FORCE_UNSAFE_CONFIGURE=1 in the configure env to allow
building of this package as root.

13 years agoget rid of un-needed cppflags in optflags, as it causes the compile to
chuck [Wed, 15 Dec 2010 19:08:22 +0000 (19:08 +0000)]
get rid of un-needed cppflags in optflags, as it causes the compile to
fail on macosx (complains about -isystem).

13 years agoUpdated sysutils/ipa to 2.0.8
asau [Wed, 15 Dec 2010 16:11:34 +0000 (16:11 +0000)]
Updated sysutils/ipa to 2.0.8

13 years agoUpdate sysutils/ipa to version 2.0.8
asau [Wed, 15 Dec 2010 16:10:55 +0000 (16:10 +0000)]
Update sysutils/ipa to version 2.0.8
Requested by package maintainer in PR pkg/44234

Changes in ipa-2.0.8:

    * autoconf 2.62 -> 2.68, automake 1.10.1 -> 1.11.1.

    * Time events in ipa.conf for +h, +D and +W could be incorrectly
scheduled (plus one extra hour for +h and plus one extra day for
+D and +W), corrected.

    * If threshold's tm_from time and tm_updated time are equal and
their month day is the last day in a month, then ipa incorrectly
calculated previous threshold_time_width value during threshold's
initialization.

13 years agoapply patches from Noud to fix PR/44222 kaffe halts on
abs [Wed, 15 Dec 2010 16:06:26 +0000 (16:06 +0000)]
apply patches from Noud to fix PR/44222 kaffe halts on
BufferedReader.readLine (while building wip/jdk15)

KAFFE_BUGGY_NETBSD_SIGWAIT is only required in older NetBSD releases, and
in fact breaks NetBSD 5

Bump PKGREVISION

many thanks

13 years agoUpdated geography/viking to 1.0.2
gdt [Wed, 15 Dec 2010 13:35:11 +0000 (13:35 +0000)]
Updated geography/viking to 1.0.2

13 years agoUpdate to 1.0.2.
gdt [Wed, 15 Dec 2010 13:34:57 +0000 (13:34 +0000)]
Update to 1.0.2.

Viking 1.0.2 (2010-12-14)
Fixes since 1.0.1
* Add undeclared translations

Viking 1.0.1 (2010-12-04)
Fixes since 1.0
* Fix Waypoint & Track visibility issues.
* Fix SF#3104028: Default Color Background is incorrectly saved as black into a
new .vik file.
* Fix some translated strings

13 years agoUpdated games/gbrainy to 1.60
wiz [Wed, 15 Dec 2010 13:31:59 +0000 (13:31 +0000)]
Updated games/gbrainy to 1.60

13 years agoUpdate to 1.60:
wiz [Wed, 15 Dec 2010 13:31:46 +0000 (13:31 +0000)]
Update to 1.60:

Version 1.60
* Better I18N (string concatenation and plurals)
* 7 new logic games, 1 calculation and 16 verbal analogies
* PDF export support
* 14 bug fixes
* Updated and new translations

13 years agoUpdated misc/tellico to 2.3.2
wiz [Wed, 15 Dec 2010 13:25:16 +0000 (13:25 +0000)]
Updated misc/tellico to 2.3.2

13 years agoUpdate to 2.3.2:
wiz [Wed, 15 Dec 2010 13:25:05 +0000 (13:25 +0000)]
Update to 2.3.2:

The Tellico development team, namely me, is happy to announce that
version 2.3.2 is available from the download page. Tellico 2.3.2
includes several bug fixes, among them:

    * Fixed bug with list view settings not being saved between sessions (Bug 256373)
    * Fixed bug with updating groups for derived values (Bug 256374)
    * Made Nepomuk support optional
    * Added cover art support for MusicBrainz source
    * Fixed Google Scholar data source to properly fetch Bibtex
    * Fixed bug with FreeDB results not using track artists (Bug 258541)
    * Fixed bug with importing Bibtex file with keyword and keywords fields (Bug 258269)
    * Fixed sorting multiple numeric values in column view
    * Fixed sorting for numeric values in group view
    * Updated Allocine script to version 0.7.3 (Bug 258281)
    * Updated Bibtex importer to translate non-breaking spaces

13 years agoUpdated devel/cppcheck to 1.46.1
wiz [Wed, 15 Dec 2010 13:01:49 +0000 (13:01 +0000)]
Updated devel/cppcheck to 1.46.1

13 years agoUpdate to 1.46.1:
wiz [Wed, 15 Dec 2010 13:01:38 +0000 (13:01 +0000)]
Update to 1.46.1:

Release notes for 1.46

This release has improvements and bug fixes.

We fixed 153 tickets, and that is a somewhat "usual" number for a Cppcheck release.

The report has been improved. New severities were added to make the messages more informational. The possible severities are now:
 * error
 * warning
 * style
 * performance

This has no effect on the command line flags nor the xml report. The command line flags and the xml report is fully compatible with previous versions.

These are the new checks that were added:
 * detect dangerous usage of string::c_str()
 * warn for unused variable when only doing malloc/free
 * warn when assert has side effects
 * warn for mutual exclusion over ||. The condition is always false. Example: 'if (x != 1 || x != 4)'

More details about all the fixed tickets can be found here:
http://sourceforge.net/apps/trac/cppcheck/milestone/1.46

Release notes for 1.46.1

Fix segmentation fault.

13 years ago+ autogen-5.11.5, cherokee-1.0.14, ejabberd-2.1.6, etm-686,
wiz [Wed, 15 Dec 2010 11:46:23 +0000 (11:46 +0000)]
+ autogen-5.11.5, cherokee-1.0.14, ejabberd-2.1.6, etm-686,
  fetchmail-6.3.19, gauche-0.9.1, gbrainy-1.60, ipa-2.0.8 [pkg/44234],
  modular-xorg-server-1.9.3, mpg123-1.13.0, veusz-1.10.

13 years ago+x11/renderproto9
abs [Wed, 15 Dec 2010 11:39:04 +0000 (11:39 +0000)]
+x11/renderproto9

13 years agoUpdated mail/pear-Mail_Mime to 1.8.1
adam [Wed, 15 Dec 2010 09:43:22 +0000 (09:43 +0000)]
Updated mail/pear-Mail_Mime to 1.8.1

13 years agoChanges 1.8.1:
adam [Wed, 15 Dec 2010 09:42:28 +0000 (09:42 +0000)]
Changes 1.8.1:
Bugs Fixed:
* Not possible to set separate charset for attachment content and headers

13 years agoUse renderproto9 for X11_TYPE native and! BUILTIN_X11_VERSION.xorg
abs [Wed, 15 Dec 2010 09:33:13 +0000 (09:33 +0000)]
Use renderproto9 for X11_TYPE native and! BUILTIN_X11_VERSION.xorg

13 years ago+renderproto9
abs [Wed, 15 Dec 2010 09:31:14 +0000 (09:31 +0000)]
+renderproto9

13 years agoAdded x11/renderproto9 version 0.9.3nb2
abs [Wed, 15 Dec 2010 09:29:34 +0000 (09:29 +0000)]
Added x11/renderproto9 version 0.9.3nb2

This provides the Render extension headers from modular X.org X11
project, for use in non modular X11 installs.

13 years agoMerge from vendor branch TNF:
abs [Wed, 15 Dec 2010 09:29:34 +0000 (09:29 +0000)]
Merge from vendor branch TNF:
Added x11/renderproto9 version 0.9.3nb2

This provides the Render extension headers from modular X.org X11
project, for use in non modular X11 installs.

13 years agoRepo copy files
repo-copy [Wed, 15 Dec 2010 05:26:09 +0000 (05:26 +0000)]
Repo copy files

13 years agoFixup fromcvs/togit conversion
pkgsrc fixup [Wed, 15 Dec 2010 05:26:08 +0000 (21:26 -0800)]
Fixup fromcvs/togit conversion

13 years agoAdded comms/asterisk18 version 1.8.1
jnemeth [Wed, 15 Dec 2010 03:31:00 +0000 (03:31 +0000)]
Added comms/asterisk18 version 1.8.1

13 years agoadd and enable asterisk18
jnemeth [Wed, 15 Dec 2010 03:27:39 +0000 (03:27 +0000)]
add and enable asterisk18

13 years ago Import Asterisk 1.8.1:
jnemeth [Wed, 15 Dec 2010 03:22:45 +0000 (03:22 +0000)]
 Import Asterisk 1.8.1:

Asterisk is a complete PBX in software.  It provides all of the
features you would expect from a PBX and more. Asterisk does voice
over IP in three protocols, and can interoperate with almost all
standards-based telephony equipment using relatively inexpensive
hardware.

Asterisk 1.8 is a long term support version (i.e. it will be
supported for four years with an additional year of security only
fixes).  See:

https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions

     What's new:

Asterisk 1.8 is the next major release series of Asterisk.

The release of Asterisk 1.8.0 would not have been possible without the support
and contributions of the community. Since Asterisk 1.6.2, we've had over 500
reporters, more than 300 testers and greater than 200 developers contributed to
this release.

You can find a summary of the work involved with the 1.8.0 release in the
sumary:

http://svn.asterisk.org/svn/asterisk/tags/1.8.0/asterisk-1.8.0-summary.txt

A short list of available features includes:

     * Secure RTP
     * IPv6 Support in the SIP channel driver
     * Connected Party Identification Support
     * Calendaring Integration
     * A new call logging system, Channel Event Logging (CEL)
     * Distributed Device State using Jabber/XMPP PubSub
     * Call Completion Supplementary Services support
     * Advice of Charge support
     * Much, much more!

A full list of new features can be found in the CHANGES file.

http://svn.digium.com/view/asterisk/branches/1.8/CHANGES?view=markup

For a full list of changes in the current release candidate, please see the
ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.0

-----

The Asterisk Development Team has announced the release of Asterisk 1.8.1.

The release of Asterisk 1.8.1 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!

The following is a sample of the issues resolved in this release:

* Fix issue when using directmedia. Asterisk needs to limit the codecs offered
   to just the ones that both sides recognize, otherwise they may end up sending
   audio that the other side doesn't understand.
   (Closes issue #17403. Reported, patched by one47. Tested by one47, falves11)

* Resolve issue where Party A in an analog 3-way call would continue to hear
   ringback after party C answers.
   (Patched by rmudgett)

* Fix playback failure when using IAX with the timerfd module.
   (Closes issue #18110. Reported, tested by tpanton. Patched by jpeeler)

* Fix problem with qualify option packets for realtime peers never stopping.
   The option packets not only never stopped, but if a realtime peer was not in
   the peer list multiple options dialogs could accumulate over time.
   (Closes issue #16382. Reported by lftsy. Tested by zerohalo. Patched by
   jpeeler)

* Fix issue where it is possible to crash Asterisk by feeding the curl engine
   invalid data.
   (Closes issue #18161. Reported by wdoekes. Patched by tilghman)

For a full list of changes in this release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.1

13 years agoMerge from vendor branch TNF:
jnemeth [Wed, 15 Dec 2010 03:22:45 +0000 (03:22 +0000)]
Merge from vendor branch TNF:
     Import Asterisk 1.8.1:

Asterisk is a complete PBX in software.  It provides all of the
features you would expect from a PBX and more. Asterisk does voice
over IP in three protocols, and can interoperate with almost all
standards-based telephony equipment using relatively inexpensive
hardware.

Asterisk 1.8 is a long term support version (i.e. it will be
supported for four years with an additional year of security only
fixes).  See:

https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions

     What's new:

Asterisk 1.8 is the next major release series of Asterisk.

The release of Asterisk 1.8.0 would not have been possible without the support
and contributions of the community. Since Asterisk 1.6.2, we've had over 500
reporters, more than 300 testers and greater than 200 developers contributed to
this release.

You can find a summary of the work involved with the 1.8.0 release in the
sumary:

http://svn.asterisk.org/svn/asterisk/tags/1.8.0/asterisk-1.8.0-summary.txt

A short list of available features includes:

     * Secure RTP
     * IPv6 Support in the SIP channel driver
     * Connected Party Identification Support
     * Calendaring Integration
     * A new call logging system, Channel Event Logging (CEL)
     * Distributed Device State using Jabber/XMPP PubSub
     * Call Completion Supplementary Services support
     * Advice of Charge support
     * Much, much more!

A full list of new features can be found in the CHANGES file.

http://svn.digium.com/view/asterisk/branches/1.8/CHANGES?view=markup

For a full list of changes in the current release candidate, please see the
ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.0

-----

The Asterisk Development Team has announced the release of Asterisk 1.8.1.

The release of Asterisk 1.8.1 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!

The following is a sample of the issues resolved in this release:

* Fix issue when using directmedia. Asterisk needs to limit the codecs offered
   to just the ones that both sides recognize, otherwise they may end up sending
   audio that the other side doesn't understand.
   (Closes issue #17403. Reported, patched by one47. Tested by one47, falves11)

* Resolve issue where Party A in an analog 3-way call would continue to hear
   ringback after party C answers.
   (Patched by rmudgett)

* Fix playback failure when using IAX with the timerfd module.
   (Closes issue #18110. Reported, tested by tpanton. Patched by jpeeler)

* Fix problem with qualify option packets for realtime peers never stopping.
   The option packets not only never stopped, but if a realtime peer was not in
   the peer list multiple options dialogs could accumulate over time.
   (Closes issue #16382. Reported by lftsy. Tested by zerohalo. Patched by
   jpeeler)

* Fix issue where it is possible to crash Asterisk by feeding the curl engine
   invalid data.
   (Closes issue #18161. Reported by wdoekes. Patched by tilghman)

For a full list of changes in this release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.1

13 years agofix compiler warnings on macox (missing prototype for inet_ntoa and
chuck [Wed, 15 Dec 2010 03:14:51 +0000 (03:14 +0000)]
fix compiler warnings on macox (missing prototype for inet_ntoa and
account for strcpy being a macro).

13 years agofor darwin only, remove un-needed ld flag from configure.ac
chuck [Wed, 15 Dec 2010 02:24:23 +0000 (02:24 +0000)]
for darwin only, remove un-needed ld flag from configure.ac

13 years agoUpdated lang/sbcl to 1.0.45
asau [Tue, 14 Dec 2010 23:44:36 +0000 (23:44 +0000)]
Updated lang/sbcl to 1.0.45

13 years agoUpdate to SBCL 1.0.45
asau [Tue, 14 Dec 2010 23:44:09 +0000 (23:44 +0000)]
Update to SBCL 1.0.45

New in version 1.0.45

  * enhancement: ~/ and ~user/ are treated specially in pathnames.
  * enhancement: ASDF has been updated to version 2.010.
  * optimization: mutated closed-over variables that are only accessed
    by DYNAMIC-EXTENT closures (currently only FLET and LABELS functions
    declared to be DYNAMIC-EXTENT) are stored directly in their containing
    stack frame, rather than allocating a VALUE-CELL (#586103).
  * optimization: UNWIND-PROTECT cleanup functions are now declared
    DYNAMIC-EXTENT.

  Bug fixes.

New in version 1.0.44

  * enhancement: RUN-PROGRAM accepts :EXTERNAL-FORMAT argument
    to select the external-format for its :INPUT, :OUTPUT, AND
    :ERROR :STREAMs.
  * enhancement: ALLOCATION-INFORMATION also provides the page
    the object resides on.
  * enhancement: default dynamic-space size can be configured at
    build-time without touching source, using the --dynamic-space-size
    argument to make.sh.
  * enhancement: DESCRIBE recognizes symbols naming optimization
    policy qualities, and mentions ALWAYS-BOUND declarations.
  * enhancement: ATOMIC-INCF now supports AREF of
    (SIMPLE-ARRAY SB-EXT:WORD (*)) as a place.
  * enhancement: ASDF has been updated to 2.009.
  * enhancement: the system detects known type-erros in calls better,
    signalling a full warning about violated proclaimed FTYPEs and
    violations of derived FTYPEs within the same file, including self-calls.
  * enhancement: new function: SB-EXT:DELETE-DIRECTORY is now provided.
  * optimization: constant-folding exploits numeric and character types,
    in addition member types.
  * optimization: numeric, character and member types that are inhabited
    by exactly one value are tested with EQL.
  * optimization: more conditional branches are eliminated during IR1.
    Branches are simplified before performing if/if-conversion,
    and simple equivalent branches (that only read the same constant
    or variable) are merged.
  * improvements to the Windows port:
      + change: canonical unparsing form for pathname namestrings now
        uses / as directory separator. NATIVE-NAMESTRING still uses \
        as the separator.
      + bug fix: stackoverwriting due to incorrect usage of PeekConsoleInput
        on Windows. (thanks to Kalyanov Dmitry)
      + bug fix: build now works on cygwin with GCC 4.x installed.
      + bug fix: run-sbcl.sh now works on Cygwin. (thanks to Kalyanov Dmitry)

  Bug fixes.

New in version 1.0.43

  * incompatible change: FD-STREAMS no longer participate in the
    serve-event event-loop by default. (#316072)
      + In addition to streams created by explicit calls to MAKE-FD-STREAM
        this affects streams from CL:OPEN.
      + Streams from SOCKET-MAKE-STREAM still participate in
        serve-event by default, but this is liable to change:
        applications  needing serve-event for socket streams
        should explicitly request it using :SERVE-EVENTS T in the call.
  * enhancement: SB-EXT:WORD type is provided for use with
    SB-EXT:ATOMIC-INCF &co.
  * enhancement: CLOS effective method functions and defclass slot
    typechecking function now have debug names for use in backtraces
    and profiles.
  * enhancement: ASDF has been updated to version 2.004.
  * enhancement: symbols are printed using fully qualified names
    in several error and warning messages which are often associated
    with package conflicts or mixups (#622789, thanks to Attila Lendvai)

  Bug fixes.

13 years agoFix buildling on Mac OS X, without X11, with OpenMP
adam [Tue, 14 Dec 2010 22:19:52 +0000 (22:19 +0000)]
Fix buildling on Mac OS X, without X11, with OpenMP

13 years agoOn at least OS X 10.4 the builtin zlib does not provide all the symbols
abs [Tue, 14 Dec 2010 19:51:45 +0000 (19:51 +0000)]
On at least OS X 10.4 the builtin zlib does not provide all the symbols
we need

13 years ago* Fixed buildling with Clang.
adam [Tue, 14 Dec 2010 18:26:35 +0000 (18:26 +0000)]
* Fixed buildling with Clang.
* Program crashes with image cache enabled. (Image cache doesn't help, anyway.)