mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
[update] sysutils/ndir 0.8.8
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. PR: ports/86594 Submitted by: Andrej Zverev <az@inec.ru> Approved by: maintainer timeout
This commit is contained in:
parent
be801e0f0c
commit
c860746050
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149055
@ -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 @@ CFLAGS+= -DNO_THOUSANDS_GROUPING
|
||||
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
|
||||
|
@ -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
|
||||
|
10
sysutils/ndir/files/patch-src-File-Date-StringUtils-Format.h
Normal file
10
sysutils/ndir/files/patch-src-File-Date-StringUtils-Format.h
Normal file
@ -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
|
@ -1,3 +0,0 @@
|
||||
bin/ndir
|
||||
bin/lv
|
||||
bin/lw
|
Loading…
Reference in New Issue
Block a user