Hi guys,
a gentle kfreebsd porter, submitted a patch against setupext.py to
allow kfreebsd as arch for matplotlib.

I'm going to merge and upload mpl based on it, but he (and me, of
course) would be happy if you could merge this change directly in your
code (since the change is indipendent from Debian).

Thanks,
Sandro

On Tue, Aug 5, 2008 at 14:10, Petr Salinger <[EMAIL PROTECTED]> wrote:
> Package: matplotlib
> Severity: important
> Version: 0.98.3-1
> Tags: patch
> User: [EMAIL PROTECTED]
> Usertags: kfreebsd
>
> Hi,
>
> the current version fails to build on GNU/kFreeBSD.
>
> It does not recognize kfreebsd7 based systems.
> Please extend debian/patches/build_fix.patch, see bellow.
>
> It would also be nice if you can ask upstream
> to include similar change.
>
> Thanks in advance
>
> --- debian/patches/build_fix.patch~     2008-08-05 13:44:10.000000000 +0000
> +++ debian/patches/build_fix.patch      2008-08-05 13:44:10.000000000 +0000
> @@ -13,7 +13,7 @@
>       'cygwin' : ['/usr/local', '/usr',],
>       'darwin' : ['/sw/lib/freetype2', '/sw/lib/freetype219', '/usr/local',
>                   '/usr', '/sw', '/usr/X11R6'],
> -@@ -56,8 +56,8 @@
> +@@ -56,8 +56,10 @@
>       'freebsd5' : ['/usr/local', '/usr'],
>       'freebsd6' : ['/usr/local', '/usr'],
>       'sunos5' : [os.getenv('MPLIB_BASE') or '/usr/local',],
> @@ -21,6 +21,8 @@
>  -    'gnukfreebsd6' : ['/usr/local', '/usr'],
>  +    'gnukfreebsd5' : ['/usr'],
>  +    'gnukfreebsd6' : ['/usr'],
> ++    'gnukfreebsd7' : ['/usr'],
> ++    'gnukfreebsd8' : ['/usr'],
>       'aix5' : ['/usr/local'],
>   }

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to