pkgsrc-Bugs archive

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

Re: pkg/39391: postgresql82-client selects nonexistent "irix5" template on IRIX



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

From: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/39391: postgresql82-client selects nonexistent "irix5"
        template on IRIX
Date: Sat, 23 Aug 2008 16:08:46 +0200

 On Fri, Aug 22, 2008 at 04:45:00PM +0000, duck%shangtai.net@localhost wrote:
 > --- Makefile.common.old Fri Aug 22 19:26:09 2008
 > +++ Makefile.common     Fri Aug 22 17:33:30 2008
 > @@ -55,7 +55,7 @@
 >  .include "../../mk/bsd.prefs.mk"
 >  
 >  PGSQL_TEMPLATE.SunOS=          solaris
 > -PGSQL_TEMPLATE.IRIX=           irix5
 > +PGSQL_TEMPLATE.IRIX=           irix
 >  .if !defined(PGSQL_TEMPLATE.${OPSYS})
 >  PGSQL_TEMPLATE.${OPSYS}=       ${LOWER_OPSYS}
 >  .endif
 
 Does it work for you to just drop the line? The following .if should
 handle that.
 
 Joerg
 


Home | Main Index | Thread Index | Old Index