From owner-freebsd-ports Mon Jan 25 11:20:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA26291 for freebsd-ports-outgoing; Mon, 25 Jan 1999 11:20:05 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA26218 for ; Mon, 25 Jan 1999 11:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA02584; Mon, 25 Jan 1999 11:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA25052 for ; Mon, 25 Jan 1999 11:10:06 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.10 #1) id 104rOU-0005ju-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 25 Jan 1999 21:09:54 +0200 Message-Id: <22065.917291393@axl.noc.iafrica.com> Date: Mon, 25 Jan 1999 21:09:53 +0200 From: Sheldon Hearn Reply-To: Sheldon Hearn To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9685: [PATCH] databases/postgesql broken for 4.0-CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9685 >Category: ports >Synopsis: [PATCH] databases/postgesql broken for 4.0-CURRENT >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 25 11:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Sheldon Hearn >Release: FreeBSD 4.0-CURRENT i386 >Organization: UUNET Internet Africa >Environment: FreeBSD 4.0-CURRENT >Description: The configure script for databases/portsgresql doesn't know about FreeBSD 4.0, so the port breaks on the configure target. >How-To-Repeat: On any machine where ``uname -r'' report 4.0-CURRENT, do ``cd /usr/ports/databases/postgresql ; make configure'' >Fix: The following diff creates for the port a new patch, which teaches postgresql's configure script about FreeBSD 4.0: Index: ports/databases/postgresql/patches/patch-aq =================================================================== RCS file: patch-aq diff -N patch-aq --- /dev/null Mon Jan 25 21:03:52 1999 +++ patch-aq Mon Jan 25 21:05:26 1999 @@ -0,0 +1,10 @@ +--- src/configure.orig Mon Jan 25 21:02:18 1999 ++++ src/configure Mon Jan 25 21:02:31 1999 +@@ -618,6 +618,7 @@ + aux*) os=aux need_tas=no ;; + linux*) os=linux need_tas=no ;; + bsdi*) os=bsdi need_tas=no ;; ++ freebsd4*) os=freebsd need_tas=no elf=yes ;; + freebsd3*) os=freebsd need_tas=no elf=yes ;; + freebsd1*|freebsd2*) os=freebsd need_tas=no ;; + netbsd*|openbsd*) os=bsd need_tas=no ;; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message