Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Nov 2016 20:58:32 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426183 - in head/news/nntp: . files
Message-ID:  <201611152058.uAFKwWwj053928@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611152058.uAFKwWwj053928>