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 (5h)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-13 06:04:06 UTC Now

2013-05-13 01:59:18 UTC MAIN commitmail json YAML

Updated devel/p5-autodie to 2.19

(wen)

2013-05-13 01:57:39 UTC MAIN commitmail json YAML

Update to 2.19

Upstream changes:
2.19      2013-05-13 10:02:15 Australia/Melbourne

        * BUGFIX: Loading a file that does not change packages while
          autodie in effect no longer causes weird behaviour when
          slurpy built-ins (like open() and unlink()) are called. GH #22
          Thanks to Niels Thykier.

        * TEST: Tests for leak guard failures for slurpy core functions.

2.18      2013-05-12 18:12:14 Australia/Melbourne

        * TEST: More testing in scope_leak.t.

        * TEST: More testing around packages in truncate.t.

        * SPEED / INTERNAL: Significant improvements in load time,
          especially when autodie is used across multiple files,
          by caching reuseable subroutines and reducing calls to eval "".
          Huge thanks to Niels Thykier, who is a hero of the
          free people, and completely and utterly awesome.
          (RT #46984)

        * DOCUMENTATION: Spelling and correction fixes,
          courtesy David Steinbrunner.

        * DEVEL: Faster and more robust testing with travis-ci.

        * DEVEL: Some simple benchmarks bundled in the benchmarks/ directory.

2.17      2013-04-29 01:03:50 Australia/Melbourne

        * DOCS: Spelling fixes thanks to dsteinbrunner! (RT #84897)

        * DOCS: Fixed github links to point to 'pjf' rather than
          'pfenwick' (GH #18, thanks to Lx!)

        * INTERNAL: Silence warnings about experimental smart-match on
          5.17.11+ (via Brian Fraser and p5p)

        * TEST / BUILD: Generate .travis.yml files for CI testing via
          dzil.

2.16      2013-02-23 01:49:16 Australia/Melbourne

        * BUGFIX: Fix breakages under 5.8.x related to the new
          autodie::skip feature.

        * BUILD / BUGFIX: Remove dependency on parent.pm.

2.15      2013-02-22 23:55:22 Australia/Melbourne

        * BUILD / BUGFIX: Correct meta-info that wanted at least Perl
          v5.8.40, rather than v5.8.4.  Giant thanks to Paul Howarth
          for spotting this!

2.14      2013-02-22 15:43:33 Australia/Melbourne

        * FEATURE: Classes which claim they ->DOES('autodie::skip') are now
          skipped when generating exceptions.  This is mainly of use to
          utility classes. See `perldoc autodie::skip` for more details.
          (GH Issue #15)

        * FEATURE / BUGFIX / INCOMPAT: 'chmod' is now in the ':filesys'
          category (was in ':file').

        * BUGFIX: Added support for 'chown' and 'utime', that was
          previously overlooked. Mad props to RsrchBoy for spotting this.
          These are all in the ':filesys' category.
          (GH Pull #13)

        * BUGFIX: Added support for 'kill'. This is part of the
          ':ipc' category.

        * BUGFIX: Fixed bug whereby chmod, chown, kill, unlink and
          utime would not throw an exception when they didn't
          change all their files or signal all their processes.

        * TEST: truncate.t is now skipped on systems that don't have a
          working File::Temp.

        * TEST: open.t has a few more tests for exotic modes.

        * TEST: chown() tests are skipped on Win32, as chown on Windows
          is a no-op. (Thanks to Mithaldu for spotting this!)

        * TEST: Author tests now look for the AUTHOR_TESTING env
          variable (for dzil compliance).

        * TEST: Better testing for chown, chmod, and unlink.

        * TEST: Better testing for utime.

        * TEST: kwalitee.t is now only run when $ENV{RELEASE_TESTING} is set.

        * BUGFIX: Removed executable bits from some bundled text files.

        * BUILD: We now use dzil to manage autodie.

        * BUILD: Only Perl 5.8.4 and above is supported by autodie.
          Please upgrade your Perl distro if you're using 5.8.3 or
          below.

2.13  Thu Nov  8 14:22:03 EST 2012
        * TEST: Deterministic tests in hints_pod_examples.t .
          (RT #80412, thanks to demerphq)

        * INTERNAL: subroutine installs are now done in a
          deterministic order. (RT #80414, thanks to demerphq)

(wen)

2013-05-13 01:51:02 UTC MAIN commitmail json YAML

Updated lang/mawk to 1.3.4.20130219

(wen)

2013-05-13 01:47:57 UTC MAIN commitmail json YAML

Update to 1.3.4.20130219

Upstream changes:
20130219
        + modify missing-operand check in rexp.c to allow the case of empty
          "()", matching behavior of gawk and BWK (report by Arkadiusz
          Miskiewicz).
        + revert in-progress change to gsub retain ifdef'd for additional
          development since it did not handle array as the second parameter
          (report by Arkadiusz Miskiewicz).

20121209
        + build-fix for cygwin in matherr.c, which declares a different type
          for _LIB_VERSION
        + add missing "-f" option in examples/gdecl.awk
        + fix a regression in fflush, ensuring that it returns an error if
          the argument does not match any output filename (report by Nathan
          Weeks).
        + modify wording of configure --help message to make it clear that
          the default for --with-builtin-regex uses the builtin regular
          expression engine of mawk.
        + fix issues reported by Coverity scan.  Most of these were minor,
          and were addressed by modifying the source to allow Coverity to
          improve its analysis of the code.
        + amend support for LC_NUMERIC by translating period to the local
          decimal separator as needed to work with strtod() which is used
          to validate decimal constants when scanning source files.  This
          fixes an infinite loop with
                mawk 'BEGIN { print 1.0 }'
          (report by Jan Psota).
        + regenerate man/mawk.doc, overlooked in previous updates.

(wen)

2013-05-12 21:25:17 UTC MAIN commitmail json YAML

Note build-time vs run-time tools in TODO.crosscompile.

(riastradh)

2013-05-12 21:09:24 UTC MAIN commitmail json YAML

Add pbulk to TODO.crosscompile.

(riastradh)

2013-05-12 20:43:53 UTC MAIN commitmail json YAML

Mention exists(...) problem in TODO.crosscompile.

(riastradh)

2013-05-12 19:57:29 UTC MAIN commitmail json YAML

Added security/py-oauth2 version 1.5.211

(cheusov)

2013-05-12 19:55:42 UTC MAIN commitmail json YAML

2013-05-12 19:16:02 UTC MAIN commitmail json YAML

2013-05-12 18:35:31 UTC MAIN commitmail json YAML

Fix TODO about cross-OS builds to suggest MACHINE_PLATFORM.

Use this rather than MACHINE_GNU_PLATFORM as the replacement for
MACHINE_ARCH so that we can usefully include the version as well.

(riastradh)

2013-05-12 18:14:31 UTC MAIN commitmail json YAML

Updated comms/asterisk to 11.3.0nb2

(jnemeth)

2013-05-12 18:14:21 UTC MAIN commitmail json YAML

Whoops missed updating sound tarball in 11.3.0 update.  Fixed.
Thanks to joerg@ for pointing it out.

(jnemeth)

2013-05-12 17:26:46 UTC MAIN commitmail json YAML

Make argument type match printf conversion specifier to print correct
numbers on big-endian systems.

(uwe)

2013-05-12 17:19:41 UTC MAIN commitmail json YAML

Strip minus for warning about disabling unsupported options.

(riastradh)

2013-05-12 15:48:36 UTC MAIN commitmail json YAML

+ calibre-0.9.30, dbus-python-common-1.2.0, etm2-2.1.4 [etm
  successor], ffmpeg-20130512.1.2.1, freetype-2.4.12, gawk-4.1.0,
  gnupg2-2.0.20, httping-2.3.1, lyx-2.0.6, pixman-0.30.0, puzzles-9840,
  py-cython-0.19.1, py-dbus-1.2.0, py-distribute-0.6.38, py-lxml-3.2.1,
  py-simplejson-3.3.0, racket-5.3.4, sawfish-1.9.91, texmaker-4.0.2,
  vifm-0.7.5, vmips-1.4.1, x264-devel-20130511.

(wiz)

2013-05-12 14:08:32 UTC MAIN commitmail json YAML

Added sysutils/dbus-python-common version 1.1.1 [drochner 2012-08-01]

(wiz)

2013-05-12 11:30:13 UTC MAIN commitmail json YAML

Fix build problems under Mac OS X Lion (and possibly other platforms that
use GCC 4.1.x) caused by unapproved C++11/TR1 patches.

(tron)

2013-05-12 06:19:21 UTC MAIN commitmail json YAML

file command usage is limited in pkgsrc now, so no need to use hacked one.

(obache)

2013-05-12 06:17:50 UTC MAIN commitmail json YAML

drop `file' command from default USE_TOOLS list.

It is used in limited case, and does not exist by default on some platforms.
proposed at over 30 months ago, and no negative feedback (only one request).

(obache)

2013-05-12 06:11:17 UTC MAIN commitmail json YAML

Reenable parallel builds in devel/webkit�_gtk with latest patchset for gmake
Update GNUMakefile patch for 1.10.2 and suppress undefined _cplusplus warnings.

(richard)

2013-05-12 06:07:45 UTC MAIN commitmail json YAML

hacked `file' command was introduced for text file check in SUBST,
but it is never used now, so back to true `file' command.

(obache)

2013-05-12 05:47:24 UTC MAIN commitmail json YAML

2013-05-12 05:24:28 UTC MAIN commitmail json YAML

consider nb? in dependency pattern.

(obache)

2013-05-12 05:13:38 UTC MAIN commitmail json YAML

Move show-depends-options, it is pkgformat independ target.

(obache)

2013-05-12 03:04:26 UTC MAIN commitmail json YAML

missing include of key feature file.

(obache)

2013-05-12 02:50:29 UTC MAIN commitmail json YAML

collect variables before using it.

(obache)

2013-05-12 00:28:52 UTC MAIN commitmail json YAML

Fix recent change to security/libksba for cross-compilation.

Need to include bsd.prefs.mk before testing USE_CROSS_COMPILE.

Not sure how this slipped through -- could've sworn I tested this.

(riastradh)

2013-05-12 00:19:55 UTC MAIN commitmail json YAML

Explicitly default PYTHON_FOR_BUILD_ONLY to `no'.

Avoids problems with make on NetBSD 5 where empty(XYZ:Mfoo) fails
rather than yielding false if XYZ is undefined.

(riastradh)

2013-05-11 23:56:24 UTC MAIN commitmail json YAML

On Debian/Ubuntu Linux, set system's library path as Debian's multiarch
hierarchy.
This values should be generated from output of some commands,
but I cannot find the rule.
Tested on armel and x86_64 Debian GNU/Linux environment.
The values are shown in http://wiki.debian.org/Multiarch/Tuples .

(ryoon)

2013-05-11 23:42:45 UTC MAIN commitmail json YAML

On Debian/Ubuntu Linux, system's awk is mawk, and mawk does not
understand some regexp like [[:space:]].
ELF shared lib check is not working properly with mawk.

(ryoon)

2013-05-11 23:33:14 UTC MAIN commitmail json YAML

Fix following DragonFly build problem as PR pkg/47722
  /usr/pkgsrc/devel/xulrunner/work/mozilla-release/
    xpcom/io/nsMultiplexInputStream.cpp:532:83:
    error: no matching function for call to
    'NS_MIN(int64_t&,__gnu_cxx::__enable_if<true, double>::__type)'

(mef)

2013-05-11 22:33:35 UTC MAIN commitmail json YAML

Added devel/lua-penlight version 1.1.0.

(alnsn)

2013-05-11 22:31:46 UTC MAIN commitmail json YAML

Add lua-penlight.

(alnsn)

2013-05-11 22:30:28 UTC MAIN commitmail json YAML

2013-05-11 22:24:46 UTC MAIN commitmail json YAML

File named 1.1.0.tar.gz should be in $DISTDIR/lua-penlight directory.

(alnsn)

2013-05-11 21:40:41 UTC MAIN commitmail json YAML

2013-05-11 21:40:14 UTC MAIN commitmail json YAML

2013-05-11 21:39:43 UTC MAIN commitmail json YAML

Pick up ${CC} from the environment, if it's defined

Allows this package to be cross-built

(agc)

2013-05-11 21:38:22 UTC MAIN commitmail json YAML

2013-05-11 21:37:46 UTC MAIN commitmail json YAML

Don't hardcode -lstdc++, c++ is used for linking and will take care of
the STL dependency.

(joerg)

2013-05-11 21:36:56 UTC MAIN commitmail json YAML

2013-05-11 21:31:21 UTC MAIN commitmail json YAML

2013-05-11 21:30:09 UTC MAIN commitmail json YAML

Fix iterator types for STL containers to use const_iterator as defined.
This fixes the build of GNU radio with libc++.

(joerg)

2013-05-11 21:21:22 UTC MAIN commitmail json YAML

Allow this package to be cross-built - pick up ${CC} from the environment,
if defined.

(agc)

2013-05-11 21:15:55 UTC MAIN commitmail json YAML

Allow this package to be cross-built too - take the compiler from
the environment if it's there.

(agc)

2013-05-11 20:48:55 UTC MAIN commitmail json YAML

libpurple's buildlink3 needs glib2.

(riastradh)

2013-05-11 20:47:15 UTC MAIN commitmail json YAML

Make dbus and gnome-keyring options (default enabled) in print/evince3.

(riastradh)

2013-05-11 20:24:01 UTC MAIN commitmail json YAML

Add some more notes on cross-compilation for developers.

(riastradh)

2013-05-11 20:15:29 UTC MAIN commitmail json YAML

Add $NetBSD$ tags to HOWTO-use-crosscompile & HOWTO-dev-crosscompile.

(riastradh)

2013-05-11 20:15:10 UTC MAIN commitmail json YAML

Add $NetBSD$ tags to HOWTO-use-crosscompile & HOWTO-dev-crosscompile.

(riastradh)

2013-05-11 20:11:38 UTC MAIN commitmail json YAML

Make various Gnome things options (default enabled) for net/ekiga.

(riastradh)

2013-05-11 19:49:15 UTC MAIN commitmail json YAML

2013-05-11 19:37:14 UTC MAIN commitmail json YAML

Fix shells/fish NetBSD version detection for libexecinfo.

(riastradh)

2013-05-11 19:27:48 UTC MAIN commitmail json YAML

2013-05-11 19:22:48 UTC MAIN commitmail json YAML

Also, +static, for the building of static libraries.

(rodent)

2013-05-11 19:17:49 UTC MAIN commitmail json YAML

2013-05-11 19:13:20 UTC MAIN commitmail json YAML

Added introspection (GObject Introspection) and xcursor options
descriptions.

(rodent)

2013-05-11 18:48:52 UTC MAIN commitmail json YAML

Warn, don't fail, on disabling an unsupported option.

(riastradh)

2013-05-11 18:31:11 UTC MAIN commitmail json YAML

2013-05-11 18:26:19 UTC MAIN commitmail json YAML

Updated to version 0.15.1

This release fixes a serious security issue found in the way that RSA keys
were being generated.

It recommended that existing Salt keys be regenerated once 0.15.1 has been
deployed on the master and all minions.
A 'key_regen' routine has been added to 0.15.1 to make this transition easier.
The following sequence is a convenient way to regenerate all keys in an
environment:

salt-run manage.key_regen

You will be prompted to restart the master. Once completed, all keys in the
environment will have been regenerated and you will need to accept the new
keys using the following command:

salt-key -A

(imil)

2013-05-11 18:06:47 UTC MAIN commitmail json YAML

Added devel/p5-Gravatar-URL version 1.06

(schmonz)

2013-05-11 18:06:26 UTC MAIN commitmail json YAML

Add and enable p5-Gravatar-URL.

(schmonz)

2013-05-11 18:05:52 UTC MAIN commitmail json YAML

Add p5-Gravatar-URL:

A Gravatar is a Globally Recognized Avatar for a given email address
or OpenID. This allows you to have a global picture associated with
your email address or OpenID. You can look up the Gravatar by
constructing a URL to get the image from gravatar.com. This module
does that.

(schmonz)

2013-05-11 16:55:54 UTC MAIN commitmail json YAML

Fix cross-build of security/nettle by setting CC_FOR_BUILD.

(riastradh)

2013-05-11 16:49:30 UTC MAIN commitmail json YAML

Add a little list of things to do to improve cross-compilation.

(riastradh)

2013-05-11 16:43:50 UTC MAIN commitmail json YAML

Oops -- use the proper conditional for USE_CROSS_COMPILE.

Had been flailing when the CONFIGURE_ENV setting didn't take, but
this turned out to be a red herring, and I forgot to back it out
before commit.

(riastradh)

2013-05-11 16:39:09 UTC MAIN commitmail json YAML

Kludgily fix tcsh cross-build by passing NATIVE_CC.

Should patch the configure script to respect the environment setting
of CC_FOR_GETHOST (or CC_FOR_BUILD or something), but this is less
work and will do for now.

(riastradh)

2013-05-11 16:24:59 UTC MAIN commitmail json YAML

Fix www/lynx cross-build by setting BUILD_CC.

(riastradh)

2013-05-11 10:19:12 UTC MAIN commitmail json YAML

Updated emulators/suse121_libcurl to 12.1nb1

(obache)

2013-05-11 10:18:53 UTC MAIN commitmail json YAML

Update libcurl4 RPM to 7.22.0-2.14.1 for CVE-2013-1944.

Bump PKGREVISION.

(obache)

2013-05-11 05:31:52 UTC MAIN commitmail json YAML

Allow this package to be cross-built by specifying the BUILD_TARGET and
TEST_TARGET properly

(agc)

2013-05-11 05:29:07 UTC MAIN commitmail json YAML

Allow misc/libutf to be cross-built - the build target is just its library,
and the test target is only used for testing

(agc)

2013-05-11 02:23:54 UTC MAIN commitmail json YAML

Allow to use glib deprecated API, for g_thread_suppoted()

(obache)

2013-05-11 00:38:42 UTC MAIN commitmail json YAML

Updated mail/getmail to 4.40.3

(schmonz)

2013-05-11 00:38:36 UTC MAIN commitmail json YAML

Update to 4.40.3. From the changelog:

- increase system recursion limit when run with Python 2.3, to
  prevent recursion errors in parsing some pathologically complex
  MIME emails. Thanks: Kenneth Pronovici.

(schmonz)

2013-05-11 00:35:11 UTC MAIN commitmail json YAML

Remove redundant commented out PKGREVISION line.

(taca)

2013-05-10 22:40:31 UTC MAIN commitmail json YAML

Make libxcb and xcb-proto cross-compile.

(riastradh)

2013-05-10 22:38:31 UTC MAIN commitmail json YAML

Fix and tweak libX11 cross-build.

- Tool-depend on xproto for data for a tool that libX11 builds and
  runs.

- No need to pass CPPFLAGS_FOR_BUILD=-I${PREFIX}/include.

- Pass CC_FOR_BUILD=${NATIVE_CC:Q} in CONFIGURE_ENV, not MAKE_ENV.

(riastradh)

2013-05-10 22:33:55 UTC MAIN commitmail json YAML

2013-05-10 21:57:53 UTC MAIN commitmail json YAML

Updated devel/bpython to 0.12nb1

(imil)

2013-05-10 21:57:14 UTC MAIN commitmail json YAML

Enabled gtk and urwid versions

(imil)

2013-05-10 21:01:16 UTC MAIN commitmail json YAML

add tcp_wrappers dependency to x11/gdm

(richard)

2013-05-10 20:24:17 UTC MAIN commitmail json YAML

Fix cross-build of libksba with CC_FOR_BUILD=NATIVE_CC.

(riastradh)

2013-05-10 20:18:39 UTC MAIN commitmail json YAML

Fix cross-build of gnupg with CC_FOR_BUILD=NATIVE_CC.

(riastradh)

2013-05-10 20:07:34 UTC MAIN commitmail json YAML

Partially back out change to PYTHON_FOR_BUILD_ONLY.

This broke packages that needed a target Python at build-time.
Instead, change it from defined/undefined to yes/no/tool.  Most cases
of defined used `yes' anyway; fix the few stragglers do that instead.
New case `tool' is for TOOL_DEPENDS rather than buildlink3.

(riastradh)

2013-05-10 15:53:08 UTC MAIN commitmail json YAML

Updated mail/msmtp to 1.4.31

(ryoon)

2013-05-10 15:52:33 UTC MAIN commitmail json YAML

Update to 1.4.31

Changelog:
Version 1.4.31:
- Updated the msmtpq script.
- Fixed building of the documentation with texinfo >= 5.0.

(ryoon)

2013-05-10 14:39:44 UTC MAIN commitmail json YAML

Updated sysutils/gvfs to 1.6.7

(obache)

2013-05-10 14:37:42 UTC MAIN commitmail json YAML

Update gvfs to 1.6.7.

pkgsrc changes:
* set LICENSE as gnu-lgpl-v2 from COPYING.
* drop -DG_DISABLE_DEPREATED in whole build instead of just in a directory
  by patch-ah, because much deprecated warnings will be appeared with recent
  glib2.
* fix specify to configure of samba location.

Major changes in 1.6.7
======================
This is a convenient release for people who want to have old
gnome 2.32 and new glib:
* Do not build app lookup extension if we have glib >= 2.27.1

Other fixes:
* build: Adapt autogen.sh to libtool-2.4
* build: Bump fuse requirement for ATOMIC_O_TRUNC support

(obache)

2013-05-10 14:33:01 UTC MAIN commitmail json YAML

2013-05-10 13:00:25 UTC MAIN commitmail json YAML

Added devel/bpython version 0.12

(imil)

2013-05-10 12:57:39 UTC MAIN commitmail json YAML

add & enable bpython

(imil)

2013-05-10 12:55:48 UTC MAIN commitmail json YAML

2013-05-10 12:55:33 UTC MAIN commitmail json YAML

Initial import of bpython, version 0.12, into the NetBSD Packages Collection.

bpython is a fancy interface to the Python interpreter for Linux, BSD, OS X
and Windows (with some work). bpython is released under the MIT License. It
has the following (special) features:

* In-line syntax highlighting.
* Readline-like autocomplete with suggestions displayed as you type.
* Expected parameter list for any Python function.
* "Rewind" function to pop the last line of code from memory and re-evaluate.
* Send the code you've entered off to a pastebin.
* Save the code you've entered to a file.
* Auto-indentation.
* Python 3 support.

(imil)

2013-05-10 12:54:50 UTC MAIN commitmail json YAML

2013-05-10 12:04:23 UTC MAIN commitmail json YAML

Updated shells/bash-completion to 2.1

(imil)

2013-05-10 12:04:00 UTC MAIN commitmail json YAML

Removed unnecessary comments

(imil)

2013-05-10 12:01:51 UTC MAIN commitmail json YAML

2013-05-10 09:07:37 UTC MAIN commitmail json YAML

check defined before using USE_LANGUAGES as condition.

(obache)

2013-05-10 08:26:28 UTC MAIN commitmail json YAML

Updated parallel/mpi-ch to 3.0.4

(adam)

2013-05-10 08:25:33 UTC MAIN commitmail json YAML

2013-05-10 08:24:57 UTC MAIN commitmail json YAML

Changes 3.0.4:
This release adds several performance features for the Hydra process manager, support for communicator-specific tuning of eager/rendezvous thresholds, and fixes several bugs present in 3.0.3. Please use this release instead of 3.0.3.

(adam)

2013-05-10 07:16:29 UTC MAIN commitmail json YAML

Fortran is not needed.

(adam)

2013-05-10 07:13:59 UTC MAIN commitmail json YAML

2013-05-10 06:51:26 UTC MAIN commitmail json YAML

Pre-answer openldap autoconf run-tests for NetBSD cross-builds.

(riastradh)

2013-05-10 06:13:30 UTC MAIN commitmail json YAML

First stab at cross-compiling ffmpeg.

Won't work on arm yet because we need to specify the arm cpu flavour.

(riastradh)

2013-05-10 05:39:20 UTC MAIN commitmail json YAML

Fix cross-build of x264-devel by passing --host to configure.

(riastradh)

2013-05-10 05:27:39 UTC MAIN commitmail json YAML

2013-05-10 04:28:21 UTC MAIN commitmail json YAML

Fix cross-build of devel/yasm by setting CC_FOR_BUILD to NATIVE_CC.

(riastradh)

2013-05-10 04:17:59 UTC MAIN commitmail json YAML

Added devel/py-libevent-rpcgen version 2.0.21

(riastradh)

2013-05-10 04:13:51 UTC MAIN commitmail json YAML

Helps to set INSTALLATION_DIRS too.

(riastradh)

2013-05-10 01:29:59 UTC MAIN commitmail json YAML

...aaaaand set PKGNAME, not DISTNAME.

(riastradh)

2013-05-10 01:25:03 UTC MAIN commitmail json YAML

Fix poty in new py-libevent-rpcgen makefile.

(riastradh)

2013-05-10 01:22:28 UTC MAIN commitmail json YAML

2013-05-10 01:17:33 UTC MAIN commitmail json YAML

Fix zsh cross-build on NetBSD.

Patch it up to use compile-tests rather than run-tests in autoconf
for many of its tests (OS-independently).  Teach it about the few
remaining properties for NetBSD in particular.

ok agc

(riastradh)

2013-05-10 00:58:06 UTC MAIN commitmail json YAML

Fix net/isc-dhcp4 cross-build on NetBSD.

Requires a hack to patch and configure the internal copy of bind for
cross-compilation.

Bump pkgrevision in case the way I did this hack changes anything.

ok agc

(riastradh)

2013-05-10 00:52:04 UTC MAIN commitmail json YAML

Fix net/libbind cross-build on NetBSD.

Instruct autoconf that the target will have /dev/random.

ok agc

(riastradh)

2013-05-10 00:49:00 UTC MAIN commitmail json YAML

Fix cross-build of pkgtools/pkg_install.

Can't execute the newly built tools if they were cross-built.

(This is not especially useful until we do cross-bootstrap, though.)

ok agc

(riastradh)

2013-05-10 00:46:53 UTC MAIN commitmail json YAML

Kludgily fix cross-build of net/socat on NetBSD.

The right fix is to thwap socat over the head for worrying about the
values of these constants at compile-time, but that's inexpedient...

ok agc

(riastradh)

2013-05-10 00:44:29 UTC MAIN commitmail json YAML

Fix devel/gmp cross-build by telling it about the native C compiler.

ok agc

(riastradh)

2013-05-10 00:42:41 UTC MAIN commitmail json YAML

Fix bash cross-build on NetBSD by pre-answering autoconf run-tests.

ok agc

(riastradh)

2013-05-10 00:40:27 UTC MAIN commitmail json YAML

Fix x11/libXt cross-build.

The configure script, not just the makefile, needs to know about the
native C compiler.

ok agc

(riastradh)

2013-05-10 00:37:49 UTC MAIN commitmail json YAML

Fix cross-build of security/libgpg-error with CC_FOR_BUILD=NATIVE_CC.

ok agc

(riastradh)

2013-05-10 00:36:30 UTC MAIN commitmail json YAML

Fix cross-build of ncurses by tool-depending on itself for tic.

ok agc

(riastradh)

2013-05-10 00:35:51 UTC MAIN commitmail json YAML

Use a tool dependency, not buildlink3, if PYTHON_FOR_BUILD_ONLY.

ok agc

(riastradh)

2013-05-10 00:15:02 UTC MAIN commitmail json YAML

Fix pathnames and NM in libtool for cross-compilation.

Forgot to commit this alongside the recent cross-libtool changes.

ok agc

(riastradh)

2013-05-10 00:03:46 UTC MAIN commitmail json YAML

Add some notes on how to use and develop cross-compiled packages.

ok agc

(riastradh)

2013-05-10 00:00:46 UTC MAIN commitmail json YAML

Add $NetBSD$ tag to HOWTO-distcc.

(riastradh)

2013-05-09 23:59:47 UTC MAIN commitmail json YAML

Remove the now-outdated HOWTO-crosscompile-xorg.

(riastradh)

2013-05-09 23:56:25 UTC MAIN commitmail json YAML

Rename HOWTO-crosscompile to HOWTO-distcc for clarity.

ok agc

(riastradh)

2013-05-09 23:37:27 UTC MAIN commitmail json YAML

2013-05-09 23:35:30 UTC MAIN commitmail json YAML

Use --sysroot in cpp/gcc/gxx cross-compiler wrappers.

Now that NetBSD supports --sysroot we don't need to mess with the
partial measures of -nostdinc, -isystem, &c.

ok agc

(riastradh)

2013-05-09 23:33:53 UTC MAIN commitmail json YAML

Set NATIVE_CC/CC, NATIVE_CXX/CXX, and NATIVE_LD/LD for cross-builds.

The NATIVE_xyz versions are for packages that build tools that they
run natively but don't end up in the final product.

This is a provisional scheme -- it should be replaced eventually by
something more principled.

ok agc

(riastradh)

2013-05-09 23:32:02 UTC MAIN commitmail json YAML

Add cross/libtool-base package (cross-libtool-base-${MACHINE_ARCH}).

This is a provisional kludge to enable cross-compilation of packages
using libtool.  It requires manual intervention: you must build it as
a target package, and then install the target package on the host
with `pkg_add -m ${TARGET_ARCH}'.

ok agc

(riastradh)

2013-05-09 20:07:40 UTC MAIN commitmail json YAML

Also override target location and module name. Fix DESTDIR installation.

(joerg)

2013-05-09 20:06:54 UTC MAIN commitmail json YAML

2013-05-09 20:06:09 UTC MAIN commitmail json YAML

2013-05-09 20:05:36 UTC MAIN commitmail json YAML

2013-05-09 20:03:52 UTC MAIN commitmail json YAML

Make the gross hack even more gross to ensure the destdir installation
works.

(joerg)

2013-05-09 18:26:34 UTC MAIN commitmail json YAML

Pull in libtool-fortran. Bump PKGREVISION.

(wiz)

2013-05-09 16:22:45 UTC MAIN commitmail json YAML

Added misc/ruby-{args_parser,hashie,parallel,rainbow}
Added net/ruby-{tw,twitter,userstream}

(mef)

2013-05-09 16:00:48 UTC MAIN commitmail json YAML

Added misc/ruby-{args_parser,hashie,parallel,rainbow}
Added net/ruby-{tw,twitter,userstream}

(mef)

2013-05-09 15:55:11 UTC MAIN commitmail json YAML

Updated www/p5-Dancer to 1.3113

(wen)

2013-05-09 15:53:33 UTC MAIN commitmail json YAML

PR pkg/47791 orignated by tsutsui@  for tw,
CUI client for twitter written by ruby.

This is actually following set. But just making package on
net/ruby-tw will pull all these prerequisites.

- misc/ruby-args_parser  args_parser-0.1.4
  Parse ARGV from command line with DSL.

- misc/ruby-hashie hashie-1.2.0
  Hashie is a small collection of tools that make hashes more powerful.
  Currently includes Mash (Mocking Hash) and Dash (Discrete Hash).

- misc/ruby-parallel parallel-0.6.4
  Ruby gem to run any kind of code in parallel processes.

- misc/ruby-rainbow rainbow-1.1.4
  Rainbow extends ruby String class enabling coloring text on ANSI terminals.

- net/ruby-tw tw-0.3.9
  Ruby based CUI Twitter client.

- net/ruby-twitter twitter-4.6.2
  A Ruby interface to the Twitter API.

- net/ruby-userstream userstream-1.3.0
  UserStream is a simple twitter userstream library.

(mef)

2013-05-09 15:48:40 UTC MAIN commitmail json YAML

Update to 1.3113

Upstream changes:
1.3113 08.05.2013

    [ ENHANCEMENTS ]
    * GH #869: leave body parameters alone if deserialization failed
        (brianphillips).
    * GH #914: add link to melezhik's psgi chef cookbook.
    * GH #923: implement lazy session flushing. (David Golden)

    [ BUG FIXES ]
    * GH #920: fix pod for Dancer::Development. (ppisar)

    [ DOCUMENTATION ]
    * GH #915: add warning about behaviour of hooks with multiple packages
    loaded by load_app (racke).
    * GH #918: Fix headers syntax in Dancer::Response perldoc
      (Vyacheslav Matyukhin).

1.3112 10.04.2013

    [ ENHANCEMENTS ]
    * GH #897 dancer script diagnostic more explicit if target directory
        does not exist or is not writable (reported by Andrew Grangaard).
    * GH #907: skip tests of deprecated features (mokko).

    [ BUG FIXES ]
    * GH #900: backport the security patch for Dancer::ModuleLoader
        from Dancer2 (mokko).

(wen)

2013-05-09 15:48:20 UTC MAIN commitmail json YAML

Correction to devel/libtool-fortran line.

(mef)

2013-05-09 15:42:35 UTC MAIN commitmail json YAML

Updated sysutils/pstree to 2.36

(wen)

2013-05-09 15:41:23 UTC MAIN commitmail json YAML

Update to 2.36

Upstream changes:
* Revision 2.36  2013-04-12 11:47:03+02  fred
* Some processes like apache under a recent Linux were listed with UID
* root instead of the correct UID, as they use setuid(). We now read the
* UID from the owner of /proc/PID instead of /proc/PID/stat, as this
* seems to be updated correctly. Thanks to Tom Schmidt
* <tschmidt AT micron.com> for pointing out this bug.
*
* Revision 2.35  2013-02-28 08:33:02+01  fred
* Added Stan Sieler's fix to my adaption of snprintf fix by Stan Sieler :-)
*
* Revision 2.34  2013-02-27 16:57:25+01  fred
* Added snprintf fix by Stan Sieler

(wen)

2013-05-09 15:27:02 UTC MAIN commitmail json YAML

2013-05-09 15:25:38 UTC MAIN commitmail json YAML

Updated editors/OmegaT to 3.0.0

(ryoon)

2013-05-09 15:24:16 UTC MAIN commitmail json YAML

Update to 3.0.0

Changelog:

----------------------------------------------------------------------
OmegaT 3.0.0
----------------------------------------------------------------------
  27 Enhancements
  5 Bug fixes
  7 Localisation updates
----------------------------------------------------------------------
3.0.0 vs. 2.6.3

  Implemented requests:

  - Have glossary search in Find dialog
  http://sourceforge.net/support/tracker.php?aid=3385415

  - Grey out more options with Search Files
  http://sourceforge.net/support/tracker.php?aid=3385348

  - Put "Search files" option at top of Search window
  http://sourceforge.net/support/tracker.php?aid=2610166

  - Adding content (e.g., glossaries) search options
  http://sourceforge.net/support/tracker.php?aid=1587706

  - Go to Next **Translated** Segment
  http://sourceforge.net/support/tracker.php?aid=3181098

  - Do not remove leading and trailing spaces
  http://sourceforge.net/support/tracker.php?aid=3608611

  - Preserve spaces for all tags
  http://sourceforge.net/support/tracker.php?aid=3608615

  - Moving between tags with a single keystroke
  http://sourceforge.net/support/tracker.php?aid=3579784

  - Show the content of tags in tooltips
  http://sourceforge.net/support/tracker.php?aid=3573166

  - Validate tags when creating target files
  http://sourceforge.net/support/tracker.php?aid=1398289

  - Validate tags after each segment
  http://sourceforge.net/support/tracker.php?aid=3608715

  - Tag protection
  http://sourceforge.net/support/tracker.php?aid=3608720

  - Protected text in XLIFF
  http://sourceforge.net/support/tracker.php?aid=3608725

  - Move active match selection up/down
  http://sourceforge.net/support/tracker.php?aid=3608814

  - Gnome Shell integration
  http://sourceforge.net/support/tracker.php?aid=3609146

  - Do not remove leading and trailing tags
  http://sourceforge.net/support/tracker.php?aid=3574760

  - Not adding extra space on Insert Missing Source Tags
  http://sourceforge.net/support/tracker.php?aid=3370310

  - Better OmegaT icon resolution
  http://sourceforge.net/support/tracker.php?aid=3603928

  - Integrate tokenizers in OmegaT
  https://sourceforge.net/p/omegat/feature-requests/844/

  - Enable LanguageTool Plugin in Java Webstart version
  https://sourceforge.net/p/omegat/feature-requests/851/

  Other enhancements:

  - Insert Source Tags become Insert Missing Source Tags. It only adds
the tags missing in the segment.

  - Edit > Insert Next Missing Tag inserts the next tag missing in the
target segment

  - In the right-click menu of the current segment, missing tags
appear in the contextual menu, and can be inserted individually

  - When a match is inserted from a TMX contained in a folder named
"mt", the background of the active segment is changed to red. The
background is restored to normal when the segment is left.

  - OmegaT has now a machine translation connector for MyMemory.
To use it, check Options > Machine Translation > MyMemory

  - Import Source Files was renamed to Copy Files to Source Folder
and Import From MediaWiki was renamed to Download MediaWiki Page
to clarify the fact that no import process occurs, and that files
are just copied

  - Last changes can be displayed in the Help menu
(Help > Last Changes)

  Bug fixes:

  - XLIFF Filter: <ept> not recognized in relation with <bpt>
  http://sourceforge.net/support/tracker.php?aid=1988732

  - Problem with Undo after entering Japanese with IME
  http://sourceforge.net/support/tracker.php?aid=3586912

  - Infinite loop of exceptions when using Undo function
  http://sourceforge.net/support/tracker.php?aid=3540091

  - When the custom shortcut file was containing non-existent shortcuts,
OmegaT failed to load the valid ones

  - OmegaT team projects were not working behind some firewalls

  Localisation updates:

  - Basque localisation updated to 3.0.0 (UI, readme, Instant Start)
  - Brazilian Portuguese localisation updated to 3.0.0 (UI, Instant Start)
  - Dutch localisation updated to 3.0.0 (UI, readme, Instant Start)
  - Italian localisation updated to 3.0.0 (UI, readme, Instant Start)
  - Japanese localisation updated to 3.0.0 (UI)
  - Russian localisation updated to 3.0.0 (UI, readme, Instant Start)
  - Turkish localisation updated to 3.0.0 (UI)

(ryoon)

2013-05-09 15:17:40 UTC MAIN commitmail json YAML

Updated devel/jenkins to 1.509.1

(ryoon)

2013-05-09 15:16:55 UTC MAIN commitmail json YAML

Update to 1.509.1

Changelog:
What's new in 1.509.1 (2013/05/01)

    FilePath.installIfNecessaryFrom routes download over remoting channel (issue 17330)
    Add 'Are you sure' on Reload configuration from disk (issue 15340)
    MavenAbstractArtifactRecord.doRedeploy should require POST (SECURITY-69)
    Hover-over "Build Now" broken for parameterized jobs: "This page expects a form submission" (issue 17110)
    XSS issue, where an internal attacker can cause a remote stylesheet to be loaded and containing scripts executed. (SECURITY-67)
    CVE-2013-1808 stapler-adjunct-zeroclipboard: XSS via copying XSS payload into buffer (SECURITY-71)
    Jenkins.doEval checks ADMINISTER rather than RUN_SCRIPTS; doScript CSRF (SECURITY-63)
    Jenkins is no more WinXP compliant : CreateSymbolicLinkW is not available (issue 17343)

(ryoon)

2013-05-09 15:07:59 UTC MAIN commitmail json YAML

2013-05-09 14:31:48 UTC MAIN commitmail json YAML

Fix wrong condition check; make's variable should be referenced as variable.

(taca)

2013-05-09 14:28:26 UTC MAIN commitmail json YAML

2013-05-09 14:26:42 UTC MAIN commitmail json YAML

Link libtorrent against libcrypto as it uses various functions from it.
Fix C++11 vs TR1 usage. Bump revision.

(joerg)

2013-05-09 14:10:33 UTC MAIN commitmail json YAML

Updated ham/fldigi to 3.21.70

(mef)

2013-05-09 14:09:13 UTC MAIN commitmail json YAML

- Bump fldigi version 3.21.65 to 3.21.70
- Remove patches/patch-src_throb_throb.cxx
  (upstream picked up this).
----------
Sat Apr 13 14:48:19 2013 -0500
Version 3.21.70
    Contestia/Olivia
      * Quick change / custom dialog
      * Corrected Contestia callback in confdialog.fl
      * Corrected resetOLIVIA function
    Tabs Colors
      * Added ID / QRZ tabs to color schema
    Double Click bug fix
      * Double click text selection for transfer to QSO record fields
    RTTY update
      * Removed code used for filter tests
      * Added CWI suppression, select decoding of
        - Mark-Space
        - Mark only
        - Space only
--------------
Version 3.21.69
    RTTY filters
      * Removed deprecated Hilbert transform
      * Corrected inverse FFT computation to provide unity gain
        h(t) -> H(w) -> h(t)
      * Added design output statements to fftfilt.cxx - normally disabled
      * Removed deprecated lpfilt, bitfilt, bp_filt_lo, bp_filt_hi
      * Improved X-scope update rate
      * Removed unused methods and members
    Spotting
      * Add user configurable spotting using signal browser
        - spotting can be disabled if viewer is not visible
        - reduces CPU load if selected
    ADIF case
      * Change import parser to treat fields specifiers as case
        insensitive.
    QSO NBR/NXT macro tag
      * Added <QSONBR>, <NXTNBR> macro tags to respectively add
        current # QSO records, next QSO record number to transmit
    TX lower case
      * User configurable transmit all text in lower case
    WX parser
      * Update station name parser iaw new METAR format
----------------------------
Version 3.21.68
    RTTY bug fix
      * Missing initialization for Cmovavg bit filter pointer
    RTTY filters
      * added Modified Lanzcos RTTY Rx filter
        - DO2SMF, Stefan Fendt <smfendt@gmail.com>
    Hang on start
      * Erroneously created / deleted new thread for instance when
        rig_cat not being used for rig control.
    Analysis
      * Added timeout value to extinguish status message
    WF only ESC abort
      * Capture Escape to prevent program shutdown when
        Escape pressed when --wo dialog has focus.
        - Rx - escape ignored
        - Tx - transmit aborted, return to Rx
        - Tune - tune aborted, return to Rx
    rigMEM
      * removed rigMEM support code
        - KC505 transceiver control no longer uses this
          converted to use xmlrpc control.
    WF only null pointer fix
      * in waterfall only mode, bypass text logging of rx stream
    RTTY config tab
    * Cosmetic corrections
    RTTY stop bits
      * remove forced return to 1.5 stop bits for Baudot
----------------------------
Version 3.21.67
    RTTY FSK modem
      * This patch contributed to by
        W1HKJ, Dave Freese <w1hkj@w1hkj.com>
        DO2SMF, Stefan Fendt <smfendt@gmail.com>
      * Waveshaped FSK modem for classic RTTY using raised cosine
        matched filters
      * Kahn demodulator
      * RTTY scope based on separate mark / space filter outputs
      * Corrected s/n estimator
      * Change RTTY browser to new demodulator
      * Fixed missing browser highlight for callsign detection
      * Bypass Viewer signal processing if viewer(s) are not visible
        - significantly reduces % CPU use
      * Separated psk-rtty range/value pairs for viewer squelch
        control.
    PSK viewer
      * Suppress psk viewer decoding if neither viewer
        is visible.
    Contest fields
      * increased size of contest fields
    RigCAT INIT/CLOSE
      * This modification submitted by:
        Arvo Jarve, ES1JA, <arvo@softshark.ee>
      * Added CLOSE port rigcat command
      * Added user control to enable/disable restortation
        of serial port status bits when closing port
        - use <RESTORE>bool_value</RESTORE> in xml definition
          file.
    Olivia FEC reset
      * Added user control to enable/disable automatic reset of
        FEC integration depth when BW / Tones are changed either
        by user or via RsID reception.
    Status / Tx Level Controls
      * increased horizontal dimension to 120 pixels
----------------------------
Version 3.21.66
    Thor reset
    File Selector
    Macros
    CW modem
    User configurable items

(mef)

2013-05-09 14:07:08 UTC MAIN commitmail json YAML

pkgsrc/x11/qt4-libs/Makefile@1.88 / diff
pkgsrc/x11/qt4-libs/distinfo@1.85 / diff
pkgsrc/x11/qt4-libs/patches/patch-src_3rdparty_clucene_src_CLucene_config_repl__tchar.h@1.1 / diff
pkgsrc/x11/qt4-libs/patches/patch-src_3rdparty_javascriptcore_JavaScriptCore_runtime_Structure.cpp@1.1 / diff
pkgsrc/x11/qt4-libs/patches/patch-src_3rdparty_javascriptcore_JavaScriptCore_runtime_Structure.h@1.1 / diff
pkgsrc/x11/qt4-libs/patches/patch-src_3rdparty_javascriptcore_JavaScriptCore_wtf_HashTable.h@1.1 / diff
pkgsrc/x11/qt4-libs/patches/patch-src_3rdparty_javascriptcore_JavaScriptCore_wtf_RefCountedLeakCounter.h@1.1 / diff
pkgsrc/x11/qt4-libs/patches/patch-src_3rdparty_javascriptcore_JavaScriptCore_wtf_Threading.h@1.1 / diff
pkgsrc/x11/qt4-libs/patches/patch-src_3rdparty_webkit_Source_JavaScriptCore_heap_MarkedSpace.cpp@1.1 / diff
pkgsrc/x11/qt4-libs/patches/patch-src_3rdparty_webkit_Source_JavaScriptCore_heap_MarkedSpace.h@1.1 / diff
pkgsrc/x11/qt4-libs/patches/patch-src_3rdparty_webkit_Source_JavaScriptCore_parser_JSParser.cpp@1.1 / diff
pkgsrc/x11/qt4-libs/patches/patch-src_3rdparty_webkit_Source_JavaScriptCore_wtf_Atomics.h@1.1 / diff
pkgsrc/x11/qt4-libs/patches/patch-src_3rdparty_webkit_Source_JavaScriptCore_wtf_HashSet.h@1.1 / diff
pkgsrc/x11/qt4-libs/patches/patch-src_3rdparty_webkit_Source_JavaScriptCore_wtf_NullPtr.h@1.1 / diff
pkgsrc/x11/qt4-libs/patches/patch-src_3rdparty_webkit_Source_JavaScriptCore_wtf_RefCountedLeakCounter.h@1.1 / diff
pkgsrc/x11/qt4-libs/patches/patch-src_3rdparty_webkit_Source_JavaScriptCore_wtf_ThreadSafeRefCounted.h@1.1 / diff
pkgsrc/x11/qt4-libs/patches/patch-src_3rdparty_webkit_Source_JavaScriptCore_wtf_Threading.h@1.2 / diff
pkgsrc/x11/qt4-libs/patches/patch-src_3rdparty_webkit_Source_WebCore_platform_Timer.cpp@1.1 / diff
pkgsrc/x11/qt4-libs/patches/patch-src_3rdparty_webkit_Source_WebCore_platform_Timer.h@1.1 / diff
pkgsrc/x11/qt4-libs/patches/patch-src_3rdparty_webkit_Source_WebCore_platform_network_qt_QNetworkReplyHandler.cpp@1.1 / diff
      :
(more 3 files)
Don't use forward defines for the std namespace. Fix various
inconsistencies in the iterator usage. Explicitly specify which wcschr
variant to use. Allow building with libc++ and use <atomic> in that
case.

(joerg)

2013-05-09 14:05:20 UTC MAIN commitmail json YAML

Be explicit on where to find qmake, sip and the py-qt4 files.

(joerg)

2013-05-09 14:04:42 UTC MAIN commitmail json YAML

2013-05-09 14:01:44 UTC MAIN commitmail json YAML

2013-05-09 14:01:08 UTC MAIN commitmail json YAML

Use g95 as default Fortran compiler. Would be nice to use more modern
GCC, but that requires cleaning up mk/compiler/gcc.mk first.

Only include the fortran compiler file, if Fortran is actually
requested.

(joerg)

2013-05-09 13:59:47 UTC MAIN commitmail json YAML

2013-05-09 13:59:35 UTC MAIN commitmail json YAML

2013-05-09 13:58:55 UTC MAIN commitmail json YAML

2013-05-09 13:57:52 UTC MAIN commitmail json YAML

Sync PLIST with reality.

(joerg)

2013-05-09 13:56:58 UTC MAIN commitmail json YAML

2013-05-09 13:56:12 UTC MAIN commitmail json YAML

2013-05-09 13:55:18 UTC MAIN commitmail json YAML

+ libtool-fortran

(joerg)

2013-05-09 13:54:12 UTC MAIN commitmail json YAML

Support file for libtool-fortran.

(joerg)

2013-05-09 13:53:48 UTC MAIN commitmail json YAML

Split Fortran support from devel/libtool-base into a separate package
devel/libtool-fortran. If USE_LIBTOOL is present and Fortran is in
USE_LANGUAGES, include the new package.

(joerg)

2013-05-09 13:50:54 UTC MAIN commitmail json YAML

2013-05-09 13:50:14 UTC MAIN commitmail json YAML

2013-05-09 13:49:11 UTC MAIN commitmail json YAML

2013-05-09 13:47:25 UTC MAIN commitmail json YAML

Ignore errors from this mess as other versions of binutils 2.19 do.

(joerg)

2013-05-09 13:45:45 UTC MAIN commitmail json YAML

2013-05-09 13:43:22 UTC MAIN commitmail json YAML

Updated graphics/rabbit to 2.0.7

(obache)

2013-05-09 13:43:03 UTC MAIN commitmail json YAML

Update rabbit to 2.0.7

== 2.0.7: 2013-04-29

Stability improvement release!

=== Improvements

==== Package

  * [GitHub#13] Removed needless files from package.
    [Reported by Youhei SASAKI]
  * Removed Ruby/GStreamer from dependency package.
    [rabbit-shocker:1089] [Reported by znz]

==== rabbit

  * Removed needless executable permission.
  * Stopped requiring Ruby/GStreamer on initialize because it crashes Rabbit on
    Mac OS X 10.6.8.
    [Reported by masa]
  * Stopped guessing from source content when source has extension to avoid
    false detection.
  * Removed needless fallback fullscreen/unfullscreen features because they
    are needless with latest GTK+.
    [Reported by Youhei SASAKI]
  * Supported non-ASCII file name.
    [GitHub#15][GitHub#16][GitHub#17] [Patch by Masafumi Yokoyama]
  * Stopped to use iconv when String#encode is available.
    [GitHub#18] [Patch by Masafumi Yokoyama]

==== Theme

  * lightning-talk-toolkit: Supported as-large-as-possible slide property.

      Force enable:

        = Large Title

        == property

        : as_large_as_possible
          true

      Force disable:

        = Large Title

        == property

        : as_large_as_possible
          false

==== Test

  * Added missing load path to $LOAD_PATH.
    [GitHub#14] [Reported by Masafumi Yokoyama]

==== rabbit-slide

  * Supported multi-paragraph description.
  * Published to RubyGems.org after publishing to SlideShare.
    It is for using SlideShare information on RubyGems.org publishing.
    [Masafumi Yokoyama]
  * Supported RubyGems 2.0. [Masafumi Yokoyama]

=== Thanks

  * Youhei SASAKI
  * masa
  * Masafumi Yokoyama
  * znz

(obache)

2013-05-09 11:29:31 UTC MAIN commitmail json YAML

Multi support for PostgreSQL packages (e.g. databases/postgresql-postgis).

(fhajny)

2013-05-09 10:09:37 UTC MAIN commitmail json YAML

Comment out broken ruby-gnome2 dependency.  This is almost certainly wrong,
but the package is already marked BROKEN yet is currently breaking pbulk due
to this bogus dependency.

(jperkin)

2013-05-09 09:38:20 UTC MAIN commitmail json YAML

2013-05-09 08:41:09 UTC MAIN commitmail json YAML

Updated security/mit-krb5 to 1.10.5

(adam)

2013-05-09 08:40:06 UTC MAIN commitmail json YAML

Changes 1.10.5:
This is a bugfix release. The krb5-1.10 release series is in maintenance, and for new deployments, installers should prefer the krb5-1.11 release series or later.
* Fix KDC null pointer dereference in TGS-REQ handling [CVE-2013-1416]
* Incremental propagation could erroneously act as if a slave's database were current after the slave received a full dump that failed to load.

(adam)

2013-05-09 07:59:54 UTC MAIN commitmail json YAML

This one should not be revbumped!

(adam)

2013-05-09 07:59:47 UTC MAIN commitmail json YAML

This one should not be revbumped!

(adam)

2013-05-09 07:59:26 UTC MAIN commitmail json YAML

This one should not be revbumped!

(adam)

2013-05-09 07:44:34 UTC MAIN commitmail json YAML

Updated net/samba to 3.6.15

(adam)

2013-05-09 07:40:47 UTC MAIN commitmail json YAML

2013-05-09 07:36:15 UTC MAIN commitmail json YAML

Changes 3.6.15:
* BUG 9746: Fix "guest ok", "force user" and "force group" for guest users.
* BUG 9830: Fix panic in nt_printer_publish_ads.
* BUG 9854: Fix crash bug in Winbind.
* BUG 9817: Fix 'map untrusted to domain' with NTLMv2.

(adam)

2013-05-09 07:11:29 UTC MAIN commitmail json YAML

Updated textproc/icu to 51.1

(adam)

2013-05-09 07:10:09 UTC MAIN commitmail json YAML

Changes 51.1:

Common Changes
==============
CLDR 23: Collation tailorings put native script first; non-Gregorian calendar formats are more consistent; much improved data for Armenian (hy), Georgian (ka), Mongolian (mn), and Welsh (cy); …
Time zone data: 2013b
Date format/parse now supports CLDR short weekday names ("EEEEEE", "cccccc").
Support DisplayContext for date formatting, locale display names.
DateTimePatternGenerator behavior is now much more consistent between C and J.
Support new timezone pattern characters in LDML spec: X+, x+, O, OOOO, V, VV, VVV.
Updated  SpoofChecker for v5 of UTS39.
AlphabeticIndex enhancements:
New thread-safe ImmutableIndex sub-API
Build an index for a custom Collator.
Make data-driven for Chinese collations.
New API for CLDR script metadata.

ICU4C Specific Changes
======================
Support for “dangi” Korean luni-solar calendar (already in ICU4J).
Add CompactDecimalFormat (already in ICU4J).
Add TerritoryContainment APIs (already in ICU4J).
UnicodeString default constructor and destructor now inline.
Layout engine now supports 'morx' tables.
Fixed some ICU 50 regressions:
Affixes set with e.g. DecimalFormat::setPositivePrefix were ignored for parse.
UNUM_PARSE_INT_ONLY no longer handled grouping separator.
Add ucal_getTimeZoneID.
The C++ AlphabeticIndex implementation is now on par with Java, including full support for all Chinese collation tailorings.
U8_NEXT() and similar low-level macros now support NUL-terminated UTF-8 strings.
New macros like U8_NEXT_OR_FFFD() return U+FFFD for an ill-formed sequence.
Conversion: New "good one-way" mapping type, for example for Variation Selector sequences.

(adam)

2013-05-09 06:55:57 UTC MAIN commitmail json YAML

2013-05-09 06:40:27 UTC MAIN commitmail json YAML

2013-05-09 05:42:53 UTC MAIN commitmail json YAML

DragonFly support is being Added, but not completed yet.
NOT_FOR_PLATFORM= DragonFly-*-* is in Makefile.
The function interfaces_update in src/daemon/lldpd.{c,h} has to be fixed.

(mef)

2013-05-09 04:07:38 UTC MAIN commitmail json YAML

Updated mail/dovecot2 to 2.2.1

(manu)

2013-05-09 03:49:16 UTC MAIN commitmail json YAML

Upgrade to dovecot-2.2.1. Changes since 2.2.0, from NEWS file:

v2.2.1 2013-04-19  Timo Sirainen <tss@iki.fi>
        - mailbox_list_index=yes was broken.
        - LAYOUT=index didn't list subscriptions.
        - auth: Multiple master passdbs didn't work.
        - Message parsing (e.g. during search) crashed when multipart message
          didn't actually contain any parts.

(manu)

2013-05-09 03:45:40 UTC MAIN commitmail json YAML

Updated mail/getmail to 4.40.2

(schmonz)