From az@inec.ru  Mon Sep 26 12:37:45 2005
Return-Path: <az@inec.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A6B2716A41F
	for <freebsd-gnats-submit@freebsd.org>; Mon, 26 Sep 2005 12:37:45 +0000 (GMT)
	(envelope-from az@inec.ru)
Received: from waterwall.inec.ru (waterwall.inec.ru [213.148.3.225])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 13A3543D48
	for <freebsd-gnats-submit@freebsd.org>; Mon, 26 Sep 2005 12:37:44 +0000 (GMT)
	(envelope-from az@inec.ru)
Received: from waterwall.inec.ru (root@localhost)
  by waterwall.inec.ru (8.13.1/8.12.6) with SMTP id j8QCeDEJ063713
    for <freebsd-gnats-submit@freebsd.org>; Mon, 26 Sep 2005 16:40:13 +0400 (MSD)
Received: from az.inec.ru (msproxyoutif.intermediate.org [10.0.0.2])
  by waterwall.inec.ru (8.13.1/8.12.6) with ESMTP id j8QCeCrN063708
    for <FreeBSD-gnats-submit@freebsd.org>; Mon, 26 Sep 2005 16:40:13 +0400 (MSD)
Received: from az by az.inec.ru with local (Exim 4.51 (FreeBSD))
	id 1EJsF2-000B4S-Id
	for FreeBSD-gnats-submit@freebsd.org; Mon, 26 Sep 2005 16:37:56 +0400
Message-Id: <E1EJsF2-000B4S-Id@az.inec.ru>
Date: Mon, 26 Sep 2005 16:37:56 +0400
From: Andrej Zverev <az@inec.ru>
Reply-To: Andrej Zverev <az@inec.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [update] sysutils/ndir 0.8.8
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         86594
>Category:       ports
>Synopsis:       [update] sysutils/ndir 0.8.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    markp
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 26 12:40:13 GMT 2005
>Closed-Date:    Mon Nov 28 16:03:20 GMT 2005
>Last-Modified:  Mon Nov 28 16:03:20 GMT 2005
>Originator:     Andrej Zverev
>Release:        FreeBSD 5.4-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD az.inec.ru 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #2: Wed Jul 6 12:10:32 MSD 2005 root@az.inec.ru:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	Version 0.8.8, 2004-04-09
	- Number output format reimplemented, see Format.h, Format.cpp
	  Resolved problems with output of numbers on some platforms together
	  with Large File Support.

	Removed file:
	pkg-plist
	
	Added file:
	files/patch-src-File-Date-StringUtils-Format.h

	
>How-To-Repeat:
	
>Fix:

	

--- ndir.diff begins here ---
diff -Nru ndir.orig/Makefile ndir/Makefile
--- ndir.orig/Makefile	Wed Feb  4 08:09:04 2004
+++ ndir/Makefile	Mon Sep 26 16:29:53 2005
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=	ndir
-PORTVERSION=	0.8.7
-PORTREVISION=	1
+PORTVERSION=	0.8.8
+PORTREVISION=	0
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.Informatik.Uni-Oldenburg.DE/~mw/software/
 DISTNAME=	NDir-${PORTVERSION}
@@ -23,10 +23,12 @@
 MAN1=		ndir.1
 MLINKS=		ndir.1 lv.1 ndir.1 lw.1
 
+PLIST_FILES=	bin/ndir bin/lw bin/lv
+
 .include <bsd.port.pre.mk>
 
 post-patch:
-	${REINPLACE_CMD} -E "s/^export GLOBAL.+//g" ${WRKSRC}/Makefile
+	${REINPLACE_CMD} -e 's|-Wall -O2|${CFLAGS}|g' ${WRKSRC}/Makefile
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/ndir ${PREFIX}/bin
diff -Nru ndir.orig/distinfo ndir/distinfo
--- ndir.orig/distinfo	Wed Mar 31 07:11:26 2004
+++ ndir/distinfo	Mon Sep 26 15:36:32 2005
@@ -1,2 +1,2 @@
-MD5 (NDir-0.8.7-1.tar.gz) = c9c5b9eef2abb38df04d17f47912c2fa
-SIZE (NDir-0.8.7-1.tar.gz) = 112111
+MD5 (NDir-0.8.8-1.tar.gz) = f6e129ac5b0e80885cf28931d3254f9c
+SIZE (NDir-0.8.8-1.tar.gz) = 124946
diff -Nru ndir.orig/files/patch-src-File-Date-StringUtils-Format.h ndir/files/patch-src-File-Date-StringUtils-Format.h
--- ndir.orig/files/patch-src-File-Date-StringUtils-Format.h	Thu Jan  1 03:00:00 1970
+++ ndir/files/patch-src-File-Date-StringUtils-Format.h	Mon Sep 26 16:10:58 2005
@@ -0,0 +1,10 @@
+--- src/File-Date-StringUtils/Format.h.orig	Sat Apr 10 01:41:38 2004
++++ src/File-Date-StringUtils/Format.h	Mon Sep 26 16:09:59 2005
+@@ -65,6 +65,6 @@
+     text-containing string to be output on a terminal 
+    */
+   std::string clean( std::string s);
+-
++  std::string getLengthString( int length);
+ 
+ #endif
diff -Nru ndir.orig/pkg-plist ndir/pkg-plist
--- ndir.orig/pkg-plist	Sun Jul 22 12:41:28 2001
+++ ndir/pkg-plist	Thu Jan  1 03:00:00 1970
@@ -1,3 +0,0 @@
-bin/ndir
-bin/lv
-bin/lw
--- ndir.diff ends here ---



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sem 
Responsible-Changed-By: sem 
Responsible-Changed-When: Mon Sep 26 13:08:01 GMT 2005 
Responsible-Changed-Why:  
Take 

http://www.freebsd.org/cgi/query-pr.cgi?pr=86594 
Responsible-Changed-From-To: sem->markp 
Responsible-Changed-By: sem 
Responsible-Changed-When: Mon Sep 26 13:12:49 GMT 2005 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=86594 
State-Changed-From-To: open->closed 
State-Changed-By: az 
State-Changed-When: Mon Nov 28 16:02:45 GMT 2005 
State-Changed-Why:  
Committed. Thanks!  edwin@ commited but forgot to close. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=86594 
>Unformatted:
