pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/49762 (archivers/zoo won't build on Solaris)



The following reply was made to PR pkg/49762; it has been noted by GNATS.

From: Brad Forschinger <bnjf%bnjf.id.au@localhost>
To: Jonathan Perkin <jperkin%pkgsrc.org@localhost>
Cc: gnats-bugs%netbsd.org@localhost, solaris-pkg-people%netbsd.org@localhost, 
	pkg-manager%netbsd.org@localhost, pkgsrc-bugs%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, 
	wiz%netbsd.org@localhost, bnjf+netbsd%bnjf.id.au@localhost
Subject: Re: pkg/49762 (archivers/zoo won't build on Solaris)
Date: Fri, 27 Mar 2015 12:18:10 +1100

 I just saw the patch-ab
 
 +#if defined(__sun)
 +       retval = 0;
 +#else
 
 not sure if ignoring the tz is the best approach, you can get it from
 "extern time_t timezone;".  perhaps:
 
 +#if defined(__sun)
 +       retval = timezone;
 +#else
 
 ?
 
 
 On Fri, Mar 27, 2015 at 12:14 PM, Brad Forschinger <bnjf%bnjf.id.au@localhost> wrote:
 > zoo-2.10.1nb4 built OK!
 >
 > On Thu, Mar 26, 2015 at 8:28 PM, Jonathan Perkin <jperkin%pkgsrc.org@localhost> wrote:
 >> The build was fixed in current back in January, though with a different
 >> fix which doesn't take into consideration the offset.  Could you try your
 >> change with the most recent version and report back whether it works?
 >>
 >> Thanks.
 >>
 >> --
 >> Jonathan Perkin       www.perkin.org.uk
 >> github.com/jperkin  twitter.com/jperkin
 


Home | Main Index | Thread Index | Old Index