Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jan 1999 23:21:49 +0100 (CET)
From:      Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
To:        FreeBSD-gnats-submit@FreeBSD.ORG, "Marc G. Fournier" <scrappy@hub.org>
Subject:   ports/9736: PostGreSQL configure failing on 4.0
Message-ID:  <XFMail.990127232149.asmodai@wxs.nl>

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

>Number:         9736
>Category:       ports
>Synopsis:       PostGreSQL configure failing on 4.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 27 14:20:00 PST 1999
>Closed-Date:
>Last-Modified:
>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:
>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?XFMail.990127232149.asmodai>