diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-10-06 04:04:05 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-10-06 04:04:05 +0000 |
commit | 299bacaf4da58f37ba0d0bfbc86cba94416c03cd (patch) | |
tree | 1da78df2b20eae73524ed1d38374dda16e08d2cd /math/PDL/files | |
parent | math/ufsparse has been renamed to math/suitesparse (diff) |
- Update to 2.4.3
- patch-aa to patch-perldl.conf with minor modification
- patch-Lib::Slatec::Makefile.PL removed
hack in Makefile.PL resolve x86_64 systems problem.
Notes
Notes:
svn path=/head/; revision=174626
Diffstat (limited to 'math/PDL/files')
-rw-r--r-- | math/PDL/files/patch-Lib::Slatec::Makefile.PL | 11 | ||||
-rw-r--r-- | math/PDL/files/patch-aa | 24 | ||||
-rw-r--r-- | math/PDL/files/patch-perldl.conf | 21 |
3 files changed, 21 insertions, 35 deletions
diff --git a/math/PDL/files/patch-Lib::Slatec::Makefile.PL b/math/PDL/files/patch-Lib::Slatec::Makefile.PL deleted file mode 100644 index 3f8804ae18d5..000000000000 --- a/math/PDL/files/patch-Lib::Slatec::Makefile.PL +++ /dev/null @@ -1,11 +0,0 @@ ---- Lib/Slatec/Makefile.PL.orig Mon Mar 29 00:20:18 2004 -+++ Lib/Slatec/Makefile.PL Mon Mar 29 00:19:57 2004 -@@ -118,7 +118,7 @@ - (" - - slatec/$_\$(OBJ_EXT): slatec/$_.f -- $mycompiler -c -o slatec/$_\$(OBJ_EXT) $mycflags slatec/$_.f -+ $mycompiler -c -fPIC -o slatec/$_\$(OBJ_EXT) $mycflags slatec/$_.f - " )} @slatecfiles; - - } diff --git a/math/PDL/files/patch-aa b/math/PDL/files/patch-aa deleted file mode 100644 index 3f96ba43a2d0..000000000000 --- a/math/PDL/files/patch-aa +++ /dev/null @@ -1,24 +0,0 @@ ---- perldl.conf.orig Wed Mar 10 14:23:59 2004 -+++ perldl.conf Wed Mar 10 14:25:31 2004 -@@ -82,9 +82,9 @@ - # OPENGL_DEFINE => '', - # - # Let perl try to figure it out -- 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 - - WITH_KARMA => undef, # Leave it up to PDL to decide -@@ -141,7 +141,7 @@ - # about curses to fix it - # - 1 builds, 0 or undef does not build - # -- WITH_IO_BROWSER => 0, -+ WITH_IO_BROWSER => 1, - ); - - diff --git a/math/PDL/files/patch-perldl.conf b/math/PDL/files/patch-perldl.conf new file mode 100644 index 000000000000..e3604acc8e0c --- /dev/null +++ b/math/PDL/files/patch-perldl.conf @@ -0,0 +1,21 @@ +--- 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 + # +- 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 |