Date: Mon, 28 Jun 1999 08:10:03 -0700 (PDT) From: Palle Girgensohn <girgen@partitur.se> To: freebsd-ports@FreeBSD.org Subject: Re: ports/12427: postgresql-6.5 port update Message-ID: <199906281510.IAA12109@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/12427; it has been noted by GNATS. From: Palle Girgensohn <girgen@partitur.se> To: dkelly@hiwaay.net Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/12427: postgresql-6.5 port update Date: Mon, 28 Jun 1999 17:05:12 +0200 dkelly@hiwaay.net wrote: > > >Description: > > This is the diffs for the postgresql port that allowed me to install 6.5. So, now there's two ;-) I sent one the other day. > Generated like this: > > % cd /usr/ports/databases > % diff -rc postgresql postgresql.orig > diffs You should probably use diff -urN . It's what the handbook says, anyway. > > Actually had this stuff for a while but pkg_delete had an awful time > wtih the PLIST. Rather than edit the old PLIST into shape I simply > cut out the old section and pasted totally new. > > I don't understand why pkg_delete complains about pgsql/man* files. So > I removed them from PLIST. man pages should not reside in the PLIST file, so this is correct. It's handled in the Makefile. > > Somebody ought to completly check my work as there appear to be a number > of include files and libraries added and missing between versions. > > Also I'm not a big postgresql user, so just because it seems to work > for me, doesn't mean a lot. > > OTOH, I did run the regression tests. float8 and geometry failed. The > float8 failures need some attention as there is some extra output: > > ERROR: floating point exception! The last floating point operation either exceeded legal ranges or was a divide by zero > Hmm... I'll check that. /Palle 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?199906281510.IAA12109>