[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

[MacPerl-Porters] [PATCH Configure.MPW] fix :db: and :XL: bugs




Here is the patch:

--- Configure.MPW.orig	Sun May  7 18:51:56 2000
+++ Configure.MPW	Sun May 14 17:24:50 2000
@@ -9,6 +9,8 @@
 # Language 	: MPW Shell
 #
 # Log       : 
+# 14 April 2000  fix bug in probing :db: and :XL: folders 
+#                 (thanks to Larry Moore and Paul Schinder)
 # 29 April 2000  name changed to .MPW from .mpw, updates for perl 5.6.0 release
 # 20 March 1999  released on best
 # 11 March 1999  started pvhp
@@ -402,8 +404,8 @@
 #Set macPerl_list "{macperl_list} {PERL_DIR}IC:"          ?
 #  The following are to be installed from separate
 #  kits into the build directory.
-Set macPerl_list "{macperl_list} {PERL_DIR}db:"
-Set macPerl_list "{macperl_list} {PERL_DIR}XL:"
+Set macPerl_list "{macperl_list} :{PERL_DIR}db:"
+Set macPerl_list "{macperl_list} :{PERL_DIR}XL:"
 #  The path to GUSI and sfio should instead be available from the
 #  {GUSI} and {sfio} Environment variables which are checked elsewhere.
 #Set macPerl_list "{macperl_list} {PERL_DIR}GUSI:"
End of Patch.

The URLs given out in the previous announcement will be updated to
point to the patched version of Configure.MPW{.sit.hqx}. I've
removed the .sea.hqx file.

Peter Prymmer




==== Want to unsubscribe from this list?
==== Send mail with body "unsubscribe" to macperl-porters-request@macperl.org