Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jul 2002 12:13:46 +0200 (CEST)
From:      Oliver Braun <obraun@informatik.unibw-muenchen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/40828: [MAINTAINER UPDATE] Fix devel/hat for bento
Message-ID:  <20020721101346.A4EFBCA@unsane.de>

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

>Number:         40828
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] Fix devel/hat for bento
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 21 03:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Braun
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD galore.unsane.de 4.6-STABLE FreeBSD 4.6-STABLE #0: Thu Jul 11 15:55:17 CEST 2002 root@galore.unsane.de:/usr/obj/usr/src/sys/GALORE_OB i386


>Description:

devel/hat fails on bento, because bento does not recognize -p for uname.
Added files/patch-script::harch to fix this problem.

Regards,
         Olli
>How-To-Repeat:
>Fix:

--- script/harch.orig	Mon May 27 10:30:55 2002
+++ script/harch	Mon May 27 10:31:11 2002
@@ -13,8 +13,8 @@
 
 if uname >/dev/null 2>&1
 then
-  if uname -p >/dev/null 2>&1
-  then PROCESSOR=`uname -p`
+  if uname -m >/dev/null 2>&1
+  then PROCESSOR=`uname -m`
     case "$PROCESSOR" in
     unknown|*\ *)
       PROCESSOR=`uname -m`
>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?20020721101346.A4EFBCA>