Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Dec 2001 23:07:22 -0800 (PST)
From:      Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/33226: ports/misc/fd update
Message-ID:  <200112270707.fBR77MT37410@freefall.freebsd.org>

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

>Number:         33226
>Category:       ports
>Synopsis:       ports/misc/fd update
>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 Dec 26 23:10:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Nobuhiro Yasutomi
>Release:        FreeBSD 4.4-RELEASE i386
>Organization:
ISAC, Inc.
>Environment:
FreeBSD libru.tech.isac.co.jp 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Sat Oct 20 12:19:23 JST 2001     nobu@libru.tech.isac.co.jp:/usr/src/sys/compile/LIBRU  i386
>Description:
orignal distribution update following.

Update things in 1.03u:
     - fix abnormal terminate when archiver miss registration.
     - fix strings handle include '\' code.
     - fix terminal control processing.
     - INPUTKCODE work again.
     - collect ALT behavior when strings input.
     - support Darwin (Mac OS X).
     - support Linux libc5.
   
>How-To-Repeat:
      
>Fix:
      diff -ru fd/Makefile fd.new/Makefile
--- fd/Makefile	Mon Sep 10 10:44:37 2001
+++ fd.new/Makefile	Thu Dec 27 15:26:34 2001
@@ -6,9 +6,10 @@
 #
 
 PORTNAME=	fd
-PORTVERSION=	1.03t
+PORTVERSION=	1.03u
 CATEGORIES=	misc
-MASTER_SITES=	http://hp.vector.co.jp/authors/VA012337/soft/fd/
+MASTER_SITES=	http://hp.vector.co.jp/authors/VA012337/soft/fd/ \
+		ftp://ftp.vector.co.jp/pack/unix/util/file/filer/fd/
 MASTER_SITE_SUBDIR=	steve
 DISTNAME=	FD-${PORTVERSION}
 
diff -ru fd/distinfo fd.new/distinfo
--- fd/distinfo	Mon Sep 10 10:44:37 2001
+++ fd.new/distinfo	Wed Dec 19 13:02:00 2001
@@ -1 +1 @@
-MD5 (FD-1.03t.tar.gz) = 8bfa5aa8d9414c562ca1994a733d4cea
+MD5 (FD-1.03u.tar.gz) = 1b0629a201c89b54e9e2517caa7242c8
diff -ru fd/files/patch-aa fd.new/files/patch-aa
--- fd/files/patch-aa	Wed Sep  5 16:17:04 2001
+++ fd.new/files/patch-aa	Wed Dec 19 13:03:37 2001
@@ -1,9 +1,9 @@
---- Makefile.in.orig	Thu Oct 12 18:55:53 2000
-+++ Makefile.in	Thu Oct 12 18:56:31 2000
-@@ -3,7 +3,7 @@
- #
+--- Makefile.in.orig	Tue Dec 18 00:00:00 2001
++++ Makefile.in	Wed Dec 19 13:02:55 2001
+@@ -4,7 +4,7 @@
  
  TITLE	= FD-
+ VERSION	= __VERSION__
 -PREFIX	= /usr/local
 +PREFIX	?= /usr/local
  MANSEC	= 1

>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?200112270707.fBR77MT37410>