Front page | perl.perl5.porters |
Postings from May 2008
[PATCH] Propagate new i_gdbm*ndbm variables
Thread Next
From:
Andy Dougherty
Date:
May 29, 2008 09:43
Subject:
[PATCH] Propagate new i_gdbm*ndbm variables
Message ID:
Pine.LNX.4.64.0805291241070.365@fractal.phys.lafayette.edu
This patch propagates the new i_gdbm_ndbm and i_gdbmndbm variables to
canned config.?? files used by systems that don't normally run Configure.
(These variables haven't shown up in config_h.SH yet, but now it should be
safe to update that file.)
diff -r -u perl-current/configure.com perl-andy/configure.com
--- perl-current/configure.com 2008-03-29 07:23:23.000000000 -0400
+++ perl-andy/configure.com 2008-05-29 12:39:14.000000000 -0400
@@ -6232,6 +6232,8 @@
$ WC "i_fp='undef'"
$ WC "i_fp_class='undef'"
$ WC "i_gdbm='undef'"
+$ WC "i_gdbm_ndbm='undef'"
+$ WC "i_gdbmndbm='undef'"
$ WC "i_grp='" + i_grp + "'"
$ WC "i_ieeefp='undef'"
$ WC "i_inttypes='" + i_inttypes + "'"
diff -r -u perl-current/Cross/config.sh-arm-linux perl-andy/Cross/config.sh-arm-linux
--- perl-current/Cross/config.sh-arm-linux 2008-03-29 07:23:22.000000000 -0400
+++ perl-andy/Cross/config.sh-arm-linux 2008-05-29 12:37:06.000000000 -0400
@@ -625,6 +625,8 @@
i_fp='undef'
i_fp_class='undef'
i_gdbm='undef'
+i_gdbm_ndbm='undef'
+i_gdbmndbm='undef'
i_grp='define'
i_ieeefp='undef'
i_inttypes='define'
diff -r -u perl-current/epoc/config.sh perl-andy/epoc/config.sh
--- perl-current/epoc/config.sh 2008-03-29 07:23:23.000000000 -0400
+++ perl-andy/epoc/config.sh 2008-05-29 12:37:27.000000000 -0400
@@ -571,6 +571,8 @@
i_fp='undef'
i_fp_class='undef'
i_gdbm='undef'
+i_gdbm_ndbm='undef'
+i_gdbmndbm='undef'
i_grp='undef'
i_ieeefp='undef'
i_inttypes='undef'
diff -r -u perl-current/NetWare/config.wc perl-andy/NetWare/config.wc
--- perl-current/NetWare/config.wc 2008-03-29 07:23:22.000000000 -0400
+++ perl-andy/NetWare/config.wc 2008-05-29 12:38:13.000000000 -0400
@@ -608,6 +608,8 @@
i_fp='undef'
i_fp_class='undef'
i_gdbm='undef'
+i_gdbm_ndbm='undef'
+i_gdbmndbm='undef'
i_grp='undef'
i_ieeefp='undef'
i_inttypes='undef'
diff -r -u perl-current/plan9/config_sh.sample perl-andy/plan9/config_sh.sample
--- perl-current/plan9/config_sh.sample 2008-03-29 07:23:23.000000000 -0400
+++ perl-andy/plan9/config_sh.sample 2008-05-29 12:38:38.000000000 -0400
@@ -619,6 +619,8 @@
i_fp='undef'
i_fp_class='undef'
i_gdbm='undef'
+i_gdbm_ndbm='undef'
+i_gdbmndbm='undef'
i_grp='define'
i_ieeefp='undef'
i_inttypes='define'
diff -r -u perl-current/Porting/config.sh perl-andy/Porting/config.sh
--- perl-current/Porting/config.sh 2008-03-29 07:23:23.000000000 -0400
+++ perl-andy/Porting/config.sh 2008-05-29 12:39:21.000000000 -0400
@@ -638,6 +638,8 @@
i_fp='undef'
i_fp_class='undef'
i_gdbm='define'
+i_gdbm_ndbm='undef'
+i_gdbmndbm='undef'
i_grp='define'
i_ieeefp='undef'
i_inttypes='define'
diff -r -u perl-current/symbian/config.sh perl-andy/symbian/config.sh
--- perl-current/symbian/config.sh 2008-03-29 07:23:23.000000000 -0400
+++ perl-andy/symbian/config.sh 2008-05-29 12:38:21.000000000 -0400
@@ -546,6 +546,8 @@
i_fp='undef'
i_fp_class='undef'
i_gdbm='undef'
+i_gdbm_ndbm='undef'
+i_gdbmndbm='undef'
i_grp='undef'
i_ieeefp='undef'
i_inttypes='undef'
diff -r -u perl-current/uconfig.sh perl-andy/uconfig.sh
--- perl-current/uconfig.sh 2008-03-29 07:23:23.000000000 -0400
+++ perl-andy/uconfig.sh 2008-05-29 12:38:29.000000000 -0400
@@ -533,6 +533,8 @@
i_fp='undef'
i_fp_class='undef'
i_gdbm='undef'
+i_gdbm_ndbm='undef'
+i_gdbmndbm='undef'
i_grp='undef'
i_ieeefp='undef'
i_inttypes='undef'
diff -r -u perl-current/win32/config.bc perl-andy/win32/config.bc
--- perl-current/win32/config.bc 2008-03-29 07:23:23.000000000 -0400
+++ perl-andy/win32/config.bc 2008-05-29 12:34:39.000000000 -0400
@@ -613,6 +613,8 @@
i_fp='undef'
i_fp_class='undef'
i_gdbm='undef'
+i_gdbm_ndbm='undef'
+i_gdbmndbm='undef'
i_grp='undef'
i_ieeefp='undef'
i_inttypes='undef'
diff -r -u perl-current/win32/config.ce perl-andy/win32/config.ce
--- perl-current/win32/config.ce 2008-03-29 07:23:23.000000000 -0400
+++ perl-andy/win32/config.ce 2008-05-29 12:35:48.000000000 -0400
@@ -606,6 +606,8 @@
i_fp='undef'
i_fp_class='undef'
i_gdbm='undef'
+i_gdbm_ndbm='undef'
+i_gdbmndbm='undef'
i_grp='undef'
i_ieeefp='undef'
i_inttypes='undef'
diff -r -u perl-current/win32/config.gc perl-andy/win32/config.gc
--- perl-current/win32/config.gc 2008-03-29 07:23:23.000000000 -0400
+++ perl-andy/win32/config.gc 2008-05-29 12:36:22.000000000 -0400
@@ -613,6 +613,8 @@
i_fp='undef'
i_fp_class='undef'
i_gdbm='undef'
+i_gdbm_ndbm='undef'
+i_gdbmndbm='undef'
i_grp='undef'
i_ieeefp='undef'
i_inttypes='undef'
diff -r -u perl-current/win32/config.vc perl-andy/win32/config.vc
--- perl-current/win32/config.vc 2008-03-29 07:23:23.000000000 -0400
+++ perl-andy/win32/config.vc 2008-05-29 12:35:30.000000000 -0400
@@ -613,6 +613,8 @@
i_fp='undef'
i_fp_class='undef'
i_gdbm='undef'
+i_gdbm_ndbm='undef'
+i_gdbmndbm='undef'
i_grp='undef'
i_ieeefp='undef'
i_inttypes='undef'
diff -r -u perl-current/win32/config.vc64 perl-andy/win32/config.vc64
--- perl-current/win32/config.vc64 2008-03-29 07:23:23.000000000 -0400
+++ perl-andy/win32/config.vc64 2008-05-29 12:36:29.000000000 -0400
@@ -613,6 +613,8 @@
i_fp='undef'
i_fp_class='undef'
i_gdbm='undef'
+i_gdbm_ndbm='undef'
+i_gdbmndbm='undef'
i_grp='undef'
i_ieeefp='undef'
i_inttypes='undef'
--
Andy Dougherty doughera@lafayette.edu
Thread Next
-
[PATCH] Propagate new i_gdbm*ndbm variables
by Andy Dougherty