summaryrefslogtreecommitdiff
path: root/hints
Commit message (Collapse)AuthorAgeFilesLines
* Bump the perl version to 5.13.3David Golden2010-07-191-2/+2
|
* Bump the perl version in various places for 5.13.2Matt S Trout2010-06-211-2/+2
|
* usemymalloc slows down newer openbsd [perl #75742]Rafael Garcia-Suarez2010-06-151-2/+6
|
* Bump the perl version in various places for 5.13.1Ricardo Signes2010-05-201-2/+2
|
* Re-run bump-perl-version to update a few missing spotsVincent Pit2010-04-301-8/+8
|
* FreeBSD 7+ no longer contains /usr/bin/objformat, so the followingTodd Rinaldo2010-04-221-1/+8
| | | | | | | | | | | | | (harmless) following error message is printed when hints are run: ./hints/freebsd.sh: /usr/bin/objformat: not found The reason for this is outlined in this email from Feb 2007 http://lists.freebsd.org/pipermail/freebsd-ports/2007-February/038523.html This patch just skips the objformat check for versions 7+ and assumes ELF. (The end result is unchanged, but the error message will not be printed anymore.)
* [PATCH] [5.12] Allow build on aix 4.2 (sigaction and IPv6)H.Merijn Brand2010-04-161-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on a patch by AUGUSTE-ETIENNE José <jose.auguste-etienne@cgss-guyane.fr> The attached patches are necessary to work around aix 4.2 lack of support for IPv6, and limited support for POSIX sigaction() The hints/aix_4.sh patch solves the following build failure: "Socket.xs", line 468.16: 1506-007 (S) "struct in6_addr" is undefined. The ext/POSIX/t/sigaction.t patch solves the failing test reported a looong time ago: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-01/msg01124.html After testing a simple C program using POSIX sigaction() with SA_SIGINFO, I found that it worked on aix 4.3 but failed on aix 4.2. I think it's safe to skip the SA_SIGINFO test on the aix 4.2 platform. perl 5.12.0 builds fine on the following platforms / C compiler : aix 4.2.1 / vac 5.0.2.7 (with attached patches) aix 4.3.2 / gcc 2.95.3 aix 4.3.3 / vac 4.4.0.3 aix 4.3.3 / vac 5.0.28 aix 5.2 / GNUpro gcc 2.9.aix51.020209 The atatched patches should be applied to blead and maint.
* Allow -Duse64bitint without promoting to use64bitall on HP-UXH.Merijn Brand2010-04-131-3/+7
| | | | Fix for http://rt.perl.org/rt3/Public/Bug/Display.html?id=17736
* Bump to 5.13.0Jesse Vincent2010-04-121-2/+2
|
* Bump to 5.12.0Jesse Vincent2010-03-141-2/+2
|
* Revive threaded builds for AIXH.Merijn Brand2010-03-131-0/+1
| | | | | | | If random_r is disabled, so should srandom_r be. Changes in a distant caused errors like: "reentr.h", line 773.16: 1506-007 (S) "struct random_data" is undefined.
* Tighten the ropes on sGMTIME_min for HP-UX 11.00H.Merijn Brand2010-03-121-2/+2
| | | | | | The original long-running test had a tighter limit for sGMTIME_min and sLOCALTIME_min than the 2**47-1 limit that was now hardcoded. Take the safe route.
* Limit HP-UX 11.00 time to 48 bit in 64bit modeH.Merijn Brand2010-03-111-1/+9
|
* Bump version to 5.11.5Steve Hay2010-02-201-2/+2
|
* bump version for 5.11.4Ricardo Signes2010-01-191-2/+2
|
* Perl blead on AIX - fail: t/porting/test_bootstrapRainer Tammer2010-01-181-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hello, Nicholas Clark wrote: > On Mon, Jan 18, 2010 at 11:33:07AM +0100, Rainer Tammer wrote: > >> Hello, >> the 32 bit blead build looks quite good on AIX: >> >> A threaded, shared 32 bit build only produced one error: >> > Thanks for continuing to look out for AIX. > > No problem ... >> Is this a know error ?? >> > Yes, but I believe that I committed a change to fix it about 30 minutes ago. > > OK, I try this fix. I have also a fix for the GDBM problem. Now GDBM is only disabled if the "problem" headers are installed, e.g. if the gdbm rpm < 1.8.3-5 is installed. I have attached the patch for this. > Nicholas Clark > > > Bye Rainer From 4755db7f86c38d3c2b69c668c5747368e98c3eae Mon Sep 17 00:00:00 2001 From: Rainer Tammer <tammer@tammer.net> Date: Mon, 18 Jan 2010 11:40:27 +0100 Subject: [PATCH] Enabld GDBM on AIX if possible Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* Bump to 5.11.3Jesse Vincent2009-12-201-2/+2
|
* cygwin IPv6 since 1.7Reini Urban2009-12-141-10/+17
| | | | | Use g++ as default linker IPv6 support for 1.7
* record version of Intel C during configureTony Cook2009-11-241-0/+5
| | | | | | | | | Currently building with icc records an empty ccversion, the attached change fixes that. Tony Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* Bump 5.11.1 -> 5.11.2 in all sorts of places it's (oh so unfortunately) ↵Leon Brocard2009-11-181-2/+2
| | | | hardcoded
* Bump 5.11.0 -> 5.11.1 in all sorts of places it's (oh so unfortunately) ↵Jesse Vincent2009-10-201-2/+2
| | | | hardcoded
* [perl #69686] Fix DragonFly thread lib selectionSimon 'corecode' Schubert2009-10-101-41/+6
| | | | | | | | | | | | | Hey, attached patch fixes the thread library detection in DragonFly. All versions of DragonFly can be used threaded with -pthread. libc_r must not be used directly. Please let me know if you have any questions. Thanks, simon
* Move Cwd from ext/ to cpan/Nicholas Clark2009-09-292-2/+2
|
* OS/2 hadn't been updated to cope with the ext/ restructuring.Nicholas Clark2009-09-041-5/+1
| | | | | | | | | | I don't have OS/2, so I can't test this, but the code in Configure will assume flat directories, because ext/File-Glob is present, and hence not search recursively and not find the OS/2 extensions if they are copied into ext/OS2/* I believe that without this change OS/2 will not have been building since the change to flattened ext. This change may not be sufficient to get OS/2 building again, but it is in the right direction.
* Use alternative URLs for links which are now broken (link rot)Leon Brocard2009-09-043-4/+5
|
* Use alternative URLs for links which are now broken (link rot)Leon Brocard2009-09-011-1/+1
|
* Removed vestigal support for Tenon Intersystems MachTen Unix layer for MacOS ↵Jesse Vincent2009-08-032-367/+0
| | | | | | Classic. Perl hasn't supported MachTen since 5.6.
* Remove the port to MiNT. It's a dead platform that hasn't had any love ↵Jesse Vincent2009-08-031-94/+0
| | | | since 5.005
* hints/bsdos.sh: Add correct flags for compilation with pthreadsThe Doctor2009-07-291-1/+1
|
* hints/aix.sh remove libgdbm from wanted libs - dbm_store() is defective in ↵Rainer Tammer2009-07-171-0/+7
| | | | the AIX Toolbox
* fix some perl version numbersDavid Mitchell2009-07-141-2/+2
|
* Smoke failing on longdoubleRich Rauenzahn2009-05-221-12/+0
| | | | Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
* Here are some patches for QNX6 against 5.10.x. Unpatched and patchedH.Merijn Brand2009-04-181-3/+6
| | | | | | | | smoke reports also attached. From: Sean Boudreau <seanb@qnx.com> Date: Sun, 12 Apr 2009 10:18:39 -0400 Message-ID: <20090412141839.GA27971644@qnx.com>
* Convert xsutils.c and lib/attributes.pm to a regular XS extension.Nicholas Clark2009-04-122-3/+3
|
* Remove attrs, which has been deprecated since 1999/10/02.Nicholas Clark2009-04-122-3/+3
|
* Remove libbsd/libBSD from wanted libs on AIXH.Merijn Brand2009-04-061-0/+5
| | | | | | | Subject: libbsd on AIX From: Rainer Tammer <tammer@tammer.net> Date: Fri, 03 Apr 2009 11:59:18 +0200 Message-ID: <49D5DDF6.5050804@tammer.net>
* Can't use inet_ntop and inet_pton under Cygwin because it doesn't fully ↵Jerry D. Hedden2009-03-311-0/+4
| | | | implement IPv6 yet.
* Rename ext/threads/shared to ext/threads-sharedNicholas Clark2009-02-091-1/+1
|
* Subject: Patch for hints/netbsd.shH.Merijn Brand2008-12-231-1/+1
| | | | | | From: "Ulrich Habel" <rhaen@netbsd.org> Date: Tue, 23 Dec 2008 14:36:26 +0100 Message-ID: <9fd3126e0812230536x3f8a84bagbb1b4dcddb399bf5@mail.gmail.com>
* AIX patches for Perl 5.8.9 RC2 and gcc on AIX + suidperl on AIX README.aixRainer Tammer2008-12-041-30/+33
| | | | | | | Message-ID: <4937A39B.1070104@tammer.net> [just the hints] p4raw-id: //depot/perl@35006
* Fix a missing single quote in hints/solaris_2.shAndy Dougherty2008-11-171-1/+1
| | | | | | Message-ID: <Pine.LNX.4.64.0811171300350.16632@fractal.phys.lafayette.edu> Date: Mon, 17 Nov 2008 13:11:59 -0500 (EST) p4raw-id: //depot/perl@34870
* Re: 5.8.9 RC1 reportRainer Tammer2008-11-161-1/+1
| | | | | Message-ID: <491C3656.3010509@tammer.net> p4raw-id: //depot/perl@34852
* Future-proof hints/linux.sh against Sun's cc -V output.Andy Dougherty2008-11-141-1/+5
| | | | | Message-ID: <Pine.LNX.4.64.0811141300220.6539@fractal.phys.lafayette.edu> p4raw-id: //depot/perl@34835
* Relocations errors with Intel CC 10 on 64 bits archsVincent Pit2008-11-111-0/+6
| | | | | Message-ID: <49199D7F.7030304@profvince.com> p4raw-id: //depot/perl@34815
* Two haiku files to addH.Merijn Brand2008-10-291-0/+34
| | | p4raw-id: //depot/perl@34631
* Future-proof the FreeBSD hints - assume that FreeBSD 8, 9 etc behaveNicholas Clark2008-10-211-9/+9
| | | | | like 7, not 6 and earlier. p4raw-id: //depot/perl@34546
* FreeBSD 7 libc_r detectionTony Cook2008-10-211-0/+8
| | | | | | Message-ID: <20081020232630.GA20563@mars.tony.develop-help.com> Date: Tue, 21 Oct 2008 10:26:30 +1100 p4raw-id: //depot/perl@34542
* Hints file for MirOS BSDChris BinGOs Williams2008-09-261-0/+141
| | | | | | | From: "Chris 'BinGOs' Williams" <chris@bingosnet.co.uk> Message-ID: <20080925150310.GA30736@klanker.bingosnet.co.uk> Date: Thu, 25 Sep 2008 16:03:10 +0100 p4raw-id: //depot/perl@34423
* Minor hints/linux.sh patch to allow setting -DoptimizeAndy Dougherty2008-07-291-1/+1
| | | | | Message-ID: <Pine.LNX.4.64.0807291159410.23060@fractal.phys.lafayette.edu> p4raw-id: //depot/perl@34162
* AIX might miss libmH.Merijn Brand2008-06-181-0/+6
| | | | | | | Subject: Re: Closing tickets in RT From: "H.Merijn Brand" <h.m.brand@xs4all.nl> Message-ID: <20080429174935.0cb5763b@pc09.procura.nl> p4raw-id: //depot/perl@34073