1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

- Update to 8.1

- Unbreak on 8.x and above

PR:		141209
Submitted by:	Cristiano Rolim Pereira <cristianorolim@hotmail.com>
Approved by:	Brian Clapper <bmc@clapper.org> (maintainer)
This commit is contained in:
Dmitry Marakasov 2009-12-25 17:40:13 +00:00
parent 7552416781
commit 1c3258b9ae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246610
3 changed files with 5 additions and 31 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= gnuls
PORTVERSION= 7.5
PORTVERSION= 8.1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= coreutils
@ -32,10 +32,4 @@ do-install:
${CP} ${WRKSRC}/man/ls.1 ${WRKSRC}/man/gnuls.1
${INSTALL_MAN} ${MAN1:S,^,${WRKSRC}/man/,} ${MAN1PREFIX}/man/man1
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800039
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-stty.c
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (coreutils-7.5.tar.gz) = 775351410b7d6879767c3e4563354dc6
SHA256 (coreutils-7.5.tar.gz) = 341f49b9434f83ca9a8b6c2266813092ef08a5fca25f15dcc1a0ba82fc18c3c1
SIZE (coreutils-7.5.tar.gz) = 9956013
MD5 (coreutils-8.1.tar.gz) = 4cde9f31604f4da188ed302ca55545ea
SHA256 (coreutils-8.1.tar.gz) = 5ea1adda4df2ad61e0184f5c7b08a2ad13db1a581d5da19610dd3c4718c1c8b0
SIZE (coreutils-8.1.tar.gz) = 10379352

View File

@ -1,20 +0,0 @@
--- src/stty.c.orig 2009-02-22 12:02:55.000000000 -0300
+++ src/stty.c 2009-02-22 12:04:32.000000000 -0300
@@ -280,8 +280,6 @@
#endif
#ifdef TABDLY
{"tab3", output, SANE_UNSET, TAB3, TABDLY},
- {"tab2", output, SANE_UNSET, TAB2, TABDLY},
- {"tab1", output, SANE_UNSET, TAB1, TABDLY},
{"tab0", output, SANE_SET, TAB0, TABDLY},
#else
# ifdef OXTABS
@@ -627,7 +625,7 @@
fputs (_("\
* [-]onocr do not print carriage returns in the first column\n\
[-]opost postprocess output\n\
- * tabN horizontal tab delay style, N in [0..3]\n\
+ * tabN horizontal tab delay style, N in [0,3]\n\
* tabs same as tab0\n\
* -tabs same as tab3\n\
* vtN vertical tab delay style, N in [0..1]\n\