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 (16m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (41d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (153d) 

2024-05-12 14:15:08 UTC Now

2015-04-30 08:13:11 UTC MAIN commitmail json YAML

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

Add tex-hyphen-english 2014

Additional hyphenation patterns for American and British
English in ASCII encoding.  The American English patterns
(usenglishmax) greatly extend the standard patterns from Knuth
to find many additional hyphenation points.  British English
hyphenation is completely different from US English, so has its
own set of patterns.

(markd)

2015-04-30 07:23:54 UTC MAIN commitmail json YAML

2015-04-30 06:56:23 UTC MAIN commitmail json YAML

2015-04-30 06:49:58 UTC MAIN commitmail json YAML

Refine the TeX build dependencies.

(markd)

2015-04-30 06:35:13 UTC MAIN commitmail json YAML

Refine the dependencies. Bump PKGREVISION.

(markd)

2015-04-30 06:22:33 UTC MAIN commitmail json YAML

+devel/p5-Find-Lib version 1.04
+devel/p5-MetaCPAN-Client version 1.013000
+devel/p5-Search-Elasticsearch version 1.19
+net/p5-Test-RequiresInternet version 0.04
+www/p5-Any-URI-Escape version 0.01
+www/p5-Hijk version 0.20
+www/p5-WWW-Mechanize-Cached version 1.48

(mef)

2015-04-30 05:04:49 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-Format to 0.59
Updated textproc/p5-Text-Hunspell to 2.10

(mef)

2015-04-30 05:04:05 UTC MAIN commitmail json YAML

Update to 2.10
--------------
2.10    2015/03/26 11:24:00 Europe/Oslo (cosimo)

        Fixed GH#5 (http://github.com/cosimo/perl5-text-hunspell/issues/5).
        Should make Text::Hunspell installable without pain from CPAN and
        cpanminus clients. The problem was in the undeclared use of
        ExtUtils::PkgConfig, which needs to be known even before running
        the configure (Makefile.PL) step. Thanks to Pavel Shaydo for reporting
        the problem.

(mef)

2015-04-30 05:01:37 UTC MAIN commitmail json YAML

Update to 0.59
--------------
0.59    2014-02-01
    - Add the missing README to the distribution (CPANTS).
    - Add a LICENSE file (CPANTS).
    - Add a "=head1 LICENSE" section to the POD (CPANTS).
    - Minimum version of perl in META.yml (CPANTS).
    - Add "use warnings;" (CPANTS).
    - Add t/cpan-changes.t and t/style-trailing-space.t .

(mef)

2015-04-30 04:56:35 UTC MAIN commitmail json YAML

Updated devel/p5-Git-CPAN-Patch to 2.0.4
Updated devel/p5-Test-SharedFork to 0.29

(mef)

2015-04-30 04:53:58 UTC MAIN commitmail json YAML

Update 0.29 to 0.31
-------------------
0.31 2015-04-28T20:25:31Z
    - Fix test that accidentally got commited last release

0.30 2015-04-28T20:19:58Z
    - Minor changes to support newer Test::Stream versions

(mef)

2015-04-30 04:51:02 UTC MAIN commitmail json YAML

(pkgsrc)
- Convert PERL5_MODULE_TYPE to default
- Add 5 of BUILD_DEPENDS for make test

(upstream)
- update to 2.0.4
---------------
2.0.4 2015-04-19
[BUG FIXES]
- Tests were failing because of space-sensitivity. (lharey, GH#21)

[ENHANCEMENTS]
- Move to MetaCPAN::Client. (GH#19)

[STATISTICS]
- code churn: 14 files changed, 233 insertions(+), 210 deletions(-)

(mef)

2015-04-30 04:45:20 UTC MAIN commitmail json YAML

Added devel/p5-Find-Lib version 1.04
Added www/p5-Hijk version 0.20
Added devel/p5-Search-Elasticsearch version 1.19
Added net/p5-Test-RequiresInternet version 0.04
Added www/p5-Any-URI-Escape version 0.01
Added www/p5-WWW-Mechanize-Cached version 1.48
Added devel/p5-MetaCPAN-Client version 1.013000

(mef)

2015-04-30 04:41:51 UTC MAIN commitmail json YAML

Clear pkglint flags, newline at the bottom of DESCR, no A in comment line.

(mef)

2015-04-30 04:40:29 UTC MAIN commitmail json YAML

Import p5-MetaCPAN-Client-1.013000 as devel/p5-MetaCPAN-Client.

This is a hopefully-complete API-compliant client to MetaCPAN
(https://metacpan.org) with DWIM capabilities, to make your life
easier.CVS: ----------------------------------------------------------------------

(mef)

2015-04-30 04:35:09 UTC MAIN commitmail json YAML

Import p5-WWW-Mechanize-Cached-1.48 as www/p5-WWW-Mechanize-Cached.

Uses the Cache::Cache hierarchy by default to implement a caching
Mech. This lets one perform repeated requests without hammering a
server impolitely.
  Please note that Cache::Cache has been superceded by CHI, but the
default has not been changed here for reasons of backwards
compatibility. For this reason, you are encouraged to provide your own
CHI caching object to override the default.

(mef)

2015-04-30 04:29:52 UTC MAIN commitmail json YAML

Import p5-Any-URI-Escape-0.01 as www/p5-Any-URI-Escape.

URI::Escape is great, but URI::Escape::XS is faster. This module loads
URI::Escape::XS and imports the two most common methods if XS is
installed.

(mef)

2015-04-30 04:27:05 UTC MAIN commitmail json YAML

Import p5-Test-RequiresInternet-0.04 as net/p5-Test-RequiresInternet.

This module is intended to easily test network connectivity before
functional tests begin to non-local Internet resources. It does not
require any modules beyond those supplied in core Perl.

(mef)

2015-04-30 04:24:41 UTC MAIN commitmail json YAML

Import p5-Search-Elasticsearch-1.19 as devel/p5-Search-Elasticsearch.

Search::Elasticsearch is the official Perl client for Elasticsearch,
supported by elasticsearch.com. Elasticsearch itself is a flexible and
powerful open source, distributed real-time search and analytics
engine for the cloud. You can read more about it on elasticsearch.org.

(mef)

2015-04-30 03:35:18 UTC MAIN commitmail json YAML

Backout bumping PKGREVISON of ruby200-base.

(taca)

2015-04-30 03:34:31 UTC MAIN commitmail json YAML

Backout previous commit since ruby200-base dose not need this patch.

(taca)

2015-04-30 03:28:43 UTC MAIN commitmail json YAML

Note update of ruby*-base packages:

lang/ruby193-base 1.9.3p551nb2
lang/ruby200-base 2.0.0p645nb1
lang/ruby21-base 2.1.6nb1
lang/ruby22-base 2.2.2nb1

(taca)

2015-04-30 03:27:52 UTC MAIN commitmail json YAML

Avoid to generate empty command line on some platforms:

$(DLLIB): $(OBJS) Makefile
...
$(Q) $(POSTLINK)

And POSTLINK is empty macro.  In such case, GNU make ignore empty command
line but BSD make tries to execute it and causes error.

Bump PKGREVISION.

(taca)

2015-04-30 03:27:20 UTC MAIN commitmail json YAML

Avoid to generate empty command line on some platforms:

$(DLLIB): $(OBJS) Makefile
...
$(Q) $(POSTLINK)

And POSTLINK is empty macro.  In such case, GNU make ignore empty command
line but BSD make tries to execute it and causes error.

Bump PKGREVISION.

(taca)

2015-04-30 03:26:37 UTC MAIN commitmail json YAML

Avoid to generate empty command line on some platforms:

$(DLLIB): $(OBJS) Makefile
...
$(Q) $(POSTLINK)

And POSTLINK is empty macro.  In such case, GNU make ignore empty command
line but BSD make tries to execute it and causes error.

Bump PKGREVISION.

(taca)

2015-04-30 03:25:56 UTC MAIN commitmail json YAML

Avoid to generate empty command line on some platforms:

$(DLLIB): $(OBJS) Makefile
...
$(Q) $(POSTLINK)

And POSTLINK is empty macro.  In such case, GNU make ignore empty command
line but BSD make tries to execute it and causes error.

Bump PKGREVISION.

(taca)

2015-04-30 03:10:32 UTC MAIN commitmail json YAML

Import p5-Hijk-0.20 as www/p5-Hijk.

Hijk is a fast & minimal low-level HTTP client intended to be used
where you control both the client and the server, e.g. for talking to
some internal service from a frontend user-facing web application.

It is NOT a general HTTP user agent, it doesn't support redirects,
proxies, SSL and any number of other advanced HTTP features like (in
roughly descending order of feature completeness) LWP::UserAgent,
WWW::Curl, HTTP::Tiny, HTTP::Lite or Furl. This library is basically
one step above manually talking HTTP over sockets.

Having said that it's lightning fast and extensively used in
production at Booking.com where it's used as the go-to transport layer
for talking to internal services. It uses non-blocking sockets and
correctly handles all combinations of connect/read timeouts and other
issues you might encounter from various combinations of parts of your
system going down or becoming otherwise unavailable.

(mef)

2015-04-30 02:44:09 UTC MAIN commitmail json YAML

Import p5-Find-Lib-1.04 as devel/p5-Find-Lib.

The purpose of this module is to replace
    use FindBin;
    use lib "$FindBin::Bin/../bootstrap/lib";
with something shorter. This is specially useful if your project has a
lot of scripts (For instance tests scripts).

(mef)

2015-04-30 01:48:57 UTC pkgsrc-2015Q1 commitmail json YAML

2015-04-30 01:47:33 UTC pkgsrc-2015Q1 commitmail json YAML

Pullup ticket #4690 - requested by joerg
sysutils/dvdisaster: build fix

Revisions pulled up:
- sysutils/dvdisaster/Makefile                                  1.32
- sysutils/dvdisaster/distinfo                                  1.8
- sysutils/dvdisaster/patches/patch-md5.c                      1.1
- sysutils/dvdisaster/patches/patch-scripts_bash-based-configure 1.1
- sysutils/dvdisaster/patches/patch-tools_codec.c              1.1
- sysutils/dvdisaster/patches/patch-tools_decimate.c            1.1
- sysutils/dvdisaster/patches/patch-tools_memory.c              1.1
- sysutils/dvdisaster/patches/patch-tools_pngio.c              1.1
- sysutils/dvdisaster/patches/patch-tools_pngpack.c            1.1

---
  Module Name: pkgsrc
  Committed By:        joerg
  Date:                Sun Apr 26 13:30:59 UTC 2015

  Modified Files:
        pkgsrc/sysutils/dvdisaster: Makefile distinfo
  Added Files:
        pkgsrc/sysutils/dvdisaster/patches: patch-md5.c
            patch-scripts_bash-based-configure patch-tools_codec.c
            patch-tools_decimate.c patch-tools_memory.c patch-tools_pngio.c
            patch-tools_pngpack.c

  Log Message:
  Drop GCC check. Fix missing includes. Fix memset call. Bump revision.

(hiramatsu)

2015-04-30 01:43:08 UTC MAIN commitmail json YAML

One more BUILD_DEPENDS (p2-File-Whick) for make test

(mef)

2015-04-30 00:19:16 UTC MAIN commitmail json YAML

Updated devel/gitolite to 3.6.3

(ryoon)

2015-04-30 00:18:23 UTC MAIN commitmail json YAML

Update to 3.6.3

* Use GITHUB framework.

Changelog:
2015-04-26  v3.6.3  allow limited use of 'git config' using the new 'config'
                    command

                    accept openssh 6.8's new fingerprint output format

                    (finally!) allow limited symlinks within ~/repositories;
                    see commit 8e36230 for details

                    perms command now lists available roles

                    minor backward compat breakage: 'perms -l repo' no longer
                    works; see 'perms -h' for new usage

                    allow gitolite-shell to be used as $SHELL (experts only;
                    no support, no docs; see commit 9cd1e37 for details)

                    help with 'git push --signed' using a post-receive hook to
                    adopt push certs into 'refs/push-certs'; for details see
                    contrib/hooks/repo-specific/save-push-signatures

                    new 'transparent proxy' feature for git repos; see
                    src/lib/Gitolite/Triggers/TProxy.pm for details

(ryoon)

2015-04-30 00:11:02 UTC MAIN commitmail json YAML

Updated textproc/source-highlight to 3.1.8

(mef)

2015-04-30 00:09:59 UTC MAIN commitmail json YAML

Update to 3.1.8  (from the file NEWS)
---------------
Version 3.1.8

  * fixed some compilation bugs in some systems
  * fixed tcl.lang
  * fixed bash.lang
  * New language definition files:
  * added coffeescript
  * added Cucumber / feature
  * added Go
  * added Groovy
  * added Json
  * added Zsh
  * New output formats:
  * added HTML5
  * added S-expressions
  * added Groff

(mef)

2015-04-29 21:27:25 UTC pkgsrc-2015Q1 commitmail json YAML

Pullup tickets #4697, #4698, #4699, #4703 and #4705.

(tron)

2015-04-29 21:25:22 UTC pkgsrc-2015Q1 commitmail json YAML

Pullup ticket #4705 - requested by spz
www/curl: security update

Revisions pulled up:
- www/curl/Makefile                                            1.147
- www/curl/PLIST                                                1.48
- www/curl/distinfo                                            1.103
- www/curl/patches/patch-aa                                    1.30

---
  Module Name: pkgsrc
  Committed By: jperkin
  Date: Wed Apr 22 14:35:21 UTC 2015

  Modified Files:
  pkgsrc/www/curl: Makefile PLIST distinfo
  pkgsrc/www/curl/patches: patch-aa

  Log Message:
  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

(tron)

2015-04-29 21:21:34 UTC pkgsrc-2015Q1 commitmail json YAML

Pullup ticket #4703 - requested by spz
databases/gnats: security update

Revisions pulled up:
- databases/gnats/Makefile                                      1.38-1.39
- databases/gnats/PLIST                                        1.13
- databases/gnats/distinfo                                      1.15
- databases/gnats/patches/patch-aa                              1.5
- databases/gnats/patches/patch-ab                              deleted
- databases/gnats/patches/patch-ac                              deleted
- databases/gnats/patches/patch-ad                              deleted
- databases/gnats/patches/patch-ae                              deleted
- databases/gnats/patches/patch-ah                              deleted
- databases/gnats/patches/patch-configure                      1.1
- databases/gnats/patches/patch-gnats_configure                deleted
- databases/gnats/patches/patch-gnats_ds-file_mkcat.sh          1.1
- databases/gnats/patches/patch-gnats_ds-file_mkdb.sh          1.1
- databases/gnats/patches/patch-gnats_ds-file_rmcat.sh          1.1
- databases/gnats/patches/patch-gnats_edit-pr.sh                1.1
- databases/gnats/patches/patch-gnats_gnats_h                  1.2
- databases/gnats/patches/patch-makefile_in                    deleted

---
  Module Name: pkgsrc
  Committed By: spz
  Date: Sun Apr 19 19:35:00 UTC 2015

  Modified Files:
  pkgsrc/databases/gnats: Makefile PLIST distinfo
  pkgsrc/databases/gnats/patches: patch-aa patch-gnats_gnats_h
  Added Files:
  pkgsrc/databases/gnats/patches: patch-configure
      patch-gnats_ds-file_mkcat.sh patch-gnats_ds-file_mkdb.sh
      patch-gnats_ds-file_rmcat.sh patch-gnats_edit-pr.sh
  Removed Files:
  pkgsrc/databases/gnats/patches: patch-ab patch-ac patch-ad patch-ae
      patch-ah patch-gnats_configure patch-makefile_in

  Log Message:
  update to gnats 4.2.0

  upstream Changes highlights:
    - GNU v3 license update
    - Buid now uses automake, and code has been adjusted to compile
      properly in various environments (tested with gcc 2.95, 3.4, 4.8,
      4.9, clang 3.1, 3.4, and several different versions of Linux,
      FreeBSD, Solaris, OS X)
    - New --global-databases-file command-line option for gnatsd and other programs
    - New host/port/user/passwd command-line options for send-pr
    - Many bugfixes, including:
    - FreeBSD-SA-05:20.cvsbug security advisory (affected send-pr)
    - Fixed PR#484: "send-pr --request-id" sends just a template
    - Fixed PR#501: Safer open/fopen for gen-index (no longer installing as suid)
    - Fixed PR#504: gnatsd crashes when trying to lock a nonexistent PR
    - Fixed PR#508: Emacs interface gnats-change-database fails when
      gnats-port isn't set
    - Fixed PR#691: Portability problem with sed and tr
    - Fixed PR#746: install-sid is a bash script (and not /bin/sh)
    - Fixed PR#767: edit-pr returns incorect exit status
    - Fixed PR#768: make install DESTDIR=/anywhere fails
    - Fixed PR#771: "EXPR" queries with spaces sometimes fail
    - Fixed PR#773: using responsible alias as email address for edit-pr
    - "invalid query format" bug for queries that included whitespace
    - edit-pr will now correctly exit with an error if it cannot lock the PR
    - edit-pr will now use the email alias in the responsibles field
    - Solaris 7/8/10 compilation fixed

---
  Module Name: pkgsrc
  Committed By: spz
  Date: Fri Apr 24 06:45:28 UTC 2015

  Modified Files:
  pkgsrc/databases/gnats: Makefile

  Log Message:
  pick up changes in gnats' configure arguments

(tron)

2015-04-29 21:21:22 UTC MAIN commitmail json YAML

Mark as not "MAKE_JOBS_SAFE".

(tron)

2015-04-29 21:16:43 UTC pkgsrc-2015Q1 commitmail json YAML

Pullup ticket #4699 - requested by spz
sysutils/xenkernel45: security patch

Revisions pulled up:
- sysutils/xenkernel45/Makefile                                1.7
- sysutils/xenkernel45/distinfo                                1.6
- sysutils/xenkernel45/patches/patch-CVE-2015-2751              1.1

---
  Module Name: pkgsrc
  Committed By: spz
  Date: Sun Apr 19 15:02:12 UTC 2015

  Modified Files:
  pkgsrc/sysutils/xenkernel45: Makefile distinfo
  Added Files:
  pkgsrc/sysutils/xenkernel45/patches: patch-CVE-2015-2751

  Log Message:
  adding upstream's patch for
  XSA-127 Certain domctl operations may be abused to lock up the host

(tron)

2015-04-29 21:11:13 UTC pkgsrc-2015Q1 commitmail json YAML

Pullup ticket #4698 - requested by spz
Pullup ticket #4698 - requested by spz
sysutils/xenkernel41: security patch
sysutils/xenkernel42: security patch
sysutils/xenkernel45: security patch

Revisions pulled up:
- sysutils/xenkernel41/Makefile                                1.45
- sysutils/xenkernel41/distinfo                                1.36
- sysutils/xenkernel41/patches/patch-CVE-2015-2752              1.1
- sysutils/xenkernel41/patches/patch-CVE-2015-2756              1.1
- sysutils/xenkernel42/Makefile                                1.15
- sysutils/xenkernel42/distinfo                                1.13
- sysutils/xenkernel42/patches/patch-CVE-2015-2752              1.1
- sysutils/xenkernel42/patches/patch-CVE-2015-2756              1.1
- sysutils/xenkernel45/Makefile                                1.6
- sysutils/xenkernel45/distinfo                                1.5
- sysutils/xenkernel45/patches/patch-CVE-2015-2752              1.1
- sysutils/xenkernel45/patches/patch-CVE-2015-2756              1.1
- sysutils/xentools41/Makefile                                  1.50
- sysutils/xentools41/distinfo                                  1.38
- sysutils/xentools41/patches/patch-CVE-2015-2752              1.1
- sysutils/xentools41/patches/patch-CVE-2015-2756              1.1
- sysutils/xentools42/Makefile                                  1.27
- sysutils/xentools42/distinfo                                  1.16
- sysutils/xentools42/patches/patch-CVE-2015-2752              1.1
- sysutils/xentools42/patches/patch-CVE-2015-2756              1.1
- sysutils/xentools45/Makefile                                  1.6
- sysutils/xentools45/distinfo                                  1.6
- sysutils/xentools45/patches/patch-CVE-2015-2752              1.1
- sysutils/xentools45/patches/patch-CVE-2015-2756              1.1

---
  Module Name: pkgsrc
  Committed By: spz
  Date: Sun Apr 19 13:13:21 UTC 2015

  Modified Files:
  pkgsrc/sysutils/xenkernel41: Makefile distinfo
  pkgsrc/sysutils/xenkernel42: Makefile distinfo
  pkgsrc/sysutils/xenkernel45: Makefile distinfo
  pkgsrc/sysutils/xentools41: Makefile distinfo
  pkgsrc/sysutils/xentools42: Makefile distinfo
  pkgsrc/sysutils/xentools45: Makefile distinfo
  Added Files:
  pkgsrc/sysutils/xenkernel41/patches: patch-CVE-2015-2752
      patch-CVE-2015-2756
  pkgsrc/sysutils/xenkernel42/patches: patch-CVE-2015-2752
      patch-CVE-2015-2756
  pkgsrc/sysutils/xenkernel45/patches: patch-CVE-2015-2752
      patch-CVE-2015-2756
  pkgsrc/sysutils/xentools41/patches: patch-CVE-2015-2752
      patch-CVE-2015-2756
  pkgsrc/sysutils/xentools42/patches: patch-CVE-2015-2752
      patch-CVE-2015-2756
  pkgsrc/sysutils/xentools45/patches: patch-CVE-2015-2752
      patch-CVE-2015-2756

  Log Message:
  apply fixes from upstream for
  XSA-125 Long latency MMIO mapping operations are not preemptible
  XSA-126 Unmediated PCI command register access in qemu

(tron)

2015-04-29 20:49:54 UTC pkgsrc-2015Q1 commitmail json YAML

Pullup ticket #4697 - requested by spz
x11/xlockmore: security update
x11/xlockmore-lite: security update

Revisions pulled up:
- x11/xlockmore-lite/Makefile                                  1.21
- x11/xlockmore/Makefile                                        1.119
- x11/xlockmore/Makefile.common                                1.73
- x11/xlockmore/distinfo                                        1.53
- x11/xlockmore/patches/patch-aa                                1.7
- x11/xlockmore/patches/patch-ab                                1.25
- x11/xlockmore/patches/patch-ac                                1.13
- x11/xlockmore/patches/patch-ad                                1.9
- x11/xlockmore/patches/patch-ae                                1.8
- x11/xlockmore/patches/patch-config.cygport                    1.1

---
  Module Name: pkgsrc
  Committed By: spz
  Date: Wed Apr 15 07:31:15 UTC 2015

  Modified Files:
  pkgsrc/x11/xlockmore: Makefile Makefile.common distinfo
  pkgsrc/x11/xlockmore-lite: Makefile
  pkgsrc/x11/xlockmore/patches: patch-aa patch-ab patch-ac patch-ad
      patch-ae
  Added Files:
  pkgsrc/x11/xlockmore/patches: patch-config.cygport

  Log Message:
  Update of xlockmore and xlockmore-lite to the latest version.

  Upstream changelog:

  xlockmore-5.46 as of 10 March 2015, the maintained version of xlock

  5.46
    xmb fonts messing up password screen since ascent was not being set
      correctly.  Also fixed xjack mode.
    Updated language use in xlock.c, now removed to .h files.  If I made some
      bad assumption about the language... let me know.
    BSD install fixes (DESTDIR, FreeType2, fortune) and switching to xz.
    Cygwin install fixes (cygport, xlockrc).

  5.45
    A bad value of fnt for pyro2 could cause to give an X error.  Fixed to
      not free memory we are using and have a better default.

  5.44
    Fix for make_one_sided_pentomino was using 18 as basis for 2 sided
      pentominoes in loop.  Found out about it by gcc 4.8.1 warning: iteration
      12u invokes undefined behavior [-Waggressive-loop-optimizations].
    dilemma, voters, wator size fix for neighbors = 6.
    Proper crediting of Nathan Thompson for discovering High Life part of
      life mode.
    A few new gliders and patterns for life and life3d.
    Updated win32 to use updated cygwin.  Currently links are only satisfied
      using cygwin using 32-bit installation.  For me, cross compiling using
      64-bit gave undefined references in visgl.c and xlock.c.
    magick.c update for version 7, thanks to Jouk Jansen.

  5.43
    life3d: added new rule B58S58, which has a replicator.
    -e added to shell in Makefile.in, told it should now stop on build errors,
      rather than trying to continue which could be confusing.  Thanks to
      Glyn Kennington <glyn AT potatojunkie.co.uk>.
    If crypt fails (which is possible with glibc2.17) it could cause xlock to
      get a signal 11.  There is now protection around the strcmp() to prevent
      NULL poiter dereferences thanks to Mancha <mancha1 AT hush.com>.

  5.42
    USE_MB now defined by default. If this is not defined it can only
      correctly display ASCII.  There could be font issues which may
      lead one to want only ASCII (if so use configure --disable_mb).
      Also looked into Xutf8 but did not see any benefit this had over Xmb.
      Password window and the following modes: bomb,dclock,image,marquee,nose
      are affected.  Fixed a few problems with marquee for width, height, and
      if a character needs more than 2 bytes.
    In Cygwin a seemingly unrelated fix where USE_MB gets defined in xlock.h.
      An #undef was added in xlock.h, if USE_MB gets defined in an internal
      include file.
    -lcrypt added to modes/Makefile.in.  This is needed on my Linux Ubuntu
      and seems ok on Cygwin where it was not needed.  (If this causes a
      problem remove from modes/Makefile).  Also tested on FreeBSD.
    cppcheck fixes
      passwd.c: passcpy could be freed twice
      iostuff.c: could have left file open
      ras.c: leak if mem fails
      resource.c: check if malloc succeeded was in wrong spot
      sound.c: ESound, a redundant check
      memcheck.c: continuing after memory failure
      dclock: problem with parens in ifdefs
      rain: leak fix ( :) )
      t3d: uninitialized time1 (unlikely but fixed anyway)
      molecule: leak if mem fails
      text3d: leak if nothing to draw

(tron)

2015-04-29 20:35:49 UTC pkgsrc-2015Q1 commitmail json YAML

Pullup ticket #4696 - requested by spz
textproc/libxml2: security patch

Revisions pulled up:
- textproc/libxml2/Makefile                                    1.137
- textproc/libxml2/distinfo                                    1.106
- textproc/libxml2/patches/patch-aa                            1.28
- textproc/libxml2/patches/patch-ab                            1.28
- textproc/libxml2/patches/patch-ac                            1.8
- textproc/libxml2/patches/patch-ad                            1.18
- textproc/libxml2/patches/patch-ae                            1.14
- textproc/libxml2/patches/patch-ag                            1.12
- textproc/libxml2/patches/patch-aj                            1.4
- textproc/libxml2/patches/patch-buf.c                          1.1
- textproc/libxml2/patches/patch-include_libxml_tree.h          1.1
- textproc/libxml2/patches/patch-threads.c                      1.5
- textproc/libxml2/patches/patch-xmlreader.c                    1.1

---
  Module Name: pkgsrc
  Committed By: spz
  Date: Fri Apr 24 11:32:29 UTC 2015

  Modified Files:
  pkgsrc/textproc/libxml2: Makefile distinfo
  pkgsrc/textproc/libxml2/patches: patch-aa patch-ab patch-ac patch-ad
      patch-ae patch-ag patch-aj patch-threads.c
  Added Files:
  pkgsrc/textproc/libxml2/patches: patch-buf.c
      patch-include_libxml_tree.h patch-xmlreader.c

  Log Message:
  patch for CVE-2015-1819 Enforce the reader to run in constant memory
  from https://git.gnome.org/browse/libxml2/commit/?id=213f1fe0d76d30eaed6e5853057defc43e6df2c9

  +general patch refresh

(tron)

2015-04-29 20:33:10 UTC MAIN commitmail json YAML

+ qt4-creator-3.4.0, stellarium-0.13.3.

(wiz)

2015-04-29 20:31:40 UTC MAIN commitmail json YAML

Updated emulators/qemu to 2.3.0

(ryoon)

2015-04-29 20:30:53 UTC MAIN commitmail json YAML

Update to 2.3.0

Changelog:
* Support for 32-bit KVM guests on 64-bit ARM hosts
* Support for running KVM under valgrind
* New IvyBridge CPU model for x86 guests
* Xen: support for ioreq-server API
* New 5KEc and 5KEf MIPS64r2, and M14K and M14Kc MIPS32r2
  microMIPS CPU models for MIPS guests
* Basic support for transactional memory extentions in PowerPC guests
* Improved VGA support for little-endian PPC/pSeries guests
* PCI bus support for s390x guests
* Support for automatic guest device unplug when passthrough devices
  are unbound from VFIO host driver
* Improved UI performance/support for GTK+/VNC/SDL/Spice, and VNC
  support for multiseat
* Performance improvements for virtio-blk emulation: asynchronous SCSI
  request handling, and disk read merging.
* QEMU Guest Agent: now also supports file operations in Windows guests,
  can be used to enable/disable memory blocks in linux guests in
  support for memory hotplug.
* Migration can now include a JSON description of migration stream to aid
  in identifying incompatibilities betweens guests/hosts.
* And lots more...

(ryoon)

2015-04-29 18:41:54 UTC pkgsrc-2015Q1 commitmail json YAML

2015-04-29 18:40:55 UTC pkgsrc-2015Q1 commitmail json YAML

Pullup ticket #4706 - requested by roy
net/dnsmasq: security patch

Revisions pulled up:
- net/dnsmasq/Makefile                                          1.28,1.27
- net/dnsmasq/distinfo                                          1.26,1.25
- net/dnsmasq/files/dnsmasq.sh                                  1.3
- net/dnsmasq/patches/patch-src_bpf.c                          1.4
- net/dnsmasq/patches/patch-src_rfc1035.c                      1.1

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  roy
  Date:          Wed Apr 29 12:53:02 UTC 2015

  Modified Files:
          pkgsrc/net/dnsmasq: Makefile distinfo
  Added Files:
          pkgsrc/net/dnsmasq/patches: patch-src_rfc1035.c

  Log Message:
  Add a patch to fix CVE-2015-3294.
  Remove myself as maintainer.

  To generate a diff of this commit:
  cvs rdiff -u -r1.27 -r1.28 pkgsrc/net/dnsmasq/Makefile
  cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/dnsmasq/distinfo
  cvs rdiff -u -r0 -r1.1 pkgsrc/net/dnsmasq/patches/patch-src_rfc1035.c

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  abs
  Date:          Wed Apr 22 14:57:22 UTC 2015

  Modified Files:
          pkgsrc/net/dnsmasq: Makefile distinfo
          pkgsrc/net/dnsmasq/files: dnsmasq.sh
          pkgsrc/net/dnsmasq/patches: patch-src_bpf.c

  Log Message:
  Add a 'reload' rc.d option (automatically uses the pid file), which will
  make dnsmasq reload the dhcp file. Add patch comment and mps
  Bump PKGREVISION

  To generate a diff of this commit:
  cvs rdiff -u -r1.26 -r1.27 pkgsrc/net/dnsmasq/Makefile
  cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/dnsmasq/distinfo
  cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/dnsmasq/files/dnsmasq.sh
  cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/dnsmasq/patches/patch-src_bpf.c

(spz)

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 16:09:43 UTC MAIN commitmail json YAML

do pull in xproto here

(tnn)

2015-04-29 15:55:47 UTC MAIN commitmail json YAML

2015-04-29 15:55:46 UTC MAIN commitmail json YAML

2015-04-29 15:52:53 UTC MAIN commitmail json YAML

Rename zopen on Mac OS X to avoid conflict with a function by the same
name defined in stdio.h.

(gson)

2015-04-29 15:41:36 UTC pkgsrc-2015Q1 commitmail json YAML

pullups 4700,4701,4702

(spz)

2015-04-29 15:40:47 UTC pkgsrc-2015Q1 commitmail json YAML

Pullup ticket #4702 - requested by manu
devel/gnustep-make: build fix

Revisions pulled up:
- devel/gnustep-make/Makefile                                  1.57
- devel/gnustep-make/distinfo                                  1.28
- devel/gnustep-make/patches/patch-Instance_framework.make      1.2

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  manu
  Date:          Sun Apr 19 04:13:26 UTC 2015

  Modified Files:
          pkgsrc/devel/gnustep-make: Makefile distinfo
          pkgsrc/devel/gnustep-make/patches: patch-Instance_framework.make

  Log Message:
  Apply fix from upstream, to workaround a build failure in SOGo
  http://svn.gna.org/viewcvs/gnustep?view=revision&revision=36185

  To generate a diff of this commit:
  cvs rdiff -u -r1.56 -r1.57 pkgsrc/devel/gnustep-make/Makefile
  cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/gnustep-make/distinfo
  cvs rdiff -u -r1.1 -r1.2 \
      pkgsrc/devel/gnustep-make/patches/patch-Instance_framework.make

(spz)

2015-04-29 15:21:23 UTC MAIN commitmail json YAML

Updated textproc/p5-Text-Autoformat to 1.669006
Updated textproc/p5-Text-CSV to 1.33
Updated print/p5-LaTeX-Encode to 0.091.6
Updated textproc/p5-Text-CSV_XS to 1.17

(mef)

2015-04-29 15:15:11 UTC pkgsrc-2015Q1 commitmail json YAML

Pullup ticket #4701 - requested by manu
devel/gnustep-objc: build fix

Revisions pulled up:
- devel/gnustep-objc/Makefile                                  1.27
- devel/gnustep-objc/distinfo                                  1.9
- devel/gnustep-objc/patches/patch-objc_msgSend.x86-32.S        1.1

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  manu
  Date:          Sat Apr 18 07:23:18 UTC 2015

  Modified Files:
          pkgsrc/devel/gnustep-objc: Makefile distinfo
  Added Files:
          pkgsrc/devel/gnustep-objc/patches: patch-objc_msgSend.x86-32.S

  Log Message:
  Build fix for missing __i686.get_pc_thunk.bx symbol

  Depending on the compiler, __i686.get_pc_thunk.bx may be missing
  from runtime. Replace it by a localy supplied version.

  To generate a diff of this commit:
  cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/gnustep-objc/Makefile
  cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/gnustep-objc/distinfo
  cvs rdiff -u -r0 -r1.1 \
      pkgsrc/devel/gnustep-objc/patches/patch-objc_msgSend.x86-32.S

(spz)

2015-04-29 15:11:02 UTC MAIN commitmail json YAML

2015-04-29 14:41:52 UTC MAIN commitmail json YAML

Update 1.12 to 1.17
-------------------
1.17    - 2015-04-24, H.Merijn Brand
    - Enable overruling $csv in csv ()
    - Allow encoding to be shortened to enc in csv ()
    - Allow filter to alter content
    - Add say (print with default eol => $\)
    - Allow MS sep=; on first line (RT#100304)

1.16    - 2015-03-02, H.Merijn Brand
    * filter made more useful (access to other fields)

1.15    - 2015-02-11, H.Merijn Brand
    * Remove perl recommendation from META as it breaks cpan clients

1.14    - 2015-02-02, H.Merijn Brand
    * Move to github
    * Add csv (filter => {});
    * Change csv ()'s void context behavior

1.13    - 2015-01-03, H.Merijn Brand
    * Simplify code path for old perl
    * Fix quote_binary (#RT100676)
    * Fix csv () for hashrefs with aliased headers
    * Update copyright to 2015

(mef)

2015-04-29 14:38:09 UTC MAIN commitmail json YAML

Update 0.06 to 0.091.3
----------------------
2014-03-25  Chris Travers <chris.travers@gmail.com>
        * version 0.091.3
        * Further regexp fixes for 5.19 bracket handling

2014-03-24  Chris Travers <chris.travers@gmail.com>
        * version 0.091.1
        * Fixed Test Cases failing taint mode under Perl 5.12 and lower.

2014-03-23  Chris Travers <chris.travers@gmail.com>
        * version 0.09
        * Added additional test case for some entities to make verify table
        * Merged in LaTeX::Encode::EncodingTable

2012-09-30  Andrew Ford  <a.ford@ford-mason.co.uk>
        * version 0.08
        * change t/11-unmatched-chars.t to use an unmatched ideographic character instead
          of 0x{ffff} as some versions of perl protest about having an illegal Unicode
          character in a string.

2012-09-23  Andrew Ford  <a.ford@ford-mason.co.uk>
        * version 0.07
        * remove use of 'parent' in generated module
        * add handling of unmatched characters
        * add note about Unicode data that does not have the UTF8 flag set

(mef)

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

Fix DRI3 build on Linux

(tnn)

2015-04-29 14:31:42 UTC MAIN commitmail json YAML

Import libxshmfence-1.2 from pkgsrc-wip as x11/libxshmfence.
(needed to build DRI3 support in MesaLib and modular-xorg-server on Linux)

This library offers a CPU-based synchronization primitive compatible
with the X SyncFence objects that can be shared between processes
using file descriptor passing.

There are three underlying implementations:

1) On Linux, the library uses futexes

2) On FreeBSD, the library uses umtx

3) On other systems, the library uses posix mutexes and condition
    variables.

(tnn)

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 14:12:54 UTC MAIN commitmail json YAML

Unbreak on FreeBSD by also ensuring that ERSTART is defined and set to the
expected value for it.

Reviewed by bsiegert@

(sevan)

2015-04-29 14:11:25 UTC MAIN commitmail json YAML

Updated finance/magento to 1.9.1.0nb1

(fhajny)

2015-04-29 14:11:09 UTC MAIN commitmail json YAML

Fix CVE-2015-1397, CVE-2015-1398 & CVE-2015-1399 via upstream patches.
Implement way to apply upstream patches using PATCHFILES.
Bump PKGREVISION.

(fhajny)

2015-04-29 13:50:24 UTC MAIN commitmail json YAML

Update to 1.33
--------------
1.33  Tue Mar  3 14:13:41 2015
        - Fix some reported bugs with handling fields with zeros.
          https://rt.cpan.org/Public/Bug/Display.html?id=93518
          https://rt.cpan.org/Public/Bug/Display.html?id=92509
                                              patched by shlomif
        - catch up Text::CSV_XS 1.02
            * add decode_utf8 attribute by ktat
        - fix warnings: $. is undefined by ktat
        - typo fixes in doc by anirvan, dsteinbrunner and pdl.
        - parse() supports bind_columns()

        * TODO: Updating documents and adding diag_verbose in the next version.
                Catching up CSV_XS 1.04.

(mef)

2015-04-29 13:48:08 UTC MAIN commitmail json YAML

Update 1.669004 to 1.669006
---------------------------
1.669005  Fri Oct  3 16:56:12 2014
    - Added Lisp-style leading ; as a quoter (thanks Roland)

    - Added 'quoter' option to allow user to specify a regex
      to be used to recognize quoters (thanks Peter)

1.669006  Sat Oct  4 07:32:33 2014
    - Improved 'quoter' option to allow augmenting quoter regex,
      rather than just replacing it (thanks Peter)

(mef)

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-29 12:53:02 UTC MAIN commitmail json YAML

2015-04-29 11:44:03 UTC MAIN commitmail json YAML

Updated devel/p5-B-Utils to 0.26
Updated devel/p5-CPAN-FindDependencies to 2.43
Updated devel/p5-Want to 0.26

(mef)

2015-04-29 11:42:04 UTC MAIN commitmail json YAML

Update to 0.26
--------------
0.26  Tue 28 Apr 2015 12:31:17 BST
    - There is a new experimental option in bleadperl under which one ought not to use
      the op_sibling field directly. Quoting from perlguts.pod:

        Starting in version 5.21.2, perls built with the experimental
        define C<-DPERL_OP_PARENT> add an extra boolean flag for each op,
        C<op_moresib>.  When not set, this indicates that this is the last op in an
        C<OpSIBLING> chain. This frees up the C<op_sibling> field on the last
        sibling to point back to the parent op. Under this build, that field is
        also renamed C<op_sibparent> to reflect its joint role. The macro
        C<OpSIBLING(o)> wraps this special behaviour, and always returns NULL on
        the last sibling.  With this build the C<op_parent(o)> function can be
        used to find the parent of any op. Thus for forward compatibility, you
        should always use the C<OpSIBLING(o)> macro rather than accessing
        C<op_sibling> directly.

      Thanks to Reini Urban for the patch.

(mef)

2015-04-29 11:31:03 UTC MAIN commitmail json YAML

Update to 2.43
--------------
2.43    2015-04-26      Make segfault go away on Windows

(mef)

2015-04-29 11:28:43 UTC MAIN commitmail json YAML

Update to 0.26
--------------
0.26
  - fix tests for perl 5.21.7 (change to nulled COPs) (RT#100508, Father
    Chrysostomos)

(mef)

2015-04-29 11:24:58 UTC MAIN commitmail json YAML

Updated devel/pcre to 8.37

(mef)

2015-04-29 11:24:48 UTC MAIN commitmail json YAML

(pkgsrc)
- Drop patch-CVE-2014-8964 (now included)
(upstream)
- Update to 8.37
Version 8.37 28-April-2015
--------------------------
1.  When an (*ACCEPT) is triggered inside capturing parentheses, it arranges
    for those parentheses to be closed with whatever has been captured so far.
    However, it was failing to mark any other groups between the hightest
    capture so far and the currrent group as "unset". Thus, the ovector for
    those groups contained whatever was previously there. An example is the
    pattern /(x)|((*ACCEPT))/ when matched against "abcd".

2.  If an assertion condition was quantified with a minimum of zero (an odd
    thing to do, but it happened), SIGSEGV or other misbehaviour could occur.

3.  If a pattern in pcretest input had the P (POSIX) modifier followed by an
    unrecognized modifier, a crash could occur.

4.  An attempt to do global matching in pcretest with a zero-length ovector
    caused a crash.

5.  Fixed a memory leak during matching that could occur for a subpattern
    subroutine call (recursive or otherwise) if the number of captured groups
    that had to be saved was greater than ten.

6.  Catch a bad opcode during auto-possessification after compiling a bad UTF
    string with NO_UTF_CHECK. This is a tidyup, not a bug fix, as passing bad
    UTF with NO_UTF_CHECK is documented as having an undefined outcome.

7.  A UTF pattern containing a "not" match of a non-ASCII character and a
    subroutine reference could loop at compile time. Example: /[^\xff]((?1))/.

8. When a pattern is compiled, it remembers the highest back reference so that
  when matching, if the ovector is too small, extra memory can be obtained to
  use instead. A conditional subpattern whose condition is a check on a
  capture having happened, such as, for example in the pattern
  /^(?:(a)|b)(?(1)A|B)/, is another kind of back reference, but it was not
  setting the highest backreference number. This mattered only if pcre_exec()
  was called with an ovector that was too small to hold the capture, and there
  was no other kind of back reference (a situation which is probably quite
  rare). The effect of the bug was that the condition was always treated as
  FALSE when the capture could not be consulted, leading to a incorrect
  behaviour by pcre_exec(). This bug has been fixed.

9. A reference to a duplicated named group (either a back reference or a test
  for being set in a conditional) that occurred in a part of the pattern where
  PCRE_DUPNAMES was not set caused the amount of memory needed for the pattern
  to be incorrectly calculated, leading to overwriting.

10. A mutually recursive set of back references such as (\2)(\1) caused a
    segfault at study time (while trying to find the minimum matching length).
    The infinite loop is now broken (with the minimum length unset, that is,
    zero).

11. If an assertion that was used as a condition was quantified with a minimum
    of zero, matching went wrong. In particular, if the whole group had
    unlimited repetition and could match an empty string, a segfault was
    likely. The pattern (?(?=0)?)+ is an example that caused this. Perl allows
    assertions to be quantified, but not if they are being used as conditions,
    so the above pattern is faulted by Perl. PCRE has now been changed so that
    it also rejects such patterns.

12. A possessive capturing group such as (a)*+ with a minimum repeat of zero
    failed to allow the zero-repeat case if pcre2_exec() was called with an
    ovector too small to capture the group.

13. Fixed two bugs in pcretest that were discovered by fuzzing and reported by
    Red Hat Product Security:

    (a) A crash if /K and /F were both set with the option to save the compiled
    pattern.

    (b) Another crash if the option to print captured substrings in a callout
    was combined with setting a null ovector, for example \O\C+ as a subject
    string.

14. A pattern such as "((?2){0,1999}())?", which has a group containing a
    forward reference repeated a large (but limited) number of times within a
    repeated outer group that has a zero minimum quantifier, caused incorrect
    code to be compiled, leading to the error "internal error:
    previously-checked referenced subpattern not found" when an incorrect
    memory address was read. This bug was reported as "heap overflow",
    discovered by Kai Lu of Fortinet's FortiGuard Labs and given the CVE number
    CVE-2015-2325.

23. A pattern such as "((?+1)(\1))/" containing a forward reference subroutine
    call within a group that also contained a recursive back reference caused
    incorrect code to be compiled. This bug was reported as "heap overflow",
    discovered by Kai Lu of Fortinet's FortiGuard Labs, and given the CVE
    number CVE-2015-2326.

24. Computing the size of the JIT read-only data in advance has been a source
    of various issues, and new ones are still appear unfortunately. To fix
    existing and future issues, size computation is eliminated from the code,
    and replaced by on-demand memory allocation.

25. A pattern such as /(?i)[A-`]/, where characters in the other case are
    adjacent to the end of the range, and the range contained characters with
    more than one other case, caused incorrect behaviour when compiled in UTF
    mode. In that example, the range a-j was left out of the class.

26. Fix JIT compilation of conditional blocks, which assertion
    is converted to (*FAIL). E.g: /(?(?!))/.

27. The pattern /(?(?!)^)/ caused references to random memory. This bug was
    discovered by the LLVM fuzzer.

28. The assertion (?!) is optimized to (*FAIL). This was not handled correctly
    when this assertion was used as a condition, for example (?(?!)a|b). In
    pcre2_match() it worked by luck; in pcre2_dfa_match() it gave an incorrect
    error about an unsupported item.

29. For some types of pattern, for example /Z*(|d*){216}/, the auto-
    possessification code could take exponential time to complete. A recursion
    depth limit of 1000 has been imposed to limit the resources used by this
    optimization.

30. A pattern such as /(*UTF)[\S\V\H]/, which contains a negated special class
    such as \S in non-UCP mode, explicit wide characters (> 255) can be ignored
    because \S ensures they are all in the class. The code for doing this was
    interacting badly with the code for computing the amount of space needed to
    compile the pattern, leading to a buffer overflow. This bug was discovered
    by the LLVM fuzzer.

31. A pattern such as /((?2)+)((?1))/ which has mutual recursion nested inside
    other kinds of group caused stack overflow at compile time. This bug was
    discovered by the LLVM fuzzer.

32. A pattern such as /(?1)(?#?'){8}(a)/ which had a parenthesized comment
    between a subroutine call and its quantifier was incorrectly compiled,
    leading to buffer overflow or other errors. This bug was discovered by the
    LLVM fuzzer.

33. The illegal pattern /(?(?<E>.*!.*)?)/ was not being diagnosed as missing an
    assertion after (?(. The code was failing to check the character after
    (?(?< for the ! or = that would indicate a lookbehind assertion. This bug
    was discovered by the LLVM fuzzer.

34. A pattern such as /X((?2)()*+){2}+/ which has a possessive quantifier with
    a fixed maximum following a group that contains a subroutine reference was
    incorrectly compiled and could trigger buffer overflow. This bug was
    discovered by the LLVM fuzzer.

35. A mutual recursion within a lookbehind assertion such as (?<=((?2))((?1)))
    caused a stack overflow instead of the diagnosis of a non-fixed length
    lookbehind assertion. This bug was discovered by the LLVM fuzzer.

36. The use of \K in a positive lookbehind assertion in a non-anchored pattern
    (e.g. /(?<=\Ka)/) could make pcregrep loop.

37. There was a similar problem to 36 in pcretest for global matches.

38. If a greedy quantified \X was preceded by \C in UTF mode (e.g. \C\X*),
    and a subsequent item in the pattern caused a non-match, backtracking over
    the repeated \X did not stop, but carried on past the start of the subject,
    causing reference to random memory and/or a segfault. There were also some
    other cases where backtracking after \C could crash. This set of bugs was
    discovered by the LLVM fuzzer.

39. The function for finding the minimum length of a matching string could take
    a very long time if mutual recursion was present many times in a pattern,
    for example, /((?2){73}(?2))((?1))/. A better mutual recursion detection
    method has been implemented. This infelicity was discovered by the LLVM
    fuzzer.

40. Static linking against the PCRE library using the pkg-config module was
    failing on missing pthread symbols.

(mef)

2015-04-29 10:04:11 UTC MAIN commitmail json YAML

Updated chat/ejabberd to 15.04

(fhajny)

2015-04-29 10:03:58 UTC MAIN commitmail json YAML

Update chat/ejabberd to 15.04. Add sqlite option.

Upstream changes:
- R16B03-1 is now the minimal required Erlang/OTP version
- SQLite support
- Default db_type can be specified with global default_db option
- Included mod_muc_admin, mod_admin_extra and mod_multicast modules
- Removed ejabberd_http_poll
- Pubsub improvements
- Better RFC compliance
- Several other bugfixes

(fhajny)

2015-04-29 09:39:47 UTC MAIN commitmail json YAML

Fix PLIST for the erlang-hipe option. Fixes default build on NetBSD.

(fhajny)

2015-04-29 09:38:00 UTC MAIN commitmail json YAML

Updated time/ocaml-calendar to 2.04

(jaapb)

2015-04-29 09:37:41 UTC MAIN commitmail json YAML

Updated to latest version, 2.04. Changes include:
* [Makefile] Fix minor issues with ocamlfind and 'make install' (from
  Christopher Zimmermann).
o [Printer] In function from_fstring of sub-module Ftime, Fcalendar, and
  Precise_Fcalendar, the number of seconds corresponding to %S may be a floating
  point number (from Christophe Troestler' suggestion).

Added buildlink file, and updated package to use ocaml.mk framework.

(jaapb)

2015-04-29 09:24:59 UTC pkgsrc-2015Q1 commitmail json YAML

Pullup ticket #4700 - requested by manu
sysutils/coreutils: build fix

Revisions pulled up:
- sysutils/coreutils/Makefile.common                            1.10

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  manu
  Date:          Fri Apr 17 12:46:00 UTC 2015

  Modified Files:
          pkgsrc/sysutils/coreutils: Makefile.common

  Log Message:
  Allow GNU coreuitls to be built as root

  GNU coreutils's configure script will abort if ran as root. Although
  pkgsrc can do that step under an unprivilegied user, there are still
  situations, such as pkg_comp bulk builds, where the common usage is
  to run as root. We therefore override configure's root check by setting
  FORCE_UNSAFE_CONFIGURE in the environement.

  To generate a diff of this commit:
  cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/coreutils/Makefile.common

(spz)

2015-04-29 07:59:53 UTC MAIN commitmail json YAML

Remove --with-my-user-group options to fix pkg_comp build

When building in pkg_comp, this option cause the real UID/GID to
be used at install time within the chroot. But the user that exists
in the root filesystem may not exist in the chroot, causing an
installation failure.

(manu)

2015-04-29 07:51:50 UTC MAIN commitmail json YAML

add SPECIAL_PERMS for the s-bitted binaries I keep forgetting to s-bit

(spz)

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 21:06:32 UTC MAIN commitmail json YAML

PR pkg/49867: circular dependency between MesaLib and libva on Linux.
I probably added libva as a dependency at some point in wip/ since
configure wanted it. Not sure what it's used for so just remove it.

(tnn)

2015-04-28 20:08:35 UTC MAIN commitmail json YAML

2015-04-28 18:17:20 UTC MAIN commitmail json YAML

Updated wm/i3 to 4.10.2

(nros)

2015-04-28 18:15:54 UTC MAIN commitmail json YAML

Update i3 to version 4.10.2.

Changes mentioned in the release notes:

  * Cope with non-null-terminated x class properties.
  * Get workspace name when renaming current workspace (fixes crash).
  * Use a reasonable default sep_block_width if a separator_symbol is given.
  * Remove windows from the save set when unmapping.

(nros)

2015-04-28 17:13:59 UTC MAIN commitmail json YAML

Fix typo in MAINTAINER email.

(nros)

2015-04-28 15:07:20 UTC MAIN commitmail json YAML

Updated print/lilypond to 2.18.2nb4

(wiz)

2015-04-28 15:07:10 UTC MAIN commitmail json YAML

Needs tex-lh; this was indirectly provided by dblatex until a couple of
days ago. Depend on it directly and bump PKGREVISION.

(wiz)

2015-04-28 14:38:45 UTC MAIN commitmail json YAML

2015-04-28 14:35:28 UTC MAIN commitmail json YAML

Updated lang/erlang-doc to 17.5

(fhajny)

2015-04-28 14:35:17 UTC MAIN commitmail json YAML

Updated lang/erlang-man to 17.5

(fhajny)

2015-04-28 14:34:36 UTC MAIN commitmail json YAML

2015-04-28 14:34:20 UTC MAIN commitmail json YAML

Update lang/erlang to 17.5.

erlang-17.5
================================

Highlights:
- ERTS: Added command line argument option for setting the initial size
  of process dictionaries.
- Diameter: configurable incoming_max len and string_decode for diameter
  messages
- Bugfixes and minor small features in applications such as compiler,
  common_test, crypto, debugger, eldap, erts, hipe, inets, ssh, ssl,...

Full changelog:
  http://www.erlang.org/download/otp_src_17.5.readme

erlang-17.4
================================

Highlights:
- eldap: Nearly all TCP options are possible to give in the eldap:open/2 call.
- ssh: Added API functions ptty_alloc/3 and ptty_alloc/4, to allocate
  a pseudo tty.
- ssl: Handle servers that may send an empty SNI extension to the client.

Full changelog:
  http://www.erlang.org/download/otp_src_17.4.readme

erlang-17.3
================================

Highlights:
- erts: Introduced enif_schedule_nif() which allows a long running NIF
  to be broken into separate NIF invocations without the help of a wrapper
  function written in Erlang
- common_test: Experimental support for running Quickcheck and PropEr tests
  from common_test suites is added. Examples of usage in the suites for
  the ssh and inets applications
- Bugfixes and minor new features in applications such as asn1, erts, kernel,
  stdlib, diameter, ssh, mnesia, ssl, jinterface

Full changelog:
  http://www.erlang.org/download/otp_src_17.3.readme

erlang-17.1
================================

Highlights:
- crypto: Add aes_cfb8 cypher to crypto:block_encrypt and block_decrypt.
- diameter: Add result code counters for CEA, DWA, and DPA.
- erts: The following built in functions in the erlang and binary modules
  now bump an appropriate amount of reductions and yield when
  out of reductions:
    binary_to_list/1, binary_to_list/3, bitstring_to_list/1,
    list_to_binary/1, iolist_to_binary/1, list_to_bitstring/1,
    binary:list_to_bin/1
- hipe: Handle Maps instructions get_map_elements, put_map_assoc,
  put_map_exact in the HiPE native code compiler.
- mnesia: The time for inserting locks for a transaction with large
  number of locks is reduced significantly.
- ssh: Option max_sessions added to ssh:daemon/{2,3}.
- stdlib: Add maps:get/3 to maps module. The function will return the
  supplied default value if the key does not exist in the map.

Full changelog:
  http://www.erlang.org/download/otp_src_17.1.readme

erlang-17.0
================================

Highlights:
- Erlang/OTP has been ported to the realtime operating system OSE.
- Maps, a new dictionary data type (experimental)
- A more natural mapping from ASN.1 OCTET STRING and BIT STRING to
  Erlang types, and other ASN.1 improvements and optimizations
- The {active, N} socket option for TCP, UDP, and SCTP
- A new (optional) scheduler utilization balancing mechanism
- Migration of memory carriers has been enabled by default on all
  ERTS internal memory allocators
- Increased garbage collection tenure rate
- Experimental "dirty schedulers" functionality
- Funs can now be given names
- Miscellaneous unicode support enhancements
- A new version scheme for OTP its applications has been introduced

Full changelog:
  http://www.erlang.org/download/otp_src_17.0.readme

erlang 16.1.3.1 (R16B03-1)
================================

Highlights:
- The ODBC application was missing in the prebuilt Windows installers
- 3 corrections in the SSL application:
  - Add missing validation of the server_name_indication option and test
    for its explicit use.
  - Elliptic curve selection in server mode now properly selects a curve
    suggested by the client, if possible.
  - The server did not indicate support for secure renegotiation during
    TLS extension handling.
- In the syntax tools application a bug was introduced which broke
  reverting of local funs. This is now corrected (thanks to Anthony Ramine)
- wx - Solved a problem which caused the debugger to crash when closing
  a window. Fixed static linking on Mac.
- xmerl - Fixed a problem in the SAX-parser when the header of
  the next document was appearing in the buffer when using
  the xmerl_sax_parser:stream/2 function.

Full changelog:
  http://www.erlang.org/download/otp_src_R16B03-1.readme

erlang-16.1.3 (R16B03)
================================

Highlights:
- A new memory allocation feature called "super carrier" has been introduced.
  It can for example be used for pre-allocation of all memory that the
  runtime system should be able to use. It is enabled by passing the +MMscs
  (size in MB) command line argument. For more information see
  the documentation of the +MMsco, +MMscrfsd, +MMscrpm, +MMscs, +MMusac, and,
  +Mlpm command line arguments in the erts_alloc(3) documentation.
- The ldap client eldap now supports the start_tls operation. This upgrades
  an existing tcp connection to encryption using tls,
  see eldap:start_tls/2 and /3.
- The ftp client (inets application) now supports ftp over tls (ftps).

Full changelog:
  http://www.erlang.org/download/otp_src_R16B03.readme

(fhajny)

2015-04-28 13:26:37 UTC MAIN commitmail json YAML

Add note about transform rules for HP-UX and Tru64 linkers.

(tnn)

2015-04-28 13:25:22 UTC MAIN commitmail json YAML

Updated math/p5-Math-FFT to 1.32

(wen)

2015-04-28 13:24:28 UTC MAIN commitmail json YAML

Update to 1.32
Add LICENSE

Upstream changes:
1.32  2015-04-28
    - Specify minimum version of perl as 5.8.x
        - CPANTS / Kwalitee

1.31  2015-03-25
    - Convert n2 in _spctrm to "double" so it won't overflow as an int
        - Fix https://rt.cpan.org/Ticket/Display.html?id=22068
        - Thanks to thomas.poleschner@gmx.de for the report.

1.30  2015-03-25
    - Convert the test files to Test::More and do some other cleanups.

1.29  2015-03-05
    - Convert to Dist-Zilla.
    - Reformatted the code.
    - Get rid of trailing space.
    - Got to 100% POD coverage.
    - Other cleanups.
    - As the original maintainer (Randy Kobes) passed away, the distribution
    was adopted by Shlomi Fish (SHLOMIF).

(wen)

2015-04-28 13:13:38 UTC MAIN commitmail json YAML

Updated www/p5-Dancer2 to 0.160000

(wen)

2015-04-28 13:12:38 UTC MAIN commitmail json YAML

Update to 0.160000

Upstream changes:
0.160000  2015-04-27 00:12:55+02:00 Europe/Amsterdam

    [ BUG FIXES ]
    * GH #868: Fix incorrect access name in $error->throw. (cdmalon)
    * GH #879, #883: Fix version numbering in packaging and tests.
      (Russell Jenkins)
    * File serving (send_file) won't call serializer. (Russell Jenkins)
    * GH #892, #510: Workaround for multiple plugins with hooks.
      (Russell Jenkins, Alberto Sim玫es)
    * GH #558: Remove "prefix" inconsistency with possibly missing postfixed
      forward slash. (Sawyer X)

    [ DOCUMENTATION ]
    * GH #816, #874 Document session engine changes in migration documentation.
      (Chenchen Zhao)
    * GH #866, #870: Clarify that you cannot forward to a static file, why,
      and two different ways of accomplishing it without forward.
      (Sakshee Vijayvargia)
    * GH #878: Rework example for optional named matching due to operator
      precedence. (Andrew Solomon)
    * GH #844: Document Simple session backend is the default. (Sawyer X)

    [ ENHANCEMENT ]
    * GH #869: Streaming file serving (send_file). (Russell Jenkins)
    * GH #793: "prefix" now supports the path definition spec. (Sawyer X)
    * GH #817, #845: Route spec under a prefix doesn't need to start with
      a slash (but must without a prefix).
      (Sawyer X, Russell Jenkins)
    * GH #871: Use Safe.pm instead of eval with Dancer2::Serializer::Dumper.
      (David Zurborg)
    * GH #880: Reduce and cleanup different logging calls in order to handle
      the stack frames traceback for logging classes. (Russell Jenkins)
    * GH #857, #875: When failing to render in Template::Toolkit, make the
      error reflect it's a TT error, not an internal one.
      (valerycodes)

(wen)

2015-04-28 12:21:23 UTC MAIN commitmail json YAML

Added devel/p5-Module-Install-AuthorRequires version 0.02
Added devel/p5-Module-Manifest-Skip version 0.23

(mef)

2015-04-28 12:15:56 UTC MAIN commitmail json YAML

Import p5-Module-Install-AuthorRequires-0.02 as devel/p5-Module-Install-AuthorRequires.

Modules often have optional requirements, for example dependencies that are
useful for (optional) tests, but not required for the module to work
properly.

Usually you want all developers of a project to have these optional modules
installed. However, simply telling everyone or printing diagnostic messages
if optional dependencies are missing often isn't enough to make sure all
authors have all optional modules installed.

(mef)

2015-04-28 12:07:23 UTC MAIN commitmail json YAML

Import p5-Module-Manifest-Skip-0.23 as devel/p5-Module-Manifest-Skip.

NOTE: This module is mostly intended for module packaging frameworks to
share a common, up-to-date MANIFEST.SKIP base. For example,
Module::Install::ManifestSkip, uses this module to get the actual SKIP
content. However this module may be useful for any module author.

CPAN module authors use a MANIFEST.SKIP file to exclude certain well known
files from getting put into a generated MANIFEST file, which would cause
them to go into the final distribution package.

The packaging tools try to automatically skip things for you, but if you
add one of your own entries, you have to add all the common ones
yourself. This module attempts to make all of this boring process as simple
and reliable as possible.

Module::Manifest::Skip can create or update a MANIFEST.SKIP file for
you. You can add your own entries, and it will leave them alone. You can
even tell it to not skip certain entries that it normally skips, although
this is rarely needed.

(mef)

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

pkgsrc/www/firefox31/Makefile@1.13 / diff
pkgsrc/www/firefox31/distinfo@1.11 / diff
pkgsrc/www/firefox31/patches/patch-gfx_ycbcr_moz.build@1.1 / diff
pkgsrc/www/firefox31/patches/patch-gfx_ycbcr_yuv__row__arm.S@1.1 / diff
pkgsrc/www/firefox31/patches/patch-ipc_chromium_src_base_atomicops.h@1.1 / diff
pkgsrc/www/firefox31/patches/patch-ipc_chromium_src_base_atomicops__internals__arm__gcc.h@1.1 / diff
pkgsrc/www/firefox31/patches/patch-js_src_assembler_jit_ExecutableAllocator.h@1.1 / diff
pkgsrc/www/firefox31/patches/patch-js_src_jit_AsmJSModule.cpp@1.1 / diff
pkgsrc/www/firefox31/patches/patch-js_src_jit_arm_Architecture-arm.cpp@1.1 / diff
pkgsrc/www/firefox31/patches/patch-js_src_jit_arm_BaselineIC-arm.cpp@1.1 / diff
pkgsrc/www/firefox31/patches/patch-js_src_jit_arm_CodeGenerator-arm.cpp@1.1 / diff
pkgsrc/www/firefox31/patches/patch-js_src_vm_NumericConversions.h@1.1 / diff
pkgsrc/www/firefox31/patches/patch-media_libopus_celt_arm_celt__pitch__xcorr__arm.s@1.1 / diff
pkgsrc/www/firefox31/patches/patch-media_libtheora_lib_arm_armbits.s@1.1 / diff
pkgsrc/www/firefox31/patches/patch-media_libtheora_lib_arm_armcpu.c@1.1 / diff
pkgsrc/www/firefox31/patches/patch-media_libtheora_lib_arm_armfrag.s@1.1 / diff
pkgsrc/www/firefox31/patches/patch-media_libtheora_lib_arm_armidct.s@1.1 / diff
pkgsrc/www/firefox31/patches/patch-media_libyuv_include_libyuv_scale__row.h@1.1 / diff
pkgsrc/www/firefox31/patches/patch-mozglue_build_Makefile.in@1.1 / diff
pkgsrc/www/firefox31/patches/patch-xpcom_reflect_xptcall_src_md_unix_moz.build@1.2 / diff
pkgsrc/www/firefox31/patches/patch-xpcom_reflect_xptcall_src_md_unix_xptcstubs__arm.cpp@1.1 / diff

Allow building Firefox 31 with Clang and on NetBSD/ARM.

(joerg)

2015-04-28 12:04:33 UTC MAIN commitmail json YAML

Shared libraries should always be PIC. Bump revision.

(joerg)

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

2015-04-28 08:48:11 UTC MAIN commitmail json YAML

Fix crash in asterisk18 startup

The added patch fixes startup crash and was submitted upstream.
While there also remove the ban on i386, as it was tested to run fine.

(manu)

2015-04-28 07:27:02 UTC MAIN commitmail json YAML

Sorry again, non-existing package referenced, disable for the moment.

(mef)

2015-04-28 07:23:36 UTC MAIN commitmail json YAML

Correct typo: p5-Types-Starndard -> p5-Types-Standard

(mef)

2015-04-28 06:59:23 UTC MAIN commitmail json YAML

2015-04-28 06:57:59 UTC MAIN commitmail json YAML

remove dup entry

(tnn)

2015-04-28 06:56:18 UTC MAIN commitmail json YAML

Sync list of PKGCONFIG_OVERRIDEs with package. Bump revision.

(tnn)

2015-04-28 06:54:55 UTC MAIN commitmail json YAML

2015-04-28 06:54:40 UTC MAIN commitmail json YAML

This has optional EGL support, handle like x11/qt5-qtbase.

(tnn)

2015-04-28 06:48:12 UTC MAIN commitmail json YAML

Import p5-Log-Message-Simple-0.10 as devel/p5-Log-Message-Simple.

This module provides standardized logging facilities using the
Log::Message module.

(mef)

2015-04-28 04:14:04 UTC MAIN commitmail json YAML

Add 5 BUILD_DEPENDS for make test

(mef)

2015-04-28 02:07:05 UTC MAIN commitmail json YAML

+ all new versions of courier software released today

(rodent)

2015-04-28 01:27:40 UTC MAIN commitmail json YAML

Just Githubify. No any change on package built.

(mef)

2015-04-28 01:18:13 UTC MAIN commitmail json YAML

Updated misc/rhash to 1.3.3

(mef)

2015-04-28 01:17:11 UTC MAIN commitmail json YAML

(pkgsrc)
- Githubify
(upstream)
- Update 1.3.1 to 1.3.3
---------------------
Tue Aug  5 2014 Aleksey
        * === Version 1.3.3 ===

Mon Aug  4 2014 And Sch, Aleksey
        * librhash: small optimization of Whirlpool

Sat Aug  2 2014 Aleksey
        * option --exclude for skipping some files during recursive scanning

Fri Aug  1 2014 Aleksey
        * update the SHA3 algorithm to follow the changes of the FIPS 202 draft

Wed Jul 30 2014 Aleksey
        * support torrents with more than one announce url

Tue Jul 29 2014 Aleksey
        * LibRHash now exports torrent functions

Mon Jul 21 2014 Tsukasa Oi
        * fixed test_rhash.sh script failing on the en_US.UTF-8 locale

Wed Jul 16 2014 Aleksey
        * changed the `-p' format names of sha* families, see manpage
        * set a boolean in config to true by a string `true', `on' or `yes'

Sun Jul 13 2014 Aleksey
        * Ctrl-C now interrupts benchmarking

Wed Jul  2 2014 Aleksey
        * === Version 1.3.2 ===

Sat Jun 21 2014 Aleksey
        * report warnings on files locked by some processes

Thu Jun 19 2014 Brad Campbell
        * ignore non-regular files while scanning directories recursively

Wed Jun 18 2014 Aleksey
        * option --follow for following symlinks to directories

Sun Apr 13 2014 ZinnKid
        * BTIH piece length calculation updated to follow the uTorrent algorithm change

(mef)

2015-04-28 01:08:39 UTC MAIN commitmail json YAML

Updated shells/posh to 0.12.4

(mef)

2015-04-28 01:08:30 UTC MAIN commitmail json YAML

Update to 0.12.4
----------------  (from debian/changelog)
posh (0.12.4) unstable; urgency=medium

  * Correct misspelling of "--".  closes: #774004.
  * Patch from Chris Lamb to make the build reproducible.
    closes: #777395.
  * Patch from John Salmon to use memmove instead of memcpy in
    debunk().  closes: #777493.

-- Clint Adams <clint@debian.org>  Sun, 26 Apr 2015 14:20:19 -0400

(mef)

2015-04-28 00:49:00 UTC MAIN commitmail json YAML

Updated devel/p5-File-ConfigDir to 0.017
Updated devel/p5-MooX-ConfigFromFile to 0.007

(mef)

2015-04-28 00:46:49 UTC MAIN commitmail json YAML

Update to 0.007
---------------
0.007  2015-04-27
    - separate loading and merging of configfile content
    - ensure order of multiple loaded config files
    - add support for merging deep structures in config files
    - eval all test-libraries to be aware of mistakes

(mef)

2015-04-28 00:42:31 UTC MAIN commitmail json YAML

Update to 0.017
---------------
0.017 2015-04-27
    - add irc channel and mailing list to meta data
    - apply fix regarding "Cwd::abs_path is not portable" from jddurand

(mef)

2015-04-28 00:10:39 UTC MAIN commitmail json YAML

WRKSRC should not contain the revision either.

(joerg)

2015-04-27 23:55:28 UTC MAIN commitmail json YAML

Needs libexecinfo on newer NetBSD. Needs pkg-config for autoreconf.

(joerg)

2015-04-27 23:52:34 UTC MAIN commitmail json YAML

Don't add incompatible redefines of jpeg functions.

(joerg)

2015-04-27 23:51:52 UTC MAIN commitmail json YAML

2015-04-27 23:50:39 UTC MAIN commitmail json YAML

2015-04-27 22:02:58 UTC pkgsrc-2015Q1 commitmail json YAML

Pullup tickets #4687, #4688 and #4689.

(tron)

2015-04-27 22:02:37 UTC pkgsrc-2015Q1 commitmail json YAML

Pullup ticket #4689 - requested by dholland
net/socat: build fix

Revisions pulled up:
- net/socat/Makefile                                            1.33

---
  Module Name: pkgsrc
  Committed By: dholland
  Date: Sat Apr 25 23:31:23 UTC 2015

  Modified Files:
  pkgsrc/net/socat: Makefile

  Log Message:
  Add clang to ONLY_FOR_COMPILER per PR 49852 from Alexander Borkowski.

  (XXX: shouldn't the wrappers be taking care of -Werror for compilers
  that don't understand it?)

(tron)

2015-04-27 21:55:05 UTC pkgsrc-2015Q1 commitmail json YAML

Pullup ticket #4688 - requested by joerg
print/pdf2djvu: build fix

Revisions pulled up:
- print/pdf2djvu/distinfo                                      1.7
- print/pdf2djvu/patches/patch-pdf-backend.cc                  1.2
- print/pdf2djvu/patches/patch-pdf-backend.hh                  1.1
- print/pdf2djvu/patches/patch-pdf2djvu.cc                      1.2

---
  Module Name: pkgsrc
  Committed By: joerg
  Date: Fri Apr 24 20:18:48 UTC 2015

  Modified Files:
  pkgsrc/print/pdf2djvu: distinfo
  pkgsrc/print/pdf2djvu/patches: patch-pdf-backend.cc patch-pdf2djvu.cc
  Added Files:
  pkgsrc/print/pdf2djvu/patches: patch-pdf-backend.hh

  Log Message:
  Build with Poppler 0.32.

(tron)

2015-04-27 21:47:25 UTC pkgsrc-2015Q1 commitmail json YAML

Pullup ticket #4687 - requested by joerg
comms/java-rxtx: build fix

Revisions pulled up:
- comms/java-rxtx/Makefile                                      1.5

---
  Module Name: pkgsrc
  Committed By: joerg
  Date: Fri Apr 24 20:16:54 UTC 2015

  Modified Files:
  pkgsrc/comms/java-rxtx: Makefile

  Log Message:
  Uses libtool, so replace with our version. Use the correct machine
  directory on NetBSD/ARM.

(tron)

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 16:08:51 UTC MAIN commitmail json YAML

Don't use gcc-specific warnings unconditionally, just because the system
is not OSX.

(joerg)

2015-04-27 16:07:00 UTC MAIN commitmail json YAML

Don't fail build of p5-collectd for tautologic pointer->bool conversions
in perl headers.

(joerg)

2015-04-27 16:06:16 UTC MAIN commitmail json YAML

2015-04-27 16:05:47 UTC MAIN commitmail json YAML

Skip interpreter check for all patches files.

(joerg)

2015-04-27 16:05:20 UTC MAIN commitmail json YAML

2015-04-27 16:04:51 UTC MAIN commitmail json YAML

2015-04-27 15:07:39 UTC MAIN commitmail json YAML

Updated print/p5-LaTeX-Driver to 0.200.4

(mef)

2015-04-27 15:07:30 UTC MAIN commitmail json YAML

(pkgsrc)
- LICENSE to ${PERL5_LICENSE}
- Add 5 more DEPENDS, p5-Module-Install-*, p5-Test-*
- Convert to PERL5_MODULE_TYPE=    Module::Install
- Drop patch-aa
(upstream)
- Update 0.10 to 0.200.4
-------------------------
0.200.4 2014-04-12
    - Disabled bibtex tests by default due to frequently not found LaTex
      sty not found.

    - Disabled t/30 and t/31 unless dvips is found

0.200.3 2014-04-11
    - xelatex tests now optional because they add too many external
      dependencies

0.200.1 2014-04-10
    - Fixed stale dependency (unused) in Test::LaTeX::Driver

0.20  2014-04-09
    - Removed IPC::ShellCmd dependency since newer versions not on CPAN
    - Fixed Win32 support

0.20_03  2013-10-31
    - switched Makefile.PL to Module::Install

0.20_02  2013-10-29
    - added -timeout option (requires IPC::ShellCmd 0.003)
    - added -capture_stderr option and stderr() method to retrieve captured stderr

0.20_01  2013-10-18
    - Now maintained on github
    - reformatted Changes file
    - removed MYMETA.{json,yml} from MANIFEST and added to MANIFEST.SKIP (RT89155)
    - use IPC::ShellCmd to run commands
    - remove LaTeX::Driver::Paths - paths determined at runtime

0.12  2012-08-31
    - fixed typo in settings of ps2pdf/pdf2ps (RT79233)
    - add missing dependency on Readonly (RT79330)

0.11  2012-08-30
    - rewrote loop in run_latex() and need_to_run_bibtex() to use a
      lexical variable to avoid subtle errors with
      Template::Plugin::Latex (RT50684)

(mef)

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

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

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

2015-04-27 14:53:39 UTC MAIN commitmail json YAML

Import p5-Test-Spelling-0.20 as devel/p5-Test-Spelling.

Test::Spelling lets you check the spelling of a POD file, and report its
results in standard Test::More fashion. This module requires a spellcheck
program such as spell, aspell, ispell, or hunspell.

(mef)

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

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

Updated textproc/p5-Template-Declare to 0.47
Updated textproc/p5-Template-Plugin-Autoformat to 2.77
Added devel/p5-Test-NoTabs version 1.4
Added devel/p5-Module-Install-GithubMeta version 0.30
Added devel/p5-Module-Install-ManifestSkip version 0.24

(mef)

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

2015-04-27 13:56:56 UTC MAIN commitmail json YAML

+p5-Module-Install-ManifestSkip

(mef)

2015-04-27 13:54:40 UTC MAIN commitmail json YAML

Import p5-Module-Install-ManifestSkip-0.24 as devel/p5-Module-Install-ManifestSkip.

This module generates a MANIFEST.SKIP file for you (using
Module::Manifest::Skip) that contains the common files that people do not
want in their MANIFEST files. The SKIP file is generated each time that you
(the module author) run Makefile.PL.

You can add your own custom entries at the top of the MANIFEST file. Just
put a blank line after your entries, and they will be left alone.

This module also adds 'MANIFEST' to the clean_files() list so that make
clean will remove your MANIFEST.

(mef)

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

Add u_int* compatibility defines for SunOS.

(jperkin)

2015-04-27 13:42:25 UTC MAIN commitmail json YAML

+p5-Module-Install-GithubMeta

(mef)

2015-04-27 13:40:35 UTC MAIN commitmail json YAML

Import p5-Module-Install-GithubMeta-0.30 as devel/p5-Module-Install-GithubMeta.

Module::Install::GithubMeta is a Module::Install extension to include
GitHub http://github.com meta information in META.yml.

It automatically detects if the distribution directory is under git version
control and whether the origin is a GitHub repository and will set the
repository and homepage meta in META.yml to the appropriate URLs for
GitHub.

(mef)

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

2015-04-27 13:19:15 UTC MAIN commitmail json YAML

+p5-Test-NoTabs

(mef)

2015-04-27 13:17:46 UTC MAIN commitmail json YAML

Import p5-Test-NoTabs-1.4 as devel/p5-Test-NoTabs.

Test::NoTabs lets you check the presence of tabs in your perl code.
It reports its results in standard Test::Simple fashion:

  use Test::NoTabs tests => 1;
  notabs_ok( 'lib/Module.pm', 'Module is tab free');

(mef)

2015-04-27 12:46:52 UTC MAIN commitmail json YAML

Add tex-overpic, remove tex-mh{,-doc}

(markd)

2015-04-27 12:42:47 UTC MAIN commitmail json YAML

Replace teTeX-bin dependency with explicit set of tex packages.
Bump PKGREVISION.

(markd)

2015-04-27 12:39:22 UTC MAIN commitmail json YAML

2015-04-27 12:36:48 UTC MAIN commitmail json YAML

Add tex-overpic

(markd)

2015-04-27 12:35:36 UTC MAIN commitmail json YAML

2015-04-27 12:17:31 UTC MAIN commitmail json YAML

Update 2.71 to 2.77
-------------------
2.77 2015-02-27
- merge a series of doc and test cleanup patches from Breno G. de Oliveira (garu)

2.76 2015-01-05
- tests patched to fix some locales (https://rt.cpan.org/Ticket/Display.html?id=99972)

2.75 2014-05-09
- official release, no code change from 2.74_04

2.74_04 2014-05-07
- tweek tests to reflect sprintf rounding differences on some machines

2.74_03 2014-05-06
- port tests to Test::More to get better diagnostics from cpantesters

2.74_02 2014-05-02
- attempt to address failing test 10 on some cpantesters

2.74_01 2014-05-01
- Peter Karman took over maintenance.
- repo started at https://github.com/karpet/template-plugin-autoformat
- fixed failing tests, switching to standard initial-cap for plugin name
  before: USE autoformat
  after : USE Autoformat

(mef)

2015-04-27 12:14:35 UTC MAIN commitmail json YAML

Update 0.45 to 0.47
-------------------
0.47 2014-12-16
- Stop checking warning message contents explictly (Aaron Crane)

0.46 2012-12-23
- Documentation fixes (Brigham Johnson)
- Hash ordering fixes for 5.17 (Kent Fredric)

(mef)

2015-04-27 11:13:39 UTC MAIN commitmail json YAML

Remove tex-mh{,-doc}

(markd)

2015-04-27 11:12:57 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 10:38:04 UTC MAIN commitmail json YAML

Make latest egl file additions optional depending on the use of X.org
from pkgsrc or the existence of a particular header file.

Suggested by tnn.

(wiz)

2015-04-27 10:33:49 UTC MAIN commitmail json YAML

correct MACHINE_ARCH and compiler flags for HP-UX 64-bit ABI

(tnn)

2015-04-27 10:26:19 UTC MAIN commitmail json YAML

Bump GCC_REQD to 4.5.2 for internal compiler error.

display/nr-filter-slot.cpp: In constructor 'Inkscape::Filters::FilterSlot::FilterSlot(Inkscape::DrawingItem*, Inkscape::DrawingContext*, Inkscape::DrawingContext&, const Inkscape::Filters::FilterUnits&)':
display/nr-filter-slot.cpp:38: internal compiler error: in add_phi_arg, at tree-phinodes.c:391
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.4/README.Bugs> for instructions.
make[3]: *** [display/nr-filter-slot.o] Error 1

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45709

ICE is present in 4.3 and 4.4.4.  It is meant to be fixed in gcc 4.4.5
but apparently not the "gcc version 4.4.5" that comes with some versions
of Ubuntu, because it's actually gcc 4.4.4 with Ubuntu's custom(ary)
sprinkling of poor judgement.

ICE is fixed in GCC 4.5.2 or any version of 4.6 and on, so that's a safe
minimum requirement.

(dsainty)

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-27 09:23:27 UTC MAIN commitmail json YAML

Added x11/xcb-util-errors version 1.0

(wiz)

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

+ xcb-util-errors

(wiz)

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

Import xcb-util-errors-1.0 as x11/xcb-util-errors.

xcb-util-errors is a utility library that gives human readable
names to error codes and event codes and also to major and minor
numbers. The necessary information is drawn from xcb-proto's protocol
descriptions. This library is especially useful when working with
extensions and is mostly useful for debugging.

(wiz)

2015-04-27 09:17:25 UTC MAIN commitmail json YAML

Updated sysutils/bup to 0.27

(wiz)

2015-04-27 09:17:17 UTC MAIN commitmail json YAML

Update to 0.27:

This version primarily fixes bugs, but it includes a few new features,
and hopefully will provide a solid base for 0.28, which may finally
include rm/gc support.

Of note since 0.26:

  - Files can be restored sparsely via "restore --sparse".  See
    bup-sparse(1) for the details.  Given that this option is
    completely new and affects the data written, some
    caution/verification may be wise (i.e. there were bugs in some of
    the development revisions that could mangle the output).

  - Duplicity backups can be imported via the *experimental* command
    "bup import-duplicity".  Please exercise caution, and let us know
    if you have any trouble.

  - Tests can be run in parallel now via "make -j check".

As before, the metadata support is somewhat immature, but it seems to
be holding up fairly well.  Though we still need to add better support
for cross-filesystem-type save/restore (which can be too noisy), etc.

(wiz)

2015-04-27 09:05:43 UTC MAIN commitmail json YAML

2015-04-27 09:05:19 UTC MAIN commitmail json YAML

Updated sysutils/cdrtools to 3.01alpha28

(wiz)

2015-04-27 09:05:11 UTC MAIN commitmail json YAML

Update to 3.01a28:

cdrtools-3.01a25:

All:

- Fixed a typo in autoconf/xconfig.h.in that caused the Win-DOS function
LoadLibrary() not to be recognised correctly.

- Added compile support for: amd64-freebsd-clang*.rul

- include/schily/unistd.h now extends some exceptions to work around
problems with the MS C-compiler to MinGW32.

Libschily:

- libschily/faccessat.c with a faccessat() was added. This has been forgotten
when the *at() functions have been implemented.

- libschily/eaccess.c no longer calls access() in case the the OS does not
implement eaccess() but rather first checks whether uid == euid and gid == egid.

- libschily/eaccess.c compiles again in HP-UX using the HP C-compiler

- libschily/dlfcn.c new file to emulate dlopen() and friends on Win-DOS
and HP-UX

- libschily/lchmod.c was added

- libschily/fchmodat.c no longer contains lchmod()

- The linker mapfile libschily/libschily-mapvers now correctly
makes the entry faccessat() depend on HAVE_FACCESSAT

Cdda2wav (Maintained/enhanced by J�rg Schilling, originated by Heiko Ei゚feldt heiko@hexco.de):

- Flush stderr before a question in cdda2wav. This is a workaround
for a Linux libc bug (stderr must be unbuffered acording to the
standard).

Mkisofs (Maintained/enhanced by J�rg Schilling since 1997, originated by Eric Youngdale):

- Fixed a bug in mkisofs: -eltorito-platform Mac no longer uses the
constant EL_TORITO_ARCH_PPC but EL_TORITO_ARCH_MAC as expected.
Thanks to Ady <ady-sf@hotmail.com> for reporting.

- Fixed an option parsing bug in mkisofs that was a result from
option names that are beginning substrings of others. Mkisofs did
try to fix this in 2006, but it seems that one option was missed
in 2006. Now -hide-hfs was fixed, thanks to: Valery Ushakov

cdrtools-3.01a26:

All:

- Various README's, scripts and man pages have been revised to replace
berlios.de by sourceforge.net

Note that some files have not yet been completely updated for that
change as there is no easy way to deal with a site like sourceforge
that does not support ftp:

./conf/src-get
./conf/setup.sh

Because we now assume that any UNIX distro includes a ftp(1) program,
but we cannot assume that there is wget.

cdrtools-3.01a27:

All:

- include/schily//dlfcn.h now includes a #define HAVE_LOADABLE_LIBS
in case we compile on a system that implements runtime loadable
libraries and that libschily implements an adoption for this
local method to the POSIX dlopen()/dlsym()/dlclose(). This is currently
true for Solaris (and similar) that implement dlopen()/dlsym()/dlclose()
natively and for HP-UX and Win-DOS.

Mkisofs (Maintained/enhanced by J�rg Schilling since 1997, originated by Eric Youngdale):

- The mkisofs program isoinfo no longer tries to print Rock Ridge
attribute data for ISO images that do not have correct RR data.

- The mkisofs program isovfy no longer tries to print Rock Ridge
attribute data for ISO images that do not have correct RR data.

- The mkisofs program isodump no longer tries to print Rock Ridge
attribute data for ISO images that do not have correct RR data.

This is a result from trying to use these programs on the
plan9 CD image.

cdrtools-3.01a28:

All:

- The makefile rules for installing man pages have been changed so that
OBJ/<archdir>/man/ is no longer a direct dependency of the man page.
This results in repeated "make install" calls not to reinstall
up-to-date man pages again.

- The makefile rules for installing localized sripts have been changed so
hat OBJ/<archdir>/ is no longer a direct dependency of the man page.
This results in repeated "make install" calls not to reinstall
up-to-date scripts again.

- New autoconf test checks whether printf() supports %z

- Some documentation now mentions sourceforge instead of BerliOS

- README.compile now mentions how to use instrumented compilers with
the Schily Makefilesystem.

Libschily:

- strlcatl() wcslcatl(): new functions

- libschily::linkat.c now manually null-terminates the result from
resolvepath() as the Solaris syscall implementation does not
null-terminate it in all cases.

- libschily::resolvepath.c comment added to remind on the fact that
in contrary to out implementation the Solaris resolvepath() syscall
does not null-terminate the buffer.

Mkisofs (Maintained/enhanced by J�rg Schilling since 1997, originated by Eric Youngdale):

- mkisofs: isodump did not compile on non c99 compilers.

(wiz)

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

Sorry, cvs rm -f patches/patch-aa and make distinfo were NOT done, corrected, thanks wiz@.

(mef)

2015-04-27 08:56:48 UTC MAIN commitmail json YAML

Updated devel/py-cparser to 2.12nb1

(wiz)

2015-04-27 08:56:40 UTC MAIN commitmail json YAML

2015-04-27 08:51:19 UTC MAIN commitmail json YAML

Updated devel/meld to 3.13.1

(wiz)

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

Update to 3.13.1:

2015-04-20 meld 3.13.1
======================

  Features:

  * Previously, Meld could show very different results in file vs. folder
    comparisons when the files differed in line endings. These are now much
    more consistent.

      * In folder comparisons, applying filters now also normalises line
        endings (Kai Willadsen)
      * In a file comparison, if the files-are-identical notification is shown
        when files differ in line endings, this now mentioned (Kai Willadsen)
      * There is a new preferences controlling whether to apply text filters
        during folder comparisons, defaulting to on, which also controls line
        ending normalisation (Kai Willadsen)
      * Help documentation has been updated with details of how text filters
        are applied in folder comparison (Kai Willadsen)

  * Folder comparisons will now show an identical notification similar to the
    one used in file comparison (Kai Willadsen)
  * The "New blank comparion" button now works for folder comparisons as well
    as file ones (Kai Willadsen)
  * In folder comparisons, the expansion state of the tree is now remembered
    when you collapse and re-expand a row (Kai Willadsen)

  Fixes:

  * Install fixes (oco)
  * Code style fixes (Sandro Bonazzola)
  * Better support RTL locales by flipping icons and panes consistently (Kai
    Willadsen)
  * Fixes for file encoding when saving with bad or missing encodings (Kai
    Willadsen)
  * More consistent dialog handling and appearance (Kai Willadsen)
  * Deprecation updates and compatibility fixes (Kai Willadsen)
  * Fix bad comparison offset when multiple line breaks occurred on a single
    line (don't ask) (Kai Willadsen)
  * Unicode fixes for file change notifications (Kai Willadsen)
  * Warnings (such as deprecation warnings) are now explicitly silenced in
    stable Meld (Kai Willadsen)
  * Folder actions are now disabled while Meld is still scanning folders (Kai
    Willadsen)
  * Fix some command line handling for ambiguous relative paths and invalid
    URIs (Kai Willadsen)
  * Fix updating the comparison map when a file is updated within Meld (Kai
    Willadsen)

  Translations:

  * Anders Jonsson (sv)
  * Cheng-Chia Tseng (zh_TW)
  * Christian Kirbach (de)
  * Daniel Mustieles (es)
  * Jordi Mas (ca)
  * Marek Černocký (cs)
  * Matej Urbančič (sl)
  * Piotr Drąg (pl)
  * Samir Ribic (bs)
  * Tibor Kaputa (sk)

(wiz)

2015-04-27 08:47:25 UTC MAIN commitmail json YAML

Updated x11/xf86-input-void to 1.4.1

(wiz)

2015-04-27 08:47:16 UTC MAIN commitmail json YAML

Update to 1.4.1. Should we remove this from pkgsrc? (see paragraph below)

A few cleanup patches that have been sitting on the branch for almost a
year. The void driver is a dummy driver that does nothing and just fulfils
the requirements of really old servers that must have an input device.
It is just dead weight for any server released after 2007 or so. Don't use
it.

Alan Coopersmith (4):
      Link with $(XORG_LIBS) to support no-undefined linking
      Fix an integer truncation warning from clang
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1

Gaetan Nadon (1):
      config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES

Peter Hutterer (1):
      xf86-input-void 1.4.1

Terry Lambert (1):
      Return proper default for unknown values in pInfo->device_control.

(wiz)

2015-04-27 08:36:02 UTC MAIN commitmail json YAML

Add new files installed with the new MesaLib. Ride PKGREVISION bump.

(wiz)

2015-04-27 08:29:08 UTC MAIN commitmail json YAML

Add some more tex packages.

(markd)

2015-04-27 07:41:58 UTC MAIN commitmail json YAML

Add a bunch of tex packages

(markd)

2015-04-27 07:36:13 UTC MAIN commitmail json YAML