From owner-cvs-all Sun Nov 3 21: 1:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C89A37B401; Sun, 3 Nov 2002 21:01:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0205F43E75; Sun, 3 Nov 2002 21:01:54 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gA450FmV042626; Sun, 3 Nov 2002 21:00:15 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gA450FMg042618; Sun, 3 Nov 2002 21:00:15 -0800 (PST) Message-Id: <200211040500.gA450FMg042618@repoman.freebsd.org> From: Dirk Meyer Date: Sun, 3 Nov 2002 21:00:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/nntp Makefile ports/news/nntp/files patch-Makefile patch-af patch-ag patch-conf.h patch-doc-config.sh patch-misc.c patch-netaux.c patch-server-active.c patch-server-batch.c patch-server-common.h patch-server-group.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2002/11/03 21:00:15 PST Modified files: news/nntp Makefile Added files: news/nntp/files patch-Makefile patch-conf.h patch-doc-config.sh patch-server-active.c patch-server-batch.c patch-server-common.h patch-server-group.c patch-server-main.c patch-server-misc.c patch-server-msgidd.c patch-server-netaux.c patch-server-scandir.c patch-server-xauth.c patch-server-xover.c patch-xfer-Makefile patch-xfer-nntpxfer.c patch-xmit-get_tcp_conn.c patch-xmit-nntpxmit.c patch-xmit-nntpxmit.h patch-xmit-remote.c patch-xmit-shlock.c Removed files: news/nntp/files patch-af patch-ag patch-misc.c patch-netaux.c Log: - reorder patches - use DIRENT - honor CFLAGS - fix missing includes Revision Changes Path 1.28 +1 -1 ports/news/nntp/Makefile 1.1 +31 -0 ports/news/nntp/files/patch-Makefile (new) 1.2 +0 -22 ports/news/nntp/files/patch-af (dead) 1.2 +0 -386 ports/news/nntp/files/patch-ag (dead) 1.1 +163 -0 ports/news/nntp/files/patch-conf.h (new) 1.1 +32 -0 ports/news/nntp/files/patch-doc-config.sh (new) 1.2 +0 -36 ports/news/nntp/files/patch-misc.c (dead) 1.2 +0 -11 ports/news/nntp/files/patch-netaux.c (dead) 1.1 +12 -0 ports/news/nntp/files/patch-server-active.c (new) 1.1 +12 -0 ports/news/nntp/files/patch-server-batch.c (new) 1.1 +30 -0 ports/news/nntp/files/patch-server-common.h (new) 1.1 +12 -0 ports/news/nntp/files/patch-server-group.c (new) 1.1 +82 -0 ports/news/nntp/files/patch-server-main.c (new) 1.1 +36 -0 ports/news/nntp/files/patch-server-misc.c (new) 1.1 +13 -0 ports/news/nntp/files/patch-server-msgidd.c (new) 1.1 +11 -0 ports/news/nntp/files/patch-server-netaux.c (new) 1.1 +12 -0 ports/news/nntp/files/patch-server-scandir.c (new) 1.1 +39 -0 ports/news/nntp/files/patch-server-xauth.c (new) 1.1 +32 -0 ports/news/nntp/files/patch-server-xover.c (new) 1.1 +12 -0 ports/news/nntp/files/patch-xfer-Makefile (new) 1.1 +24 -0 ports/news/nntp/files/patch-xfer-nntpxfer.c (new) 1.1 +12 -0 ports/news/nntp/files/patch-xmit-get_tcp_conn.c (new) 1.1 +24 -0 ports/news/nntp/files/patch-xmit-nntpxmit.c (new) 1.1 +10 -0 ports/news/nntp/files/patch-xmit-nntpxmit.h (new) 1.1 +25 -0 ports/news/nntp/files/patch-xmit-remote.c (new) 1.1 +21 -0 ports/news/nntp/files/patch-xmit-shlock.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message