Commit graph

178680 commits

Author SHA1 Message Date
hiramatsu
84ca067564 Update p5-Net-Z3950-ZOOM to 1.28.
Changes from previous:
1.28  Fri Oct 15 13:34:41 BST 2010
	- In the test-suite, provide a more explicit report when the
	  scan identity test (display term == term) fails.
	- The displayTerm==term assertion is now case-insensitive, as
	  it ought always to have been: previously, the test-suite
	  relied on a specific implementaton detail of the
	  test-server, which has recently changed causing extraneous
	  test-suite failures.
	- Also in the test-suite for scan, remove the test that all
	  title-terms are in the general-term list, an assumption that
	  should never have been made.

1.27  Wed Aug 11 17:13:07 BST 2010
	- Support for Index Data build procedures, including making
	  Debian/Ubuntu and Red Hat packages from clean tarballs.
	- No upstream changes -- packaging only.

1.26  Tue Jun  8 16:43:29 BST 2010
	- Tweak the test-suite so that it works correctly on Fedora
	  Core 12 (2.6.31.5-127.fc12.x86_64).  For some reason,
	  attempts to connect to a non-existent host can fail with
	  ERROR_TIMEOUT and no addinfo, rather than ERROR_CONNECT and
	  the hostname as addinfo; and the number of terms to request
	  in a scan needs to be explicitly specified in an option.
	- Add "debclean" target to generated Makefile.
	- Remove extraneous and misleading old CVS IDs.
2011-11-25 05:52:39 +00:00
cheusov
815fe3186c Attempt to fix PR 45649 by Greg Oster.
Fix was proposed by joerg@
2011-11-24 22:32:00 +00:00
cheusov
92211a9c84 Update to 0.8.9 based on maintainer's request. It is required by latest
bzr-svn.  Tested on current, approved by wiz@

Changes:
 0.8.9   2011-10-25
  BUG FIXES
  * Fix compilation with Python 2.4 and 2.5. (Jelmer Vernooij, #860621)
  FEATURES
  * Add constant ERR_WC_NODE_KIND_CHANGE. (Jelmer Vernooij)

 0.8.8   2011-09-27
  BUG FIXES
  * Fix several memory leaks and error checks in subvertpy.client
    pointed out by Barry Warsaw. (Jelmer Vernooij)
  * Drop broken code to support loading configuration from has.
    (Jelmer Vernooij)
  * WorkingCopy.prop_set() now accepts None as a value,
    removing a properties. (Jelmer Vernooij)
  FEATURES
  * Add constant ERR_BAD_FILENAME. (Jelmer Vernooij)

 0.8.7   2011-09-19
  BUG FIXES
  * Fix revnum types in subvertpy.repos.Repos.verify_fs().
    (Jelmer Vernooij)

 0.8.6   2011-09-19
  FEATURES
  * Allow passing in log_msg_func when creating subvertpy.client.Client.
    (Jelmer Vernooij)
  * subvertpy.client.Client.update now accepts keyword arguments.
    (Jelmer Vernooij)
  * Editors will now raise an exception if the protocol is not followed;
    children have to be closed before their parents are accessed again.
    (Jelmer Vernooij)
  * Add constant ERR_DIR_NOT_EMPTY. (Jelmer Vernooij)
  * Add constant ERR_FS_ROOT_DIR. (Jelmer Vernooij)
  * Add `subvertpy.repos.Repository.verify_fs`. (Jelmer Vernooij)
  * Add `subvertpy.repos.Repository.pack_fs`. (Jelmer Vernooij)

 BUG FIXES
  * Fix memory leak in subvertpy.client.Client.list.
    (Wez Furlong)
  * Fix double free of apr pools from subverty.repos.Repos.fs.
    (Roland Mas, Jelmer Vernooij, #853960)

 0.8.5   2011-08-21 "boomerang arrow"
  BUG FIXES
  * Fix compatibility with python < 2.6, where T_BOOL is not available.
   (Jelmer Vernooij, #829993)

 0.8.4   2011-08-18 "mimic octopus"
  FEATURES
  * Fix argument count in subvertpy.client.Client.export. (Jelmer Vernooij,
  * #820662)
  * Add subvertpy.wc.WorkingCopy.status. (Mark Lee)

 0.8.3   2011-07-24 "manual override"
  BUG FIXES
  * Fix memory management in subvertpy.ra.Auth. (Jelmer Vernooij)
  * Fix type for revnum in process_committed_queue. (Jelmer Vernooij,
  * #730931)
  * Fix double free when calling close() more than once on editor objects.
    (Jelmer Vernooij)
  * Fix too early free during iter_log. (Jelmer Vernooij)
  * Prevent freeing the RemoteAccess object before any
    individual request frees. Thanks very much to Steve Langasek for the
help
    debugging this! (Jelmer Vernooij, #803353)
  * Error out properly when editor objects are used after they are closed.
    (Jelmer Vernooij)

  FEATURES
  * Add constant ERR_BAD_PROPERTY_VALUE. (Jelmer Vernooij)
2011-11-24 21:52:25 +00:00
cheusov
3b586c03f3 Attempt to fix a build failure of heirloom-libcommon 2011-11-24 21:02:42 +00:00
marino
8d431c82b1 benchmarks/iozone: Really add DragonFly support
It appears that the authors of Iozone tried to add DragonFly support without
actually building it.  The configuration was broken, and the iozone.c
was uncompilable.  With the two modified patches, it will compile now, and a
quick check using "iozone -a" seemed to work as expected.
No PKGREVISION bump necessary.
2011-11-24 20:40:12 +00:00
marino
baed9c9851 sysutils/libgtop: Fix DragonFly (broke 2011/01/19)
While converting libgtop to use SPECIAL_PERMS, too much of the
previous patch to the configure script was removed, breaking DragonFly.
Restored the missing bits to unbreak DragonFly.
2011-11-24 20:36:48 +00:00
marino
bbc838ea0b audio/terminatorx: Fix DragonFly breakage
To restore buildability on DragonFly:
1) Added <string.h> to global header
2) Reversed patch-aa's modification of scandir
No PKGREVISION bump required.
2011-11-24 20:34:34 +00:00
gls
bcf38411e9 Updated x11/x3270 to 3.3.12ga7nb1 2011-11-24 20:08:47 +00:00
gls
c754edff3e Depend on openssl.
Spotted in a Linux bulk build by sbd@
PKGREV++
2011-11-24 20:07:48 +00:00
hiramatsu
bd747ffe7e Note update of www/p5-Catalyst-Action-REST, devel/p5-ExtUtils-Manifest
and devel/p5-Rose-Object.
2011-11-24 16:19:56 +00:00
hiramatsu
e14e04ee8a Update p5-Rose-Object to 0.859.
Changes from previous:
0.859 (10.17.2010) - John Siracusa <siracusa@gmail.com>

    * Eliminated non-numeric warning in Class::XSAccessor version check.
    * Update copyright date.
2011-11-24 16:18:50 +00:00
hiramatsu
45afc4527a Update p5-ExtUtils-Manifest to 1.60.
Change from previous:
1.60  Mon, Aug 19, 2011
  - Clean up MANIFEST before creating a new one.
2011-11-24 16:12:42 +00:00
hiramatsu
472584f9d9 Update p5-Catalyst-Action-REST to 0.91.
Changes from previous:
Thu  04 Aug 2011 14:37:21 CEST - Release 0.91
  For the deserialization action class, make the HTTP methods it operates on
  configurable on a per-action level (plu, rafl).

Fri  25 Feb 2011 13:56:00 GMT - Release 0.90
  Remove test which is no longer applicable and fails in the latest Catalyst
  release.

Mon  24 Jan 2011 21:57:42 GMT - Release 0.89
  All classes are now made immutable. (Dave Rolsky)

  Added a Catalyst::Action::REST::ForBrowsers class. This will try to dispatch
  GET requests to a foo_GET_html method before trying foo_GET. (Dave Rolsky)

Tue  11 Jan 2011 23:07:00 GMT - Release 0.88
  Fix documentation for overriding Serialize and Deserialize actions
  in Catalyst::Controller::REST.

  Avoid warning with empty response bodies and new Catalyst version
  (>= 5.80030)

  Returning a body of '' is now possible - Catalyst::Action::Serialize
  acts like Catalyst::Action::RenderView (>= 0.16) by using the has_body
  predicate in Catalyst::Response (>= 5.80030)

Wed  3 Nov 2010 19:46:00 GMT - Release 0.87

  Fix Request class role when used with new Moose and other request
  class roles.
2011-11-24 16:12:11 +00:00
joerg
e772a522f0 Fix build with modern GCC 2011-11-24 14:25:16 +00:00
joerg
1f96ffcc6a Fix build with GCC 4.5 2011-11-24 14:24:34 +00:00
taca
96cd5829ee Note update of www/ruby-rack package to 1.2.4. 2011-11-24 14:22:37 +00:00
taca
3212f2f2d5 Update ruby-rack pacakge to 1.2.4.
* September 16, 2011: Eighteenth public release 1.2.4
  * Fix a bug with MRI regex engine to prevent XSS by malformed unicode
2011-11-24 14:21:55 +00:00
joerg
6b529bb403 Always include string.h 2011-11-24 14:18:30 +00:00
joerg
70c3141e59 Fix build with newer GCC 2011-11-24 14:16:18 +00:00
joerg
3d6787f9d6 Fix build with modern GCC 2011-11-24 14:14:14 +00:00
mrg
065d6091b4 add a missing "const" so this actually compiles. 2011-11-24 14:13:26 +00:00
joerg
3b70f336ec Fix build with newer GCC 2011-11-24 14:13:19 +00:00
joerg
8347978707 Fix build with modern GCC 2011-11-24 14:12:21 +00:00
joerg
4f51bc930c Fix build with newer GCC 2011-11-24 14:11:19 +00:00
joerg
5d09852588 Fix GCC 4.5 fallout 2011-11-24 14:10:37 +00:00
joerg
b356bb5e8b Fix build with modern GCC 2011-11-24 14:08:47 +00:00
joerg
287e312d76 Fix build with newer GCC 2011-11-24 14:08:05 +00:00
joerg
f63d786163 Fix build with GCC 4.5 2011-11-24 14:07:12 +00:00
joerg
edab8bc9be Fix build with newer GCC 2011-11-24 14:02:54 +00:00
joerg
1eaff0f831 Fix GCC 4.5 fallout 2011-11-24 14:01:46 +00:00
joerg
f29a031ca6 Fix build with modern GCC 2011-11-24 14:00:53 +00:00
joerg
d9450b8d47 Fix build with GCC 4.5 2011-11-24 13:59:50 +00:00
joerg
f35e37b95d Fix build with modern GCC 2011-11-24 13:57:21 +00:00
joerg
47432fb6fa Fix build with newer GCC 2011-11-24 13:56:02 +00:00
joerg
015915c356 Fix build with modern GCC 2011-11-24 13:53:06 +00:00
joerg
7af45bd825 Fix build with newer GCC 2011-11-24 13:49:57 +00:00
joerg
e9db402efa GCC 4.5 fallout 2011-11-24 13:44:35 +00:00
joerg
107b4396e5 Add missing include 2011-11-24 13:43:41 +00:00
joerg
9c8aee5a9e Fix build with newer GCC 2011-11-24 13:43:11 +00:00
joerg
3ad1596dc0 Explicitly include sys/select.h for newer GCC 2011-11-24 13:40:52 +00:00
joerg
422a6c5a22 Start fixing issues with newer GCC 2011-11-24 13:40:05 +00:00
joerg
57464251c7 Fix path to Python. Bump revision. 2011-11-24 13:38:15 +00:00
joerg
c7d67fbcf3 Fix build with newer GCC 2011-11-24 13:37:22 +00:00
joerg
54497db700 Fix missing includes exposed by newer GCC 2011-11-24 13:35:52 +00:00
joerg
8f14c1bedc Fix build with newer GCC 2011-11-24 13:34:29 +00:00
joerg
84a701617f Fix build with newer GCC versions 2011-11-24 13:32:56 +00:00
joerg
7dd0b54b7c Fix issues with newer GCC 2011-11-24 13:32:20 +00:00
joerg
d5c9211fc9 Fix build with newer GCC 2011-11-24 13:31:30 +00:00
taca
690f629805 Enable build with ruby19/193 with dependency to net/ruby-soap4r. 2011-11-24 13:05:44 +00:00
taca
52caa5b583 Note addition of net/ruby-soap4r version 2.0.3. 2011-11-24 13:04:03 +00:00