Date: Mon, 26 Sep 2005 16:37:56 +0400 From: Andrej Zverev <az@inec.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/86594: [update] sysutils/ndir 0.8.8 Message-ID: <E1EJsF2-000B4S-Id@az.inec.ru> Resent-Message-ID: <200509261240.j8QCeDeB046133@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 86594 >Category: ports >Synopsis: [update] sysutils/ndir 0.8.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Sep 26 12:40:13 GMT 2005 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1EJsF2-000B4S-Id>