develooper Front page | perl.perl5.porters | Postings from January 2005

Re: [ANNOUNCE] ExtUtils::MakeMaker 6.25_06

Thread Previous | Thread Next
From:
PPrymmer
Date:
January 6, 2005 04:51
Subject:
Re: [ANNOUNCE] ExtUtils::MakeMaker 6.25_06
Message ID:
OFDAE76028.D7FB2764-ON85256F81.00460135-85256F81.0046A60F@factset.com
Peter Prymmer/FactSet wrote on 01/05/2005 11:18:01 AM:

> was buildable by it.  If 6.25_08 gets released I'll see
> about patching it, otherwise I may try to prepare a patch
> for 6.25_07 (but don't wait too long for me).

I have tried to browse over to
http://www.pobox.com/~schwern/src/ExtUtils-MakeMaker-6.25_08.tar.gz
and obtained "HTTP 404 - File not found".  I truncated the filename
and that apparenty resolved to:
http://magnonel.guild.net/~schwern/src/
and in there I see no 6.25_08 file.  I have been unable to locate
the 6.25_08 kit.

Hence I now present a revised patch to 6.25_07 to address
the object library object insertion issue while retaining a dependency
on the .exists file that you want (and was present in previous MakeMakers):

--- ExtUtils-MakeMaker-6_25_07/lib/ExtUtils/MM_VMS.pm;-1    Fri Dec 31 08:48:52 2004
+++ ExtUtils-MakeMaker-6_25_07/lib/ExtUtils/MM_VMS.pm Thu Jan  6 07:32:16 2005
@@ -981,9 +981,9 @@
     my(@m,$lib);
     push @m,'
 # Rely on suffix rule for update action
-$(OBJECT) : $(FIRST_MAKEFILE)
+$(OBJECT) : $(FIRST_MAKEFILE) $(INST_ARCHAUTODIR)$(DFSEP).exists

-$(INST_STATIC) : $(OBJECT) $(MYEXTLIB) $(INST_ARCHAUTODIR)$(DFSEP).exists
+$(INST_STATIC) : $(OBJECT) $(MYEXTLIB)
 ';
     # If this extension has its own library (eg SDBM_File)
     # then copy that to $(INST_STATIC) and add $(OBJECT) into it.

I hope that helps/suffices.

Peter Prymmer

(See attached file: mm_vms.patch_03)
Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About