Date: Sun, 3 Nov 2002 21:00:15 -0800 (PST) From: Dirk Meyer <dinoex@FreeBSD.org> 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 ... Message-ID: <200211040500.gA450FMg042618@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211040500.gA450FMg042618>