diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2011-05-06 23:23:24 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2011-05-06 23:23:24 +0000 |
commit | cc949312f5f8e9595ca3bf5e7256b6b2ebe02ae0 (patch) | |
tree | 430913c78cec698d11fb0ebf0a0c202a496db502 /math/PDL/files | |
parent | a687efca7ba68dce78129c159198d6d0ba512393 (diff) |
Notes
Diffstat (limited to 'math/PDL/files')
-rw-r--r-- | math/PDL/files/patch-gg | 12 | ||||
-rw-r--r-- | math/PDL/files/patch-mconf.h | 13 | ||||
-rw-r--r-- | math/PDL/files/patch-perldl.conf | 29 |
3 files changed, 27 insertions, 27 deletions
diff --git a/math/PDL/files/patch-gg b/math/PDL/files/patch-gg deleted file mode 100644 index 0177b9bd2496..000000000000 --- a/math/PDL/files/patch-gg +++ /dev/null @@ -1,12 +0,0 @@ ---- Basic/Math/mconf.h.orig Wed Sep 25 00:57:31 2002 -+++ Basic/Math/mconf.h Wed Sep 25 00:58:06 2002 -@@ -89,7 +89,9 @@ - #endif - #if defined __alpha && ! defined __linux - #include <float.h> -+#ifndef __FreeBSD__ - #include <nan.h> -+#endif - #endif - #ifndef NANARG - #define NANARG diff --git a/math/PDL/files/patch-mconf.h b/math/PDL/files/patch-mconf.h new file mode 100644 index 000000000000..c00a9f7b5dcb --- /dev/null +++ b/math/PDL/files/patch-mconf.h @@ -0,0 +1,13 @@ +--- Basic/Math/mconf.h.orig 2010-05-08 21:43:08.000000000 -0500 ++++ Basic/Math/mconf.h 2011-03-19 17:12:01.099417176 -0500 +@@ -89,8 +89,10 @@ Copyright 1984, 1987, 1989, 1995 by Step + #endif + #if defined __alpha && ! defined __linux + #include <float.h> ++#ifndef __FreeBSD__ + #include <nan.h> + #endif ++#endif + #ifndef NANARG + #define NANARG + #endif diff --git a/math/PDL/files/patch-perldl.conf b/math/PDL/files/patch-perldl.conf index e3604acc8e0c..4da2214b2fe0 100644 --- a/math/PDL/files/patch-perldl.conf +++ b/math/PDL/files/patch-perldl.conf @@ -1,21 +1,20 @@ ---- perldl.conf.orig Thu Aug 17 10:59:51 2006 -+++ perldl.conf Mon Oct 2 09:45:30 2006 -@@ -113,6 +113,9 @@ - # OPENGL_LIBS => undef, - # OPENGL_INC => undef, - # OPENGL_DEFINE => undef, -+ OPENGL_LIBS => '-L/usr/X11R6/lib -lGL -lGLU -lXext -lX11', -+ OPENGL_INC => '-I/usr/X11R6/include', -+ OPENGL_DEFINE => '-DGL_GLEXT_LEGACY', - - # Whether or not to build the Karma interface module - -@@ -191,7 +194,7 @@ - # about curses to fix it - # - 1 builds, 0 or undef does not build +--- perldl.conf.orig 2010-08-15 12:38:21.000000000 -0500 ++++ perldl.conf 2011-03-19 19:07:04.854128623 -0500 +@@ -229,7 +229,7 @@ + # Do we build PDL::IO::Browser? + # default -> do not build (module needs to be updated) # - WITH_IO_BROWSER => 0, + WITH_IO_BROWSER => 1, # Quiet Astro::FITS::Header warnings for PDL build process by default # Eventually would be better to set undef by default, and have the +@@ -246,7 +246,7 @@ + # false -> don't install pdl2 support + # true -> force pdl2 install (default) + +- WITH_DEVEL_REPL => 1, ++ WITH_DEVEL_REPL => 0, + + # Set this for official CPAN releases of PDL since these + # tests will always fail until they are fixed. It can also |