Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Oct 1999 03:11:28 +0400 (MSD)
From:      ls <ls@Berkeley.Gambit.Msk.SU>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/14242: ports/databases/postgresql: updated to 6.5.2
Message-ID:  <199910092311.DAA61577@Berkeley.Gambit.Msk.SU>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910092311.DAA61577>