Commit graph

11342 commits

Author SHA1 Message Date
dsainty
f71cf189c6 Add URL to upstream bug report in patch comment. 2008-06-05 07:55:09 +00:00
dsainty
e4f627fa84 Update Doxygen from 1.5.1 to 1.5.6.
The substantial change log can be found at:
  http://www.stack.nl/~dimitri/doxygen/changelog.html

patch-ab (http://bugzilla.gnome.org/show_bug.cgi?id=366119) is merged
upstream.  The parts of patch-ab for DESTDIR are retained.  patch-ai
(http://bugzilla.gnome.org/show_bug.cgi?id=366113) is merged upstream.
2008-06-04 15:05:39 +00:00
markd
a26a64cb3c Really wants flex. 2008-06-04 09:30:07 +00:00
obache
dba64cab86 Add missing dependency:
p5-version        (since versin 0.82)
 p5-Module-Builder (since versin 0.75)
Should fix PR 38842.

Bump PKGREVISION.
2008-06-03 11:53:11 +00:00
abs
ba834af436 Set PKG_DESTDIR_SUPPORT=user-destdir & USE_LANGUAGES=# empty 2008-06-01 19:34:36 +00:00
tnn
0b0266ed1e needs intltool 2008-06-01 15:32:31 +00:00
wiz
6b3a0ae884 Update to 1.0.1: Bugfix release. 2008-05-30 13:14:18 +00:00
wiz
d60f5f7cbf Update to 5.54:
Version 5.49  DEVELOPMENT
   Corrected typo in %G and %L format descriptions.  Troy A. Bollinger
      <troy@austin.ibm.com>
   Added "ereyesterday". Ed Avis <eda@waniasset.com>
   Added timezones. Damyan Ivanov <dam@modsoftsys.com>
   Added timezone. Ernesto Hernandez-Novich <emhnemhn@gmail.com>
   Added timezone. Gregor Herrmann <gregor+debian@comodo.priv.at>
   Added timezone. Nicholas Riley <njriley@uiuc.edu>
   Added timezone. Enrique Verdes <everdes@uygroup.com.uy>
   Added timezone. Alexander Litvinov <lan@academsoft.ru>
   Added Build.PL and several other things to meet requirements on
      http://cpants.perl.org/

Version 5.50  2008-05-05
   Released

Version 5.51  DEVELOPMENT
   Additional changes to meet requirements on http://cpants.perl.org/
   Fixed bug where the wrong version was in Build.PL

Version 5.52  2008-05-08
   Released

Version 5.53  DEVELOPMENT
   Final changes to meet requirements on http://cpants.perl.org/
   Bug fix so it won't fail with "Too early to specify a build action"

Version 5.54  2008-05-09
   Released
2008-05-30 12:32:16 +00:00
wiz
db0d6ac3f5 Bump PKGREVISION for gtkspell API bump. 2008-05-30 12:29:00 +00:00
abs
2fff958d8b Added devel/p5-Array-RefElem version 1.00
Added devel/p5-Cache-FastMmap version 1.26
Added devel/p5-parent version 0.221
Added textproc/p5-Lingua-EN-Inflect-Number version 1.1
Added textproc/p5-Text-SimpleTable version 0.03
Added textproc/p5-YAML-Tiny version 1.32
2008-05-30 12:10:51 +00:00
abs
d5c855022a Added devel/p5-Cache-FastMmap version 1.26
A shared memory cache through an mmap'ed file. Its core is written
in C for performance. It uses fcntl locking to ensure multiple
processes can safely access the cache at the same time. It uses
a basic LRU algorithm to keep the most used entries in the cache.
2008-05-30 12:06:54 +00:00
abs
2d07e3ffff Added devel/p5-Array-RefElem version 1.00
This module gives direct access to some of the internal Perl routines
that let you store things in arrays and hashes. The following
functions are available:

av_store(@array, $index, $value)

    Stores $value in @array at the specified $index. After executing
    this call, $array[$index] and $value denote the same thing.

av_push(@array, $value)

    Pushes $value onto the @array. After executing this call,
    $array[-1] and $value denote the same thing.

hv_store(%hash, $key, $value);

    Stores $value in the %hash with the given $key. After executing
    this call, $hash{$key} and $value denote the same thing.
2008-05-30 12:03:27 +00:00
abs
5261992cf5 Add devel/p5-parent-0.221
Allows you to both load one or more modules, while setting up
inheritance from those modules at the same time. Mostly similar in
effect to:

    package Baz;
    BEGIN {
        require Foo;
        require Bar;
        push @ISA, qw(Foo Bar);
    }
2008-05-30 11:52:39 +00:00
tnn
ceaca2c3bd Drop lang/mono/Makefile.common which is not needed anymore. 2008-05-30 11:07:22 +00:00
drochner
3591e385e3 update to 0.19.1
changes:
-Add a GType for the DhLink boxed type
-translation updates
2008-05-29 17:14:18 +00:00
drochner
e276bf9c16 remove explicit esound dependency (still pulled in by libgnome) 2008-05-29 16:34:15 +00:00
drochner
e6a32a3e11 update to 2.14.2
changes: bugfixes
2008-05-29 16:30:09 +00:00
tnn
27c1967802 Fix gunixmounts.c build on OSF/1 2008-05-29 12:41:35 +00:00
drochner
00b1d399ad update to 2.22.2
changes: minor code cleanup
2008-05-29 11:10:13 +00:00
drochner
e2f6b7e675 update to 2.22.2
changes:
-location data maintainance
-translation updates
2008-05-29 10:53:53 +00:00
drochner
a73d8ffc1d update to 1.20.3
changes: windows specific only (font aliases and memory leak),
 the update should be cosmetical for us
2008-05-29 10:43:40 +00:00
abs
ea28f8e762 Updated devel/p5-Array-Compare to 1.15
* [r28] lib/Array/Compare.pm: Increment version number
	* [r27] Build.PL: Fix prerequisites
	* [r26] lib/Array/Compare.pm: Require Perl 5.6 so we can use
	  warnings and our.
2008-05-29 08:26:55 +00:00
abs
d998e8de7b +p5-ExtUtils-Install 2008-05-29 08:23:51 +00:00
abs
1ca04cdd4a Import devel/p5-ExtUtils-Install-1.50
Handles the installing and uninstalling of perl modules, scripts,
man pages, etc...

Both install() and uninstall() are specific to the way ExtUtils::MakeMaker
handles the installation and deinstallation of perl modules. They
are not designed as general purpose tools.
2008-05-29 08:22:30 +00:00
wiz
13b00d2284 Take ownership of lib/gio/modules directory. Bump PKGREVISION. 2008-05-29 08:03:58 +00:00
wiz
948bf7a21f Fix typo in comment. 2008-05-29 07:28:07 +00:00
abs
b1f491957a Updated devel/p5-IO-Compress-Zlib to 2.011
2.011 17 May 2008

      * IO::Uncompress::Unzip
        - Print an error message if the zip file contains a
          member compressed with bzip2 and IO::Uncompress::Bunzip2 is
          not available.
        - Could not cope with mixed compression zip files. For example a
          zip file that contains both STORED and DEFLATED content.
          [RT #35573]

  2.010 5 May 2008

      * Fixed problem that meant Perl 5.10 could not upgrade this module.
        [RT #35343]

  2.009 20 April 2008

      * IO::Compress::Zip

        - Added exUnix2 option to allow storing of UID & GID.
        - When running on a Unix derivative the ExtAttr option now defaults
          to the equivalent of 0666. For all other systems the default
          remains 0.
2008-05-28 22:15:20 +00:00
abs
31ab84e67d Updated devel/p5-IO-Compress-Zlib to 2.011
2.011 17 May 2008

      * No Changes

  2.010 5 May 2008

      * Fixed problem that meant Perl 5.10 could not upgrade this module.
        [RT #35341]

  2.009 20 April 2008

      * Minor documentation issue with flush.
        [rt.cpan.org #31446]
2008-05-28 22:13:22 +00:00
abs
2ae6b621c7 Updated devel/p5-Compress-Zlib to 2.011
2.011 17 May 2008

      * No Changes

  2.010 5 May 2008

      * Fixed problem that meant Perl 5.10 could not upgrade this module.
        [RT #35341]

  2.009 20 April 2008

      * Minor documentation issue with flush.
        [rt.cpan.org #31446]
2008-05-28 22:12:08 +00:00
abs
e175b772c9 Updated devel/p5-Compress-Raw-Zlib to 2.011
2.011 5 May 2008

      * A C++-style comment sneaked in with the last update. Fixed.
        [core patch #33828]

  2.010 5 May 2008

      * No Changes

  2.009 20 April 2008

      * No Changes
2008-05-28 22:10:51 +00:00
abs
10cd8a652b Updated devel/p5-AppConfig to 1.66
#========================================================================
# Version 1.66  Date: 2007/07/06 (Andy Wardley)
#========================================================================

* Removed File::HomeDir from the test scripts.
2008-05-28 22:01:15 +00:00
abs
6ae423b247 Updated devel/p5-Carp-Clan to 6.00
Version 6.00  17.02.2008
 + Oops. Fixed version number. '5.10' is less than '5.9'. I thought
   CPAN would handle this but apparently not..

Version 5.10  10.01.2008
 + Removed the circular dependency on Object::Deadly. It was only
   used for testing and would only succeed if you already had O::D
   installed.
2008-05-28 21:59:39 +00:00
abs
90732343d6 Updated devel/p5-Data-OptList to 0.103
0.103     2007-11-01
          require taint-safe Test::Pod

0.102     2006-07-04
          improved documentation
          tweaked some Perl::Critic-offending code
2008-05-28 21:58:04 +00:00
abs
fa94948d7a Updated devel/p5-Devel-Cycle to 1.09
Revision history for Perl extension Devel::Cycle.
1.09 Mon Apr 14 12:54:56 EDT 2008
     	 -Dave Rolsky identified and fixed bug 25360.

1.08 Fri Apr 11 17:55:59 EDT 2008
     	- Peter Brakemeier identified and patched bug in which stringified objects could
           create false positives. Thanks Peter!
2008-05-28 21:56:41 +00:00
abs
65e0ad4809 Updated devel/p5-ExtUtils-ParseXS to 2.19
- Fixed the treatment of the OVERLOAD: keyword, which was causing a C
    compile error. [Toshiyuki Yamato]
2008-05-28 21:55:42 +00:00
abs
02c899c682 Updated devel/p5-File-HomeDir to 0.69
0.69    Sun  3 Feb 2008
	- No changes, incrementing for production release

0.68_01 Tue 22 Jan 2008
	- Fixed folder detection on Darwin so that symlinks that resolve to
	  directories are considered valid folders. Patch from David Wheeler.

0.67    Thu  6 Dec 2007
	- No functional changes, no need to upgrade.
	- Upgrading to Module::Install 0.68
	- Updating bundled author tests

0.66    Sat 25 Aug 2007
	- No functional changes, no need to upgrade.
	  (This release attempts to regain 100% CPAN Testers results)
	- Spurious failures on some path-levels of 5.9.0 due to a warnings
	  bug regression. Skip the relevant test on Perl 5.9.0.
	- Remove a -w flag in 02_main.t so test run under tainting
2008-05-28 21:54:19 +00:00
abs
e66c257fda Updated devel/p5-Module-CoreList to 2.15
2.15	Tue Apr  1 2008
	- Add missing entries for Config.pm in recent perls
	- Install in core location for perl >= 5.8.9 (Jerry D. Hedden)

2.14	Mon Mar 17 2008
	corelist changes:
        - Add a new -d option to find first perl version by date
          and not by version number
        - Better handling of perl versions that end with a 0
        - use version.pm only for version numbers that have multiple dots

	- Fix tag for 5.00405 (Sam Vilain)

2.13	Tue Dec 18 2007
	- Add data for perl 5.10.0
2008-05-28 21:53:01 +00:00
abs
98eeff94a8 Updated devel/p5-Module-Install to 0.74
0.74 Mon 26 May 2008
	- Fix incorrect comparison of module and distribution names (RJBS)
	- Allow "require" instead of "use" when finding required perl version (RJBS)
	- Remove the -f Build.PL check, as it was breaking people trying to
	  convert from M:B to M:I or vice versa (MSTROUT)

0.73 Wed 14 May 2008 - Adam Kennedy
	- Aggressively increase dependencies for authors to make sure
	  all the latest release-time tricks will work properly. (ADAMK)
	- When generating META.yml where there is an overall Perl version
	  dependency, add a test for unversioned core dependencies that
	  MUST already be satified by the Perl dependency. (ADAMK)
	- Merged Module::Install MANIFEST.SKIP into the repository
	  default MANIFEST.SKIP file, and deleted the M:I one (ADAMK)

0.72 Tue 15 Apr 2008 - Adam Kennedy
	- exit(0) on requires_external_bin to make it a real NA (ADAMK)
	- Change docs to recommend the use of test_requires instead
	  of build_requires. They do the same thing now, but this may
	  change in the future and in that case better people use
	  test_requires now as it is a more accurate description of
	  intent. Also, it reads clearer. (ADAMK)
	- Removed the command prompt_script, it did some unusual magic
	  and it easy enough to replace with 2 lines of code in the
	  Makefile.PL of anyone using it anyway (ADAMK)
	- Merged the remaining install_script into Metadata.pm (ADAMK)
	- Adding documentation about the configure_requires command (ADAMK)
	- Automatically add any install_share directory to no_index (ADAMK)
	- Check scripts passed to install_script actually exist (ADAMK)
	- Allow install_script('foo') to be shorthand for
	  install_script('script/foo') if no root 'foo' file exists.
	  This should allow for yet more typing reduction (ADAMK)
	- For even more typing reduction, "use inc::Module::Install"
	  now acts as an implicit "use strict", so you don't need to
	  use strict in Makefile.PL (ADAMK)
	- Fixed a regex bug in name_from (and thus all_from) (ADAMK)

0.71 Mon 24 Mar 2008 - Adam Kennedy
	- YAML::Tiny is now good enough to use exclusively (ADAMK)
	- Converted Changes file to my normal format, so that my release
	  automation can deal with it properly (ADAMK)
	- Added name_from to auto-detect name, and include name_from in
	  all_from, so now no name line is needed at all in the
	  Makefile.PL (ADAMK)
	- Removed the redundant Module::Install::Makefile::Name and
	  Module::Install::Makefile::Version, they were almost never
	  used and were a bit too magic. (ADAMK)
	- Adding a "wrote" flag to the M:I object in preparation for
	  making WriteAll implicit by default (ADAMK)
	- Correcting 01_compile.t to check for 5.004 instead of 5.005
	  (ADAMK)
	- Added Module::Install::_version to numify CPAN-like versions
	  properly (ADAMK)
	- Split TestHelper out as it's own t/lib/Test module (ADAMK)
	- Upgrade from File::Path::rmtree to File::Remove::remove in the
	  test scripts. (ADAMK)
	- Various documentation clean ups (ADAMK)
	- If building in author mode, make sure that auto-generated META.yml
	  files are deleted properly during 'make clean' (ADAMK)

0.70 Tue 18 Mar 2008 - Adam Kennedy
	- Temporarily restoring auto_install until Matt Trout can craft a
	  replacement for their installdeps needs, and for feature support
	  (ADAMK)

0.69 Sat 15 Mar 2008 - Adam Kennedy
	- Removing auto_install support (ADAMK)
	- Removing Build.PL support (ADAMK)
	- Enabling configure_requires support (ADAMK)
	- Automatically set a configure_requires for the version of
	  ExtUtils::MakeMaker that the author is running (ADAMK)
	- Refactoring a number of modules for reduced size (ADAMK)
	- Add 'share' to the list of directories automatically no_index'ed (ADAMK)
	- license_from correctly marks "GNU lesser public license" as lgpl,
	  not gpl [rt.cpan.org 24635] (AVAR)
	- set author mode ($Module::Install::AUTHOR) when first creating
	  ./inc (RJBS)
	- Don't write perl into PREREQ_PM when using perl_version (ADAMK)

0.68 - Ricardo Signes
	- The author entry in META.yml is now a sequence, as required
2008-05-28 21:52:04 +00:00
abs
8a87987989 Updated devel/p5-Module-Pluggable to 3.8
2008-03-16 - 3.8
    Set INSTALLDIRS correctly in Makefile.PL
    A couple of other fixups to play nicely in Core

2008-03-12 - 3.7
    Ignore editor cruft by default (Dave Rolsky and Matt Trout)
    Doc patches (Matt Trout)
    Prevent prototype mismatch warnings under Error.pm (Christopher H. Laco)
    Don't pick up the ::SUPER pseudo stash in 5.8 (Alex Vandiver)
    Make things work under VOS (Nicholas Clark and Paul Green)
    Fix warning under Devel::Cover (Brian Cassidy)
    Make tests run under Taint again
    Get rid of Build.PL
2008-05-28 21:50:24 +00:00
abs
8309b7d4fe Updated devel/p5-Module-ScanDeps to 0.84
[Changes for 0.84 - 2008-05-13]
* Add special case for Class::MethodMaker.

[Changes for 0.83 - 2008-03-23]
* Add special case for Image::ExifTool.

[Changes for 0.82 - 2008-01-08]
* Add Test::More to build requirements (Alexandr Ciornii)
* Add dependency on version.pm
* Now correctly identifies feature.pm as a dependency if
  "use 5.10.0;" (and up) is found.

[Changes for 0.81 - 2007-12-07]
* Fix for the case-insensitive-file-system-test.

[Changes for 0.80 - 2007-11-30]
* Fix to avoid duplicated entries arising from used_by references with
  case differences.
* Do not report input files themselves as dependencies.
  (Regression from 0.74 onwards)
* Remove warning from ScanFileRE tests.

[Changes for 0.78 - 2007-11-17]
* Fix ScanFileRE heuristics to allow for scanning files without
  suffixes.

[Changes for 0.77 - 2007-09-20]
* Add support for prefork.pm (similar to how base.pm is detected).
* Added uses field to hash descriptions returned by scan_deps +
  tests (Adrian Issott)
* Added ScanFileRE to restrict the files scanned to .pl, .pm, .al and
  .t but allow the user to override + tests (Adrian Issott)

[Changes for 0.76 - 2007-07-21]
* Fix special case for Term::ReadLine (should not rope in Tk)
* New special case for Tcl::Tk (should not rope in Tk either!)
* New special case for threads::shared ==> rope in attributes.pm
* Fix to avoid duplicated entries that can arise due to case
  differences that don't actually matter on case-tolerant
  systems (Adrian Issott)
* M::SD warnings now go to STDERR not STDOUT (Adrian Issott)
* Fixed bug #24162: scandeps.(bat|pl) doesn't correctly identify Core
  Modules on Windows (Adrian Issott)
* Now finds shared libraries for modules specified as input files.
* Tests for finding shared libraries.

[Changes for 0.75 - 2007-06-24]
* Fix special cases for POE. (Roderich Schupp)
* Added exported path_to_inc_name subroutine (Adrian Issott)
* Added Module::Build::ModuleInfo dependency (Adrian Issott)
* Fixed bug where input files weren't scoped properly
* Add new "check-for-dynaloader" test. (Eric Wilhelm)
2008-05-28 21:49:26 +00:00
abs
737d776473 Updated devel/p5-PAR-Dist to 0.29
By: smueller on 2008/02/06
    * Make file://foo.par URLs installable.
    * This is 0.29.
____________________________________________________________________________
By: smueller on 2008/02/05
    * Setting installation targets to undef with install_par
      should remove them altogether now. This way, you can
      make sure, some parts aren't installed. (Such as manpages
      on win32)
    * This is 0.28.
    * Now hopefully back to bi-annual releases ;)
____________________________________________________________________________
By: smueller on 2008/02/04
    * No more signature. I keep breaking things with it.
    * This is 0.27.
____________________________________________________________________________

By: smueller on 2008/02/03
    * If the return code from LWP::Simple is 304/not modified,
      then that's a success. So we shouldn't throw an error.
    * This is 0.26.
____________________________________________________________________________

By: smueller on 2007/06/29
    * Use Archive::Unzip::Burst for unzipping if available.
    * Some refactoring and code cleanup.
    * This is 0.25.
____________________________________________________________________________
By: smueller on 2007/07/20
    * Remove shebang from Makefile.PL. No assumptions about the user's perl.
    * Port Makefile.PL to use ExtUtils::MakeMaker so I no longer need to
      release for Module::Install upgrades. PAR::Dist wasn't using any of
      the advanced features anyway!
    * This is 0.24.
____________________________________________________________________________
By: smueller on 2007/06/20
    * Add contains_binaries.
    * This is 0.23
2008-05-28 21:32:41 +00:00
abs
f7ee86a8a6 Updated devel/p5-Params-Validate to 0.91
0.91 May 3, 2008

- The fix for handling @_'s readonly-ness introduced a refcounting
  bug. One symptom of this was a failing Log::Dispatch test. Reported
  by Andreas Koenig. RT #35608.


0.90 May 1, 2008

- Make the XS version of Params::Validate recognize regexp objects
  with Perl 5.11.0-to-be. Patch by Andreas Koenig. RT #32872.

- With the XS version, when you passed @_ directly to validate() and
  then got a hash reference back, the values of that hash reference
  would be marked readonly. Reported by W J Moore. RT #34410.
2008-05-28 21:29:55 +00:00
abs
dd6a403c87 Updated devel/p5-Sub-Exporter to 0.979
0.979     2007-04-29
          add INIT collector
          declare reservation of all CAPS collectors
          clarify documentation of -setup after report by GAISSMAI

0.978     2007-11-19
          improve documentation of new installer/generator options
          deprecate calling "installer" the "exporter"
          WARNING: "exporter" OPTION WILL BE REMOVED AFTER 2008-06-01
          major refactoring of the core generation/installation code
          tentative interface documentation for replacing it!

0.976     2007-08-30
          fixed merge_col, which was not updated to work with \name generators
          collector hooks can now alter @_ to replace the value to be collected
          clarify args passed to generator in Tutorial; thanks MARKSTOS

          added commented-out name_map to Sub::Exporter::Util; future feature?

0.975     2007-07-04
          update Tutorial to show (preferred) \'name' style for generators
          changed "standard" name of curry_class to curry_method
          added curry_chain
          added Sub::Exporter::Cookbook
2008-05-28 21:28:39 +00:00
abs
76b113f6aa Updated devel/p5-Sub-Uplevel to 0.1901
0.1901 Thu Feb 14 14:07:37 EST 2008

    - hides the "DB" package from indexers (DB used to support @DB::args)

0.19 Thu Feb 14 11:50:16 EST 2008

    - bug fix: replacement caller() correctly sets @DB::args if calling
      package is DB

    - repackaging: custom Build.PL, moved all author tests to xt/, added
      LICENSE and INSTALL files
2008-05-28 21:27:04 +00:00
abs
4a7275c07e Updated devel/Test-Deep to 0.101
0.101

Fix an overloading problem with All and Any. Thanks to Kostas
Chatzikokolakis for reporting the bug and especially for explaining
how to fix it :)

Added a nasty hack to smooth over a problem in Test::Tester.

0.100

Apply patch from Andreas Koenig (ANDK) to cope with Perl 5.11's new
REGEXP objects.

0.099

Don't explode on perl's that don't have weakrefs. If they're not
available, just don't weaken the refs. It means refs can be cached for
longer than desirable but it's better than explodiing.

This doesn't fix all of te problems with perl 5.005 but I'm pushing it
out because the previous version number upsets CPAN.pm.

0.098

Cleaned up Test::Deep::NoTest by making it call Test::Deep's import,
that way it will always be in sync for exports. Also added some POD
docs.

Added notest_extra.t to check that things are correctly exported and
working.

Add cmp_details but left it undocumented. It manages localising the
stack etc. Factored eq_deeply and cmp_deeply through that. This meant
adding an icky hack into deep_diag. I should clean that whole thing up.

Remove $name from params of eq_deeply, in code and docs, it was unused.

0.097

Fixed doc typo for re().

Fix diagnostics for code(), it was always printing undef instead of
the got value.
2008-05-28 21:25:40 +00:00
joerg
17c9303373 Make FAM optional. 2008-05-28 21:20:48 +00:00
abs
336df74f48 Updated devel/Test-Tester to 0.107
0.107

Test::Tester::Capgture::new used to just return __PACKAGE__
because Test::Builder::new enforced it's singleton nature by
return __PACKAGE__. That has since changed, Test::Builder::new now
returns a blessed has and around version 0.78, Test::Builder::todo
started wanting to modify $self. To cope with this, we now return
a blessed hash. This is a short-term hack, the correct thing to do
is to detect which style of Test::Builder we're dealing with and
act appropriately.
2008-05-28 21:13:20 +00:00
abs
e9e903ab23 Updated devel/p5-Tree-DAG_Node to 1.06
2007-12-02  David Hand  cogent@cpan.org

	* release 1.06 -- new maintainer.  No code changes.
2008-05-28 21:10:32 +00:00
tnn
d38c374aec Remove a feeble attempt at providing ABI compatibility for the C++ portion
of the PCRE library. Relying on the C++ compiler to crunch symbols in a
particular way is platform dependent at best, and the comments indicate
that this was done for OSX.
Also, the test misfired on SunOS leading to breakage (PR pkg/38768).
I'm not bumping the ABI depends because I'm not aware of
any packages using the C++ library. Bump PKGREVISION, however.
2008-05-27 16:20:52 +00:00
tnn
8aa19c3bca Mark some packages as NOT_FOR_BULK_PLATFORM= Linux-*-*
Addresses PR pkg/38368 and PR pkg/38371
2008-05-26 22:25:25 +00:00