| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
# 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>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(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.)
|
|
|
|
|
| |
like 7, not 6 and earlier.
p4raw-id: //depot/perl@34546
|
|
|
|
|
|
| |
Message-ID: <20081020232630.GA20563@mars.tony.develop-help.com>
Date: Tue, 21 Oct 2008 10:26:30 +1100
p4raw-id: //depot/perl@34542
|
|
|
|
|
| |
Message-ID: <Pine.LNX.4.64.0710241307450.21836@fractal.phys.lafayette.edu>
p4raw-id: //depot/perl@32190
|
|
|
| |
p4raw-id: //depot/perl@30894
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[ 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
|
|
|
|
|
| |
Message-ID: <20070308110845.GA24332@heechee.tobez.org>
p4raw-id: //depot/perl@30512
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Data for Irix and NetBSD would be useful - they probably will work too.
Will Unicos work? Place bets now...
p4raw-id: //depot/perl@22585
|
|
|
| |
p4raw-id: //depot/perl@21291
|
|
|
| |
p4raw-id: //depot/perl@21191
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
is very recent (Sep 3) (from Anton Berezin).
p4raw-id: //depot/perl@21181
|
|
|
|
|
| |
since it doesn't work with the latest -current.
p4raw-id: //depot/perl@21172
|
|
|
| |
p4raw-id: //depot/perl@21169
|
|
|
|
|
| |
Message-ID: <20030910165059.GB1321@ratsnest.hole>
p4raw-id: //depot/perl@21168
|
|
|
| |
p4raw-id: //depot/perl@21044
|
|
|
|
|
|
| |
Yes, performance suffers. But that is better than
random core dumps.
p4raw-id: //depot/perl@20093
|
|
|
| |
p4raw-id: //depot/perl@20026
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
| |
p4raw-id: //depot/perl@18283
|
|
|
|
|
| |
Message-ID: <87bsd88jt9.fsf_-_@vran.herceg.de>
p4raw-id: //depot/perl@15603
|
|
|
|
|
| |
when multithreaded.
p4raw-id: //depot/perl@15487
|
|
|
|
|
| |
Disable gethostbyaddr_r for all 4.x FreeBSD versions.
p4raw-id: //depot/perl@15403
|
|
|
| |
p4raw-id: //depot/perl@15262
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Message-ID: <87lmd1qjj6.fsf@vran.herceg.de>
p4raw-id: //depot/perl@15144
|
|
|
|
|
| |
Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com>
p4raw-id: //depot/perl@14784
|
|
|
| |
p4raw-id: //depot/perl@10888
|
|
|
| |
p4raw-id: //depot/perl@9575
|
|
|
| |
p4raw-id: //depot/perl@7395
|
|
|
|
|
| |
Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
p4raw-id: //depot/perl@6894
|
|
|
|
|
|
| |
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
|
|
|
| |
p4raw-id: //depot/perl@5767
|
|
|
|
|
|
|
| |
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
|
|
|
| |
p4raw-id: //depot/perl@2957
|
|
|
| |
p4raw-id: //depot/cfgperl@2776
|
|
|
|
|
|
| |
To: perl5-porters@perl.org
Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
p4raw-id: //depot/cfgperl@2669
|
|
|
|
|
|
|
|
|
| |
* -Uinstallusrbinperl: disable /usr/bin/perl installation
by installperl
* usethreads.cbu
* use64bits.cbu
* "nosuid"
p4raw-id: //depot/cfgperl@2649
|
|
|
| |
p4raw-id: //depot/cfgperl@2592
|
|
|
|
|
|
| |
To: perl5-porters@perl.org
Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
p4raw-id: //depot/cfgperl@2429
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Message-Id: <199807171924.AA05297@interlock2.lexmark.com>
Subject: [PATCH 5.005b1] hints/freebsd.sh
p4raw-id: //depot/perl@1563
|
|
|
|
|
|
|
| |
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
|
|
|
| |
p4raw-id: //depot/perl@575
|
|
|
|
|
|
|
| |
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
|