Commit graph

241541 commits

Author SHA1 Message Date
wiz
60712a2a98 Update py-cryptography to 1.1.1:
1.1.1 - 2015-11-19
~~~~~~~~~~~~~~~~~~

* Fixed several small bugs related to compiling the OpenSSL bindings with
  unusual OpenSSL configurations.
* Resolved an issue where, depending on the method of installation and
  which Python interpreter they were using, users on El Capitan (OS X 10.11)
  may have seen an ``InternalError`` on import.
2015-11-23 00:06:18 +00:00
wiz
7517d5cda7 Updated textproc/xmlto to 0.0.28 2015-11-23 00:04:55 +00:00
wiz
b4d3166e1c Update xmlto to 0.28:
Xmlto news
----------
0.0.28 (stable)
  - fix broken temp files removal (introduced in 0.0.27)
  - links detection changed to elinks (new links options
    not compatible)
2015-11-23 00:04:38 +00:00
wiz
829a8e6ff5 Updated devel/py-test to 2.8.3 2015-11-23 00:03:50 +00:00
wiz
0504f6c108 Update py-test to 2.8.3.
All tests pass.


2.8.3
-----

- fix #1169: add __name__ attribute to testcases in TestCaseFunction to
  support the @unittest.skip decorator on functions and methods.
  Thanks Lee Kamentsky for the PR.

- fix #1035: collecting tests if test module level obj has __getattr__().
  Thanks Suor for the report and Bruno Oliveira / Tom Viner for the PR.

- fix #331: don't collect tests if their failure cannot be reported correctly
  e.g. they are a callable instance of a class.

- fix #1133: fixed internal error when filtering tracebacks where one entry
  belongs to a file which is no longer available.
  Thanks Bruno Oliveira for the PR.

- enhancement made to highlight in red the name of the failing tests so
  they stand out in the output.
  Thanks Gabriel Reis for the PR.

- add more talks to the documentation
- extend documentation on the --ignore cli option
- use pytest-runner for setuptools integration
- minor fixes for interaction with OS X El Capitan
  system integrity protection (thanks Florian)
2015-11-23 00:03:35 +00:00
wiz
39cf7e38e2 Updated textproc/py-libxml2 to 2.9.3 2015-11-23 00:01:22 +00:00
wiz
bb40a003cb Udate py-libxml2 to 2.9.3 to match libxml2. 2015-11-23 00:01:06 +00:00
wiz
d4c1ecd4b2 Bump PKGREVISION for notmuch bl3.mk bump 2015-11-22 23:57:01 +00:00
wiz
84222131a0 Bump depends pattern for dependency change from gmime24 to gmime. 2015-11-22 23:56:52 +00:00
mef
5cf907a4dd Add followig line for make test
+BUILD_DEPENDS+=        p5-Moo-[0-9]*:../../devel/p5-Moo
2015-11-22 23:55:51 +00:00
wiz
18ee7a356f Updated mail/notmuch to 0.21 2015-11-22 23:55:48 +00:00
wiz
d3a6b88b25 Update notmuch to 0.21:
Notmuch 0.21 (2015-10-29)
=========================

General
-------

Notmuch now requires gmime >= 2.6.7. The gmime 2.4 series is no longer
supported.

Database revision tracking: `lastmod:` queries

  Each message now has a metadata revision number that increases with
  every tagging operation. See the discussion of `lastmod:` in
  `notmuch-search-terms(7)` for more information.

Date queries now support `date:<expr>..!` shorthand for
`date:<expr>..<expr>`

  You can use, for example, `date:yesterday..!` to match from the
  beginning of yesterday to the end of yesterday. For further details,
  please refer to the `notmuch-search-terms` manual page.

Notmuch database upgrade to support `lastmod:` queries

  The above mentioned `lastmod:` prefix. This will be done
  automatically, without prompting on the next time `notmuch new` is
  run after the upgrade. The upgrade is not reversible, and the
  upgraded database will not be readable by older versions of
  Notmuch. As a safeguard, a database dump will be created in the
  `.notmuch` directory before upgrading.

Build System
------------

The ruby bindings are now built as part of the main notmuch build
process. This can be disabled with the `--without-ruby` option to
configure.

Building the documentation can be disabled with the `--without-docs`
option to configure.

Skipped individual tests are no longer considered as failures.

Command Line Interface
----------------------

Database revision tracking

  Two new options were added to support revision tracking. A global
  option "--uuid" (`notmuch(1)`) was added for to detect counter
  rollover and reinitialization, and `notmuch-count(1)` gained a
  `--lastmod` option to query database revision tracking data.

The `notmuch address` command supports new deduplication schemes

  `notmuch address` has gained a new `--deduplicate` option to specify
  how the results should be deduplicated, if at all. The alternatives
  are `no` (do not deduplicate, useful for processing the results with
  external tools), `mailbox` (deduplicate based on the full, case
  sensitive name and email address), and `address` (deduplicate based
  on the case insensitive address part). See the `notmuch-address`
  manual page for further information.

Emacs Interface
---------------

`notmuch-emacs-version` is used in `User-Agent` header

  The value of recently introduced variable `notmuch-emacs-version` is
  now used as a part of `User-Agent` header when sending emails.

Removed `notmuch-version` function by renaming it to `notmuch-cli-version`

  With existing variable `notmuch-emacs-version` the accompanied
  function which retrieves the version of `notmuch-command` is
  better named as `notmuch-cli-version`.

Query input now supports completion for "is:<tag>"

New message composition mode: `notmuch-compose-mode`

  This is mainly to fix fcc handling, but may be useful for user
  customization as well.

Allow filtering of search results in `notmuch-show`

Add function to rerun current tree-view search in search mode

Bug fix for replying to encrypted messages in `notmuch-tree` mode

Allow saved searched to specify tree view rather than search view

  Applies to saved searches run from `notmuch-hello`, or by a keyboard
  shortcut (`notmuch-jump`).  Can be set in the customize interface, or
  by adding :search-type tree to the appropriate saved search plist in
  `notmuch-saved-searches`.

Increase maximum size of rendered text parts

  The variable `notmuch-show-max-text-part-size` controls the maximum
  size (in bytes) which is automatically rendered. This may make
  rendering large threads slower. To get the previous behaviour set
  this variable to 10000.

Library
-------

The use of absolute paths is now enforced when calling
`notmuch_database_{open, create}`

New function `notmuch_directory_delete` to delete directory documents

  Previously there was no way to delete directory documents from the
  database, leading to confusing results when the "ghost" directory
  document of a renamed or deleted filesystem directory was
  encountered every time the parent directory was being scanned by
  `notmuch new`. The mtime of the old directory document was also used
  if a directory by the same name was added again in the filesystem,
  potentially bypassing the scan for the directory. The issues are
  fixed by providing a library call to delete directory documents, and
  deleting the old documents in `notmuch new` on filesystem directory
  removal or rename.

Database revision tracking

  Revision tracking is supported via a new prefix "lastmod:" in the
  query parser and the new function
  `notmuch_database_get_revision`. For the latter, see `notmuch(3)`.

New status code returning API for n_query_count_{messages,threads}

Deprecated functions

  `notmuch_query_search_threads`, `notmuch_query_search_messages`,
  `notmuch_query_count_messages`, and `notmuch_query_count_threads`
  are all deprecated as of this release.  Clients are encouraged to
  transition to the `_st` variants supporting better error reporting.

nmbug-status
------------

`nmbug-status` now supports specifying the sort order for each view.
2015-11-22 23:55:33 +00:00
wiz
76c69722d8 Updated textproc/libxml2 to 2.9.3 2015-11-22 23:49:19 +00:00
wiz
b570169750 Update libxml2 to 2.9.3.
v2.9.3: Nov 20 2015

    Security:
    CVE-2015-8242 Buffer overead with HTML parser in push mode (Hugh Davenport),
    CVE-2015-7500 Fix memory access error due to incorrect entities boundaries (Daniel Veillard),
    CVE-2015-7499-2 Detect incoherency on GROW (Daniel Veillard),
    CVE-2015-7499-1 Add xmlHaltParser() to stop the parser (Daniel Veillard),
    CVE-2015-5312 Another entity expansion issue (David Drysdale),
    CVE-2015-7497 Avoid an heap buffer overflow in xmlDictComputeFastQKey (David Drysdale),
    CVE-2015-7498 Avoid processing entities after encoding conversion failures (Daniel Veillard),
    CVE-2015-8035 Fix XZ compression support loop (Daniel Veillard),
    CVE-2015-7942-2 Fix an error in previous Conditional section patch (Daniel Veillard),
    CVE-2015-7942 Another variation of overflow in Conditional sections (Daniel Veillard),
    CVE-2015-1819 Enforce the reader to run in constant memory (Daniel Veillard)
    CVE-2015-7941_2 Cleanup conditional section error handling (Daniel Veillard),
    CVE-2015-7941_1 Stop parsing on entities boundaries errors (Daniel Veillard),
    Documentation:
    Correct spelling of "calling" (Alex Henrie),
    Fix a small error in xmllint --format description (Fabien Degomme),
    Avoid XSS on the search of xmlsoft.org (Daniel Veillard)
    Portability:
    threads: use forward declarations only for glibc (Michael Heimpold),
    Update Win32 configure.js to search for configure.ac (Daniel Veillard)
    Bug Fixes:
    Bug on creating new stream from entity (Daniel Veillard),
    Fix some loop issues embedding NEXT (Daniel Veillard),
    Do not print error context when there is none (Daniel Veillard),
    Avoid extra processing of MarkupDecl when EOF (Hugh Davenport),
    Fix parsing short unclosed comment uninitialized access (Daniel Veillard),
    Add missing Null check in xmlParseExternalEntityPrivate (Gaurav Gupta),
    Fix a bug in CData error handling in the push parser (Daniel Veillard),
    Fix a bug on name parsing at the end of current input buffer (Daniel Veillard),
    Fix the spurious ID already defined error (Daniel Veillard),
    Fix previous change to node sort order (Nick Wellnhofer),
    Fix a self assignment issue raised by clang (Scott Graham),
    Fail parsing early on if encoding conversion failed (Daniel Veillard),
    Do not process encoding values if the declaration if broken (Daniel Veillard),
    Silence clang's -Wunknown-attribute (Michael Catanzaro),
    xmlMemUsed is not thread-safe (Martin von Gagern),
    Fix support for except in nameclasses (Daniel Veillard),
    Fix order of root nodes (Nick Wellnhofer),
    Allow attributes on descendant-or-self axis (Nick Wellnhofer),
    Fix the fix to Windows locking (Steve Nairn),
    Fix timsort invariant loop re: Envisage article (Christopher Swenson),
    Don't add IDs in xmlSetTreeDoc (Nick Wellnhofer),
    Account for ID attributes in xmlSetTreeDoc (Nick Wellnhofer),
    Remove various unused value assignments (Philip Withnall),
    Fix missing entities after CVE-2014-3660 fix (Daniel Veillard),
    Revert "Missing initialization for the catalog module" (Daniel Veillard)
    Improvements:
    Reuse xmlHaltParser() where it makes sense (Daniel Veillard),
    xmlStopParser reset errNo (Daniel Veillard),
    Reenable xz support by default (Daniel Veillard),
    Recover unescaped less-than character in HTML recovery parsing (Daniel Veillard),
    Allow HTML serializer to output HTML5 DOCTYPE (Shaun McCance),
    Regression test for bug #695699 (Nick Wellnhofer),
    Add a couple of XPath tests (Nick Wellnhofer),
    Add Python 3 rpm subpackage (Tomas Radej),
    libxml2-config.cmake.in: update include directories (Samuel Martin),
    Adding example from bugs 738805 to regression tests (Daniel Veillard)
2015-11-22 23:49:03 +00:00
wiz
71c0805dfe Updated fonts/harfbuzz to 1.1.0 2015-11-22 23:33:28 +00:00
wiz
dff2d481b0 Update harfbuzz to 1.1.0:
Overview of changes leading to 1.1.0
Wednesday, November 18, 2015
====================================

- Implement 'stch' stretch feature for Syriac Abbreviation Mark.
  https://github.com/behdad/harfbuzz/issues/141
- Disable use of decompose_compatibility() callback.
- Implement "shaping" of various Unicode space characters, even
  if the font does not support them.
  https://github.com/behdad/harfbuzz/issues/153
- If font does not support U+2011 NO-BREAK HYPHEN, fallback to
  U+2010 HYPHEN.
- Changes resulting from libFuzzer continuous fuzzing:
  * Reject font tables that need more than 8 edits,
  * Bound buffer growth during shaping to 32x,
  * Fix assertions and other issues at OOM / buffer max-growth.
- Misc fixes and optimizations.
- API changes:
  * All fonts created with hb_font_create() now inherit from
    (ie. have parent) hb_font_get_empty().
2015-11-22 23:33:13 +00:00
wiz
f0c777fca9 Updated sysutils/dbus to 1.10.4 2015-11-22 23:31:45 +00:00
wiz
8a944cb941 Update dbus to 1.10.4:
D-Bus 1.10.4 (2015-11-17)
==

The “Frostburn Canyon” release.

Enhancements:

• GetConnectionCredentials, GetConnectionUnixUser and
  GetConnectionUnixProcessID with argument "org.freedesktop.DBus"
  will now return details of the dbus-daemon itself. This is required
  to be able to call SetEnvironment on systemd.
  (fd.o #92857, Jan Alexander Steffens)

Fixes:

• Make UpdateActivationEnvironment always fail with AccessDenied on the
  system bus. Previously, it was possible to configure it so root could
  call it, but the environment variables were not actually used,
  because the launch helper would discard them.
  (fd.o #92857, Jan Alexander Steffens)

• On Unix with --systemd-activation on a user bus, make
  UpdateActivationEnvironment pass on its arguments to systemd's
  SetEnvironment method, solving inconsistency between the environments
  used for traditional activation and systemd user-service activation.
  (fd.o #92857, Jan Alexander Steffens)

• On Windows, don't crash if <syslog/> or --syslog is used
  (fd.o #92538, Ralf Habacker)

• On Windows, fix a memory leak when setting a DBusError from a Windows
  error (fd.o #92721, Ralf Habacker)

• On Windows, don't go into infinite recursion if we abort the process
  with backtraces enabled (fd.o #92721, Ralf Habacker)

• Fix various failing tests, variously on Windows and cross-platform:
  · don't test system.conf features (users, groups) that only make sense
    on the system bus, which is not supported on Windows
  · don't call _dbus_warn() when we skip a test, since it is fatal
  · fix computation of expected <standard_session_servicedirs/>
  · when running TAP tests, translate newlines to Unix format, fixing
    cross-compiled tests under Wine on Linux
  · don't stress-test refcounting under Wine, where it's really slow
  · stop assuming that a message looped-back to the test will be received
    immediately
  · skip some system bus tests on Windows since they make no sense there
  (fd.o #92538, fd.o #92721; Ralf Habacker, Simon McVittie)
2015-11-22 23:31:29 +00:00
wiz
163472a12c + MesaLib-11.0.6, dbus-1.10.4, harfbuzz-1.1.0, libetonyek-0.1.4,
libshout-2.4.1, libxml2-2.9.3, notmuch-0.21, poppler-0.38.0,
  py-cffi-1.3.1, py-cryptography-1.1.1, py-libxml2-2.9.3, py-test-2.8.3,
  py-tortoisehg-3.6.1, wireshark-2.0.0, x264-devel-20151121,
  xmlto-0.0.28.
2015-11-22 23:28:59 +00:00
wiedi
0cd017edab Updated www/goaccess to 0.9.6 2015-11-22 23:11:17 +00:00
wiedi
1a458c5015 Update www/goaccess to 0.9.6
Changes to GoAccess 0.9.6 - Tuesday, October 27, 2015

  - Fixed segfault when appending data to a log (follow) without virtualhosts.
  - Added command line option `--dcf` to view the default config file path.
  - Added 'Darwin' to the list of OSs.
  - Added the ability to ignore parsing status codes using `--ignore-status`.

Changes to GoAccess 0.9.5 - Thursday, October 22, 2015

  - Added major performance improvements to the default storage when parsing and
    storing data (~%44 less memory, ~37% faster).
  - Added the ability to parse virtual hosts and a new panel to display metrics
    per virtual host.
  - Added the ability to parse HTTP/2 requests.
  - Added the ability to use GNU getline() to parse full line requests.
  - Added the ability to output debug info if a log file is specified, even
    without `--enable-debug`.
  - Added OS X 'El Capitan'.
  - Added WebDav HTTP methods and HTTP status from RFC 2518 and  RFC 3253.
  - Fixed detection of some Googlebots.
  - Fixed issue where time served metrics were not shown when loading persisted
    data.
  - Fixed linker error on OSX: ld: library not found for -lrt.
  - Fixed percentage on the HTML output when excluding IPs.
  - Removed GLib dependency and refactored storage functionality. By removing
    this dependency, GoAccess is able to store data in a more efficient manner,
    for instance, it avoids storing integer data as void* (generic typing), thus
    greatly improving memory consumption for integers.

Changes to GoAccess 0.9.4 - Tuesday, September 08, 2015

  - Fixed inability to parse color due to a missing POSIX extension. ERR: Invalid
    bg/fg color pairs
  - Added `%~` specifier to move forward through a log string until a non-space
    char is found.
  - Added the ability to parse static files containing a query string
    `--all-static-files`.
  - Added the ability to parse native Squid access.log format.
  - Added the ability to log invalid requests to a file `--invalid-requests`.
  - Added additional overall metric - total valid requests.
  - Fixed a few issues in the configuration script.
2015-11-22 23:10:38 +00:00
wiedi
b683f54f88 Updated editors/nano to 2.4.3 2015-11-22 23:05:01 +00:00
wiedi
40f8ba5432 Update nano to 2.4.3
2015.11.18 - GNU nano 2.4.3 "Apocalypse" is now available for your
		downloading pleasure.  This release includes a myriad
		of fixes including several memory leaks, issues with
		color syntax higlighting, search/replace, file
		insertion and help menu bugs.  Many thanks to
		Benno Schulenberg for tireless efforts on the vast
		majority of fixes for some time now.  As always please
		report bugs via the Savannah page, and remember to
		Share and Enjoy.
2015-11-22 23:04:15 +00:00
mef
2d530a1102 Add patch to fix gcc-4.8.5.
(at least cross/bossa, bossa-20140109nb2, has a problem)
cross/bossa/work/.buildlink/include/wx-2.8/wx/debug.h:194:43: error:
 typedef 'wxDummyCheckInt' locally defined but not used [-Werror=unused-local-typedefs]
2015-11-22 22:16:04 +00:00
agc
a3ca3ba859 Note addition of gimme version 20151122 2015-11-22 22:00:15 +00:00
agc
4b8071eb87 Add and enable gimme 2015-11-22 21:58:36 +00:00
agc
fc39ee60da Import gimme-20151122, a tool for building packages in a chroot, into the
packages collection.

	Sometimes there's a need to just build a package without any of the
	installed pre-requisites being used. Or building a one-off package
	which can then be used elsewhere.

	This package helps to produce other binary packages, using pkg_comp to
	build them in a chroot.  The chroot is populated either by cloning the
	current operating system, or by using pre-existing binary sets.  As an
	example:

		# gimme -c vip

	will clone the current operating system on this host, and use it to
	make a chroot in which the sysutils/vip package will be built.

	Similarly, to build packages and all their pre-requisites afresh,
	something like

		# gimme -c mercurial git-base

	would be used.
2015-11-22 21:57:38 +00:00
leot
5402c70d24 Updated www/netsurf to 3.3nb2 2015-11-22 20:21:28 +00:00
leot
b47586bf42 Convert p5-HTML-Parser to a build dependency and bump PKGREVISION.
HTML::Entities seems used just in the build phase by
netsurf/utils/split-messages.pl.

Discussed with hauke@
2015-11-22 20:21:11 +00:00
leot
39fa551a81 Updated multimedia/gmplayer to 1.2nb2 2015-11-22 19:31:38 +00:00
leot
e688ec02c1 Re-add brushedGnome skin that did not worked due to a typo and bump PKGREVISION.
While here restructure do-install target in order to avoid bzcat and gtar and
directly use pax to copy the skins.
This made the skins patchable and avoid to re-extract skin distfiles during the
install phase (at the price of a regular expression that should not be too
incomprensible).

ok martin@
2015-11-22 19:30:33 +00:00
tsutsui
de1370551d Updated graphics/xv to 3.10anb22 2015-11-22 19:18:25 +00:00
tsutsui
c2aca58e97 Pull 20081216 interim patch from http://www.gregroelofs.com/greg_xv.html
Bump PKGREVISION.

Changelog noted in the upstream homepage:

* 20070621: fixed improper ClearCode termination condition in GIF
  decoder (JZ); cleaned up xvgif.c debug info (GRR); fixed some
  minor inconsistencies in Makefile (GRR)
 * xv-20070621-joe-zbiciak-gif-decoder-bugfix.dif
* 20070901 [possibly temporary!]: added support for optional libpng
  MMX code (GRR)
* 20080121: removed duplicate "XDestroyWindow(theDisp, pngW);" in
  xvmisc.c (IMC); fixed empty-filename click-and-crash bug in xvdir.c
  (IMC, DB)
 * xv-20080118-ian-collier-crash-fixes.msg
 * xv-20080901-david-bath-empty-filename-save-crash-fix.dif
* 20081205: reverted xvxwd.c to SJT's version (bug reported by Jari Ruusu)
* 20081216: fixed crash-bug in IFF decoder (EP)
2015-11-22 19:17:01 +00:00
dholland
f1f2294d10 fix stupid typo in previous 2015-11-22 17:17:32 +00:00
martin
730f7d0ae0 Ooops, forgot to commit the PLIST changes for brushedGnome 2015-11-22 16:00:26 +00:00
martin
8c383b8cba Updated multimedia/gmplayer to 1.2nb1 2015-11-22 15:39:22 +00:00
martin
673cef4616 Remove no longer needed hack to adapt new skins to old software version.
Remove a skin that currently does not work. Bump revision.
2015-11-22 15:38:56 +00:00
wen
4ad25b1ba2 Updated www/drupal7 to 7.41nb1 2015-11-22 12:50:02 +00:00
wen
c705901633 Update DEPENDS (https://www.drupal.org/requirements)
Update Memory requirements in drupal.conf (https://www.drupal.org/requirements/php#memory)
2015-11-22 12:48:16 +00:00
wiz
eeb2e0d1a0 Add some patches and dependencies to make it progress further in
an empty chroot with modular x.org.

Now stops building for me with
wrapper.c:482:71: error: unknown type name '_G_va_list'
 int __wrap___vfprintf_chk(FILE* stream, int flag, const char *format, _G_va_list ap)
                                                                       ^
2015-11-22 11:35:02 +00:00
mef
96a3a9a310 Adapting to wxGTK28/wxGTK30 both versions compliant. 2015-11-22 09:52:55 +00:00
leot
e1eec140e8 Updated www/webkit-gtk to 2.10.4 2015-11-22 08:47:09 +00:00
leot
f00d7d0a95 Update www/webkit-gtk to 2.10.4.
Changes:
  - Fixed dashed and dotted border painting.
  - Properly cancel navigation policy checks.
  - Several crashes fixed when running editor commands.
  - Fix several crashes due to assertions in Debug builds.
  - Fix the build on Mac OSX and bring back the Quartz target.
  - Fix the build on glibc-based BSD systems.
2015-11-22 08:46:35 +00:00
richard
6fef1fd21d update tryton to 3.8 2015-11-22 08:06:04 +00:00
richard
0bcf60db75 New Tryton release 3.8
http://www.tryton.org/news/index.html

Major changes for the developer

    The progress bar widget works with float between 0 and 1 to ease usage as
    percentage.

    The rich text widget uses now a subset of HTML to allow its implementation
    in sao.

    The Many2One has a new option target_search which define the kind of query
    to use for dereferenced search. The options are subquery and the new join
    (which is the default). The join method generate a faster query in most
    cases.

    The SQL constraints use a similar syntax to python-sql. This gives more
    flexibility to implement backend for other databases.

    Trying to create/write/delete on a Model based on a table_query raises an
    exception instead of a silent error.

    The table name of a ModelSQL can be overridden with a configuration file.
    This allows to work around database limitations on the length of table
    names.

    The new StateReport has been added to wizards, to simplify the code of
    wizards that run a report.
    The style on reports has been removed, experience show that this feature
    was not used.

    The PostgreSQL backend manages now schema. This allows different instances
    of Tryton sharing the same database.

    The generic foreign key to create/write user on all ModelSQL has been
    replaced by a rule that prevent to delete users. This greatly improves
    scalability in some circumstances.

    The Property field supports now float and integer values.
    A subdirectory locale/override is supported for modules that override
    translations of other modules.

Accounting

    The charts of account are no longer translatable. Instead we provide
    translated charts via a template using XSLT.

    The invoice doesn't set a unit price on the line. For this feature the
    purchase or sale module must be used.

    Some fields of the invoice like the note and the origin are editable after
    posting the invoice.

Product

    Conversion between units no longer results in silent failures but an
    explicit error is risen.

    The volume property has been added to the products.

Project

    The tree structure of the project and the time sheet have been separated,
    each object has its own one.

    The price list uses the same decimal precision as the product.

    The cost price of the employee is stored on the time sheet line for the
    date of the line. This allows to sum the costs of time sheet faster

Purchase

    The state of the purchase request is now searchable.

    The purchase requests are generated even if the rounded quantity is zero
    to allow the user to still decide to purchase more.

Stock

    Many unnecessary restrictions on the edition of move fields have been
    removed.

    The expected quantity of the inventory lines is always computed even if
    they are added manually.

    It is possible to create staging and draft moves using view locations.
    Those locations will have to be changed to really do the move.

    The inventory uses the grouping feature to create the moves. This allows
    to easily support the lot (or any other extra field).
2015-11-22 08:05:07 +00:00
agc
c28312f3c2 Note update to pkg_comp 2015-11-21 23:22:46 +00:00
agc
0e9ef95c9a Update pkg_comp to 1.38nb1
pkgsrc uses the "BUILD_TARGET" definition internally as the primary
target for building in a package's WRKDIR.  It defaults to "all".
So pkgsrc cd's to ${WRKDIR} and does a "make ${BUILD_TARGET}"

pkg_comp also wants to use the same "BUILD_TARGET" definition
internally for itself to guide the builds for making binary packages.
It's done at a higher level than the pkgsrc definition.  It defaults
to "package".

The use of the same name for two different purposes can cause
pkg_comp to fail to build packages. This commit renames the pkg_comp
definition to be "BUILD_PKG_COMP_TARGET".

With this change in place, my pkg_comp builds now complete successfully.

Bump PKGREVISION for the BUILD_PKG_COMP_TARGET fix
2015-11-21 23:10:27 +00:00
abs
2a93e89155 Add include(CheckIncludeFiles) to fix build with latest cmake 2015-11-21 20:18:14 +00:00
adam
b60e070a61 Fix building with newer OS X API. 2015-11-21 17:36:10 +00:00
adam
e201902012 Switch to FFMPEG v2 2015-11-21 17:14:26 +00:00