Change 16139: Makefile.mk changes for 5.8: additional extensions

[email protected] (Chris Nandor) Wed, 24 Apr 2002 15:36:05 -0400
Newsgroups perl.perl5.changes.mac
Message-ID <p0510031fb8ecb9a07593@[10.0.1.177]>
Change 16139 by pudge@pudge-mobile on 2002/04/24 18:13:34

	Makefile.mk changes for 5.8: additional extensions
	and source files; bump version

Affected files ...

.... //depot/macperl/macos/MPVersion.r#2 edit
.... //depot/macperl/macos/Makefile.mk#2 edit
.... //depot/macperl/macos/macperl/Makefile.mk#2 edit

Differences ...

==== //depot/macperl/macos/MPVersion.r#2 (text) ====
Index: perl/macos/MPVersion.r
--- perl/macos/MPVersion.r.~1~	Wed Apr 24 12:30:06 2002
+++ perl/macos/MPVersion.r	Wed Apr 24 12:30:06 2002
@@ -44,11 +44,11 @@
  *
  */
 
-#define MPVersionStr	"5.6.1r1"
+#define MPVersionStr	"5.7.3a1"
 #define MPRevision	0x05
-#define MPVersion	0x61
+#define MPVersion	0x73
 #define MPBuild		0x01
-#define MPState		release
+#define MPState		alpha
 #define MPCopyright	"ported by Matthias Neeracher, maintained by Chris Nandor"
 #define MPDate		$$Format("%4.4d-%2.2d-%2.2d", $$Year,  $$Month, $$Day)
 

==== //depot/macperl/macos/Makefile.mk#2 (text) ====
Index: perl/macos/Makefile.mk
--- perl/macos/Makefile.mk.~1~	Wed Apr 24 12:30:06 2002
+++ perl/macos/Makefile.mk	Wed Apr 24 12:30:06 2002
@@ -140,9 +140,7 @@
 # sync all extensions with both config.sh and macperl/Makefile.mk!
 ########
 Static_Ext_Xtr =	\
-	Compress:Zlib:Zlib Digest:MD5:MD5 Filter:Util:Call:Call \
-	HTML:Parser:Parser List:Util:Util MIME:Base64:Base64 \
-	Storable:Storable Time:HiRes:HiRes
+	Compress:Zlib:Zlib HTML:Parser:Parser
 Static_Ext_Mac	= 	\
 	MacPerl:MacPerl 
 #	Mac:err:err				\
@@ -177,16 +175,21 @@
 #	Mac:Windows:Windows
 
 Static_Ext_Std	= 	\
-	B:B ByteLoader:ByteLoader Data:Dumper:Dumper DB_File:DB_File \
-	Devel:DProf:DProf Devel:Peek:Peek DynaLoader:DynaLoader \
-	Fcntl:Fcntl File:Glob:Glob IO:IO \
-	NDBM_File:NDBM_File Opcode:Opcode POSIX:POSIX \
-	Socket:Socket Sys:Hostname:Hostname \
- 	attrs:attrs re:re
+	B:B ByteLoader:ByteLoader DB_File:DB_File Data:Dumper:Dumper \
+	Devel:DProf:DProf Devel:PPPort:PPPort Devel:Peek:Peek \
+	Digest:MD5:MD5 DynaLoader:DynaLoader Fcntl:Fcntl File:Glob:Glob \
+	Filter:Util:Call:Call I18N:Langinfo:Langinfo IO:IO List:Util:Util \
+	MIME:Base64:Base64 NDBM_File:NDBM_File Opcode:Opcode POSIX:POSIX \
+	PerlIO:Scalar:Scalar PerlIO:Via:Via PerlIO:encoding:encoding \
+	Socket:Socket Storable:Storable	Sys:Hostname:Hostname \
+	Time:HiRes:HiRes Unicode:Normalize:Normalize XS:Typemap:Typemap \
+	attrs:attrs re:re
+
 	# Errno:Errno done, in from :macos:lib:
-	# not going to be built:
-	# GDBM_File:GDBM_File ODBM_File:ODBM_File IPC:IPC:SysV
-	# SDBM_File:SDBM_File Sys:Syslog:Syslog Thread:Thread
+	# not going to be built for the time being:
+	# Cwd:Cwd Encode:Encode GDBM_File:GDBM_File ODBM_File:ODBM_File \
+	# IPC:IPC:SysV SDBM_File:SDBM_File Sys:Syslog:Syslog \
+	# Thread:Thread threads:threads  
 
 Static_Ext_AutoInit	= 	$(Static_Ext_Mac) $(Static_Ext_Std) $(Static_Ext_Xtr)
 More_Static_Ext		= 	OSA XL
@@ -216,9 +219,9 @@
 
 c1 = $(mallocsrc) av.c scope.c op.c doop.c doio.c dump.c hv.c mg.c perlapi.c
 c2 = perl.c perly.c pp.c pp_hot.c pp_ctl.c pp_sys.c regcomp.c regexec.c xsutils.c
-c3 = gv.c sv.c taint.c toke.c util.c deb.c run.c globals.c perlio.c utf8.c universal.c
-# for 5.7/8:
-# numeric.c locale.c pp_pack.c
+c3 = gv.c sv.c taint.c toke.c util.c deb.c run.c globals.c perlio.c utf8.c universal.c \
+	numeric.c locale.c pp_pack.c pp_sort.c reentr.c
+
 cm = SubLaunch.c crypt.c
 # HandleSocket.cp 
 mf = DirectoryCopy.c FileCopy.c FSpCompat.c FullPath.c IterateDirectory.c MoreDesktopMgr.c \

==== //depot/macperl/macos/macperl/Makefile.mk#2 (text) ====
Index: perl/macos/macperl/Makefile.mk
--- perl/macos/macperl/Makefile.mk.~1~	Wed Apr 24 12:30:06 2002
+++ perl/macos/macperl/Makefile.mk	Wed Apr 24 12:30:06 2002
@@ -62,9 +62,7 @@
 ObjectsMrC 		= {$(MacPerlSources) $(PerlSources)}.MrC.o
 
 Static_Ext_Xtr =	\
-	Compress:Zlib:Zlib Digest:MD5:MD5 Filter:Util:Call:Call \
-	HTML:Parser:Parser List:Util:Util MIME:Base64:Base64 \
-	Storable:Storable Time:HiRes:HiRes
+	Compress:Zlib:Zlib HTML:Parser:Parser
 Static_Ext_Mac	= 	\
 	MacPerl:MacPerl 
 #	Mac:err:err				\
@@ -99,16 +97,21 @@
 #	Mac:Windows:Windows
 
 Static_Ext_Std	= 	\
-	B:B ByteLoader:ByteLoader Data:Dumper:Dumper DB_File:DB_File \
-	Devel:DProf:DProf Devel:Peek:Peek DynaLoader:DynaLoader \
-	Fcntl:Fcntl File:Glob:Glob IO:IO \
-	NDBM_File:NDBM_File Opcode:Opcode POSIX:POSIX \
-	Socket:Socket Sys:Hostname:Hostname \
- 	attrs:attrs re:re
+	B:B ByteLoader:ByteLoader DB_File:DB_File Data:Dumper:Dumper \
+	Devel:DProf:DProf Devel:PPPort:PPPort Devel:Peek:Peek \
+	Digest:MD5:MD5 DynaLoader:DynaLoader Fcntl:Fcntl File:Glob:Glob \
+	Filter:Util:Call:Call I18N:Langinfo:Langinfo IO:IO List:Util:Util \
+	MIME:Base64:Base64 NDBM_File:NDBM_File Opcode:Opcode POSIX:POSIX \
+	PerlIO:Scalar:Scalar PerlIO:Via:Via PerlIO:encoding:encoding \
+	Socket:Socket Storable:Storable	Sys:Hostname:Hostname \
+	Time:HiRes:HiRes Unicode:Normalize:Normalize XS:Typemap:Typemap \
+	attrs:attrs re:re
+
 	# Errno:Errno done, in from :macos:lib:
-	# not going to be built:
-	# GDBM_File:GDBM_File ODBM_File:ODBM_File IPC:IPC:SysV
-	# SDBM_File:SDBM_File Sys:Syslog:Syslog Thread:Thread
+	# not going to be built for the time being:
+	# Cwd:Cwd Encode:Encode GDBM_File:GDBM_File ODBM_File:ODBM_File \
+	# IPC:IPC:SysV SDBM_File:SDBM_File Sys:Syslog:Syslog \
+	# Thread:Thread threads:threads  
 
 Static_Ext_Prefix	= 	$(MACPERL_SRC)ext:{$(Static_Ext_Mac)} $(PERL_SRC)ext:{$(Static_Ext_Std)} $(MACPERL_SRC)bundled_ext:{$(Static_Ext_Xtr)}
 Static_Ext_AutoInit_PPC	=	{$(Static_Ext_Prefix)}.Lib.PPC
End of Patch.