Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 2002 17:10:03 -0700 (PDT)
From:      "Christopher H. Laco" <chrislaco@hotmail.com>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/43485: p5-XML-Sablotron v.96 fails to build under Perl < 5.6.x  
Message-ID:  <200209300010.g8U0A3O5036615@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/43485; it has been noted by GNATS.

From: "Christopher H. Laco" <chrislaco@hotmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/43485: p5-XML-Sablotron v.96 fails to build under Perl < 5.6.x  
Date: Sun, 29 Sep 2002 20:08:30 -0400

 Here's a patch to the Makefile.PL; not sure how to add this to the port as
 a pre-compile patch?
 
 --------
 P.S.  Could someone nslookup 66.72.53.129 for me?
 From here and from tracrt.com, it resolves just fine, but mx1.freebsd.org is 
 griping about 'cannot find your hostname' on that IP.
 
 Thx.
 ----------
 
 
 
 --- Makefile.PL.old     Sun Sep 29 17:10:13 2002
 +++ Makefile.PL Sun Sep 29 17:10:45 2002
 @@ -35,6 +35,7 @@
 use English;
 use Config;
 use strict;
 +use vars qw($libs @extras);
 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
 # the contents of the Makefile that is written.
 
 @@ -182,7 +183,7 @@
      }
 }
 
 -our $libs = '';
 +$libs = '';
 
 if ($js_found || $js_libpath) {
      $libs = "-l$js_libname $libs" if $js_libname;
 @@ -205,7 +206,6 @@
 $inc = "-I$sablot_incpath $inc"
    if $sablot_incpath;
 
 -our @extras;
 push(@extras, INC => $inc) if $inc;
 
 push(@extras, CAPI => 'TRUE')
 
 
 
 
 
 _________________________________________________________________
 Send and receive Hotmail on your mobile device: http://mobile.msn.com
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209300010.g8U0A3O5036615>