From owner-freebsd-ports Sun Oct 10 7:40:14 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 0F36F150E2 for ; Sun, 10 Oct 1999 07:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA63873; Sun, 10 Oct 1999 07:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 10 Oct 1999 07:40:01 -0700 (PDT) Message-Id: <199910101440.HAA63873@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Palle Girgensohn Subject: Re: ports/14242: ports/databases/postgresql: updated to 6.5.2 Reply-To: Palle Girgensohn Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/14242; it has been noted by GNATS. From: Palle Girgensohn To: ls@Berkeley.Gambit.Msk.SU Cc: FreeBSD-gnats-submit@freebsd.org, andreas@freebsd.org Subject: Re: ports/14242: ports/databases/postgresql: updated to 6.5.2 Date: Sun, 10 Oct 1999 16:36:58 +0200 Hi ls, I sent an update about four week ago; apparently andreas (the maintainer) has been very busy :( Tip: To save yourself the porting effort, check the mail archive (or pr's) first to see if someone has already done what you plan to do. It helps me a lot; from time to time, it can take a very long time for port patches to get committed. Meanwhile, you can patch the ports yourself using the patches from the sent PR's or the mail archive. Good that you brought this up, BTW. It been a long time; I just assumed the patch was committed, and have forgotten to check for it. Andreas, when you have the time, I think you can go ahead and commmit it blindly if time is the problem. I've been using it on several 3-STABLE machines; I think it's pretty safe. cheers. /Palle ls wrote: > > >Number: 14242 > >Category: ports > >Synopsis: ports/databases/postgresql: updated to 6.5.2 > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-ports > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: change-request > >Submitter-Id: current-users > >Arrival-Date: Sat Oct 9 16:20:01 PDT 1999 > >Closed-Date: > >Last-Modified: > >Originator: ls > >Release: FreeBSD 3.3-STABLE i386 > >Organization: > The FreeBSD Documentation Project > >Environment: > > $FreeBSD: ports/databases/postgresql/Makefile,v 1.47 1999/08/31 06:41:22 mharo Exp $ > > >Description: > > Some users want to install the latest postgresql from ports :-) > > >How-To-Repeat: > > cd /usr/ports/databases/postgresql && make install > > >Fix: > =================================================================== > RCS file: /usr/ftp/FreeBSD/FreeBSD-CVS/ports/databases/postgresql/Makefile,v > retrieving revision 1.47 > diff -u -r1.47 Makefile > --- Makefile 1999/08/31 06:41:22 1.47 > +++ Makefile 1999/10/09 23:03:16 > @@ -6,7 +6,7 @@ > # $FreeBSD: ports/databases/postgresql/Makefile,v 1.47 1999/08/31 06:41:22 mharo Exp $ > # > > -DISTNAME= postgresql-6.5.1 > +DISTNAME= postgresql-6.5.2 > CATEGORIES= databases > MASTER_SITES= ftp://ftp.postgresql.org/pub/ \ > ftp://ftp.iodynamics.com/pub/mirror/postgresql/ \ > =================================================================== > RCS file: /usr/ftp/FreeBSD/FreeBSD-CVS/ports/databases/postgresql/files/md5,v > retrieving revision 1.10 > diff -u -r1.10 md5 > --- md5 1999/07/21 07:16:26 1.10 > +++ md5 1999/10/09 23:03:20 > @@ -1 +1 @@ > -MD5 (postgresql-6.5.1.tar.gz) = f32379223026bd123552459958054d51 > +MD5 (postgresql-6.5.2.tar.gz) = 36546d54b2ec7da1eec967522089e4ab > =================================================================== > RCS file: /usr/ftp/FreeBSD/FreeBSD-CVS/ports/databases/postgresql/patches/patch-ar,v > retrieving revision 1.2 > diff -u -r1.2 patch-ar > --- patch-ar 1999/06/29 20:21:41 1.2 > +++ patch-ar 1999/10/09 23:07:23 > @@ -1,11 +1,11 @@ > ---- configure~ Sun May 30 09:01:09 1999 > -+++ configure Mon Jun 21 16:52:53 1999 > -@@ -663,7 +663,7 @@ > - exit;; > - esac > - > --if test "X$elf" = "Xyes" > -+if test "X$PORTOBJFORMAT" = "Xelf" > +--- work/postgresql-6.5.2/src/configure.orig Mon Sep 13 02:58:33 1999 > ++++ work/postgresql-6.5.2/src/configure Sun Oct 10 03:06:39 1999 > +@@ -1429,7 +1429,7 @@ > + ELF_SYS=true > + else > + rm -rf conftest* > +- if test "X$elf" = "Xyes" > ++ if test "X$PORTOBJFORMAT" = "Xelf" > then > ELF_SYS=true > else > > >Release-Note: > >Audit-Trail: > >Unformatted: > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message