From owner-svn-ports-head@freebsd.org Tue Nov 15 20:58:33 2016 Return-Path: Delivered-To: svn-ports-head@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 9C855C43619; Tue, 15 Nov 2016 20:58:33 +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 5C2F3887; Tue, 15 Nov 2016 20:58:33 +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 uAFKwWcn053930; Tue, 15 Nov 2016 20:58:32 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAFKwWwj053928; Tue, 15 Nov 2016 20:58:32 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201611152058.uAFKwWwj053928@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Tue, 15 Nov 2016 20:58:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426183 - in head/news/nntp: . 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Nov 2016 20:58:33 -0000 Author: dinoex Date: Tue Nov 15 20:58:32 2016 New Revision: 426183 URL: https://svnweb.freebsd.org/changeset/ports/426183 Log: - fix include and prototype problems with ansi patches - fix nntpxmit for 64bit Deleted: head/news/nntp/files/patch-acttimes.c head/news/nntp/files/patch-conf.h head/news/nntp/files/patch-server-active.c head/news/nntp/files/patch-server-batch.c head/news/nntp/files/patch-server-common.h head/news/nntp/files/patch-server-group.c head/news/nntp/files/patch-server-main.c head/news/nntp/files/patch-server-misc.c head/news/nntp/files/patch-server-msgidd.c head/news/nntp/files/patch-server-netaux.c head/news/nntp/files/patch-server-scandir.c head/news/nntp/files/patch-server-spawn.c head/news/nntp/files/patch-server-xauth.c head/news/nntp/files/patch-server-xover.c head/news/nntp/files/patch-xfer-nntpxfer.c head/news/nntp/files/patch-xmit-get_tcp_conn.c head/news/nntp/files/patch-xmit-nntpxmit.c head/news/nntp/files/patch-xmit-nntpxmit.h head/news/nntp/files/patch-xmit-remote.c head/news/nntp/files/patch-xmit-shlock.c head/news/nntp/files/patch-xmit-xmitauth.c Modified: head/news/nntp/Makefile head/news/nntp/distinfo Modified: head/news/nntp/Makefile ============================================================================== --- head/news/nntp/Makefile Tue Nov 15 20:58:17 2016 (r426182) +++ head/news/nntp/Makefile Tue Nov 15 20:58:32 2016 (r426183) @@ -3,13 +3,13 @@ PORTNAME= nntp PORTVERSION= 1.5.12.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= news MASTER_SITES= ftp://ftp.dinoex.org/pub/c-news/ DISTNAME= ${PORTNAME}.${PORTVERSION} PATCH_SITES= ftp://ftp.dinoex.org/pub/c-news/ -PATCHFILES= nntp-patch-y2k +PATCHFILES= nntp-patch-ansi MAINTAINER= dinoex@FreeBSD.org COMMENT= NNTP with NOV support @@ -50,9 +50,6 @@ post-extract: ${CP} ${WRKSRC}/conf.h.dist ${WRKSRC}/conf.h pre-configure: - # fix for compiler with broken namespace - ${REINPLACE_CMD} -e 's|\([(! ]\)log\([)+ ]\)|\1dolog\2|g' \ - ${WRKSRC}/server/msgidd.c ${REINPLACE_CMD} ${ALONE} \ -e "s=/usr/local/news/lib/bin/config=${NEWSBIN}/config=" \ -e "s=/usr/local/news/cnewsbin=${NEWSBIN}=" \ Modified: head/news/nntp/distinfo ============================================================================== --- head/news/nntp/distinfo Tue Nov 15 20:58:17 2016 (r426182) +++ head/news/nntp/distinfo Tue Nov 15 20:58:32 2016 (r426183) @@ -1,4 +1,5 @@ +TIMESTAMP = 1479241494 SHA256 (nntp.1.5.12.2.tar.gz) = c4b4b6e7aa6abfe06300c1667fc55049b01d9f3a2c6f8714845a1dfd4c33fe46 SIZE (nntp.1.5.12.2.tar.gz) = 153634 -SHA256 (nntp-patch-y2k) = bc2d66717670fdffc029334d17af17da9b6e89d89dde1ff1b77c8cb585270f0b -SIZE (nntp-patch-y2k) = 6629 +SHA256 (nntp-patch-ansi) = 7f977465945aa9a051ab91c2e8648968e9f94f16b782e55ccc26b530d523c572 +SIZE (nntp-patch-ansi) = 73091