sync with OPENBSD_5_3
This commit is contained in:
parent
f09266b1d9
commit
e10e2d7bd7
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2013/03/11 11:41:29 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2013/03/22 22:52:16 naddy Exp $
|
||||
|
||||
COMMENT= ls that can use color to display file attributes
|
||||
|
||||
DISTNAME= ls-5.0
|
||||
DISTNAME= ls-5.3
|
||||
PKGNAME= color${DISTNAME}
|
||||
CATEGORIES= sysutils
|
||||
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (ls-5.0.tar.gz) = 89LT2v4rhwEIERUHKMQUFg==
|
||||
RMD160 (ls-5.0.tar.gz) = gRwVuWR3z48E4JRX1kxj7RK15tE=
|
||||
SHA1 (ls-5.0.tar.gz) = 6TbweR4JUl7akwLYK/0V/bcpdA0=
|
||||
SHA256 (ls-5.0.tar.gz) = gSeFBwONdvlHEe4XHah4rYY32m0obfMIQ0cDz7fJbZc=
|
||||
SIZE (ls-5.0.tar.gz) = 12603
|
||||
SHA256 (ls-5.3.tar.gz) = FVrIG6EZna+1wUCBkOlChV6j7gzaLUQcIvEHptFlHkE=
|
||||
SIZE (ls-5.3.tar.gz) = 12570
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-print_c,v 1.8 2009/10/29 20:10:39 naddy Exp $
|
||||
--- print.c.orig Wed Oct 28 00:59:21 2009
|
||||
+++ print.c Thu Oct 29 20:21:22 2009
|
||||
$OpenBSD: patch-print_c,v 1.9 2013/03/22 22:52:16 naddy Exp $
|
||||
--- print.c.orig Fri Mar 22 23:44:23 2013
|
||||
+++ print.c Fri Mar 22 23:47:15 2013
|
||||
@@ -48,6 +48,11 @@
|
||||
#include <tzfile.h>
|
||||
#include <unistd.h>
|
||||
@ -105,7 +105,7 @@ $OpenBSD: patch-print_c,v 1.8 2009/10/29 20:10:39 naddy Exp $
|
||||
if (f_type || (f_typedir && S_ISDIR(sp->st_mode)))
|
||||
chcnt += printtype(sp->st_mode);
|
||||
return (chcnt);
|
||||
@@ -338,6 +395,151 @@ printtype(u_int mode)
|
||||
@@ -344,6 +401,151 @@ printtype(u_int mode)
|
||||
}
|
||||
return (0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user