diff options
author | clsung <clsung@FreeBSD.org> | 2006-10-06 12:04:05 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-10-06 12:04:05 +0800 |
commit | 95a7961f4e8dd7f791b2e7bfc549988d27f15ff4 (patch) | |
tree | a7fd813efe0882ed4546ddc2132b0fd9dc5394de /math/PDL | |
parent | 8c71603ab4144492e2bdbe57638f1722f20a5f78 (diff) | |
download | freebsd-ports-gnome-95a7961f4e8dd7f791b2e7bfc549988d27f15ff4.tar.gz freebsd-ports-gnome-95a7961f4e8dd7f791b2e7bfc549988d27f15ff4.tar.zst freebsd-ports-gnome-95a7961f4e8dd7f791b2e7bfc549988d27f15ff4.zip |
- 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.
Diffstat (limited to 'math/PDL')
-rw-r--r-- | math/PDL/Makefile | 3 | ||||
-rw-r--r-- | math/PDL/distinfo | 6 | ||||
-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 |
5 files changed, 25 insertions, 40 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile index a7d46a56140f..a2b1ab3f13a2 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -7,8 +7,7 @@ # PORTNAME= PDL -PORTVERSION= 2.4.2 -PORTREVISION= 2 +PORTVERSION= 2.4.3 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} \ ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} diff --git a/math/PDL/distinfo b/math/PDL/distinfo index c725d68ba6a3..b87787dce257 100644 --- a/math/PDL/distinfo +++ b/math/PDL/distinfo @@ -1,3 +1,3 @@ -MD5 (PDL-2.4.2.tar.gz) = edd056a006eae8b46e8ef804b9774a93 -SHA256 (PDL-2.4.2.tar.gz) = 0c782136d88ed9fc62ff0404391709dab30b19c29ce4c453bfed0aae3b975b31 -SIZE (PDL-2.4.2.tar.gz) = 2151379 +MD5 (PDL-2.4.3.tar.gz) = 8fa453a4ac90d5c0382020d5635ad90a +SHA256 (PDL-2.4.3.tar.gz) = c1687e74f8304223ddcec59a0d0cc6322f0db43153bd00a8b9ed9fdf0eb7bcae +SIZE (PDL-2.4.3.tar.gz) = 2247010 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 |