Commit graph

189484 commits

Author SHA1 Message Date
wiz
24c96f1b53 Update to 0.0.19:
Bump version to 0.0.19
	Fixing fdo#50990
	reuse m_currentShapeLevel for stylesheets too
	Another tiny incremental change
	A little refactoring of the level change handling
	Order of pages is their order of arrival
	Revert "Drawing pages in right order"
	This modification is not needed anymore, since we approach
	the reordering of pointers differently
	This reverts commit 9371595a11a0858fc55ea9fce67dba12b39a6e3e.
	Reorder pointers to streams according to the list
	Handle 0x8* and 0xd* streams in an equivalent way
	Push information to collector even from streams if that is where it is to be found
	Keep pointer numbers around
	Get rid of handleStencils + some fixes in styles
	Clear font name before appending to it
	Get rid of handlePages function
	Removing unused constructor
	Recursive parsing of streams implemented
	Not giving any output as of yet though. Please, use STABLE-0-0-0 branch
	if you want to see pictures. I will merge this one there only after
	regression test calls me "good boy".
	Little correction
	Unify handling of chunks in stencils and normal pages
	Some more refactoring
	Extracting individual stream handling into a separate function
	Extract handling of streams into a separate function
	astyle
	Fix endless loop with text fields in VSD6
	Appease automake 1.12
	!=, not ==
	coverity: protect against self-assignment
	coverity: protect against self-assignment
	coverity: protect against self-assignment
	coverity: memory leak
	coverity: bin superfluous copy ctors
	coverity: bin superfluous copy ctor
	coverity: bin superfluous copy ctors
2012-07-29 20:06:00 +00:00
wiz
b8fdb4746d Updated devel/mdds to 0.6.0 2012-07-29 20:02:33 +00:00
wiz
192f407b84 Update to 0.6.0:
mdds 0.6.0

* all

  * added MSVS Solution file, to make it easier to build unit test
    programs on Windows.

* mixed_type_matrix

  * improved performance of size() method by caching it.

* multi_type_vector (new)

  * new data structure to support efficient storage of data of different
    types.

* multi_type_matrix (new)

  * new data structure to eventually replace mixed_type_matrix.  It uses
    multi_type_vector as its backend storage.
2012-07-29 20:02:15 +00:00
wiz
de8d7ad98c Updated finance/gnucash to 2.4.11 2012-07-29 20:00:04 +00:00
wiz
7f9cb77033 Update to 2.4.11:
Between 2.4.10 and 2.4.11, the following bugfixes were included:

    [22080]Fix make dist for Swedish accounts files Reported by Robert Fewell
    [22260]Rewrite the tip-of-the-day parsing logic Since commit 22246, an empty tip of the day appears in the list of tips. This is due to the way the file is parsed. This commit rewrites the parsing logic to avoid such problems. As an added bonus, you can now add newlines in tips by using '\n' in the string.
    [22248]Bug #678848 - Customer/Vendor reports off-by-one on start date Additionally removes a superfluous module load
    [22246][PATCH] Fix tip-of-the-day with gcc-4.7 When making the text file tips-of-the-day, GnuCash expects 'gcc -E' to preserve at least one of the whitespace lines between entries. However, this relies on behavior of 'gcc -E' that isn't actually part of the spec, and is a historical accident. And it changed in gcc-4.7, such that all the whitespace is removed. Work around this by explicitly adding a newline in the sed expression. Pre gcc-4.7 there will be two newlines between tips, but this has no impact on the tip displaying code. Patch by Bill Nottingham
    Bug #631611 - Check printing fails because fonts are too tiny on Windows Lesson learned: don't use cairo_identity_matrix on a cairo_t managed by GtkPrintContext. It kills a number of transformations that were already configured by GtkPrintContext. On Windows this breaks proper scaling.
    Fix a double free crash when the required features dialog is shown
    Bug #611853 - Entering a 2-digit year in the opening balance tab results in "Parsing Error" This bug was already fixed on trunk as part of the patch that converted the new account dialog from glade to gtkbuilder. This commit extracts only the parts required to fix bug #611853
    [22224] Bug #671323 - Scheduled monthly transactions lose "except on weekends" setting when using MySQL
    [22229] Bug #678214 - GnuCash fails to open some post-processed XML files Patch by Daniel Harding
    Bug #677570 - Error creating net worth linechart report Remove doubled file contents. Changeset 21628 has already done this for trunk.
    Add formatting to table. Add cell padding to columns in table.
    Bug #677570 Error creating net worth linechart report Revert "Added user settable line width and data point markers to net worth" Removed entire commit in order to make report work. Details of error still need to found so that the feature can be reinstated. This reverts r21644. Note, this feature works in trunk.
    [22197]Add EXTRA_CFLAGS for compiling on Win7 Configure gets confused by some gcc builtins on Win7: Disable them so that configure finds the right settings.
    Add EXTRA_CFLAGS to inst_gnucash compile line so that cflags can be added by custom.sh
    [r22171][Bug 674862] Gnucash crashes after creating a new SX using the Mortgage Wizard and SQL Backend This addresses the crash reported on Ubuntu with Postgres by Krzysiek. The stack trace he posted showed the crash was the result of dereferencing a NULL GDate*, and this change protects against that. It still doesn't address the more basic problem of why on Win32 and with mysql and pgsql (but not SQLite3) the mortgage wizard is writing corrupt dates.
    [r22188][Bug #674862] Gnucash crashes after creating a new SX using the Mortgage Wizard and SQL Backend Special-cases dbi_result_get_datetime returning -1 to work around a bug in MinGW's implementation of gmtime().
    [22157] Bug #674494: Fix version and method of downloading isocodes in win32 packaging Patch by Mark Jenkins
    [r22154][Bug 674283] With mysql crash after deleting accounts included into a budget Never assume a pointer is NULL unless you set it to NULL!
    [22097] [Win32 build] Update gwenhywfar/aqbanking versions.
    [22090] Revert r22083, "Adapt German account templates to updated tax rate." A pure renaming is not the correct solution, I've been told.
    [22083] Adapt German account templates to updated tax rate.
    [22067] Remove potentially abandoned file (that has a GPLv2-only license, too). The last contributors here, Josh Sled and Chris Lyttle, have put their code under "GPLv2 and GPLv3" license, see r22063, but I'm too lazy to look up the copyright holders on the file as a whole so I'd rather remove it. If someone wants to add a similar packaging file again, feel free to do so, but please don't use GPLv2-only code to do so.
    [22066] Bug #670727: Extend license of 3 files to be GPLv2 and GPLv3. This has been granted by the gnumeric copyright holders. See https://bugzilla.gnome.org/show_bug.cgi?id=670727#c7
    [22063] Bug #670727: Clarify license of a file to be GPLv2 and GPLv3 gnc-dense-cal.h: License remark was forgotten in r19507, but the author Josh Sled agreed on GPLv2 and GPLv3 licensing in his gnucash-devel message on 2010-08-28.
    Fix skipping of alternate rows when there is a customer id mis-match and fix gtk_entry_set_text errors. Fix already exists in trunk.
    Revert "Fix skipping of alternate rows when there is a customer id mis-match." Doesn't fully work. Will redo. This reverts commit 63c4689a36aa042564d7c29b40ee970533e3d81f.
    Fix skipping of alternate rows when there is a customer id mis-match. Fix already exists in trunk.
    Fix translatable strings. Patch provided by Aurimas Fišeras.
    Properly handle Windos end-of-line markers in determining file versions.
    [21905] Bug #668196: Fix installation of python bindings With this patch, files are correctly installed together. Patch by Vint as suggested on bugzilla. Total return is now an amount (not a percentage), and includes income as well as capital gains. New column "Rate of return" gives the percentage. - changed default value for "Ignore brokerage fees when calculating returns", therovided (BAS 2012) Additionally this commit adds some required changes to get the Swedish account plans to actually show up in GnuCash (both BAS and the earlier committed Swedish small business account plan)
    [22011] Fix a GtkWarning in the Account Hierarchy Druid which occurs if the Example Account file doesn't contain a long description.
    Fix translatable strings code for tax invoice report.
    Fix translatable strings code for some reports. Patch provided by Aurimas Fišeras.
    [21978] Move the features tests to its own source files. This allows for - other engine consumers to use the features test as well (think CuteCash, python bindings,...) - a central point for developers to check for feature definitions - a central point to manage all feature related code
    Windows: Update Gtk+ to 2.24.10
2012-07-29 19:59:49 +00:00
wiz
95aa0f45d2 Updated x11/xdpyinfo to 1.3.0 2012-07-29 19:48:52 +00:00
wiz
bd9beb2728 Update to 1.3.0:
This version adds an explicit dependency on XCB, which it uses for more
efficient querying of the available extensions on the X server.

Alan Coopersmith (6):
      Use xcb for -queryExt instead of a round-trip per extension
      Strip trailing whitespace
      Add const attributes to fix gcc -Wwrite-strings warnings
      Remove unused function hasExtension
      Silence gcc complaint about being unable to check printf format string
      xdpyinfo 1.3.0

Gaetan Nadon (4):
      config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      man: remove trailing spaces and tabs
      config: move man pages into their own directory

Jesse Adkins (1):
      Purge cvs tags.
2012-07-29 19:48:35 +00:00
wiz
22129ced7e Updated devel/flex to 2.5.36 2012-07-29 19:42:44 +00:00
wiz
0c41a8527a Update to 2.5.36. Add build dependencies on gtexinfo and two tex
packages needed to build pdf documentation, since there is no
configure option to disable it that I can see. If this leads to
problems, we'll have to disable it with a patch.

* version 2.5.36

** various portability fixes that quiet compiler warnings on 64-bit
   hosts

** various manual fixes, including correcting the name of a %option and
   updating some simple examples to use ANSI C syntax

** various bug fixes that prevent certain error conditions from
   persisting when they should not persist

** improvements to the test suite so it behaves better when linking
   compiled files

** new translations from the translation project: ca, da, es, fi, fr,
   ga, ko, pt_br, ro, ru, sv, tr, zh_cn

** the flex distribution is now built with automake 1.10.1 and automake
   2.61
2012-07-29 19:42:21 +00:00
wiz
316daeb936 Updated devel/bison to 2.6 2012-07-29 19:26:04 +00:00
wiz
7f5d1255b4 Update to 2.6:
* Noteworthy changes in release 2.6 (2012-07-19) [stable]

** Future Changes

  The next major release of Bison will drop support for the following
  deprecated features.  Please report disagreements to bug-bison@gnu.org.

*** K&C parsers

  Support for generating parsers in K&R C will be removed.  Parsers
  generated for C support ISO C90, and are tested with ISO C99 and ISO C11
  compilers.

*** Features deprecated since Bison 1.875

  The definitions of yystype and yyltype will be removed; use YYSTYPE and
  YYLTYPE.

  YYPARSE_PARAM and YYLEX_PARAM, deprecated in favor of %parse-param and
  %lex-param, will no longer be supported.

  Support for the preprocessor symbol YYERROR_VERBOSE will be removed, use
  %error-verbose.

*** The generated header will be included (yacc.c)

  Instead of duplicating the content of the generated header (definition of
  YYSTYPE, yyparse declaration etc.), the generated parser will include it,
  as is already the case for GLR or C++ parsers.  This change is deferred
  because existing versions of ylwrap (e.g., Automake 1.12.1) do not support
  it.

** Generated Parser Headers

*** Guards (yacc.c, glr.c, glr.cc)

  The generated headers are now guarded, as is already the case for C++
  parsers (lalr1.cc).  For instance, with --defines=foo.h:

    #ifndef YY_FOO_H
    # define YY_FOO_H
    ...
    #endif /* !YY_FOO_H  */

*** New declarations (yacc.c, glr.c)

  The generated header now declares yydebug and yyparse.  Both honor
  --name-prefix=bar_, and yield

    int bar_parse (void);

  rather than

    #define yyparse bar_parse
    int yyparse (void);

  in order to facilitate the inclusion of several parser headers inside a
  single compilation unit.

*** Exported symbols in C++

  The symbols YYTOKEN_TABLE and YYERROR_VERBOSE, which were defined in the
  header, are removed, as they prevent the possibility of including several
  generated headers from a single compilation unit.

*** YYLSP_NEEDED

  For the same reasons, the undocumented and unused macro YYLSP_NEEDED is no
  longer defined.

** New %define variable: api.prefix

  Now that the generated headers are more complete and properly protected
  against multiple inclusions, constant names, such as YYSTYPE are a
  problem.  While yyparse and others are properly renamed by %name-prefix,
  YYSTYPE, YYDEBUG and others have never been affected by it.  Because it
  would introduce backward compatibility issues in projects not expecting
  YYSTYPE to be renamed, instead of changing the behavior of %name-prefix,
  it is deprecated in favor of a new %define variable: api.prefix.

  The following examples compares both:

    %name-prefix "bar_"               | %define api.prefix "bar_"
    %token <ival> FOO                   %token <ival> FOO
    %union { int ival; }                %union { int ival; }
    %%                                  %%
    exp: 'a';                           exp: 'a';

  bison generates:

    #ifndef BAR_FOO_H                   #ifndef BAR_FOO_H
    # define BAR_FOO_H                  # define BAR_FOO_H

    /* Enabling traces.  */             /* Enabling traces.  */
    # ifndef YYDEBUG                  | # ifndef BAR_DEBUG
                                      > #  if defined YYDEBUG
                                      > #   if YYDEBUG
                                      > #    define BAR_DEBUG 1
                                      > #   else
                                      > #    define BAR_DEBUG 0
                                      > #   endif
                                      > #  else
    #  define YYDEBUG 0               | #   define BAR_DEBUG 0
                                      > #  endif
    # endif                           | # endif

    # if YYDEBUG                      | # if BAR_DEBUG
    extern int bar_debug;               extern int bar_debug;
    # endif                             # endif

    /* Tokens.  */                      /* Tokens.  */
    # ifndef YYTOKENTYPE              | # ifndef BAR_TOKENTYPE
    #  define YYTOKENTYPE             | #  define BAR_TOKENTYPE
       enum yytokentype {             |    enum bar_tokentype {
         FOO = 258                           FOO = 258
       };                                  };
    # endif                             # endif

    #if ! defined YYSTYPE \           | #if ! defined BAR_STYPE \
     && ! defined YYSTYPE_IS_DECLARED |  && ! defined BAR_STYPE_IS_DECLARED
    typedef union YYSTYPE             | typedef union BAR_STYPE
    {                                   {
     int ival;                           int ival;
    } YYSTYPE;                        | } BAR_STYPE;
    # define YYSTYPE_IS_DECLARED 1    | # define BAR_STYPE_IS_DECLARED 1
    #endif                              #endif

    extern YYSTYPE bar_lval;          | extern BAR_STYPE bar_lval;

    int bar_parse (void);               int bar_parse (void);

    #endif /* !BAR_FOO_H  */            #endif /* !BAR_FOO_H  */
2012-07-29 19:25:53 +00:00
abs
bdfed55b82 Updated pkgtools/pkg_chk to 2.0.2 2012-07-29 17:38:59 +00:00
marino
726f622c65 multimedia/vlc2: only use O_RDONLY and O_DIRECTORY if supported
DragonFly's file control options aren't fully posix-compliant yet, and
the O_DIRECTORY flag hasn't been implemented (all the flag spots are full
and old ones need to be recycled).

These patches adds additional support checks for each fcntl flag used with
vlc_open and vlc_openat and only sets the supported one.  There is no need
to revbump because any platform requiring this check couldn't have built.
2012-07-29 17:37:57 +00:00
abs
061af5c3ab Updated pkgtools/pkg_chk to 2.0.2
- Fix PR#46748 Error occurs when pkg_chk is used with both "-g" & "-C conf"
  pkg_chk was failing if run outside of a valid pkgsrc/$category/$pkg directory
- Merge in (adjusted) changes from Mike Volokhov to by default not downgrade
  packages if installed version is larger than that in pkgsrc or packages.
  Will still report, and can override with -B
2012-07-29 17:31:11 +00:00
wiz
daec0201e2 Updated games/wesnoth to 1.10.3nb1 2012-07-29 16:31:35 +00:00
wiz
53b57b9490 Remove -Werror to make this build on NetBSD.
While here: the program has enough dependencies that an additional python
one (used by many scripts installed by the package) will not hurt; add
proper dependency on python and remove python replacement hack.

Bump PKGREVISION for python dependency.
2012-07-29 16:31:26 +00:00
fhajny
957363e3d4 Simplify the build call for devel/poco dependants. 2012-07-29 16:02:45 +00:00
marino
3fb4f42192 graphics/camlimages: Fix tiff-4.0 regression
When tiff was upgraded to 4.0, camlimages stopped building.  Both
caml and tiff redefine several common typedefs such as uint32.  Unlike
the 3-series of tiff, tiff-4.0 also redefined int64 and uint64.  The
existing hack didn't foresee int64 and uint64 getting used, and so
camlimages broke.

One patch was created and another revised to override the caml typedef
definitions with macros before tiff.h is included.  The original
tiffread.c patch was reworked to override uint16 and uint32 *again*
after the tiff.h include and not before as it was originally.  Very ugly
all around, but I just extended what camlimages was already doing.
2012-07-29 12:52:55 +00:00
fhajny
61dae3812f Fix the C99 problem on SunOS properly.
GCC 4.6 and newer on SunOS will force C99 with C++, which requires
_XOPEN_SOURCE=600 to be set. On the other hand, GCC 4.5 and earlier will
require C99 for _XOPEN_SOURCE=600, but reject C99 for C++ code.

Set _XOPEN_SOURCE to 500 or 600 accordingly.
2012-07-29 11:26:54 +00:00
adam
383c4fef3d Updated databases/openldap to 2.4.31; www/c-icap to 0.2.1; www/squidclamav to 6.8 2012-07-29 10:15:46 +00:00
adam
0ccf61b6ef Changes 6.8:
- Compatibility fix with new c-icap 0.2.1 release that prevent
  squidclamav service to be initialized.
- Fix issue with new c-icap 0.2.1 release that generate an error
  error each time squidclamav return CI_MOD_204 in end of data
  handler function.
2012-07-29 10:13:18 +00:00
adam
f6d7016067 Changes 0.2.1:
* Bug fixes
2012-07-29 10:11:17 +00:00
adam
e17a9ce6f9 Changes 2.4.31:
Added slapo-accesslog support for reqEntryUUID
	Fixed libldap IPv6 URL detection
	Fixed libldap rebinding on failed connection
	Fixed libmdb alignment of MDB_db members
	Fixed libmdb branch page merging on deletes
	Fixed libmdb page split with MDB_APPEND
	Fixed libmdb free page usage with entry deletion
	Fixed libmdb to use IOV_MAX if it is defined and small
	Fixed libmdb key alignment
	Fixed libmdb mdb_page_split
	Fixed libmdb with zero length IDLs
	Fixed slapd listener initialization
	Fixed slapd cn=config with olcTLSVerifyClient
	Fixed slapd delta-syncrepl fallback on non-leaf error
	Fixed slapd to reject MMR setups with bad serverID setting
	Fixed slapd approxIndexer key generation
	Fixed slapd modification of olcSuffix
	Fixed slapd schema validation with missing definitions
	Fixed slapd syncrepl -c with supplied CSN values
	Fixed slapd-bdb/hdb idlcache with only one element
	Fixed slapd-perl modify with binary values
	Fixed slapd-shell cn=config support
	Fixed slapd-shell modify with binary values
	Fixed slapo-accesslog deadlock with non-logged write ops
	Fixed slapo-syncprov sessionlog check
	Fixed slapo-syncprov entry leak
	Fixed slapo-syncprov startup initialization
	Build Environment
		Fixed test022 to check ldapsearch results
		Fixed test044 when back-monitor is disabled
	Documentation
		Fixed slapschema(8) formatting
		Fixed limdb functionality documentation
		Fixed ldap_get_option(3) note inheritance behavior
2012-07-29 10:10:16 +00:00
dholland
2b568c88a0 Make install rule work even when the umask was 077 during build. 2012-07-28 23:43:56 +00:00
reed
fbde58d2a5 Fix description: it is not four; it doesn't provide pixmap or metal or swing. 2012-07-28 22:51:10 +00:00
reed
f2cda62ea0 slight description improvement 2012-07-28 22:40:15 +00:00
reed
289c6b0659 Various gst-plugins needed newer gst-plugins0.10-base. 2012-07-28 22:39:11 +00:00
reed
4f7e128a22 required newer gstreamer0.10 to build 2012-07-28 22:38:26 +00:00
reed
2352af53ad updated udfclient 2012-07-28 22:37:06 +00:00
reed
14ea939d25 update to 0.7.5
changelog from the website:
UDFclient.0.7.5 : After some time being dormant, this new release fixes a lot of small standing bugs and a serious bugfix that prevented it to read Microsoft formatted UDF 2.50 and UDF 2.60 discs. Also, logical volume integrity checking is now fixed, directory handling has been made more robust and UDF 2.50 and UDF 2.60 are now correctly signaled as read-only and won't try to corrupt a disc anymore. cd_disect has been enhanced and extended to also support BluRay recorders.
UDFclient.0.7.1 : Fix Linux compilation issues.
2012-07-28 22:36:08 +00:00
reed
a0939c3d26 describe further 2012-07-28 22:00:16 +00:00
reed
b6d2830f33 remove repeated setting 2012-07-28 21:50:31 +00:00
reed
855ebf79de needs newer dbus to build 2012-07-28 21:48:17 +00:00
reed
b5ee4f7bf0 fix typo 2012-07-28 21:44:29 +00:00
reed
adac5b6c8a improve description and clarify COMMENT 2012-07-28 21:40:09 +00:00
reed
fd02cf8347 fix typo in comment 2012-07-28 21:33:48 +00:00
reed
8decdc8f07 add license 2012-07-28 21:32:33 +00:00
reed
de0cd7f884 Improve description 2012-07-28 21:30:00 +00:00
reed
7101db0458 improve description 2012-07-28 21:29:08 +00:00
reed
549013d075 more specific homepage 2012-07-28 21:23:17 +00:00
reed
e57b949c09 remove the description for a different package and add a one sentence
description for this.
2012-07-28 21:22:35 +00:00
prlw1
8d5dc12871 Updated devel/py-at-spi2 to 2.5.4 2012-07-28 18:09:15 +00:00
prlw1
dc4932a4c3 Update to pyatspi 2.5.4
* Wrap all interfaces (BGO#679044).
2012-07-28 18:08:45 +00:00
prlw1
4ef2615f9d Updated devel/at-spi2-atk to 2.5.4 2012-07-28 18:06:21 +00:00
prlw1
689ca9b326 Update to at-spi2-atk 2.5.4
* Fix for bug #679013 - AtspiCollection should be implemented for
  all containers
* Plug ref count leaks (BGO#679285).
* Only add items to the cache on children-changed if the children are
  included in the event.
* Only send PropertyChange signals used for caching, absent listeners.

Especially:

* Only create a directory and a socket when requested.
    Currently, atk-bridge clutters XDG_RUNTIME_DIR with directories for sockets,
    which is especially annoying since gtk currently does not call
    atk_bridge_adaptor_cleanup, so the directories never go away. This change do
    not really solve the problem--it only hides it from users who do not really
    need AT-SPI--but, nevertheless, there is no reason to create a directory or
    socket if nothing has requested it, so doing this lazily makes sense.

* Don't create a (non-readable) subdirectory for the socket when root.
    If an application is running as root but within a user's runtime directory,
    then creating a temporary directory will result in the directory being owned
    by root, and the user will not have permission to search the directory to
    access the socket, so an AT running as the normal user will not be able to
    connect to the application running as root.
    Fixes regression introduced by the fix for BGO#678348.
2012-07-28 18:05:59 +00:00
dholland
c7bf311001 Reference PR 46649 and add upstream bug report URL. 2012-07-28 18:01:26 +00:00
prlw1
daecfae460 Updated devel/at-spi2-core to 2.5.4 2012-07-28 18:01:25 +00:00
prlw1
51b47ce9cd Update to at-spi2-core 2.5.4
* Fix a missing return value (from joerg@).
* Fix a crash when unable to remove a match rule.
2012-07-28 18:00:57 +00:00
wiz
802a8402b1 Updated net/Transmission-gui to 2.61 2012-07-28 15:14:18 +00:00
wiz
f58a5d1d5a Updated net/Transmission to 2.61 2012-07-28 15:13:59 +00:00