develooper Front page | perl.perl5.porters | Postings from December 2008

[PATCH] [tg@mirbsd.de: Re: Hints file for MirOS BSD]

From:
Chris 'BinGOs' Williams
Date:
December 17, 2008 07:02
Subject:
[PATCH] [tg@mirbsd.de: Re: Hints file for MirOS BSD]
Message ID:
20081217150059.GA28626@klanker.bingosnet.co.uk
----- Forwarded message from Thorsten Glaser <tg@mirbsd.de> -----

X-Spam-Checker-Version: SpamAssassin 3.2.0 (2007-05-01) on
	klanker.bingosnet.co.uk
X-Spam-Status: No, score=0.1 required=5.0 tests=RDNS_NONE autolearn=no
	version=3.2.0
X-Spam-Level: 
Date: Tue, 16 Dec 2008 16:15:13 +0000 (UTC)
From: Thorsten Glaser <tg@mirbsd.de>
X-X-Sender: tg@herc.mirbsd.org
To: "Chris 'BinGOs' Williams" <chris@bingosnet.co.uk>
Subject: Re: Hints file for MirOS BSD
X-Message-Flag: Your mailer is broken. Get an update at http://www.washington.edu/pine/getpine/pcpine.html for free.
X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by klanker.bingosnet.co.uk id mBGGWpo2026178

Hi!

Thanks for including the hints file, but I???d preferred you dropped me
an eMail first ???

There???s been a fix just three days ago:

@@ -125,7 +125,7 @@
        locincpth='/usr/local/include'
        loclibpth='/usr/local/lib'
        # Link perl with shared libperl
-       if [ "$usedl" = "$define" -a -r shlib_version ]; then
+       if [[ $usedl = @(y|$define) && -r shlib_version ]]; then
                useshrplib=true
                libperl=$(. ./shlib_version; echo libperl.so.${major}.${minor})
        fi

This is ksh (mksh) syntax, though.

I probably should check our tree for any other patches relative
to upstream Perl and send them in??? mostly we???ve been tracking the
Perl from OpenBSD base, but with some changes, as we???re not OpenBSD
really??? different code, different policies.

Assistance in fixing up the port when needed is of course welcome.

bye,
//mirabilos
-- 
Sometimes they [people] care too much: pretty printers [and syntax highligh-
ting, d.A.] mechanically produce pretty output that accentuates irrelevant
detail in the program, which is as sensible as putting all the prepositions
in English text in bold font.	-- Rob Pike in "Notes on Programming in C"

----- End forwarded message -----

I'll contact Thorsten and ask him to upstream any further patches to the list.

Cheers,

-- 
Chris Williams
aka BinGOs
PGP ID 0x4658671F
http://www.gumbynet.org.uk
==========================



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About