Date: Mon, 25 Jan 1999 21:09:53 +0200 From: Sheldon Hearn <axl@iafrica.com> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/9685: [PATCH] databases/postgesql broken for 4.0-CURRENT Message-ID: <22065.917291393@axl.noc.iafrica.com>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?22065.917291393>