Commit graph

23 commits

Author SHA1 Message Date
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
markd
d9c7ef1844 Update to 0.28.02.05
0.280205 - 2011-12-20 (Perl v5.15.6)

  Fixed:
  - Fixed bug picking up ccflags from Config

0.280204 - 2011-06-20 (Perl v5.15.0)

  Minor:
  - Quotation style cleanup

0.280203 - 2011-05-14 (Perl v5.14.0)

  Fixed:
  - Appends CFLAGS and LDFLAGS environments instead of overriding
  - Reset ccflags on compilation for VMS.
  Changed:
  - Refactored OS name mapping to use Perl::OSType
2012-03-11 04:27:23 +00:00
adam
9ee46cf17e Changes 0.28.02.02:
* Different file names used for test files; allows EU::CB tests
  to be run in parallel.
2011-08-12 12:41:03 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
seb
91e14e5850 Update p5-ExtUtils-CBuilder from version 0.27.02 (upstream version 0.2702)
to version 0.27.03 (upstream version 0.2703).

Upstream changes:
0.2703 - Tue Mar 16 17:10:55 EDT 2010

 Bugs fixed:
 - fixed tests for Windows and MSVC [Jan Dubois]
2010-04-25 11:18:38 +00:00
sno
e1a9f872e2 Updating devel/p5-ExtUtils-CBuilder from 0.27.01 to 0.27.02
Upstream changes:
0.2702 Mon Feb 22 15:10:52 EST 2010
 Bugs fixed:
 - compile() changes in 0.2701 did not work on Windows.  Now fixed.
2010-02-23 12:52:03 +00:00
sno
2d38140c29 Updating devel/p5-ExtUtils-CBuilder from 0.27 to 0.27.01
Upstream changes:
0.2701 - Tue Feb 16 09:12:45 EST 2010
 Bugs fixed:
 - compile() now accepts both string & array for 'include_dirs'
   argument, as documented.(RT#54606) [Alberto Simoes]
2010-02-18 08:55:25 +00:00
seb
071eb7497a Update p5-ExtUtils-CBuilder from version 0.26.03.01 to version 0.27.
Pkgsrc changes:
- Switch PERL5_MODULE_TYPE to MakeMaker

Upstream changes:
0.27 - Thu Oct 29 21:29:56 EDT 2009

 Other:
 - Removed Build.PL to avoid creating a circular dependency
 - Added version numbers to Windows compiler driver modules

0.26_05 - Sun Oct 25 17:29:02 EDT 2009

 Bugs fixed:
 - Fixed t/02link.t failures on cygwin with Perl 5.8 [David Golden]

 Other:
 - Made have_compiler (and have_cplusplus) quiet without echoing
   the test command to STDOUT [David Golden]

0.26_04 - Mon Oct 19 21:57:46 EDT 2009

 Enhancements:
 - Added 'have_cplusplus()' method to check for C++ support
 - Added patches for building Perl with mingw64 [Sisyphus]
 - Allow CC environment variable to override $Config{cc}

 Bugs fixed:
 - Fixed link executable command for Win32 MSVC (RT#40819) [Cosimo
   Streppone]
 - Removed MSVC version check when embedding a manifest file
   (RT #43002) [Steve Hay]

 Other:
 - Split Windows compiler driver packages into individual *.pm files
2009-11-11 17:50:06 +00:00
sno
60b718ec14 Updating devel/p5-ExtUtils-CBuilder from 0.26.03 to 0.26.03.01
Upstream changes:
0.260301 - Sat Aug 29 11:04:41 EDT 2009
 Bugs fixed:
 - Fixed linking error on Win32 with gcc compiler (RT#49000)
   [kmx]
2009-09-12 19:43:50 +00:00
sno
fff1e97e4f Updating package for p5 module ExtUtils::CBuilder from 0.26.02 to 0.26.03
Upstream changes:
0.2603 - Sat Jul 18 06:56:06 EDT 2009
 Bugs fixed:
 - Makefile.PL had wrong INSTALLDIRS setting for older Perls
   (RT#47985) [David Golden]
2009-07-28 06:23:29 +00:00
sno
0565e976bc Updating package for p5 module Extutils::CBuilder from 0.24 to 0.26.02
Adjust module type and license

Upstream changes:
0.2602 - Sat Jul  4 10:57:12 EDT 2009

 Bugs fixed:
 - Fixed 00-have-compiler.t if $^X is a relative path [David Wheeler]

0.2601 - Wed Jul  1 09:37:39 EDT 2009

 Bugs fixed:
 - On VMS, cleans up extra files generated during testing
   [John E. Malmberg, Craig Berry]

0.26 - Mon Jun 29 20:11:52 EDT 2009

 - No changes from 0.25_01

0.25_01 - Sat Jun 27 23:13:20 EDT 2009

 - Changed test library to Test::More

 - Added tests for have_compiler

 - Skips tests that need a compiler if have_compiler is false

 - have_compiler will try to compile in the current directory
   if compiling in tmpdir fails for whatever reason

0.25 - Fri Jun 26 16:18:13 EDT 2009

 - Slight diagnostic improvements in link.t

0.24_01 - Sun Mar  8 14:50:10 2009

 - On Windows, don't generate "mt" command when CRT is statically
   linked. [Jan Dubois]

 - On Cygwin, examine $Config{useshrplib} to see whether we're
   supposed to be linking with a shared perl library or not. [Reini
   Urban]

 - In link_executable() on Cygwin, trust $Config{ld} rather than using
   $Config{cc} for linking. [Reini Urban]

 - Add 'haiku' as a Unix-like platform. [Ingo Weinhold]
2009-07-07 22:02:35 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
wiz
bc3c51c586 Update to 0.24:
- Added 'gnu' and 'gnukfreebsd' as Unix variants. [Niko Tyni]

 - Brought in some VMS fixes from bleadperl: "Correct and complete
   CBuilder's handling of external libraries when linking on VMS."
   [Craig Berry]
2008-09-07 14:11:44 +00:00
wiz
f51951e9f0 Update to 0.23:
- Fixed some problems (some old, some new) with Strawberry Perl on
   Windows. [Alberto Simo~es]

 - Will now install in the core perl lib directory when the user's
   perl is new enough to have us in core. [Yi Ma Mao]
2008-04-25 07:31:35 +00:00
wiz
578ed3dffe Update to 0.22:
- Replaced the split_like_shell() method on Windows with a
   near-no-op, which is probably more correct and has the benefit of
   not messing up UNC paths. [John R. LoVerso, see
   http://rt.cpan.org/Ticket/Display.html?id=26545]

 - Fixed extra_compiler_flags on Windows, they were being
   ignored. [Robert May]
2008-04-16 08:58:53 +00:00
heinz
5071563e6c The package supports installation to DESTDIR.
A C compiler is necessary.
2008-01-08 22:56:10 +00:00
wiz
fbb64a597e Update to 0.21:
- Clean up perl_src path using Cwd::realpath().  Only affects usage
   as part of the perl core.

 - Protect $., $@, $!, $^E, and $? from any clobbering that might
   occur in our DESTROY method. [Zefram]

 - From bleadperl, a patch to clean up debug symbol files (.pdb for
   VC++, .tds for BCC) when running have_compiler(). [Steve Hay &
   Steve Peters]
2007-11-29 17:31:11 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
joerg
f22b24540e Fix path to Perl. Bump revision. 2007-07-29 16:26:08 +00:00
abs
c296fca78d Updated devel/p5-ExtUtils-CBuilder 0.18 -> 0.19
- When building as part of the perl core (so this is irrelevant for
   people downloading from CPAN) we now try a little harder to find
   the perl sources. [Jos Boumans]

 - Fixed a part of the manifest thingy that got broken on 64-bit
   Windows platforms in version 0.18. [Steve Hay, Jan Dubois]
2007-06-09 23:31:25 +00:00
seb
83ec3d40d1 Initial addition of p5-ExtUtils-CBuilder version 0.18 into the NetBSD packages
Collection.

This Perl 5 module can build the C portions of Perl modules by
invoking the appropriate compilers and linkers in a cross-platform
manner.  It was motivated by the "Module::Build" project, but may
be useful for other purposes as well.  However, it is not intended
as a general cross-platform interface to all your C building
needs.
2006-05-15 14:56:51 +00:00