From asmodai@wxs.nl  Wed Jan 27 14:13:20 1999
Received: from smtp03.wxs.nl (smtp03.wxs.nl [195.121.6.37])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA18789
          for <FreeBSD-gnats-submit@freebsd.org>; Wed, 27 Jan 1999 14:13:20 -0800 (PST)
          (envelope-from asmodai@wxs.nl)
Received: from daemon.ninth-circle.org ([195.121.56.223]) by smtp03.wxs.nl
          (Netscape Messaging Server 3.6)  with ESMTP id AAA301F;
          Wed, 27 Jan 1999 23:13:18 +0100
Message-Id: <XFMail.990127232149.asmodai@wxs.nl>
Date: Wed, 27 Jan 1999 23:21:49 +0100 (CET)
From: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
Sender: asmodai@daemon.ninth-circle.org
To: FreeBSD-gnats-submit@freebsd.org, "Marc G. Fournier" <scrappy@hub.org>
Subject: PostGreSQL configure failing on 4.0

>Number:         9736
>Category:       ports
>Synopsis:       PostGreSQL configure failing on 4.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    andreas
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 27 14:20:00 PST 1999
>Closed-Date:    Mon Apr 12 13:29:42 PDT 1999
>Last-Modified:  Mon Apr 12 13:30:23 PDT 1999
>Originator:     Jeroen Ruigrok van der Werven
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
Ninth Circle Enterprises 
>Environment:

FreeBSD daemon.ninth-circle.org 4.0-CURRENT FreeBSD 4.0-CURRENT #4: Wed Jan
27 10:25:44 CET 1999    
 asmodai@daemon.ninth-circle.org:/work/FreeBSD/src/sys/compile/DAEMON  i386

>Description:

        PostGreSQL's configure script fails to recognise 4.0

>How-To-Repeat:

        cvsup to 4.0 CURRENT and try to make /usr/ports/databases/postgresql

>Fix:
        
        this patch fixes it, apply to postgresql/src/configure:

--- configure.orig      Sun Dec 13 21:08:20 1998
+++ configure   Wed Jan 27 23:01:52 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 ;;

---
Jeroen Ruigrok van der Werven          It's a Dance of Energy,
asmodai(at)wxs.nl                 when the Mind goes Binary...
Network/Security Specialist      <http://home.wxs.nl/~asmodai>
BSD & picoBSD: The Power to Serve     <http://www.freebsd.org>
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->andreas 
Responsible-Changed-By: vanilla 
Responsible-Changed-When: Thu Feb 18 09:38:39 PST 1999 
Responsible-Changed-Why:  
andreas is the maintainer. 
State-Changed-From-To: open->closed 
State-Changed-By: andreas 
State-Changed-When: Mon Apr 12 13:29:42 PDT 1999 
State-Changed-Why:  
already fixed by Steve by adding patch-aq 
>Unformatted:
