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 (21m)  pkgsrc-2024Q1 (6d)  pkgsrc-2023Q4 (53d)  pkgsrc-2023Q2 (85d)  pkgsrc-2023Q3 (165d) 

2024-05-23 22:29:54 UTC Now

2015-09-07 15:30:25 UTC MAIN commitmail json YAML

Support .so.* files if they exist and are explicitly listed in the
PLIST instead of just .so files.  Fixes a number of packages on Darwin.

(jperkin)

2015-09-07 12:57:29 UTC MAIN commitmail json YAML

Don't use -Wno-error flags on Darwin, its version of clang does not support
them.

(jperkin)

2015-09-07 12:06:45 UTC MAIN commitmail json YAML

Remove manual _STRIPFLAG_INSTALL setting, it's now empty by default on Darwin.

(jperkin)

2015-09-07 12:06:05 UTC MAIN commitmail json YAML

Pass -install_name on Darwin to create valid dynamic library name.

(jperkin)

2015-09-07 12:05:17 UTC MAIN commitmail json YAML

Now that _STRIPFLAG_INSTALL defaults to empty on Darwin remove manual setting.

(jperkin)

2015-09-07 12:02:07 UTC MAIN commitmail json YAML

2015-09-07 11:48:35 UTC MAIN commitmail json YAML

Disable the strip flag for install(1) by default on Darwin.  When called
without arguments, strip(1) will attempt to strip all symbols by default,
and when it is unable to do this will fail with a non-zero exit status.

Passing '-u -r' to strip(1) would in theory resolve the issue, but there
is no simple of way of doing this due to the way strip is called by the
native install program through XCode.  We would need to build a patched
bsdinstall for Darwin, so for now we just disable stripping on install,
as many packages have had to do individually up until now.

(jperkin)

2015-09-07 11:02:28 UTC MAIN commitmail json YAML

Switch to globbing for package symlinks to delete.  This provides significant
performance improvements on at least OSX and SunOS, where each file is stat'd
rather than just the links we are looking for, especially with large package
directories over NFS.

(jperkin)

2015-09-07 09:06:05 UTC MAIN commitmail json YAML

Explicitly link against -lbz2 and -lz to satisfy libnetpgpverify
dependencies, we can no longer rely on implicit linking from libarchive
on certain platforms.  Fixes build on FreeBSD and DragonFlyBSD.

(jperkin)

2015-09-06 21:25:19 UTC MAIN commitmail json YAML

Fix up a few more symbol renames, now -Wimplicit-function-declaration clean.

(jperkin)

2015-09-06 18:38:21 UTC MAIN commitmail json YAML

Ensure netpgpverify configure is called with CONFIG_SHELL.  Fixes
build on legacy Solaris.

(jperkin)

2015-09-05 13:03:22 UTC MAIN commitmail json YAML

2015-09-05 12:00:10 UTC MAIN commitmail json YAML

2015-09-05 11:55:28 UTC MAIN commitmail json YAML

2015-09-05 11:39:51 UTC MAIN commitmail json YAML

Remove --disable-sdltest, this is now handled generically by SDL's bl3.

(jperkin)

2015-09-05 11:21:53 UTC MAIN commitmail json YAML

Pass --disable-sdltest on Darwin when using GNU configure, fixes various
issues (crashes, hangs) when building SDL packages in a session which
isn't logged into the console.

Tested in a full bulk build, some packages issue warnings for it being
an unrecognized option but I cannot see any failures due to it, and it
fixes a reasonable number of package builds.

(jperkin)

2015-09-04 19:37:13 UTC MAIN commitmail json YAML

Add ${VARBASE}/db/pkgin to OWN_DIRS.

(jperkin)

2015-09-02 17:15:09 UTC MAIN commitmail json YAML

Complete the SHA* symbol renaming.  Ride previous bump.  Ok agc.

(jperkin)

2015-09-02 13:04:12 UTC MAIN commitmail json YAML

Fix p5-Struct-Dumb typo.

(jperkin)

2015-09-01 12:14:15 UTC MAIN commitmail json YAML

Updated pkgtools/pkg_install to 20150901

(jperkin)

2015-09-01 12:14:06 UTC MAIN commitmail json YAML

2015-09-01 11:12:30 UTC MAIN commitmail json YAML

Default to pkgsrc openssl from OSX Lion / 10.7 onwards, where the native
openssl is marked as deprecated.  This causes failures in pkg_install now
that WARNS works correctly (-Werror,-Wdeprecated-declarations).

(jperkin)

2015-09-01 08:26:05 UTC MAIN commitmail json YAML

Add mod_session_crypto if apr-util is built with ssl.

(jperkin)

2015-08-31 16:16:31 UTC MAIN commitmail json YAML

Disable MacOS bundle support, install akonadi_agent_launcher in the normal
place.  Fixes build on Darwin.

(jperkin)

2015-08-31 14:31:20 UTC MAIN commitmail json YAML

Additional files installed on Darwin.  Package still fails due to check-shlibs
but this gets us a step closer.

(jperkin)

2015-08-31 10:59:04 UTC MAIN commitmail json YAML

2015-08-31 09:03:30 UTC MAIN commitmail json YAML

Updated pkgtools/bootstrap-mk-files to 20150831

(jperkin)

2015-08-31 09:03:19 UTC MAIN commitmail json YAML

2015-08-30 12:30:33 UTC MAIN commitmail json YAML

Don't strip on Darwin, fails on dyntrace.o, and enable kernel poll.  Both
patches from Steven Williamson.

(jperkin)

2015-08-29 21:20:44 UTC MAIN commitmail json YAML

Use --disable-sdltest on Darwin, fixes builds which aren't performed with
the console login, the test hangs otherwise or fails with connection errors
to the WindowServer.

(jperkin)

2015-08-29 19:36:04 UTC MAIN commitmail json YAML

Updated lang/tcl to 8.6.4nb4

(jperkin)

2015-08-29 19:35:55 UTC MAIN commitmail json YAML

Take advantage of tcl using the -headerpad_max_install_names option to fix
up dylib install names in post-build using install_name_tool(1) on Darwin.

Bump PKGREVISION as package built before the Mach-O shlibs checks were
introduced, but the generated PROVIDES were incorrect.

(jperkin)

2015-08-29 17:43:22 UTC MAIN commitmail json YAML

Updated net/mDNSResponder to 258.14nb1

(jperkin)

2015-08-29 17:41:07 UTC MAIN commitmail json YAML

Use -install_name on OSX to fix installed dylib.

Bump PKGREVISION as package built before the Mach-O shlibs checks were
introduced, but the PROVIDES were incorrect.

(jperkin)

2015-08-20 13:51:12 UTC MAIN commitmail json YAML

Updated net/net-snmp to 5.7.3nb2

(jperkin)

2015-08-20 13:51:03 UTC MAIN commitmail json YAML

2015-08-20 13:38:25 UTC MAIN commitmail json YAML

2015-08-20 12:26:46 UTC MAIN commitmail json YAML

Document memcached and sphinx options.

(jperkin)

2015-08-20 12:24:45 UTC MAIN commitmail json YAML

2015-08-20 12:13:30 UTC MAIN commitmail json YAML

Package requires USE_GCC_RUNTIME.

(jperkin)

2015-08-18 19:31:38 UTC MAIN commitmail json YAML

Updated pkgtools/pkgin to 0.9.3

(jperkin)

2015-08-18 19:31:29 UTC MAIN commitmail json YAML

Update pkgin to version 0.9.3.  Changes:

* Ensure we aren't copying overlapping memory regions.  Issue found by
  Matthias Ferdinand.

* Free libarchive resources after use.

* Various WARNS and build cleanups.

Tested on Linux (now builds on Ubuntu 12.04), OSX, SmartOS and NetBSD.

(jperkin)

2015-08-17 17:35:23 UTC MAIN commitmail json YAML

Introduce support for checking Mach-O dynamic libraries.

This works in a similar way to the ELF checks, but uses otool(1) to list the
library name and its dependencies, and the checks fail if there are WRKDIR
references or if the -install_name of the library does not match $PREFIX, as
well as ensuring that any libraries from pkgsrc are correctly registered as
full dependencies.

Removes support for the user to set USE_CHECK_SHLIBS_ELF, but there were no
reasonable reasons for doing so in the past anyway, and it may be masking
issues in platform files we should fix.

(jperkin)

2015-08-17 16:39:13 UTC MAIN commitmail json YAML

Fix check-shlibs regular expression to match .dylib/.sl the same as .so

(jperkin)

2015-08-17 16:05:26 UTC MAIN commitmail json YAML

Pick up configure version bump.  Ride previous version.

(jperkin)

2015-08-17 11:37:55 UTC MAIN commitmail json YAML

2015-08-17 09:40:20 UTC MAIN commitmail json YAML

Updated pkgtools/pkgin to 0.9.2

(jperkin)

2015-08-17 09:40:11 UTC MAIN commitmail json YAML

Update pkgin to version 0.9.2.  Changes:

  * Fix -Wempty-body issue, noticed by joerg.

(jperkin)

2015-08-14 08:57:09 UTC MAIN commitmail json YAML

Updated security/openssh to 6.9.1nb2

(jperkin)

2015-08-14 08:57:00 UTC MAIN commitmail json YAML

Fix a bug introduced 9 years ago in patch-sshd.c which has meant that
privilege separation has been disabled all that time.  The logic was changed
such that it was only enabled on Interix, instead of only being disabled on
Interix as originally intended.

While here, pull in patches from MacPorts to enable privsep on Darwin.

Bump PKGREVISION.

(jperkin)

2015-08-13 21:49:47 UTC MAIN commitmail json YAML

When the openssl option is enabled, ensure that the openssl libraries
required by the resulting libfetch.a are pulled in for dependencies.

(jperkin)

2015-08-13 20:32:58 UTC MAIN commitmail json YAML

Updated www/tinyproxy to 1.8.3nb5

(jperkin)

2015-08-13 20:32:30 UTC MAIN commitmail json YAML

Do not enable the socks5 option by default, the net/socsk5 package is
not redistributable, which prevents this package from being so too.

Bump PKGREVISION.

(jperkin)

2015-08-13 20:30:47 UTC MAIN commitmail json YAML

Remove non-portable ld argument.  Fixes build on Darwin.

(jperkin)

2015-08-13 15:17:05 UTC MAIN commitmail json YAML

Updated pkgtools/pkgin to 0.9.1

(jperkin)

2015-08-13 15:16:55 UTC MAIN commitmail json YAML

Update pkgin to version 0.9.1.  Changes:

  * Fix off-by-one NUL handling in pkg_summary.  Problem noticed by yrmt,
    caused occasional failures on OSX.

(jperkin)

2015-08-13 10:06:53 UTC MAIN commitmail json YAML

Use MASTER_SITE_GITHUB.

(jperkin)

2015-08-13 10:06:25 UTC MAIN commitmail json YAML

Updated pkgtools/pkgin to 0.9.0

(jperkin)

2015-08-13 10:05:19 UTC MAIN commitmail json YAML

Update pkgin to version 0.9.0.  Changes:

  * Significantly reduce RAM requirements for both "install" and "update",
    headline number is "pkgin install gcc47" on SmartOS/x86_64 reduces from
    383MB to 14MB, as well as being significantly faster, especially on
    slower hardware.  See my blog post at
    <http://www.perkin.org.uk/posts/reducing-ram-usage-in-pkgin.html> for
    more details.

  * Handle pkg_add signature verification failures.

  * Support pkg_summary.xz if available.

  * Don't switch to parsable output when stdout isn't a tty, which broke
    various automation tools.

  * Integrate patches/patch-external_progressmeter.h

Tested on NetBSD, OSX, and SmartOS.

(jperkin)

2015-08-11 12:39:18 UTC MAIN commitmail json YAML

2015-08-10 15:11:47 UTC MAIN commitmail json YAML

Fix typo in local variable name.

(jperkin)

2015-08-03 09:53:02 UTC MAIN commitmail json YAML

2015-07-31 08:51:42 UTC MAIN commitmail json YAML

Updated pkgtools/x11-links to 0.97

(jperkin)

2015-07-31 08:51:31 UTC MAIN commitmail json YAML

Update x11-links to 0.97

* Add multilib ftconfig.h headers from EL6.

(jperkin)

2015-07-29 15:23:11 UTC MAIN commitmail json YAML

Ensure we can find pkgsrc-installed sqlite3.

(jperkin)

2015-07-29 12:21:32 UTC MAIN commitmail json YAML

USE_TOOLS+=gsoelim, uses GNU soelim features.

(jperkin)

2015-07-24 17:02:52 UTC MAIN commitmail json YAML

Updated sysutils/coreutils to 8.23nb2

(jperkin)

2015-07-24 17:02:44 UTC MAIN commitmail json YAML

Pass -install_name on Darwin to record install path of libstdbuf.so.  The
default is to use the relative output path which results in broken REQUIRES.

Bump PKGREVISION.

(jperkin)

2015-07-24 10:24:37 UTC MAIN commitmail json YAML

Updated sysutils/salt to 2014.7.2nb1

(jperkin)

2015-07-24 10:24:27 UTC MAIN commitmail json YAML

Add SMF manifest, contributed by Jasper Siepkes in joyent/pkgsrc#279.

Bump PKGREVISION.

(jperkin)

2015-07-13 21:36:46 UTC MAIN commitmail json YAML

Updated databases/mysql-cluster to 7.4.6nb2

(jperkin)

2015-07-13 21:36:35 UTC MAIN commitmail json YAML

Update COMMENT to reflect reality.  Bump PKGREVISION.

(jperkin)

2015-07-09 12:07:39 UTC MAIN commitmail json YAML

2015-07-09 12:00:14 UTC MAIN commitmail json YAML

2015-07-09 11:56:59 UTC MAIN commitmail json YAML

2015-07-09 11:49:44 UTC MAIN commitmail json YAML

2015-07-09 11:44:09 UTC MAIN commitmail json YAML

2015-07-09 10:56:54 UTC MAIN commitmail json YAML

2015-07-09 09:44:18 UTC MAIN commitmail json YAML

Use nbcompat headers.  Fix pid_t printing.  Fixes build on at least SunOS.

(jperkin)

2015-07-08 16:11:21 UTC MAIN commitmail json YAML

Change PKGNAME to what dependencies expect.  Fixes bulk builds.

(jperkin)

2015-07-07 15:00:35 UTC MAIN commitmail json YAML

Updated pkgtools/cwrappers to 20150707

(jperkin)

2015-07-07 15:00:25 UTC MAIN commitmail json YAML

cwrappers-20150707: handle .dylib extension and Darwin linker flags.

(jperkin)

2015-07-05 11:47:24 UTC MAIN commitmail json YAML

Updated pkgtools/mksandbox to 1.5

(jperkin)

2015-07-05 11:47:14 UTC MAIN commitmail json YAML

mksandbox-1.5: Mount /run on newer Linux for dynamic resolv.conf

(jperkin)

2015-06-30 19:41:32 UTC MAIN commitmail json YAML

Disable CPU detection on Darwin, the result for 32-bit (i486) is incompatible
with pkgsrc MACHINE_ARCH (i386).  Fixes 32-bit build, no change for 64-bit.

(jperkin)

2015-06-26 16:09:49 UTC MAIN commitmail json YAML

Attempt to fix various build issues:

- Explicitly disable samba-regedit for now, it is built depending on
  various curses characteristics that we do not currently support.

- Avoid epoll implementation on SmartOS.

- Pull in Active Directory and LDAP options from net/samba, LDAP support
  is dynamically configured and we need to ensure that, if enabled, we
  correctly pull in openldap.  The SunOS native LDAP is missing some TLS
  functions that Samba depends upon.

Tested with various PKG_OPTIONS combinations, fixes build on SmartOS.

(jperkin)

2015-06-25 13:24:29 UTC MAIN commitmail json YAML

Updated sysutils/ansible to 1.6.10nb1

(jperkin)

2015-06-25 13:21:03 UTC MAIN commitmail json YAML

Fix a couple of issues:

- pkgin changed its output delimiter from a space to ';' when outputting
  to a non-tty, breaking various configuration management systems which
  relied on the previous behaviour.  Handle both types in ansible until
  NetBSDfr/pkgin#46 is resolved.

- OS X 10.10 changed the behaviour of sysctl(8) to hide certain entries
  unless they are explicitly named.  Apply patch to fix hw.model and
  hw.usermem from https://github.com/ansible/ansible/pull/8171/files

Clean up patches while here.  Bump PKGREVISION.

(jperkin)

2015-06-24 07:17:21 UTC MAIN commitmail json YAML

Enable long double math on OS X Mavericks.

(jperkin)

2015-06-23 15:05:11 UTC MAIN commitmail json YAML

Updated misc/tmux to 2.0nb1

(jperkin)

2015-06-23 15:05:02 UTC MAIN commitmail json YAML

Apply build change from MacPorts to fix open(1) behaviour from within a
tmux session on Darwin.  Noticed by Cesar Crusius in joyent/pkgsrc#246.

Bump PKGREVISION.

(jperkin)

2015-06-22 22:45:06 UTC MAIN commitmail json YAML

Ensure BUILDLINK_API_DEPENDS are only set when not using the builtin
version, otherwise those dependency builtins are not included when
building x11-links.  Fixes missing libxcb links on Linux.

(jperkin)

2015-06-22 22:29:54 UTC MAIN commitmail json YAML

Pass -DENABLE_LARGEFILE=1 to the build on SunOS, the configure test
only checks for the presence of open64() rather than doing a proper
largefile check.  Fixes 64-bit build.

(jperkin)

2015-06-22 18:51:02 UTC MAIN commitmail json YAML

Substitute hardcoded path to the C++ wrapper, fixing CHECK_WRKREF builds.

(jperkin)

2015-06-22 16:50:38 UTC MAIN commitmail json YAML

Substitute hardcoded path to the C++ wrapper.  Fixes CHECK_WRKREF builds.

(jperkin)

2015-06-22 16:22:21 UTC MAIN commitmail json YAML

Substitute hardcoded path to the libtool wrapper.  Fixes CHECK_WRKREF builds.

(jperkin)

2015-06-22 16:16:50 UTC MAIN commitmail json YAML

Substitute hardcoded paths to compiler wrapper.  Fixes CHECK_WRKREF builds.

(jperkin)

2015-06-22 15:38:08 UTC MAIN commitmail json YAML

Disable CHECK_SHLIBS for the GCC library packages.  The libraries will
find their parent GCC package libraries first in RPATH at install time
but will correctly resolve to their own copies at runtime thanks to the
additional paths encoded at build time.  Fixes CHECK_WRKREF builds.

(jperkin)

2015-06-22 15:16:24 UTC MAIN commitmail json YAML

2015-06-22 13:21:59 UTC MAIN commitmail json YAML

Update the fixwrap substitution to work correctly after the recent
libtool changes.  Fixes CHECK_WRKREF builds.

(jperkin)

2015-06-21 15:10:17 UTC MAIN commitmail json YAML

On EL6 systems the 'systemtap-sdt-devel' RPM installs a /usr/bin/dtrace
which is emphatically not DTrace, causing nothing but problems for
builds.  Explicitly disable DTrace support if /usr/bin/dtrace is found.

(jperkin)

2015-06-21 14:58:07 UTC MAIN commitmail json YAML

On EL6 systems the 'systemtap-sdt-devel' RPM installs a /usr/bin/dtrace
which is emphatically not DTrace, causing nothing but problems for
builds.  Explicitly disable DTrace support if /usr/bin/dtrace is found.

(jperkin)

2015-06-19 16:27:40 UTC MAIN commitmail json YAML

Ensure we pull in the required versions of libdrm and libxcb when
enabling DRI3 on Linux.  Fixes EL6 which has builtin versions that
are too old.

(jperkin)

2015-06-19 15:30:27 UTC MAIN commitmail json YAML

Disable on Linux too as it hangs the 32-bit bulk build.

(jperkin)

2015-06-19 15:22:44 UTC MAIN commitmail json YAML

Don't use the platform /usr/bin/pkg-config.  As per PR#49982 it causes
problems that are fixed by using the pkgsrc version, and no platform
other than Cygwin tries to use a native version.

Consensus is that due to the limited impact and clear benefit this is
ok to go in during the freeze despite being an infrastructure change.

(jperkin)

2015-06-19 09:05:11 UTC MAIN commitmail json YAML

Backport dsainty's gcc48 fix to gcc47.

The ${PREFIX}/include/ansidecl.h installed by devel/binutils is not
necessarily compatible (E.g. binutils-2.25 does not define PARAMS).  Adjust
the include path priority so the internal ansidecl.h gets precedence, allowing
cp-demangle.c to use libiberty.h without compilation errors.

(jperkin)

2015-06-18 21:48:52 UTC MAIN commitmail json YAML

Look for native fixesproto.pc in ${X11BASE}/share/pkgconfig, fixing
detection and bulk build impossibilities on EL6 and clones.

(jperkin)

2015-06-18 13:04:29 UTC MAIN commitmail json YAML

2015-06-17 14:20:03 UTC MAIN commitmail json YAML

Pull in upstream fix for GCC 5.1.  Patch submitted by Travis Paul
in joyent/pkgsrc#269.

(jperkin)

2015-06-17 08:35:45 UTC MAIN commitmail json YAML

Fix DEPENDS match when enabling the ldap option.

(jperkin)

2015-06-16 22:28:13 UTC MAIN commitmail json YAML

stdbuf is built and installed on Darwin, so add Mach-O to the weird
and wonderful OBJECT_FMT check to enable PLIST.stdbuf.

(jperkin)

2015-06-16 13:41:23 UTC MAIN commitmail json YAML

Support the stdint.h fix when using the OSX SDK include path.

(jperkin)

2015-06-16 13:06:30 UTC MAIN commitmail json YAML

Fix nfds_t fallout on newer Darwin.

(jperkin)

2015-06-12 13:58:15 UTC MAIN commitmail json YAML

Updated sysutils/smartmontools to 6.3nb1

(jperkin)

2015-06-12 13:58:07 UTC MAIN commitmail json YAML

Fix Solaris support which has been broken since -r1.3 of patch-ag, which
removed all comments at the same time.  Put those comments back, and tidy
up the patch.

Bump PKGREVISION.

(jperkin)

2015-06-04 17:16:20 UTC MAIN commitmail json YAML

2015-06-04 09:43:53 UTC MAIN commitmail json YAML

2015-06-04 09:14:33 UTC MAIN commitmail json YAML

USE_LANGUAGES must be set before including compiler.mk

(jperkin)

2015-05-28 07:33:56 UTC MAIN commitmail json YAML

Add back static libmono-2.0 entries, the .la is a symlink to libmonoboehm
and cannot be handled by mk/plist/libtool-expand.  Seen on both NetBSD and
SmartOS.

(jperkin)

2015-05-26 15:19:44 UTC MAIN commitmail json YAML

Updated net/samba4 to 4.2.1nb3

(jperkin)

2015-05-26 15:17:56 UTC MAIN commitmail json YAML

Move rc.d-specific MESSAGE file out of the way and only display if rc.d
is used.  Bump PKGREVISION.

(jperkin)

2015-05-26 15:11:26 UTC MAIN commitmail json YAML

2015-05-26 13:56:16 UTC MAIN commitmail json YAML

2015-05-26 13:38:20 UTC MAIN commitmail json YAML

Fix symbol visibility, package now builds on SunOS.

(jperkin)

2015-05-26 13:36:58 UTC MAIN commitmail json YAML

Put back missing PLIST entries lost in previous update.

(jperkin)

2015-05-26 12:19:46 UTC MAIN commitmail json YAML

Put back SunOS support, and update for 4.0.  Build now completes but
install fails due to PLIST errors with the new libmono-2.0 handling.
Need to verify this on other platforms before fixing.

(jperkin)

2015-05-26 12:17:02 UTC MAIN commitmail json YAML

Put back PLIST.monodoc handling.

(jperkin)

2015-05-26 12:15:49 UTC MAIN commitmail json YAML

MAKE_JOBS_SAFE=yes is a nop, only =no makes sense, remove it.

(jperkin)

2015-05-26 12:14:49 UTC MAIN commitmail json YAML

Add missing Compat.browser PLIST entries.

(jperkin)

2015-05-14 13:24:04 UTC MAIN commitmail json YAML

Note net/unison PKGREVISION bump.  Hi bad.

(jperkin)

2015-05-14 13:22:00 UTC MAIN commitmail json YAML

Don't provide an empty DESCR, copy mostly from mediainfo.

(jperkin)

2015-05-14 13:20:06 UTC MAIN commitmail json YAML

2015-04-29 16:43:23 UTC MAIN commitmail json YAML

Update to match editors/emacs24/version.mk.  Fixes EMACS_TYPE=emacs24nox.

(jperkin)

2015-04-29 14:23:58 UTC MAIN commitmail json YAML

Remove USE_CWRAPPERS setting, now handled by _USE_CWRAPPERS logic.

(jperkin)

2015-04-29 14:23:23 UTC MAIN commitmail json YAML

Introduce _USE_CWRAPPERS logic to ensure consistency, USE_CWRAPPERS could
differ between a package and user setting, resulting in incorrect WRAPPER_*
values being set from wrapper-defs.mk.

(jperkin)

2015-04-29 13:39:43 UTC MAIN commitmail json YAML

Use a single egrep and regexp instead of iterating over the list of files to
check and calling grep on each of them.  Idea for using ":ts|" from Joerg.

Reduces the test runtime by around 50%, depending on platform and package.

(jperkin)

2015-04-29 13:05:28 UTC MAIN commitmail json YAML

Only check executable files for valid interpreters.  By the time this check is
performed all installed files should have their correct mode set, and there are
no INSTALL scripts that currently change file modes under PREFIX after
installation (nor should they ever).

This change considerably speeds up the test.  For example in www/firefox-l10n
the time to run the test reduces from 181 seconds (135 seconds of system time)
down to 10 seconds (6 seconds system time) on my SmartOS build systems.

(jperkin)

2015-04-28 21:15:01 UTC MAIN commitmail json YAML

Move cwrappers WRAPPER_DIR and WRAPPER_BINDIR to wrapper-defs.mk, it is
included by bsd.prefs.mk so we need to ensure consistency.

(jperkin)

2015-04-28 21:08:34 UTC MAIN commitmail json YAML

Ensure the wrapper directories are created before WRAPPER_TARGETS.

(jperkin)

2015-04-28 09:34:56 UTC MAIN commitmail json YAML

2015-04-27 20:01:27 UTC MAIN commitmail json YAML

Now that WRAPPER_BINDIR points to the selected wrapper implementation,
remove the duplicate CWRAPPERS_BIN_DIR handling.

(jperkin)

2015-04-27 19:59:07 UTC MAIN commitmail json YAML

Split cwrappers from legacy wrappers.  We no longer generate the legacy
wrappers when USE_CWRAPPERS is enabled, saving a reasonable amount of
I/O during builds, mostly due to avoiding the transform/untransform sed
file generations.

WRAPPER_DIR and WRAPPER_BINDIR are used by various packages to override
or point to specific wrappers, and these now point to the cwrappers
directory when enabled, removing the need for CWRAPPERS_BIN_DIR
duplication and fixing packages which previously were using legacy
wrappers by accident.

A number of targets are now duplicated between bsd.wrapper.mk and
cwrappers.mk, the intention being that the legacy wrappers will be
deprecated once cwrappers is verified on all supported platforms.  If
that turns out to take longer than expected, we will probably want to
introduce a wrapper.mk to abstract them away before loading the
appropriate back-end.

(jperkin)

2015-04-27 19:38:04 UTC MAIN commitmail json YAML

Remove ECHO_WRAPPER_MSG and just use ECHO_BUILDLINK_MSG, which was set
to the same value anyway.  Also removes a comment from 2005 which was
possibly wrong at the time it was committed, given the same construct
has been used in bsd.buildlink3.mk unchanged since 2004.

(jperkin)

2015-04-27 19:24:17 UTC MAIN commitmail json YAML

Find iconv and zlib correctly.  Problem masked by legacy wrappers, and
not seen with cwrappers due to the package specifically using the legacy
wrappers through accidental WRAPPER_DIR usage.  The latter will be fixed
in upcoming infrastructure changes.

(jperkin)

2015-04-27 15:00:34 UTC MAIN commitmail json YAML

2015-04-27 14:54:23 UTC MAIN commitmail json YAML

2015-04-27 14:47:49 UTC MAIN commitmail json YAML

2015-04-27 14:11:26 UTC MAIN commitmail json YAML

2015-04-27 13:52:01 UTC MAIN commitmail json YAML

Add u_int* compatibility defines for SunOS.

(jperkin)

2015-04-27 13:34:05 UTC MAIN commitmail json YAML

2015-04-27 11:03:42 UTC MAIN commitmail json YAML

Fix build on SunOS correctly.  Ensure we can link against buildlinked
libraries, and ensure the socket libraries are added for both the main
library and test programs which use the static library.

While here use OPSYSVARS instead of bsd.fast.prefs.mk

(jperkin)

2015-04-27 09:51:24 UTC MAIN commitmail json YAML

Ensure we don't try to rebuild the generated transform-gcc.c, it requires
NetBSD-specific build tools.

(jperkin)

2015-04-23 09:31:34 UTC MAIN commitmail json YAML

Explicitly disable epoll on illumos, provided for Linux compat only.

(jperkin)

2015-04-23 09:30:49 UTC MAIN commitmail json YAML

Explicitly disable epoll/inotify on illumos, provided for Linux compat only.

(jperkin)

2015-04-23 09:29:22 UTC MAIN commitmail json YAML

Explicitly disable epoll on illumos, it is provided for Linux compat only.

(jperkin)

2015-04-23 09:27:31 UTC MAIN commitmail json YAML

Explicitly disable inotify on illumos, it is provided for Linux compat only.

(jperkin)

2015-04-23 09:25:50 UTC MAIN commitmail json YAML

Disable epoll on illumos too.

(jperkin)

2015-04-23 09:24:56 UTC MAIN commitmail json YAML

Explicitly disable epoll on illumos, it is provided for Linux compatibility
only.

(jperkin)

2015-04-23 09:23:47 UTC MAIN commitmail json YAML

Explicitly disable epoll on illumos, it is provided for Linux compatibility
only.

(jperkin)

2015-04-23 09:18:57 UTC MAIN commitmail json YAML

Explicitly disable epoll and inotify found on illumos, they are provided for
Linux compatibility only.

(jperkin)

2015-04-22 14:35:51 UTC MAIN commitmail json YAML

Updated www/curl to 7.42.0

(jperkin)

2015-04-22 14:35:21 UTC MAIN commitmail json YAML

Update to curl-7.42.0.

This release includes the following changes:

o openssl: show the cipher selection to use in verbose text
o gtls: implement CURLOPT_CERTINFO
o add CURLOPT_SSL_FALSESTART option (darwinssl and NSS)
o curl: add --false-start option
o add CURLOPT_PATH_AS_IS
o curl: add --path-as-is option
o curl: create output file on successful download of an empty file

This release includes the following bugfixes:

o ConnectionExists: for NTLM re-use, require credentials to match
o cookie: cookie parser out of boundary memory access
o fix_hostname: zero length host name caused -1 index offset
o http_done: close Negotiate connections when done
o sws: timeout idle CONNECT connections
o nss: improve error handling in Curl_nss_random()
o nss: do not skip Curl_nss_seed() if data is NULL
o curl-config.in: eliminate double quotes around CURL_CA_BUNDLE
o http2: move lots of verbose output to be debug-only
o dist: add extern-scan.pl to the tarball
o http2: return recv error on unexpected EOF
o build: Use default RandomizedBaseAddress directive in VC9+ project files
o build: Removed DataExecutionPrevention directive from VC9+ project files
o tool: Updated the warnf() function to use the GlobalConfig structure
o http2: Return error if stream was closed with other than NO_ERROR
o mprintf.h: remove #ifdef CURLDEBUG
o libtest: fixed linker errors on msvc
o tool: use ENABLE_CURLX_PRINTF instead of _MPRINTF_REPLACE
o curl.1: fix "The the" typo
o cmake: handle build definitions CURLDEBUG/DEBUGBUILD
o openssl: remove all uses of USE_SSLEAY
o multi: fix memory-leak on timeout (regression)
o curl_easy_setopt.3: added CURLOPT_SSL_VERIFYSTATUS
o metalink: add some error checks
o TLS: make it possible to enable ALPN/NPN without HTTP/2
o http2: use CURL_HTTP_VERSION_* symbols instead of NPN_*
o conncontrol: only log changes to the connection bit
o multi: fix *getsock() with CONNECT
o symbols.pl: handle '-' in the deprecated field
o MacOSX-Framework: use @rpath instead of @executable_path
o GnuTLS: add support for CURLOPT_CAPATH
o GnuTLS: print negotiated TLS version and full cipher suite name
o GnuTLS: don't print double newline after certificate dates
o memanalyze.pl: handle free(NULL)
o proxy: re-use proxy connections (regression)
o mk-ca-bundle: Don't report SHA1 numbers with "-q"
o http: always send Host: header as first header
o openssl: sort ciphers to use based on strength
o openssl: use colons properly in the ciphers list
o http2: detect premature close without data transfered
o hostip: Fix signal race in Curl_resolv_timeout
o closesocket: call multi socket cb on close even with custom close
o mksymbolsmanpage.pl: use std header and generate better nroff header
o connect: Fix happy eyeballs logic for IPv4-only builds
o curl_easy_perform.3: remove superfluous close brace from example
o HTTP: don't use Expect: headers when on HTTP/2
o Curl_sh_entry: remove unused 'timestamp'
o docs/libcurl: makefile portability fix
o mkhelp: Remove trailing carriage return from every line of input
o nss: explicitly tell NSS to disable NPN/ALPN when libcurl disables it
o curl_easy_setopt.3: added a few missing options
o metalink: fix resource leak in OOM
o axtls: version 1.5.2 now requires that config.h be manually included
o HTTP: don't switch to HTTP/2 from 1.1 until we get the 101
o cyassl: detect the library as renamed wolfssl
o CURLOPT_HTTPHEADER.3: add a "SECURITY CONCERNS" section
o CURLOPT_URL.3: Added "SECURITY CONCERNS
o openssl: try to avoid accessing OCSP structs when possible
o test938: added missing closing tags
o testcurl: Allow '=' in values given on command line
o tests/certs: added make target to rebuild certificates
o tests/certs: rebuild certificates with modified key usage bits
o gtls: avoid uninitialized variable
o gtls: dereferencing NULL pointer
o gtls: add check of return code
o test1513: eliminated race condition in test run
o dict: rename byte to avoid compiler shadowed declaration warning
o curl_easy_recv/send: make them work with the multi interface
o vtls: fix compile with --disable-crypto-auth but with SSL
o openssl: adapt to ASN1/X509 things gone opaque in 1.1
o openssl: verifystatus: only use the OCSP work-around <= 1.0.2a
o curl_memory: make curl_memory.h the second-last header file loaded
o testcurl.pl: add the --notes option to supply more info about a build
o cyassl: If wolfSSL then identify as such in version string
o cyassl: Check for invalid length parameter in Curl_cyassl_random
o cyassl: default to highest possible TLS version
o Curl_ssl_md5sum: return CURLcode (fixes OOM)
o polarssl: remove dead code
o polarssl: called mbedTLS in 1.3.10 and later
o globbing: fix step parsing for character globbing ranges
o globbing: fix url number calculation when using range with step
o multi: on a request completion, check all CONNECT_PEND transfers
o build: link curl to openssl libraries when openssl support is enabled
o url: Don't accept CURLOPT_SSLVERSION unless USE_SSL is defined
o vtls: Don't accept unknown CURLOPT_SSLVERSION values
o build: Fix libcurl.sln erroneous mixed configurations
o cyassl: remove undefined reference to CyaSSL_no_filesystem_verify
o cyassl: add SSL context callback support for CyaSSL
o tool: only set SSL options if SSL is enabled
o multi: remove_handle: move pending connections
o configure: Use KRB5CONFIG for krb5-config
o axtls: add timeout within Curl_axtls_connect
o CURLOPT_HTTP200ALIASES.3: Mainly SHOUTcast servers use "ICY 200"
o cyassl: Fix library initialization return value
o cookie: handle spaces after the name in Set-Cookie
o http2: Fix missing nghttp2_session_send call in Curl_http2_switched
o cyassl: Fix certificate load check
o build-openssl.bat: Fix mixed line endings
o checksrc.bat: Check lib\vtls source
o DNS: fix refreshing of obsolete dns cache entries
o CURLOPT_RESOLVE: actually implement removals
o checksrc.bat: quotes to support an SRC_DIR with spaces
o cyassl: Remove 'Connecting to' message from cyassl_connect_step2
o cyassl: Use CYASSL_MAX_ERROR_SZ for error buffer size
o lib/transfer.c: Remove factor of 8 from sleep time calculation
o lib/makefile.m32: add missing libs to build libcurl.dll
o build: Generate source prerequisites for Visual Studio in generate.bat
o cyassl: Include the CyaSSL build config
o firefox-db2pem: fix wildcard to find Firefox default profile
o BUGS: refer to the github issue tracker now as primary
o vtls_openssl: improve several certificate error messages
o cyassl: Add support for TLS extension SNI
o parsecfg: do not continue past a zero termination
o configure --with-nss=PATH: query pkg-config if available
o configure --with-nss: drop redundant if statement
o cyassl: Fix include order
o HTTP: fix PUT regression with Negotiate
o curl_version_info.3: fixed the 'protocols' variable type

(jperkin)

2015-04-22 09:06:28 UTC MAIN commitmail json YAML

2015-04-21 08:56:46 UTC MAIN commitmail json YAML

Update Xfce to 4.12.0.

This is a very large change, and incorporates the 4.8, 4.10, and 4.12 major
Xfce releases since 4.6.2, our previous pkgsrc release.  For more information
about the thousands of changes in each major release since then, please see:

  Xfce 4.12 announcement:
    http://www.xfce.org/about/news

  Xfce 4.12 tour:
    http://www.xfce.org/about/tour

  Xfce 4.10 announcement:
    http://www.xfce.org/about/news/?post=1335571200

  Xfce 4.10 tour:
    http://www.xfce.org/about/tour410

  Xfce 4.8 announcement:
    http://www.xfce.org/about/news/?post=1295136000

  Xfce 4.8 tour:
    http://www.xfce.org/about/tour48

The pkgsrc changes since then are:

  New packages:
    archivers/xfce4-thunar-archive
    graphics/elementary-xfce-icon-theme
    mail/xfce4-mailwatch-plugin
    misc/xfce4-time-out-plugin
    multimedia/xfce4-thunar-media-tags
    sysutils/xfce4-mount-plugin
    sysutils/xfce4-taskmanager
    sysutils/xfce4-thunar-vcs
    sysutils/xfce4-verve-plugin
    x11/xfce4-garcon
    x11/xfce4-notifyd
    x11/xfce4-tumbler
    x11/xfce4-whiskermenu-plugin

  Renamed packages:
    devel/xfconf to devel/xfce4-conf
    x11/libxfce4menu to x11/libxfce4ui
    x11/xfce4-screenshooter-plugin to x11/xfce4-screenshooter

  Updated packages:
    audio/xfce4-mixer
    audio/xfce4-xmms-plugin
    devel/xfce4-dev-tools
    editors/xfce4-mousepad
    graphics/ristretto
    meta-pkgs/xfce4-extras
    meta-pkgs/xfce4
    misc/xfce4-weather-plugin
    multimedia/xfce4-mpc-plugin
    net/xfce4-wavelan-plugin
    sysutils/xfce4-appfinder
    sysutils/xfce4-battery-plugin
    sysutils/xfce4-cpugraph-plugin
    sysutils/xfce4-diskperf-plugin
    sysutils/xfce4-fsguard-plugin
    sysutils/xfce4-genmon-plugin
    sysutils/xfce4-netload-plugin
    sysutils/xfce4-quicklauncher-plugin
    sysutils/xfce4-systemload-plugin
    sysutils/xfce4-thunar
    sysutils/xfce4-xarchiver
    sysutils/xfce4-xkb-plugin
    textproc/xfce4-dict-plugin
    time/xfce4-datetime-plugin
    time/xfce4-orage
    time/xfce4-timer-plugin
    wm/xfce4-wm-themes
    wm/xfce4-wm
    x11/libxfce4gui
    x11/libxfce4util
    x11/xfce4-clipman-plugin
    x11/xfce4-desktop
    x11/xfce4-exo
    x11/xfce4-eyes-plugin
    x11/xfce4-gtk2-engine
    x11/xfce4-notes-plugin
    x11/xfce4-panel
    x11/xfce4-places-plugin
    x11/xfce4-session
    x11/xfce4-settings
    x11/xfce4-terminal

  Removed packages:
    sysutils/xfce4-volman
    x11/xfce4-utils

This is based on a huge amount of work by the NetBSDfr team and Youri Mouton,
who takes over as MAINTAINER, and has been tested by Youri on a large number
of platforms prior to commit.  A massive thanks to them.  Any issues with the
import are mine alone as the committer-by-proxy.

(jperkin)

2015-04-19 14:30:07 UTC MAIN commitmail json YAML

2015-04-17 08:22:30 UTC MAIN commitmail json YAML

Default to the native getopt when available.

(jperkin)

2015-04-17 08:21:01 UTC MAIN commitmail json YAML

Stop defaulting to the builtin mit-krb5, it's an old copy which is
unlikely to be updated any time soon, and is preventing some Samba
Kerberos features from working correctly.

(jperkin)

2015-04-16 10:59:42 UTC MAIN commitmail json YAML

Remove NOT_FOR_PLATFORM, builds and runs fine on Darwin for me.

(jperkin)

2015-04-16 10:53:14 UTC MAIN commitmail json YAML

Remove NOT_FOR_PLATFORM, builds fine on Darwin for me.

(jperkin)

2015-04-14 09:23:58 UTC MAIN commitmail json YAML

Updated pkgtools/libnbcompat to 20150414

(jperkin)

2015-04-14 09:23:49 UTC MAIN commitmail json YAML

Update to libnbcompat-20150414.  Changes:

  - Provide a setenv() prototype, required by Solaris 9 for the cwrappers
    build.

(jperkin)

2015-04-14 09:06:32 UTC MAIN commitmail json YAML

Enforce using the native libtool on Darwin for the cwrappers case too.

(jperkin)

2015-04-14 08:55:16 UTC MAIN commitmail json YAML

Updated pkgtools/mksandbox to 1.4

(jperkin)

2015-04-14 08:55:07 UTC MAIN commitmail json YAML

Update to mksandbox-1.4.  Changes:

- Only copy $kernel if it exists, fixes warning on OSX 10.10 which moves
  the kernel location to a directory we already mount, noted by J. Lewis
  Muir on pkgsrc-users.

- Add NO_CHECKSUM=yes to appease pkglint.

(jperkin)

2015-04-13 18:45:46 UTC MAIN commitmail json YAML

Add volatile keyword to inline assembly tests to ensure the instructions we
are testing for are actually checked, and remove an empty list of clobbered
registers.  Fixes tests with gcc-4.2.1 on 32-bit OSX, hint from tnn@

(jperkin)

2015-04-03 09:02:24 UTC MAIN commitmail json YAML

Disable CPU detection on Darwin, the result for 32-bit (i486) is incompatible
with pkgsrc MACHINE_ARCH (i386).  Fixes 32-bit build, no change for 64-bit.

(jperkin)

2015-04-03 09:01:11 UTC MAIN commitmail json YAML

Disable CPU detection on Darwin, the result for 32-bit (i486) is incompatible
with pkgsrc MACHINE_ARCH (i386).  Fixes 32-bit build, no change for 64-bit.

(jperkin)

2015-04-03 08:59:08 UTC MAIN commitmail json YAML

Disable CPU detection on Darwin, the result for 32-bit (i486) is incompatible
with pkgsrc MACHINE_ARCH (i386).  Fixes 32-bit build, no change for 64-bit.

(jperkin)

2015-04-02 23:50:25 UTC MAIN commitmail json YAML

Append LIBABISUFFIX to the GCC library path.  Fixes Linux and SunOS
multilib systems where it is the default, no change on other platforms.

(jperkin)

2015-04-02 23:42:15 UTC MAIN commitmail json YAML

Don't include the main GCC libraries in linker paths when using
USE_PKGSRC_GCC_RUNTIME.  Fixes check-shlibs when using the GCC runtime
packages as previously the main libraries were being picked up instead
of the runtime ones we'd asked for.

(jperkin)

2015-04-02 23:21:01 UTC MAIN commitmail json YAML

Don't recompute _GCC_PREFIX and _GCC_SUBPREFIX in the general case.  At
best this does nothing, and at worst it is actively harmful when using
multilib systems.  It's possible the mips case is broken too, but I do
not have any hardware to test that on, so for now leave the special mips
MABIFLAG handling intact.

Fixes multilib SunOS builds.

(jperkin)

2015-04-02 23:06:34 UTC MAIN commitmail json YAML

Ensure we do not try to regenerate the fetch catpage.  Avoids possible
issues on platforms where nroff isn't native.

(jperkin)

2015-04-02 23:03:31 UTC MAIN commitmail json YAML

Ensure we do not try to regenerate the catpage.  Avoids possible issues
on platforms where nroff isn't native.

(jperkin)

2015-04-02 12:34:06 UTC MAIN commitmail json YAML

Bring in 'set -o posix' handling from newer autoconf, fixes a build loop
when mksh is used as CONFIG_SHELL.

Analysis and fix from Olivier Duclos in joyent/pkgsrc#256.

(jperkin)

2015-04-02 07:22:35 UTC MAIN commitmail json YAML

Revert to hardcoding 'amd64' for now, too close to branch point to fix
properly, and we may as well unbreak the only platform that could build
the package until now.

(jperkin)

2015-03-31 22:08:03 UTC MAIN commitmail json YAML

Use MACHINE_ARCH rather than LOWER_ARCH in PLIST substitution.  Noticed
by wiz.

(jperkin)

2015-03-31 11:35:58 UTC MAIN commitmail json YAML

Remove old SunOS hacks that are no longer needed and are now actively
harmful when enabling certain options.

(jperkin)

2015-03-30 11:08:11 UTC MAIN commitmail json YAML

Add missing PKG_GROUPS entry.  Fixes package build.

(jperkin)

2015-03-30 09:43:45 UTC MAIN commitmail json YAML

Rather than hardcoding 'netbsd' and 'amd64', use LOWER_OPSYS and LOWER_ARCH to
give it a chance of building on other systems.

(jperkin)

2015-03-30 09:22:30 UTC MAIN commitmail json YAML

Updated net/freeradius2 to 2.2.0nb10

(jperkin)

2015-03-30 09:21:24 UTC MAIN commitmail json YAML

Ensure all PKG_SYSCONFDIR subdirs are created correctly.

Bump PKGREVISION.

(jperkin)

2015-03-29 22:25:20 UTC MAIN commitmail json YAML

Needs libsocket on SunOS.

(jperkin)

2015-03-26 22:13:52 UTC MAIN commitmail json YAML

No need to list the same PYTHON_VERSIONS_INCOMPATIBLE version mulitple times.

(jperkin)

2015-03-26 22:13:14 UTC MAIN commitmail json YAML

No need to list the same PYTHON_VERSIONS_INCOMPATIBLE version mulitple times.

(jperkin)

2015-03-26 22:12:41 UTC MAIN commitmail json YAML

No need to list the same PYTHON_VERSIONS_INCOMPATIBLE version mulitple times.

(jperkin)

2015-03-26 22:11:47 UTC MAIN commitmail json YAML

No need to list the same PYTHON_VERSIONS_INCOMPATIBLE version mulitple times.

(jperkin)

2015-03-26 15:32:29 UTC MAIN commitmail json YAML

Apply SMF fixes to our manifest as integrated into upstream Quagga via Brian
Bennett in joyent/pkgsrc#244.

(jperkin)

2015-03-26 10:16:14 UTC MAIN commitmail json YAML

2015-03-26 10:08:25 UTC MAIN commitmail json YAML

Updated misc/esniper to 2.31.0

(jperkin)

2015-03-26 10:08:15 UTC MAIN commitmail json YAML

Update to esniper-2.31.0, provided by goekesmi in joyent/pkgsrc#251.

Changes since 2.23.0:

  * Fix for bugs #666 and #667: handle "Reset your password" page
  * Fix for bugs #660 .. #665: handle new welcome pages after login.
  * Fix for bugs #649 .. #656
    with error message 'Error encountered in function parseBid...
    pagename = "Review and confirm your bid"...'
  * Fix for bugs #647, #648
    with error message 'Error encountered in function ebayLogin...
    pagename = "Watch list"'
  * Fix for bugs 3579101, 3577899, 3577438, 3559746 and maybe 3564978
    with error message "Auction <number>: Unknown item" caused by
    ebay's modification of the bid history page.
  * Partial fix for various automated bug reports for pages with
    titles "Bid confirmation", "Place bid", "eBay Alerts" and
    "Buyer Requirements"
  * Fix for another new variant of the pre-bid page
  * Partial fix for 3314884: adaptation to changes on pre-bid page.
  * Fixed memory leaks.
  * Fixed bug 3303419: bidpass not found
  * Fixed bug 3069696: Add bad password page name
  * Fixed bug 3059872: recognize captcha request, print error message, exit.
  * Fixed bug 3051220: segfault when using -h or -H command line option.
  * Fixed bug 3035541: -lcurl must be added to LIBS instead of LDFLAGS
  * Fixed bug 2938576: Does not recognize a won auction
  * Added more info in automated bug reports
  * Added ~ support for log directory (thanks, deadolus!)

(jperkin)