From owner-freebsd-ports Mon Jun 28 8:10:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 69F0715096 for ; Mon, 28 Jun 1999 08:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA12109; Mon, 28 Jun 1999 08:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 28 Jun 1999 08:10:03 -0700 (PDT) Message-Id: <199906281510.IAA12109@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Palle Girgensohn Subject: Re: ports/12427: postgresql-6.5 port update Reply-To: Palle Girgensohn Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12427; it has been noted by GNATS. From: Palle Girgensohn 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