Commit graph

173485 commits

Author SHA1 Message Date
ryoon
1f747ab144 Update to 3.0.2
Changelog:
2011-07-16  Zachary Dovel <pizzach@gmail.com>
* Fixed warning coming from a tooltip window not being empting when adding
  an hbox to it.
* Tweaks to the mutexes that were causing the program to freeze and
  choppy query input.
2011-07-23 02:54:57 +00:00
obache
7cc12f14ec Updated www/snownews to 1.5.12 2011-07-23 02:23:26 +00:00
obache
d7bd90007b Update snownews to 1.5.12.
Based on PR#45167 by Benjamin Newman.

Version 1.5.12 released

 This version fixes the following things and probably even more things. It also
 adds OpenSSL as a requirement.
   * Corrected two crashes (oh the dreaded NULL-pointer) when using mark unread
     and open URL on non-existent items.
   * Use OpenSSL for MD5 calculations and remove all old MD5 code.
   * Fix 64bit digest calc. Readstatus wasn't remembered on 64bit versions.
2011-07-23 02:22:43 +00:00
manu
d9da7fe6f8 Update to glusterfs 3.2.2 (maintenance release for bug fixes) 2011-07-23 01:14:43 +00:00
ryoon
1eaa4cbcef Updated fonts/vlgothic-ttf to 20110414 2011-07-22 20:29:18 +00:00
ryoon
494668dffc Update to 20110414
Changelog:
* Sync with M1+C and 1M of 20110414 CVS HEAD.
* Fix 15 glyphs
* Fix glyph of U+007E,TILDE in VL-Gothic.
* Import kerning table from M1.
2011-07-22 20:27:17 +00:00
obache
cd2cc2e8b8 Updated security/py-paramiko to 1.7.7.1 2011-07-22 15:00:11 +00:00
obache
e56a965c91 Updated devel/py-subvertpy to 0.8.2 2011-07-22 14:55:00 +00:00
obache
c680d3476c Update py-subvertpy to 0.8.2.
Based on PR#45165 by Petr Pavlu.

0.8.2   2011-06-17 "mathematically annoying"

 BUG FIXES

  * Abort immediately if a callback raises an exception.
    (Jelmer Vernooij)

  * Fix leaking of error objects. (Jelmer Vernooij)

0.8.1   2011-06-02 "ornithologic reptile"

 FEATURES

  * Add subvertpy.wc.WorkingCopy.conflicted. (Jelmer Vernooij)

  * Add subvertpy.wc.WorkingCopy.resolved_conflict. (Jelmer Vernooij)

  * Add subvertpy.client.Client.mkdir. (Jelmer Vernooij)

 BUG FIXES

  * Fix compilation on OS X. (#728574)

  * Keep reference to commit callback in editor. (Jelmer Vernooij, #732120)

  * Properly check return values of PyInt_AsLong() in various places.

  * Convert times and file sizes to 64 bit integer objects.
    (Jelmer Vernooij, #786156)

0.8.0   2011-03-02 "("

 FEATURES

  * Add --version option to subvertpy-fast-export. (Jelmer Vernooij)

  * Add basic manual page for subvertpy-fast-export. (Jelmer Vernooij)

  * Automatically convert the appropriate errors to socket.gaierror.
    (Jelmer Vernooij)

  * Add subvertpy.wc.set_adm_dir(). (Jelmer Vernooij)

  * Add subvertpy.wc.WorkingCopy.has_binary_prop. (Jelmer Vernooij)

  * Add subvertpy.wc.WorkingCopy.get_ancestry. (Jelmer Vernooij)

  * Add subvertpy.wc.WorkingCopy.maybe_set_repos_root.
    (Jelmer Vernooij)

  * Add subvertpy.wc.WorkingCopy.add_repos_file.
    (Jelmer Vernooij)

  * Add subvertpy.wc.WorkingCopy.mark_missing_deleted.
    (Jelmer Vernooij)

  * Add subvertpy.wc.WorkingCopy.remove_from_revision_control.
    (Jelmer Vernooij)

  * Add subvertpy.wc.WorkingCopy.relocate. (Jelmer Vernooij)

  * Add subvertpy.wc.WorkingCopy.crop_tree. (Jelmer Vernooij)

  * Add subvertpy.wc.WorkingCopy.translated_stream. (Jelmer Vernooij)

  * Add subvertpy.wc.WorkingCopy.text_modified. (Jelmer Vernooij)

  * Add subvertpy.wc.WorkingCopy.props_modified. (Jelmer Vernooij)

  * Add subvertpy.wc.CommittedQueue. (Jelmer Vernooij)

  * Add subvertpy.wc.get_actual_target. (Jelmer Vernooij)

  * Add subvertpy.wc.WorkingCopy.is_wc_root. (Jelmer Vernooij)

  * Add subvertpy.wc.WorkingCopy.transmit_text_deltas. (Jelmer Vernooij)

  * Add subvertpy.wc.WorkingCopy.transmit_prop_deltas. (Jelmer Vernooij)

  * Add subvertpy.wc.WorkingCopy.probe_retrieve, subvertpy.wc.WorkingCopy.retrieve.
    (Jelmer Vernooij)

  * Add subvertpy.wc.WorkingCopy.probe_try. (Jelmer Vernooij)

  * Add subvertpy.client.export. (Jelmer Vernooij)

 DEPRECATIONS

  * ERR_UNKNOWN_HOSTNAME and ERR_EAI_NONAME are deprecated
    and will be removed in the next version of subvertpy.
    Instead, subvertpy will raise socket.gaierror.
    (Jelmer Vernooij)

  * Use svn_fs_paths_changed2() if available. (Jelmer Vernooij)

 BUG FIXES

  * Fix handling of DST in time_from_cstring. (Max Bowsher, #656226)

  * Re-using a WorkingCopy object after calling close() on it
    now raises an exception rather than trigger a segfault.
    (Jelmer Vernooij)

  * Fix type mismatch in svn.ra.get_dir(). (Jelmer Vernooij, #686663)

  * Cope with trailing slash being specified to subvertpy.wc.revision_stats().
    (Ronny Pfannschmidt)

 API BREAKS

  * WorkingCopy.entry() will now raise KeyError if the specified entry was not found.
    (Jelmer Vernooij)

0.7.5   2010-10-26

 BUG FIXES

  * Fix compatibility with Subversion 1.4 and 1.5. (Max Bowsher)

0.7.4   2010-09-25

 FEATURES

  * Add constants ERR_APR_OS_START_EAIERR and ERR_APR_OS_ERRSPACE_SIZE.
    (Jelmer Vernooij)

  * Implement subvertpy.wc.match_ignore_list. (Jelmer Vernooij)

  * Add subvertpy.ra.RemoteAccess.iter_log(). (Jelmer Vernooij)

  * Add subvertpy.wc.STATUS_* constants. (Jelmer Vernooij)

  * Add subvertpy.wc.api_version(), subvertpy.ra.api_version().
    (Dan Villiom Podlaski Christiansen, Jelmer Vernooij)

 DEPRECATION

  * Avoid deprecation warnings for svn.client.Client.copy,
        svn.client.Client.propset, svn.client.Client.propget,
        svn.client.Client.do_update.
    (Jelmer Vernooij)

  * Avoid deprecation warnings for svn.ra.RemoteAccess.do_update,
        svn.ra.RemoteAccess.do_switch, svn.ra.RemoteAccess.do_diff.
    (Jelmer Vernooij)

  * Avoid deprecation warnings for svn.wc.WorkingCopy.propset,
        svn.wc.WorkingCopy.walk_entries,
        svn.wc.WorkingCopy.add, svn.wc.WorkingCopy.close,
        svn.wc.WorkingCopy.crawl_revisions,
        svn.wc.WorkingCopy.update_editor,
        svn.wc.ensure_adm.
    (Jelmer Vernooij)

 * Add ERR_ENTRY_NOT_FOUND constant. (Jelmer Vernooij)

 * Add subvertpy.ra.RemoteAccess.get_url(). (Dan Villiom Podlaski Christiansen)

 BUG FIXES

  * Fix compilation using Visual C++.
    (Ronald Blaschke, #612056)

  * Return an empty dictionary rather than None when there are no revision
    properties.  (Jelmer Vernooij)

  * Link against all libraries that are somehow called.
    (Daniel Johnson, Jelmer Vernooij, #615015)

  * Include check for apr util headers. (Jelmer Vernooij, #615017)

  * Fix reference leaks in Auth and SubversionException handling.
    (Jelmer Vernooij, #436406)

  * Canonicalize paths in subvertpy.ra.RemoteAccess.get_locations().
    (Jelmer Vernooij)

0.7.3.1    2010-07-27

 BUG FIXES

  * Fix compilation against Subversion 1.5. (Jelmer Vernooij)

0.7.3    2010-07-21

 BUG FIXES

  * Canonicalize paths to subvertpy.wc.check_wc. (Ronny Pfannschmidt)

  * Canonicalize paths to subvertpy.repos.Repos. (Dan Villiom Podlaski
                                                  Christiansen)

  * Cope with leading slashes in paths. (David Wolever, #527239)

  * Various methods are now a bit more liberal in accepting any
    sort of sequence rather than explicitly requiring lists.
    (Jelmer Vernooij)

 FEATURES

  * Implement subvertpy.client.Client.diff. (Dan Villiom Podlaski Christiansen,
                                       Jelmer Vernooij)

  * Support ``revprops`` argument to subvertpy.client.Client.commit.
    (Jelmer Vernooij)

  * Implement subvertpy.wc.get_pristine_contents(). (Jelmer Vernooij)

  * Use better error messages when possible.
    (Dan Villiom Podlaski Christiansen)

  * Implement subvertpy.ra.get_platform_specific_client_providers().
    (Dan Villiom Podlaski Christiansen)

0.7.2    2010-01-03

 BUG FIXES

  * Fix inconsistencies between PyArg_ParseTuple arguments and variables,
    which caused crashes on some 64-bit platforms. (Václav Slavík, #488780)

  * Add constant for ERR_NODE_UNKNOWN_KIND. (Dan Villiom Podlaski Christiansen)

  * Add svn.client.proplist() binding. (Dan Villiom Podlaski Christiansen,
                                        Jelmer Vernooij)

  * Add svn.client.list() binding. (Dan Villiom Podlaski Christiansen,
                                    Jelmer Vernooij)

0.7.1    2009-10-20

 BUG FIXES

  * Fix APR include path on Windows. (Ronald Blaschke, #456321)

0.7.0    2009-10-20

 FEATURES

  * Add definition for ERR_EAI_NONAME. (John Szakmeister)

  * Add subvertpy.repos.FileSystem methods: youngest_revision, revision_root,
    revision_proplist.  (Jelmer Vernooij)

  * Add subvertpy.repos.{delete,Repository.has_capability,hotcopy}.
    (Jelmer Vernooij)

  * Add subvertpy-fast-export script, based on svn-fast-export.py by Chris Lee
    included with bzr-fast-import. (Jelmer Vernooij)

0.6.9    2009-09-10

 BUG FIXES

  * Cope with leading slashes in paths specified to
    subvertpy.ra.RemoteAccess.get_{dir,file}(). Thanks Ronny for the bugreport.
    (#405713)

  * Don't send too large svndiff windows as newer versions of libsvn
    will barf. (CVE2009-2411, #413113)

0.6.8    2009-06-18

 FEATURES

  * Support svn.client.Client.delete(keep_local=True)

  * Support svn.wc.WorkingCopy.delete(keep_local=True)

  * Define ERR_RA_DAV_FORBIDDEN.

0.6.7    2009-06-01

 BUG FIXES

  * Replace PyExc_ArgumentError with PyExc_TypeError.

  * Fix compilation with MSVC++.

 FEATURES

  * Support RemoteAccess.stat.

  * Support svn.client.add(parents=false)

  * Support uuid argument to svn.ra.RemoteAccess().
2011-07-22 14:54:45 +00:00
obache
010a959f4e Updated devel/bzr-svn to 1.0.2 2011-07-22 14:18:27 +00:00
obache
8770e503fb Update bzr-svn to 1.0.2, for compatible with bzr-2.1.
bzr-svn 1.0.2					  2010-01-22

 BUG FIXES

  * Cope with Google code Subversion repositories a bit better in the
    layout detection code. (Jelmer Vernooij)

  * Push tags when pushing to a new repository. (Jelmer Vernooij, #459444)

  * Cope with non-ascii URLs.
   * During connect. (#456548, Jelmer Vernooij)
   * During repository creation. (#458008, Jelmer Vernooij)

  * Cope with non-ascii characters in svn author names. (#460392,
    Jelmer Vernooij)

  * Fix expected URL in Repository.__repr__ tests that sometimes causes
    troubles if the temporary directory contains special characters.
	(John Szakmeister, #460899)

  * Cope with pushing new non-mainline revisions.  (Jelmer Vernooij, #416328)

  * Support probing for Subversion repositories over existing HTTP transports
    using pycurl. (Jelmer Vernooij, #424626)

  * Show Subversion revno and uuid in "bzr version-info". (Jelmer Vernooij,
    #490771)

  * Properly handle invalid Subversion revision numbers. (Jelmer Vernooij,
    #504376)

 PERFORMANCE

  * When updating the log cache, fetch from newest to oldest revision as
    the Subversion database backends are optimized for this.
	(John Szakmeister)

  * Fetch history information newest revision to oldest revision because of
    speed.  (John Szakmeister, #453789)

  * Add extra constraints in sqlite database. (Jelmer Vernooij)

 FEATURES

  * New variant of the 'trunk' layout named 'trunk-variable' that accepts
    branches with any level of nesting, at some performance cost.
    (Jelmer Vernooij)


bzr-svn	1.0.1					  2009-10-20

 BUG FIXES

  * Mark as compatible with Bazaar 2.1. (Jelmer Vernooij)

  * Only use tdb if Tdb.get is there. (Jelmer Vernooij, #440211)

  * Cope with xdg_cache_home sometimes containing unicode. (Jelmer Vernooij)

  * Provide right infrastructure for bzrlib.tests.per_foreign_vcs.
    (Jelmer Vernooij)
2011-07-22 14:17:37 +00:00
obache
32088705e4 + py-testtools 2011-07-22 14:16:06 +00:00
obache
640a582ace Added devel/py-testtools version 0.9.11 2011-07-22 14:15:26 +00:00
obache
ee37688cce Import py-testtools-0.9.11 as devel/py-testtools.
testtools is a set of extensions to the Python standard library's unit testing
framework. These extensions have been derived from many years of experience
with unit testing in Python and come from many different sources. testtools
also ports recent unittest changes all the way back to Python 2.4.
2011-07-22 14:15:01 +00:00
obache
888f0eeec8 Update py-paramiko to 1.7.7.1.
various bug fixes; requires pycrypto 2.1. or newer
2011-07-22 14:03:30 +00:00
wiz
3dda1057d5 + cheese-3.0.2, mdds-0.5.3, putty-0.61, scummvm-1.3.1, vino-2.32.2
[GNOME 2.32], vino-3.0.3, wine-devel-1.3.24.
2011-07-22 13:21:05 +00:00
ryoon
ea1ab58ac9 Fix PR pkg/45109
* Include obache@'s patches.
2011-07-22 12:28:26 +00:00
hauke
8d27059ba4 Reset MAINTAINER -- according to
<http://groups.google.com/group/btpd-users/msg/d953117e3f863e20>,
Richard Nyberg has moved on.
2011-07-22 11:58:13 +00:00
hauke
c5da3e5ec4 Updated net/btpd to 0.16 2011-07-22 11:31:35 +00:00
hauke
0719e6a644 Update to btpd 0.16
Lose the only patch, since upstream fixed the "test ==" bashisms.
Use curl to fetch distfile from https site

From the CHANGES file:

btpd 0.16:
----------

Misc:
- Added "start all" (start -a) command.
- Allow adding multiple torrents at once.
- Custom list formatting options.
- Man pages for btpd, btcli, and btinfo.

Bug fixes:
- Handle .torrent files larger than 2MB.
- http parsing and addrinfo freeing fixes.
2011-07-22 11:30:42 +00:00
tnn
80157830cf Updated mail/thunderbird to 3.1.11 2011-07-22 07:31:49 +00:00
tnn
ed9879a63b Update to thunderbird-3.1.11.
MFSA 2011-24 Cookie isolation error
MFSA 2011-23 Multiple dangling pointer vulnerabilities
MFSA 2011-22 Integer overflow and arbitrary code execution in
             Array.reduceRight()
MFSA 2011-21 Memory corruption due to multipart/x-mixed-replace images
MFSA 2011-20 Use-after-free vulnerability when viewing XUL document with
             script disabled
MFSA 2011-19 Miscellaneous memory safety hazards (rv:3.0/1.9.2.18)
2011-07-22 07:31:07 +00:00
taca
a3660d82b4 + vlc-1.1.11. 2011-07-22 03:42:24 +00:00
taca
dbf960eeab Note update of devel/ruby-railties pacakge to 3.0.9nb1. 2011-07-22 03:41:36 +00:00
taca
a8d7a5cc47 Set RUBY_RDOC_REQD to 3.4 as for gemspec and now rails command of
www/ruby-rails3 package should be work.

Bump PKGREVISION.
2011-07-22 03:40:52 +00:00
taca
007db30461 * Fix dependency condition to inverse when RUBY_RDOC_REQD is defined.
* Minor clean up.
2011-07-22 03:36:11 +00:00
taca
aa5b4024a9 Note update of devel/ruby-rdoc package to 3.8. 2011-07-22 03:19:19 +00:00
taca
57f9139b85 Update ruby-rdoc pacakge to 3.8.
It was really needed by devel/ruby-railties, sigh.

=== 3.8 / ??

* Minor enhancements
  * RDoc::Parser::C can now discover methods on ENV and ARGF.
  * RDoc::Parser::C now knows about rb_cSocket and rb_mDL.
* Bug fixes
  * Updating Object in an ri data store with new data now removes methods,
    includes, constants and aliases.

=== 3.7 / 2011-06-27

* Minor enhancements
  * New directive :category: which allows methods to be grouped into sections
    more cleanly.  See RDoc::Markup for details.
  * Document-class for RDoc::Parser::C now supports Foo::CONST as well as
    CONST.
  * ri method output is now a comma-separated list when displayed
    interactively.  Pull Request #39 by Benoit Daloze.
  * RDoc::ClassModule#merge now prefers the argument's information over the
    receiver's (it now behaves like Hash#merge! instead of a backwards
    Hash#merge!).
  * RDoc::Markup#convert now accepts an RDoc::Markup::Document instance
  * RDoc now owns the code for generating RDoc and ri data when gems install
  * Added RDoc::RDoc::reset
  * Added RDoc::CodeObject#file_name
* Bug fixes
  * ri no longer crashes when attempting to complete a plain [.
  * ri data now tracks which file information came from so it can process
    removals and changes to:
    * Classes and Modules
    * Methods
    * Attributes
    * Includes
    * Constants
    You will need to rebuild your ri data for it to update properly.  Issue
    #21 by Sven Riedel
  * Signal and SignalException no longer clobber each other
  * RDoc::Parser::C no longer creates classes when processing aliases.
  * RDoc::Text#strip_stars handles Document-method for methods with =, ! and ?
    now.
  * RDoc::Parser::C now allows .cpp files to be used with the "in" comment on
    rb_define_method.  Bug #35 by Hanmac.
  * RDoc::Parser::Ruby no longer eats content when =begin/=end documentation
    blocks are followed by a documentable item.  Issue #41 by mfn.
  * RDoc::Markup::Formatter and subclasses now allow an optional +markup+
    parameter for adding custom markup.  The example in
    RDoc::Markup::Formatter will now work.  Issue #38 by tsilen.
  * RDoc::Parser::C can now distinguish between class methods and instance
    methods in Document-method.  Issue #36 by Vincent Batts.
  * RDoc now encodes file names in the output encoding.  Issue #33 by Perry
    Smith.
  * ri data generation for method aliases no longer duplicates the class in
    #full_name
2011-07-22 03:18:44 +00:00
mrg
a261e777a6 - apply some "const" so this builds with new bison; from jakllsch
- include <string.h> when using stdrup
- enable compilation with GCC 4.5
2011-07-22 03:03:28 +00:00
joerg
9c171615e7 Don't enumerate evil. Pass down -L* and -l* only from LDFLAGS. 2011-07-21 17:07:11 +00:00
joerg
71a3b8dae1 Clang build needs -fPIC too. 2011-07-21 17:06:18 +00:00
joerg
271ff5c899 Make sure localtime_r is present when building with clang. 2011-07-21 17:05:35 +00:00
joerg
eedc60742e Honour ${CC} 2011-07-21 17:04:46 +00:00
joerg
0c823718d1 Declaring member functions outside classes is invalid. 2011-07-21 17:03:57 +00:00
joerg
46d38d0ff9 Fix a bunch of real world bugs that clang warns about. Fix up fix for
ctype usage to actually do the right thing, not just stop the warning.
Bump revision.
2011-07-21 15:35:55 +00:00
joerg
5b4c6ef36d Remove a lvalue cast in asm() to fix build with clang. 2011-07-21 15:10:11 +00:00
joerg
084d291ecc Fix build with newer curl. 2011-07-21 14:31:52 +00:00
obache
7f43353df0 recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
tnn
585a0f3b41 --disable-ipc was removed from mozilla-common.mk, but we still need it here 2011-07-21 12:17:55 +00:00
dholland
50e573cb33 Handle installed csh scripts properly. PR 37581; also mentioned in PR
37949 and PR 37952.

Someone should try building and running this on a machine with no
native csh.
2011-07-21 05:53:23 +00:00
dholland
f5097cd7bd +icc11 2011-07-21 04:52:55 +00:00
taca
8df94b5ae9 Note update of lang/ruby18-base package to 1.8.7.334nb4. 2011-07-21 03:33:57 +00:00
taca
53ab3af1d4 Limit use of --enable-wide-getaddrinfo on SunOS from 5.6 to 5.9.
On Solaris 10, it seems that --enable-wide-getaddrinfo has problem
although it was needed on Solaris 9.

Should be fix PR pkg/44039.

Bump PKGREVISION.
2011-07-21 03:32:08 +00:00
tron
f20a84bdae Correct a comment. 2011-07-21 01:37:19 +00:00
tron
0aade62cd9 Revert last change and instead restore the previous work-around for
PR pkg/39778 which is less invasive.
2011-07-21 01:35:44 +00:00
tron
1d59ea7743 Don't install certain input methods whose build is unreliable on
64bit platforms. This fixes PR pkg/39778 by myself.
2011-07-21 01:17:42 +00:00
tron
271297c96c Build this package without optimization if GCC 4.5.* is used under
NetBSD/i386. This stops "temacs" from dumping core.
2011-07-20 23:41:12 +00:00
tron
d2551b9245 Fix typo in last commit which NetBSD-current's make(1) silently ignored. 2011-07-20 23:29:27 +00:00
tron
4be0eacef0 Remove accidentally committed file. 2011-07-20 23:24:51 +00:00
tron
6b67986065 Fix build with GCC 4.5's C preprocessor. 2011-07-20 23:24:05 +00:00