mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 12:59:17 -04:00
- Make portlint happier PR: ports/155707 [1] Submitted by: Zhihao Yuan <lichray_AT_gmail_DOT_com> [1]
20 lines
708 B
Text
20 lines
708 B
Text
--- 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
|