summaryrefslogtreecommitdiff
path: root/hints/freebsd.sh
Commit message (Collapse)AuthorAgeFilesLines
* Correct FreeBSD hints file for FreeBSD 10.0Jilles Tjoelker2011-10-301-3/+4
| | | | | | | | | | | Perl does not build on FreeBSD 10.0 because some checks in hints/freebsd.sh think FreeBSD 10 is FreeBSD 1 and therefore enable behaviour only appropriate for a.out systems. The below patch was included in the lang/perl5.12 port and fixes its build. The resulting binaries are also suitable to compile other ports. I have also verified that this patch applies to lang/perl5.10 and lang/perl5.14, making them build.
* Fix typos (spelling errors) in hints/*.Peter J. Acklam) (via RT2011-01-071-1/+1
| | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81884] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81884 > Signed-off-by: Abigail <abigail@abigail.be>
* 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.)
* 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
* (Was Re: [PATCH] FreeBSD atoll() warning)Andy Dougherty2007-10-251-0/+9
| | | | | Message-ID: <Pine.LNX.4.64.0710241307450.21836@fractal.phys.lafayette.edu> p4raw-id: //depot/perl@32190
* Undo the non-maint part of change 30816. Silly Nicholas.Nicholas Clark2007-04-101-12/+1
| | | p4raw-id: //depot/perl@30894
* Integrate:Nicholas Clark2007-03-311-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | [ 30652] In safecalloc, use the system calloc() for the non-DEBUGGING case, as it may be able to memset() to 0 for free. [ 30661] Remove the (sometimes) unused variable from change 30652. [ 30670] Subject: [PATCH] Change 30661 could result in undefined variable From: "Jerry D. Hedden" <jdhedden@yahoo.com> Message-ID: <915076.64236.qm@web30212.mail.mud.yahoo.com> Date: Wed, 21 Mar 2007 12:47:52 -0700 (PDT) [ 30771] Subject: [PATCH] util.c [PATCH] perlhack.pod (Was: Re: threads crashes in Tru64) From: Jarkko Hietaniemi <jhi@iki.fi> Date: Mon, 26 Mar 2007 19:50:11 -0400 Message-ID: <46085C33.1030601@iki.fi> p4raw-link: @30771 on //depot/perl: ad7244db27635ed088fc05a8a69e99bbb19c36d6 p4raw-link: @30670 on //depot/perl: 6460123ae692a9c25bc8c2253f12c8cf6f0ebdc0 p4raw-link: @30661 on //depot/perl: a93c8a9e4a51d34ca994257e736b80ca04ec6f9e p4raw-link: @30652 on //depot/perl: e1a95402a0ef053bf8dd15ba3824743513f0725e p4raw-id: //depot/perl@30816
* Default to ELF on FreeBSD when objformat is not thereAnton Berezin2007-03-081-6/+6
| | | | | Message-ID: <20070308110845.GA24332@heechee.tobez.org> p4raw-id: //depot/perl@30512
* Anton Berezin says that on FreeBSD we're wrong to be using -lc_r, andNicholas Clark2006-04-281-11/+22
| | | | | | | should just be using -pthread on the linker line. This stops the new taint tests looping infinitely. It also seems to cure the TODO test in posix.t - masked SIGINT is now received. p4raw-id: //depot/perl@27995
* Remaining smoked platforms where malloc wrap is known to work.Nicholas Clark2004-03-241-0/+4
| | | | | | Data for Irix and NetBSD would be useful - they probably will work too. Will Unicos work? Place bets now... p4raw-id: //depot/perl@22585
* In FreeBSD allow one to try using Perl's malloc with threads.Jarkko Hietaniemi2003-09-201-2/+3
| | | p4raw-id: //depot/perl@21291
* More comments for the FreeBSD threads hints.Jarkko Hietaniemi2003-09-121-0/+5
| | | p4raw-id: //depot/perl@21191
* More refactoring of the FreeBSD threads hints.Jarkko Hietaniemi2003-09-111-9/+6
| | | | | | | Basically, for fresh enough 5.x the -pthread is dropped, otherwise keep it, and no known FreeBSD release has a functional gethostbyaddr_r. p4raw-id: //depot/perl@21188
* The change of not needing -pthread in FreeBSD 5.xJarkko Hietaniemi2003-09-111-1/+3
| | | | | is very recent (Sep 3) (from Anton Berezin). p4raw-id: //depot/perl@21181
* Enache still wants -pthread gone for FreeBSD 5.xJarkko Hietaniemi2003-09-111-13/+4
| | | | | since it doesn't work with the latest -current. p4raw-id: //depot/perl@21172
* Retract #21168 based on advice from Anton Berezin (added).Jarkko Hietaniemi2003-09-111-0/+12
| | | p4raw-id: //depot/perl@21169
* nit to hints/freebsd.shAdrian M. Enache2003-09-101-1/+0
| | | | | Message-ID: <20030910165059.GB1321@ratsnest.hole> p4raw-id: //depot/perl@21168
* FreeBSD hints updates from Anton Berezin.Jarkko Hietaniemi2003-09-051-7/+14
| | | p4raw-id: //depot/perl@21044
* Play safe and use the system malloc in FreeBSD.Jarkko Hietaniemi2003-07-091-16/+3
| | | | | | Yes, performance suffers. But that is better than random core dumps. p4raw-id: //depot/perl@20093
* FreeBSD: if someone *really* wants to use the system malloc.Jarkko Hietaniemi2003-07-061-2/+8
| | | p4raw-id: //depot/perl@20026
* Start using Perl malloc in FreeBSD since the system mallocDan Kogai2003-06-151-3/+10
| | | | | | | | is reaaally slooow for Perl. Subject: FreeBSD 5.1 vs. -Uusemymalloc Message-Id: <3CE9B94D-9F51-11D7-AF50-000393AE4244@dan.co.jp> p4raw-id: //depot/perl@19790
* FreeBSD 5.0 gethostbyaddr_r hints updateKay Roepke2003-03-071-2/+3
| | | | | | | | Message-ID: <3E67C4EA.A55FFE5C@dolphin-services.de> (plus change the d_gethostbyaddr_r_proto default to "0", that is what an undefined r_proto looks like) p4raw-id: //depot/perl@18846
* More email addresses for #18282Hugo van der Sanden2002-12-111-1/+1
| | | p4raw-id: //depot/perl@18283
* hints/freebsd.sh to allow usemymallocSlaven Rezic2002-03-291-3/+12
| | | | | Message-ID: <87bsd88jt9.fsf_-_@vran.herceg.de> p4raw-id: //depot/perl@15603
* It seems that FreeBSD does not like using Perl's mallocJarkko Hietaniemi2002-03-251-0/+5
| | | | | when multithreaded. p4raw-id: //depot/perl@15487
* Message-ID: <87n0x2wa5g.fsf@vran.herceg.de>Slaven Rezic2002-03-211-1/+1
| | | | | Disable gethostbyaddr_r for all 4.x FreeBSD versions. p4raw-id: //depot/perl@15403
* FreeBSD is lying to us: there is no threadsafe gethostbyaddr_r.Jarkko Hietaniemi2002-03-161-1/+7
| | | p4raw-id: //depot/perl@15262
* More paranoid _r protochecking. At least Tru64 andJarkko Hietaniemi2002-03-161-0/+1
| | | | | | | Linux need additional hinting help to believe that the time_r protos exist; turn on FreeBSD _THREAD_SAFE to see what goes bang. p4raw-id: //depot/perl@15257
* Re: [PATCH] for broken /proc/curproc/file on FreeBSDJarkko Hietaniemi2002-03-111-3/+0
| | | | | | | | | | | | | | | From: Nicholas Clark <nick@unfortu.net> Date: Sun, 10 Mar 2002 18:17:50 +0000 Message-ID: <20020310181749.GC317@Bagpuss.unfortu.net> Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Sun, 10 Mar 2002 13:53:34 -0800 Message-ID: <eX9i8gzkg26G092yn@efn.org> (and reenable the feature in freebsd, and move the freebsd pr url to perl.c) p4raw-id: //depot/perl@15160
* for broken /proc/curproc/file on FreeBSDSlaven Rezic2002-03-101-0/+4
| | | | | Message-ID: <87lmd1qjj6.fsf@vran.herceg.de> p4raw-id: //depot/perl@15144
* [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts Paul Eggert2002-02-201-1/+1
| | | | | Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com> p4raw-id: //depot/perl@14784
* Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.Jarkko Hietaniemi2001-06-241-0/+1
| | | p4raw-id: //depot/perl@10888
* FreeBSD hints tweak from Anton Berezin.Jarkko Hietaniemi2001-04-051-1/+2
| | | p4raw-id: //depot/perl@9575
* Hints tweak from Anton Berezin.Jarkko Hietaniemi2000-10-221-7/+0
| | | p4raw-id: //depot/perl@7395
* [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.orgPhilip Newton2000-08-291-1/+1
| | | | | Message-Id: <200008291938.VAA98259@smtp1.nikoma.de> p4raw-id: //depot/perl@6894
* FreeBSD 3.* updates fromPaul Saab2000-08-021-1/+6
| | | | | | Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps Message-Id: <20000801154139.A53740@yahoo-inc.com> p4raw-id: //depot/perl@6484
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-03-171-26/+32
| | | p4raw-id: //depot/perl@5767
* freebsd hints updateAnton Berezin1999-07-281-1/+8
| | | | | | | To: perl5-porters@perl.org Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED) Message-Id: <199907271829.UAA62861@lion.plab.ku.dk> p4raw-id: //depot/perl@3803
* propagate PERL_VERSION everywhere, add to podGurusamy Sarathy1999-02-161-2/+2
| | | p4raw-id: //depot/perl@2957
* Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>Jarkko Hietaniemi1999-02-021-28/+71
| | | p4raw-id: //depot/cfgperl@2776
* hints/freebsd.sh - reflect the birth of version 4.0Anton Berezin1999-01-211-2/+3
| | | | | | To: perl5-porters@perl.org Message-ID: <86emood2yn.fsf@lion.plab.ku.dk> p4raw-id: //depot/cfgperl@2669
* Jumbo Configure update.Jarkko Hietaniemi1999-01-191-0/+35
| | | | | | | | | * -Uinstallusrbinperl: disable /usr/bin/perl installation by installperl * usethreads.cbu * use64bits.cbu * "nosuid" p4raw-id: //depot/cfgperl@2649
* Move usethreads and use64bits logic from hints to Configure.Jarkko Hietaniemi1999-01-091-36/+0
| | | p4raw-id: //depot/cfgperl@2592
* Configure - hints/freebsd.sh signal handler typeAnton Berezin1998-12-011-0/+11
| | | | | | To: perl5-porters@perl.org Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk> p4raw-id: //depot/cfgperl@2429
* big Configure update from Jarkko: sync metaconfig units; d_statblks fixGurusamy Sarathy1998-09-251-4/+16
| | | | | | | | | | | | | | | | | for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings of full-fledged 64-bit support (including support for: fseeko/ftello, Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants in Fcntl) From: Jarkko Hietaniemi <jhi@iki.fi> Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST) Message-Id: <199809112056.XAA04720@alpha.hut.fi> Subject: [PATCH] 5.005_51: Configure "Massive Attack" -- From: Jarkko Hietaniemi <jhi@cc.hut.fi> Date: 12 Sep 1998 09:44:25 +0300 Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi> Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack" p4raw-id: //depot/perl@1889
* update freebsd hintsMik Firestone1998-07-191-24/+32
| | | | | | Message-Id: <199807171924.AA05297@interlock2.lexmark.com> Subject: [PATCH 5.005b1] hints/freebsd.sh p4raw-id: //depot/perl@1563
* [PATCH 5.004_62} Config_62-01 patch available.Andy Dougherty1998-03-161-5/+33
| | | | | | | Date: Mon, 9 Mar 1998 15:23:33 -0500 (EST) Subject: [PATCH 5.004_62] Tiny hint file updates Date: Mon, 9 Mar 1998 13:21:46 -0500 (EST) p4raw-id: //depot/perl@812
* Re: ANNOUNCE: perl5.004_60 Configure patch is availableAndy Dougherty1998-02-251-5/+0
| | | p4raw-id: //depot/perl@575
* [PATCH] almost OK: perl 5.00457 on i386-freebsd-thread 3.0Jarkko Hietaniemi1998-02-061-0/+14
| | | | | | | Date: Wed, 4 Feb 1998 12:59:47 +0200 (EET) Subject: Re: [PATCH] 5.004_04 and 5.004_57: Complex.pm and complex.t Date: Thu, 5 Feb 1998 18:08:20 +0200 (EET) p4raw-id: //depot/perl@476