Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Oct 2001 09:00:02 -0800 (PST)
From:      "Scot W. Hetzel" <hetzels@westbend.net>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/31641: Firebird 
Message-ID:  <200110301700.f9UH02M39262@freefall.freebsd.org>

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

From: "Scot W. Hetzel" <hetzels@westbend.net>
To: "Kirk Strauser" <kirk@strauser.com>,
	<freebsd-gnats-submit@FreeBSD.ORG>
Cc:  
Subject: Re: ports/31641: Firebird 
Date: Tue, 30 Oct 2001 10:56:30 -0600

 From: "Kirk Strauser" <kirk@strauser.com>
 
 > cd /usr/ports/databases/firebird; make install
 > >Fix:
 > As a quick fix, I simply lowered the threshold of the OSVERSION test in
 Makefile:
 >
 > ########################################
 >
 > --- Makefile.old Tue Oct 30 10:18:09 2001
 > +++ Makefile Tue Oct 30 10:18:17 2001
 > @@ -33,7 +33,7 @@
 >   ${CP} msgs/msg.gbak misc/msg.gbak \
 >   )
 >
 > -.if ${OSVERSION} >= 500016
 > +.if ${OSVERSION} >= 400016
 >  post-patch:
 >   ${PERL} -pi -e 's,\-ldescrypt,\-lcrypt,g'
 ${WRKSRC}/builds/original/prefix.freebsd
 >  .endif
 >
 > ########################################
 >
 > I do not know what the correct OSVERSION value should be.
 >
 
 The correct check for OSVERSION should be:
 
     .if ${OSVERSION} < 4300001 || \
     ( ${OSVERSION} >= 500000 && ${OSVERSION} < 500014 )
 
 As these are the versions I found in the CVS repository, while fixing this
 same problem in the apache13-fp port.
 
 Scot
 
 

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?200110301700.f9UH02M39262>