summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1656-3228/+3312
2012-03-02Patch the setup script to use PREFIX/include and PREFIX/lib.apb3-2/+21
This should fix a build failure, where it failed to find the installed version of zmq. (It worked for me because I had /usr/pkg/lib in /etc/ld.so.conf.) Bump PKGREVISION to 1.
2012-03-02Buildlink against solaris-tap on SunOS.hans1-1/+6
2012-03-02Uses cdefs.hans3-3/+7
2012-03-02Uses cdefs.hans4-4/+10
2012-03-02Uses cdefs.hans5-5/+12
2012-03-02Uses cdefs and fts.hans1-1/+2
2012-03-02Uses cdefs.hans1-1/+3
2012-03-02Add feature "cdefs" to provide sys/cdefs.h from libnbcompat.hans2-8/+16
2012-03-02lang/gnat-aux: Sync with gcc 4.6.3marino4-44/+71
GCC 4.6.3 was released 01 MAR 2012. It is a bug-fix release for regressions and serious bugs. Seventy-four bug reports were addressed. The link is available at bottom of http://gcc.gnu.org/gcc-4.6/changes.html Unlike release 4.6.2, a few Ada issues were among those addressed.
2012-03-02Fix build on SunOS.hans2-7/+16
2012-03-02Fix build on SunOS.hans2-5/+16
2012-03-02Enable 16-bit support. Bump PKGREVISION.wiz2-2/+7
2012-03-02regen patches with better line numbers (no change)wiz3-10/+10
2012-03-02Updated finance/gnucash to 2.4.10wiz2-3/+3
2012-03-02Update to 2.4.10:wiz4-13/+25
Between 2.4.9 and 2.4.10, the following bugfixes were included: [Bug #667900] no clipboard editing in Release 2.4.9 Update Gtk+ to 2.24.8 for Windows, to pick up da756d51 (win32: fix gdk clipboard). Turn on AQBAnking 5 in 2.4 branch. [Bug 666849] Non-privileged user first run trouble The problem is that the first run was creating the slib catalog. This introduces a script to do that as part of installation, guaranteed to be run as an admin user. Update xml file backend to recognize a newer version file on load attempt, not load, and alert user of need to upgrade Gnucash. Reports: Make report Budget Flow 100% translatable Update txf.scm in stable branch to reflect changes to US Income Tax Forms and Schedules for 2011. [r21867]Reverse the test for HAVE_DBI ac_cv_header_dbi_dbi_h is set only if want_dbi is true, so testing for != no succeeds if dbi isn't enabled -- which is not what we want. [21860]Bug #667417 - Fix build with glib 2.31.x Patch by Vincent Untz [21840] Add dependency on qofbook.h for swig generated file. Otherwise the old generated file complains about a missing declaration from r21832. In 2.4.10, the following languages had their translations updated: Lithuanian, Finnish, German. Between 2.4.8 and 2.4.9, the following bugfixes were included: Bug #666329 Empty database after a little while Separate the two uses of QofBook::dirty -- indicating that the book object itself has been edited and indicating that some object in the dataset has been changed -- into two separate variables with separate getters & setters. Use gnc_dbi_safe_sync_all (which doesn't lose data if the save partion errors out) for all be->sync. Reverse qof_book_mark_saved and qof_instance_mark_clean so that the book is dirty for qof_book_mark_saved when it's the instance. Original commit by jralls Bug #667105: Fix grammatical error in some accounts file. Bug #667276 : Fiix Korean accounts files. Patch submitted by Eulgyoon Lim. Bug #457401 - Print invoice should not be disabled for unposted invoices. Enable printing for unposted invoices. Add a "features" table to the KVP frame, and pop up an error message if we find a feature we don't know about. Currently there are no known features, so essentially we will error out if we see anything. Bug #665998 Replace no-op function force_account_dirty with qof_book_mark_dirty. Bug #658247 - First time setup should prompt to save file. Fix supplied by Bob referenced in bug #665996. Bug #642276 Bayesian association with Sqlite Wraps the kvp_frame_set_slot_path with xaccAccountBeginEdit()/xaccAccountCommitEdit(). Also clean up some other cases where KVP was set without committing an edit. Fix table number alignment. Fix number alignment in table. Bug #649362 - Transfer Funds Window Exchange Rate and Decimal Points Rounding in Bill/Invoices This patch fixes the rounding by showing the actual value to convert. As a result the exchange rate direction had to be swapped as well to avoid lots of confusion. Abort posting if not all required exchange rates are given. Note that any exchange rate successfully entered before the posting is aborted are still saved with the invoice. Bug #665202 - Improve python-finding code. Patch by Pacho Ramos Bug #661383 - GnuCash segfault on Linux (Fedora 16 beta) because of shared library load / unload weirdness Fix right align for number cells in table. Added user settable line width and data point markers to net worth line chart. Commented line width. This value really should be passed from .scm file Fix setting of line color for line charts. Bug #664862 - New report showing net assets over time Added new line chart report for assets, net-linechart.scm. Distantly related to Bug #570011 Add missing Root Account part. Original commit by mikee. Bug #664764 - Account setup for Swedish small business Added Swedish chart of accounts for small businesses. Original commit by mikee. Bug #663368 When importing CSV files, the word 'Deposit' appears in Num/Action column Bug #630804 - make check failure in business module Don't install a script that is only used for building and testing. This fixes Secunia Advisory SA42048 Bug #663638 - Posting Invoices asks for curency conversion for blank lines Bug #639082 - General Journal report reports an error Bug #662477 - Desktop file not compliant with FreeDesktop spec and GNOME goal Patch by Sébastien Villemot In 2.4.9, the following languages had their translations updated: French, German, Lithuanian .
2012-03-02Fix build on SunOS.hans5-5/+47
2012-03-02Note update of www/drupal6 package to 6.25.taca1-1/+2
2012-03-02Update drupal6 package to 6.25.taca2-6/+6
Drupal 6.25, 2012-02-29 ---------------------- - Fixed regressions introduced in Drupal 6.24 only.
2012-03-02Updated devel/pcre to 8.30wiz2-3/+3
2012-03-02Update to 8.30. New 16-bit character string library not enabled per default.wiz3-9/+38
Release 8.30 04-February-2012 ----------------------------- Release 8.30 introduces a major new feature: support for 16-bit character strings, compiled as a separate library. There are a few changes to the 8-bit library, in addition to some bug fixes. . The pcre_info() function, which has been obsolete for over 10 years, has been removed. . When a compiled pattern was saved to a file and later reloaded on a host with different endianness, PCRE used automatically to swap the bytes in some of the data fields. With the advent of the 16-bit library, where more of this swapping is needed, it is no longer done automatically. Instead, the bad endianness is detected and a specific error is given. The user can then call a new function called pcre_pattern_to_host_byte_order() (or an equivalent 16-bit function) to do the swap. . In UTF-8 mode, the values 0xd800 to 0xdfff are not legal Unicode code points and are now faulted. (They are the so-called "surrogates" that are reserved for coding high values in UTF-16.)
2012-03-02Updated devel/mercurial to 2.1.1wiz1-1/+2
2012-03-02Update to 2.1.1:wiz2-6/+6
This is a regularly-scheduled bugfix release. bdiff: fix malloc(0) issue in fixws() bugzilla: stop XMLRPC requests from requesting gzipped responses bundlerepo: bundle repos should be non-publishing (issue3266) cmdserver: invalidate the dirstate when running commands (issue3271) context: make workingctx.forget() really warn about untracked files convert: ignore blank lines in mapfiles (issue3286) convert: tolerate spaces between splicemap parent ids (issue3203) convert: use splicemap entries when sorting revisions (issue1748) dirstate: filecacheify _ignore (issue3278) fetch: use update rather than clean when updating (issue3246) forget: show warning messages for forgetting in subrepo correctly graft: use proper revisions for copy detection (issue3265) import: handle git renames and --similarity (issue3187) largefiles: check whether specified patterns are related to largefiles strictly largefiles: don't break filesets largefiles: only cache largefiles in new heads largefiles: use repo.store.createmode for new files in .hg/largefiles localrepo: clear _filecache on rollback (issue3261) localrepo: reset _phasesdirty flag after writing localrepo: use 'changectx.dirs()' in 'status()' for directory patterns log: fix --follow FILE ancestry calculation log: remove caching of all visited revisions (issue3253) log: restore cache used by --copies mdiff: adjust hunk offsets with --ignore-blank-lines (issue3234) mq: fix qapplied --last and qprev documentation (issue3282) mq: fix qnext when all remaining patches are guarded mq: make qimport --push push all imported patches (issue3130) mq: make qprev return the previous applied patch (issue3245) mq: restore _branchtags() fast path (issue3223) patch: fix fuzzing of hunks without previous lines (issue3264) patch: fuzz more aggressively to match patch(1) behaviour pull: backout change to return code scmutil: update cached copy when filecached attribute is assigned (issue3263) setup: handle output from Apple's Xcode 4.3 better (issue3277) subrepo: fix for merge inconsistencies update: delete bookmarks.current when explicitly updating to a rev (issue3276) update: don't move the active bookmark if a rev is specified with -r
2012-03-02Fix build on SunOS.hans5-1/+104
- use dirent.h instead of sys/dir.h - use FILENAME_MAX instead of NAME_MAX - use uintXX_t instead of u_intXX_t
2012-03-02Updated www/opera to 11.61asau2-3/+3
2012-03-02Update to Opera 11.61asau5-71/+451
Packaged by <obache> for pkgsrc-wip. Requested by Julian Fagir in PR pkg/46079 Changes in Opera 11.61 * Security and bug fixes. Changes in Opera 11.60 * Opera Presto 2.10 rendering engine. * The user interface for Opera Mail has been redesigned. * HTML5 parsing algorithm. * DOM API for HTML5 Microdata. * Full support for ECMAScript 5.1 * Support for "Khronos Typed Arrays" and XMLHttpRequest Level 2 support for receiving ArrayBuffers. * Full support for for radial-gradient and repeated-radial-gradient. * Support for font-relative length rem in CSS and SVG. * Implemented Google's new geolocation JSON API. Changes in Opera 11.52 * Security and bug fixes. Changes in Opera 11.51 * Security and bug fixes. Changes in Opera 11.50 * Opera Presto 2.9 rendering engine * Improved deep nesting of the quotes property. * Support is added to provide the original source line for CSS rules, benefiting future versions of Opera Dragonfly. * Improved CSS parsing performance is up to 10-15% faster due to CSS tokenizing optimizations. * Updated the list of DOM events visible on window, document and element objects. * Support for the dataset attribute on elements which exposes data-* attributes on an element. * Support for the <input> element indeterminate attribute for checkboxes. * Support for the history interface. * Enabled the classList attribute for HTML and SVG elements. * Implemented the HTML5 <time> element. Changes in Opera 11.11 * Security and bug fixes. Changes in 11.10 * Opera Presto 2.8 rendering engine. * URL Filter API for Opera extensions. * Support for the Google WebP image format. * Declarative UI. * Improved support for SVG and HTML5 APIs such as Web Storage. * Support for phrase searching in Opera Mail. * Search hijacking protection. * Support for the BeforeCSS and AfterCSS events. * Partial support for the gradients section of the W3C CSS3 Image Values/Replaced Content module. * W3C CSS Multi-column Layout Module. * W3C CSS Device Adaptation (viewport) specification support. * W3C CSS cursor property values support. * Removed support for UTS22: 1.4 charset alias matching. * Support for HTML5 data-* global attributes. * Support for the SOCKS Protocol Version 5. * Partial support for the W3C File API. * Support for the W3C Web Open Font Format (WOFF). * Security and bug fixes.
2012-03-02Updated mail/policyd to 1.82nb2.ghen1-1/+2
2012-03-02Use ENGINE=MyISAM instead of TYPE=MyISAM in database template, as TYPE is noghen1-2/+7
longer supported in MySQL 5.5. Noted by Zhang Huangbin. Bump PKGREVISION.
2012-03-02Add Opera 11 licence.asau1-0/+60
2012-03-02patch-aa is no longer needed for 0.3.2.ryoon1-13/+0
2012-03-02Update to 0.3.2ryoon3-12/+16
Fix PR pkg/45883 * Changelog is not available. * New dependency version
2012-03-02Updated devel/jenkins to 1.424.3ryoon1-1/+2
2012-03-02Update to 1.424.3ryoon3-13/+7
Changelog: What's new in 1.424.3 (2012/02/27) upgrade Apache Maven Wagon to 2.0 (issue 11164) ERROR at Matrix-based security (issue 9519) NPE: Failed to record SCM polling (issue 11592) JDK Auto install throws FATAL: org/apache/xml/utils/PrefixResolver (issue 11420) NoSuchMethodError on slf4j (issue 11960)
2012-03-02Updated net/mikutter to 0.1.0.697obache1-1/+2
2012-03-02Update mikutter to 0.1.0.697, switch to new unstable release.obache5-23/+77
2012-03-02o Now OVERRIDE_GEMSPEC can modify files in gemspec.taca2-41/+102
o Protect multiple inclusion. Nothing should affect current packages.
2012-03-02Note update of databases/ruby-arel package to 2.2.3.taca1-1/+2
2012-03-02Update ruby-arel package to 2.2.3.taca3-8/+9
Exacat changes aren't available but some bugfixes and support of bind parameters can be differentiated from sql literals.
2012-03-02Note update of misc/ruby-sprockets package to 2.0.3nb1.taca1-1/+2
2012-03-02Tweak dependency to ruby-rack.taca1-3/+3
Bump PKGREVISION.
2012-03-01Note update of x11/rxvt-unicodemorr1-1/+2
2012-03-01Bump PKGREVISION for previous commitmorr1-1/+2
2012-03-01Add support for 256 colors.morr1-1/+3
Patch from PR 46126
2012-03-01Reset maintainer, he resigned.wiz6-12/+12
2012-03-01Fix build on SunOS.hans7-117/+196
- no more __P, just use ansi prototypes - use sigprocmask instead of sigsetmask - use dirent.h instead of sys/dir.h
2012-03-01Revert last. Don't hide issues. Pass down MANINSTALL via MAKE_ENV to getjoerg7-13/+14
the correct value.
2012-03-01Added databases/py-tokyocabinet version 0.5gdt1-1/+2
2012-03-01+py-tokyocabinetgdt1-1/+2
2012-03-01Import py26-tokyocabinet-0.5 as databases/py-tokyocabinet.gdt4-0/+46
tokyocabinet aims to be a complete python wrapper for the ass-kicking Tokyo Cabinet database library by Mikio Hirabayashi (http://1978th.net/). While there are other wrappers out there none were found to be comprehensive enough. At present, the btree, hash and table APIs are available as hand-written C extensions. A similar effort is underway for the Tokyo Tyrant client API here: http://code.google.com/p/python-tokyotyrant-client/ Omissions, bugs, patches and feedback are greatly welcome. This package is written and maintained by Elisha Cook.
2012-03-01Don't fail if MANINSTALL is not defined.jklos6-12/+12