tech-pkg archive

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

RE: Changing the OS_VERSION on AIX (Was Re: pkg/44421: pkgtools/osabi from pkgsrc-2010Q4 fails to install on aix 5.3)



> > --- bsd.prefs.mk.orig   2011-01-19 12:42:26.000000000 -0600
> > +++ bsd.prefs.mk        2011-01-19 12:42:50.000000000 -0600
> > @@ -115,7 +115,7 @@
> >  .  else
> >  _OS_VERSION!=          echo `${UNAME} -v`.`${UNAME} -r`
> >  .  endif
> > -OS_VERSION=            ${_OS_VERSION:C/\([0-9]*\.[0-9]*\).*/\1/}
> > +OS_VERSION=            ${_OS_VERSION:C/([0-9]*\.[0-9]*).*/\1/}
> >  LOWER_OPSYS_VERSUFFIX= ${_OS_VERSION}
> >  LOWER_OPSYS?=          aix
> >  LOWER_VENDOR?=         ibm
> 
> Are the any objections to appling this patch?

This looks good.  Anything to improve version reporting on AIX is greatly 
appreciated.  


Tim
-- 
Tim Larson
App Admin, Intercall Production Services



Home | Main Index | Thread Index | Old Index