Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jan 1999 18:05:08 -0800 (PST)
From:      rone@nas.nasa.gov
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   ports/9738: update tcsh to version 6.08.02
Message-ID:  <199901280205.SAA18011@hub.freebsd.org>

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

>Number:         9738
>Category:       ports
>Synopsis:       update tcsh to version 6.08.02
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 27 18:10:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Ron Echeverri
>Release:        3.0-stable
>Organization:
Sterling Software/NAS@NASA Ames Research Center
>Environment:
FreeBSD B1FF.nas.nasa.gov 3.0-STABLE FreeBSD 3.0-STABLE #0: Tue Jan 26 03:38:32 GMT 1999     root@:/mnt/usr/ports/.3.0/src/sys/compile/GENERIC  i386

>Description:
update tcsh to version 6.08.02
>How-To-Repeat:
install old version (?)
>Fix:
--- /usr/ports/shells/tcsh/Makefile.orig        Thu Dec 17 10:39:10 1998
+++ /usr/ports/shells/tcsh/Makefile     Wed Jan 27 16:58:59 1999
@@ -6,10 +6,10 @@
 # $Id: Makefile,v 1.22 1998/10/21 19:16:47 ache Exp $
 #
 
-DISTNAME=       tcsh-6.08
-PKGNAME=        tcsh-6.08.00
+DISTNAME=       tcsh-6.08.02
+PKGNAME=        tcsh-6.08.02
 CATEGORIES=    shells
-MASTER_SITES=   ftp://ftp.astron.com/pub/tcsh/
+MASTER_SITES=   ftp://ftp.astron.com/pri/
 
 MAINTAINER=     ache@FreeBSD.ORG
 
--- /usr/ports/shells/tcsh/patches/patch-ab.orig        Wed Jan 27 18:02:45 1999
+++ /usr/ports/shells/tcsh/patches/patch-ab     Wed Jan 27 18:04:34 1999
@@ -5,7 +5,7 @@
    * redefines malloc(), so we define the following
    * to avoid it.
    */
-! # if defined(linux) || defined(sgi)
+! # if defined(linux) || defined(sgi) || defined(_OSD_POSIX)
   #  define NO_FIX_MALLOC
   #  include <stdlib.h>
   # else /* linux */
@@ -13,7 +13,7 @@
    * redefines malloc(), so we define the following
    * to avoid it.
    */
-! # if defined(linux) || defined(sgi) || defined(__FreeBSD__)
+! # if defined(linux) || defined(sgi) || defined(_OSD_POSIX) || defined(__FreeBSD__)
   #  define NO_FIX_MALLOC
   #  include <stdlib.h>
   # else /* linux */

>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?199901280205.SAA18011>