- make portlint happier

This commit is contained in:
Dirk Meyer 2017-02-18 09:10:56 +00:00
parent 4494add17a
commit 15c75ea858
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434337
5 changed files with 18 additions and 18 deletions

View file

@ -1,6 +1,6 @@
--- src/Makefile.in.orig 1998-12-30 17:31:46.000000000 +0100 --- src/Makefile.in.orig 1998-12-30 16:31:46 UTC
+++ src/Makefile.in 2013-11-22 19:52:13.000000000 +0100 +++ src/Makefile.in
@@ -372,13 +372,13 @@ @@ -372,13 +372,13 @@ install-exec-local:
rm -f $(DESTDIR)/$(bindir)/`echo lsb | sed -e '$(transform)'` rm -f $(DESTDIR)/$(bindir)/`echo lsb | sed -e '$(transform)'`
ln $(DESTDIR)/$(bindir)/`echo lsz |sed -e '$(transform)'` \ ln $(DESTDIR)/$(bindir)/`echo lsz |sed -e '$(transform)'` \
$(DESTDIR)/$(bindir)/`echo lsb |sed -e '$(transform)'` $(DESTDIR)/$(bindir)/`echo lsb |sed -e '$(transform)'`

View file

@ -1,6 +1,6 @@
--- po/Makefile.in.in.orig 1998-04-26 15:22:40.000000000 +0200 --- po/Makefile.in.in.orig 1998-04-26 13:22:40 UTC
+++ po/Makefile.in.in 2013-11-22 20:12:26.000000000 +0100 +++ po/Makefile.in.in
@@ -110,9 +110,9 @@ @@ -110,9 +110,9 @@ install-data: install-data-@USE_NLS@
install-data-no: all install-data-no: all
install-data-yes: all install-data-yes: all
if test -r $(MKINSTALLDIRS); then \ if test -r $(MKINSTALLDIRS); then \
@ -12,7 +12,7 @@
fi fi
@catalogs='$(CATALOGS)'; \ @catalogs='$(CATALOGS)'; \
for cat in $$catalogs; do \ for cat in $$catalogs; do \
@@ -122,7 +122,7 @@ @@ -122,7 +122,7 @@ install-data-yes: all
*) destdir=$(localedir);; \ *) destdir=$(localedir);; \
esac; \ esac; \
lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \ lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
@ -21,7 +21,7 @@
if test -r $(MKINSTALLDIRS); then \ if test -r $(MKINSTALLDIRS); then \
$(MKINSTALLDIRS) $$dir; \ $(MKINSTALLDIRS) $$dir; \
else \ else \
@@ -152,12 +152,12 @@ @@ -152,12 +152,12 @@ install-data-yes: all
done done
if test "$(PACKAGE)" = "gettext"; then \ if test "$(PACKAGE)" = "gettext"; then \
if test -r $(MKINSTALLDIRS); then \ if test -r $(MKINSTALLDIRS); then \

View file

@ -1,6 +1,6 @@
--- src/lrz.c.orig 1998-12-30 08:49:24.000000000 +0100 --- src/lrz.c.orig 1998-12-30 07:49:24 UTC
+++ src/lrz.c 2010-01-14 09:33:32.000000000 +0100 +++ src/lrz.c
@@ -494,6 +494,8 @@ @@ -494,6 +494,8 @@ main(int argc, char *argv[])
usage(2,_("garbage on commandline")); usage(2,_("garbage on commandline"));
if (protocol!=ZM_XMODEM && npats) if (protocol!=ZM_XMODEM && npats)
usage(2, _("garbage on commandline")); usage(2, _("garbage on commandline"));
@ -9,7 +9,7 @@
if (Restricted && allow_remote_commands) { if (Restricted && allow_remote_commands) {
allow_remote_commands=FALSE; allow_remote_commands=FALSE;
} }
@@ -1159,9 +1161,9 @@ @@ -1159,9 +1161,9 @@ procheader(char *name, struct zm_fileinf
nameend = name + 1 + strlen(name); nameend = name + 1 + strlen(name);
if (*nameend) { /* file coming from Unix or DOS system */ if (*nameend) { /* file coming from Unix or DOS system */

View file

@ -1,6 +1,6 @@
--- src/lsz.c.orig 1998-12-30 07:07:59.000000000 +0900 --- src/lsz.c.orig 1998-12-29 22:07:59 UTC
+++ src/lsz.c 2012-01-21 10:44:49.000000000 +0900 +++ src/lsz.c
@@ -1191,6 +1191,7 @@ @@ -1191,6 +1191,7 @@ wctxpn(struct zm_fileinfo *zi)
struct stat f; struct stat f;
name2=alloca(PATH_MAX+1); name2=alloca(PATH_MAX+1);

View file

@ -1,6 +1,6 @@
--- src/rbsb.c.org 2010-01-15 22:41:21.000000000 +0900 --- src/rbsb.c.orig 1998-12-29 16:16:25 UTC
+++ src/rbsb.c 2010-01-15 22:41:34.000000000 +0900 +++ src/rbsb.c
@@ -296,7 +296,7 @@ @@ -296,7 +296,7 @@ io_mode(int fd, int n)
tty.c_iflag |= IXOFF; tty.c_iflag |= IXOFF;
/* No echo, crlf mapping, INTR, QUIT, delays, no erase/kill */ /* No echo, crlf mapping, INTR, QUIT, delays, no erase/kill */