From owner-svn-ports-all@freebsd.org Sun Jan 29 11:28:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3308DCC6EA3; Sun, 29 Jan 2017 11:28:06 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E7EFC1F78; Sun, 29 Jan 2017 11:28:05 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0TBS5nx035476; Sun, 29 Jan 2017 11:28:05 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0TBS4Kr035466; Sun, 29 Jan 2017 11:28:04 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201701291128.v0TBS4Kr035466@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Sun, 29 Jan 2017 11:28:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432719 - head/news/cnews/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jan 2017 11:28:06 -0000 Author: dinoex Date: Sun Jan 29 11:28:03 2017 New Revision: 432719 URL: https://svnweb.freebsd.org/changeset/ports/432719 Log: - make portlint happier Modified: head/news/cnews/files/patch-config.make head/news/cnews/files/patch-cpto head/news/cnews/files/patch-inject-makefile head/news/cnews/files/patch-input-makefile head/news/cnews/files/patch-makeinc head/news/cnews/files/patch-mkdirs head/news/cnews/files/patch-quiz head/news/cnews/files/patch-quiz.def head/news/cnews/files/patch-report head/news/cnews/files/patch-substitutions Modified: head/news/cnews/files/patch-config.make ============================================================================== --- head/news/cnews/files/patch-config.make Sun Jan 29 11:18:09 2017 (r432718) +++ head/news/cnews/files/patch-config.make Sun Jan 29 11:28:03 2017 (r432719) @@ -1,6 +1,5 @@ -diff -urN ../pre-conf/include/config.make include/config.make ---- ../pre-conf/include/config.make Thu Jan 1 01:00:00 1970 -+++ include/config.make Mon Aug 2 20:36:19 1999 +--- include/config.make.orig 1970-01-01 01:00:00 UTC ++++ include/config.make @@ -0,0 +1,58 @@ +# make header file +# pathname variables Modified: head/news/cnews/files/patch-cpto ============================================================================== --- head/news/cnews/files/patch-cpto Sun Jan 29 11:18:09 2017 (r432718) +++ head/news/cnews/files/patch-cpto Sun Jan 29 11:28:03 2017 (r432719) @@ -1,6 +1,6 @@ ---- conf/cpto.orig 1994-09-15 22:42:45.000000000 +0200 -+++ conf/cpto 2013-12-18 11:12:51.000000000 +0100 -@@ -21,7 +21,7 @@ +--- conf/cpto.orig 1994-09-15 20:42:45 UTC ++++ conf/cpto +@@ -21,7 +21,7 @@ case "$#" in 0|1) echo "Usage: $0 dir file ..." >&2 ; exit 2 ;; esac Modified: head/news/cnews/files/patch-inject-makefile ============================================================================== --- head/news/cnews/files/patch-inject-makefile Sun Jan 29 11:18:09 2017 (r432718) +++ head/news/cnews/files/patch-inject-makefile Sun Jan 29 11:28:03 2017 (r432719) @@ -1,15 +1,9 @@ -*** inject/makefile.ORIG Thu Dec 29 00:30:01 1994 ---- inject/makefile Thu Feb 23 11:21:46 1995 -*************** -*** 57,61 **** - cp $(PROGS) ../util/canonhdr regress/tmp/inject - $(MX) regress/regress regress/master/run - $(HERE) cd regress ; NEWSTZ=3660 ; export NEWSTZ ; ./regress -! - # header dependencies follow ---- 57,61 ---- - cp $(PROGS) ../util/canonhdr regress/tmp/inject - $(MX) regress/regress regress/master/run - $(HERE) cd regress ; NEWSTZ=3660 ; export NEWSTZ ; ./regress -! - # header dependencies follow +--- inject/makefile.orig 1994-12-28 23:30:01 UTC ++++ inject/makefile +@@ -57,5 +57,5 @@ r: rclean $(PROGS) ../util/canonhdr + cp $(PROGS) ../util/canonhdr regress/tmp/inject + $(MX) regress/regress regress/master/run + $(HERE) cd regress ; NEWSTZ=3660 ; export NEWSTZ ; ./regress +- ++ + # header dependencies follow Modified: head/news/cnews/files/patch-input-makefile ============================================================================== --- head/news/cnews/files/patch-input-makefile Sun Jan 29 11:18:09 2017 (r432718) +++ head/news/cnews/files/patch-input-makefile Sun Jan 29 11:28:03 2017 (r432719) @@ -1,6 +1,6 @@ ---- input/makefile.orig 1995-01-02 22:48:40.000000000 +0100 -+++ input/makefile 2013-12-18 11:20:24.000000000 +0100 -@@ -17,7 +17,7 @@ +--- input/makefile.orig 1995-01-02 21:48:40 UTC ++++ input/makefile +@@ -17,7 +17,7 @@ all: $(ALL) install: $(PROGS) $(MKDIR) $(DEST) $(DBIN) Modified: head/news/cnews/files/patch-makeinc ============================================================================== --- head/news/cnews/files/patch-makeinc Sun Jan 29 11:18:09 2017 (r432718) +++ head/news/cnews/files/patch-makeinc Sun Jan 29 11:28:03 2017 (r432719) @@ -1,6 +1,5 @@ -diff -urN ../pre-conf/conf/makeinc conf/makeinc ---- ../pre-conf/conf/makeinc Thu Jan 1 01:00:00 1970 -+++ conf/makeinc Mon Aug 2 20:32:23 1999 +--- conf/makeinc.orig 1970-01-01 01:00:00 UTC ++++ conf/makeinc @@ -0,0 +1,3 @@ +# makefile substitutions file +# how to include ../include/config.make Modified: head/news/cnews/files/patch-mkdirs ============================================================================== --- head/news/cnews/files/patch-mkdirs Sun Jan 29 11:18:09 2017 (r432718) +++ head/news/cnews/files/patch-mkdirs Sun Jan 29 11:28:03 2017 (r432719) @@ -1,5 +1,5 @@ ---- conf/mkdirs.orig 1993-07-11 05:10:40.000000000 +0200 -+++ conf/mkdirs 2013-12-18 11:18:16.000000000 +0100 +--- conf/mkdirs.orig 1993-07-11 03:10:40 UTC ++++ conf/mkdirs @@ -1,9 +1,9 @@ #! /bin/sh for d Modified: head/news/cnews/files/patch-quiz ============================================================================== --- head/news/cnews/files/patch-quiz Sun Jan 29 11:18:09 2017 (r432718) +++ head/news/cnews/files/patch-quiz Sun Jan 29 11:28:03 2017 (r432719) @@ -1,18 +1,10 @@ ---- quiz.orig 1995-04-28 02:50:34.000000000 +0200 -+++ quiz 2016-09-05 23:40:26.915845000 +0200 -@@ -268,11 +268,11 @@ - esac - - newfakehdrs= --#if test " `$notinlist "$newfake" ftime.o`" != " yes" --#then --# newfakehdrs="$newfakehdrs sys/timeb.h" --#fi +--- quiz.orig 1995-04-28 00:50:34 UTC ++++ quiz +@@ -272,7 +272,7 @@ newfakehdrs= + #then + # newfakehdrs="$newfakehdrs sys/timeb.h" + #fi -newfakehdrs="$newfakehdrs sys/timeb.h" -+#if test " `$notinlist "$newfake" ftime.o`" != " yes" -+#then -+# newfakehdrs="$newfakehdrs sys/timeb.h" -+#fi +#newfakehdrs="$newfakehdrs sys/timeb.h" if test " `$notinlist "$newfake" gettimeofday.o`" != " yes" then Modified: head/news/cnews/files/patch-quiz.def ============================================================================== --- head/news/cnews/files/patch-quiz.def Sun Jan 29 11:18:09 2017 (r432718) +++ head/news/cnews/files/patch-quiz.def Sun Jan 29 11:28:03 2017 (r432719) @@ -1,6 +1,5 @@ -diff -urN ../pre-conf/conf/quiz.def conf/quiz.def ---- ../pre-conf/conf/quiz.def Thu Jan 1 01:00:00 1970 -+++ conf/quiz.def Mon Aug 2 20:36:19 1999 +--- conf/quiz.def.orig 1970-01-01 01:00:00 UTC ++++ conf/quiz.def @@ -0,0 +1,68 @@ +# These answers are interdependent; do not edit this file! +newsuid="news" Modified: head/news/cnews/files/patch-report ============================================================================== --- head/news/cnews/files/patch-report Sun Jan 29 11:18:09 2017 (r432718) +++ head/news/cnews/files/patch-report Sun Jan 29 11:28:03 2017 (r432719) @@ -1,17 +1,10 @@ -*** util/report.old Thu Sep 15 13:24:57 1994 ---- util/report Fri Sep 30 16:57:05 1994 -*************** -*** 65,70 **** - else - cat $r - fi -! ) | mail $args # some sites might want "/usr/lib/sendmail -t" instead - - # and the trap handles the exit status ---- 65,70 ---- - else - cat $r - fi -! ) | /usr/sbin/sendmail -t $args # some sites might want "mail" instead - - # and the trap handles the exit status +--- util/report.orig 1994-09-15 20:24:57 UTC ++++ util/report +@@ -65,6 +65,6 @@ fi + else + cat $r + fi +-) | mail $args # some sites might want "/usr/lib/sendmail -t" instead ++) | /usr/sbin/sendmail -t $args # some sites might want "mail" instead + + # and the trap handles the exit status Modified: head/news/cnews/files/patch-substitutions ============================================================================== --- head/news/cnews/files/patch-substitutions Sun Jan 29 11:18:09 2017 (r432718) +++ head/news/cnews/files/patch-substitutions Sun Jan 29 11:28:03 2017 (r432719) @@ -1,6 +1,5 @@ -diff -urN ../pre-conf/conf/substitutions conf/substitutions ---- ../pre-conf/conf/substitutions Thu Jan 1 01:00:00 1970 -+++ conf/substitutions Mon Aug 2 20:36:19 1999 +--- conf/substitutions.orig 1970-01-01 01:00:00 UTC ++++ conf/substitutions @@ -0,0 +1,8 @@ +# general substitutions file +NEWSBIN /usr/local/news/cnewsbin