diff options
author | martin <martin@pkgsrc.org> | 2014-05-22 08:17:10 +0000 |
---|---|---|
committer | martin <martin@pkgsrc.org> | 2014-05-22 08:17:10 +0000 |
commit | 037f939e6f6d458eea3dd36e8d75611da4343b78 (patch) | |
tree | 378dc9abd0910b1ae6997efceca7ee14b5f92a0e /lang/perl5 | |
parent | 08571989b9cbc96fa2292bfe30eb1b71211bb052 (diff) | |
download | pkgsrc-037f939e6f6d458eea3dd36e8d75611da4343b78.tar.gz |
Remove the "pthreads broken on vax" hack for ancient NetBSD versions
Diffstat (limited to 'lang/perl5')
-rw-r--r-- | lang/perl5/hacks.mk | 13 | ||||
-rw-r--r-- | lang/perl5/options.mk | 5 |
2 files changed, 2 insertions, 16 deletions
diff --git a/lang/perl5/hacks.mk b/lang/perl5/hacks.mk index 736b6ae8807..209faa04bec 100644 --- a/lang/perl5/hacks.mk +++ b/lang/perl5/hacks.mk @@ -1,4 +1,4 @@ -# $NetBSD: hacks.mk,v 1.10 2014/05/10 11:44:29 obache Exp $ +# $NetBSD: hacks.mk,v 1.11 2014/05/22 08:17:10 martin Exp $ .if !defined(PERL5_HACKS_MK) PERL5_HACKS_MK= defined @@ -38,17 +38,6 @@ PKG_HACKS+= powerpc-codegen BUILDLINK_TRANSFORM+= rm:-O[0-9]* .endif -### [Sat Dec 18 17:29:44 EST 2004 : jlam] -### Native threading on VAX isn't ready for primetime in NetBSD>=2.0. -### Build Perl without threads-support until VAX native threads are -### known to work. -### -.if !empty(MACHINE_PLATFORM:MNetBSD-*-vax) && \ - !empty(USE_BUILTIN.pthread:M[yY][eE][sS]) -PKG_HACKS+= broken-vax-pthreads -PERL5_BUILD_THREADS_SUPPORT= no -.endif - ### [Mon May 9 15:35:44 UTC 2005 : jlam] ### On NetBSD/arm, skipping one part of the optimization pass empirically ### "fixes" the build of perl using gcc-3.x. diff --git a/lang/perl5/options.mk b/lang/perl5/options.mk index a7741e8c67e..7c34393fd7b 100644 --- a/lang/perl5/options.mk +++ b/lang/perl5/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.6 2014/04/09 21:05:58 tron Exp $ +# $NetBSD: options.mk,v 1.7 2014/05/22 08:17:10 martin Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.perl PKG_OPTIONS_REQUIRED_GROUPS= perlbits @@ -16,9 +16,6 @@ PERL5_BUILD_THREADS_SUPPORT= yes PERL5_BUILD_THREADS_SUPPORT= ${DLOPEN_REQUIRE_PTHREADS} .endif -# Needs to be include here for the broken-vax-pthreads hack -.include "hacks.mk" - .if !empty(PERL5_BUILD_THREADS_SUPPORT:M[yY][eE][sS]) PKG_SUGGESTED_OPTIONS= threads .endif |