svn commit: r426857 - head/news/nntp

Dirk Meyer dinoex at FreeBSD.org
Tue Nov 22 19:58:56 UTC 2016


Author: dinoex
Date: Tue Nov 22 19:58:55 2016
New Revision: 426857
URL: https://svnweb.freebsd.org/changeset/ports/426857

Log:
  - fix build for FreeBSD-9

Modified:
  head/news/nntp/Makefile

Modified: head/news/nntp/Makefile
==============================================================================
--- head/news/nntp/Makefile	Tue Nov 22 19:58:04 2016	(r426856)
+++ head/news/nntp/Makefile	Tue Nov 22 19:58:55 2016	(r426857)
@@ -54,6 +54,9 @@ post-patch:
 	${REINPLACE_CMD} \
 		-e 's=getline(=xmit_getline(=' \
 		${WRKSRC}/xmit/nntpxmit.c
+	${REINPLACE_CMD} \
+		-e 's=reaper()=reaper(int unused)=' \
+		${WRKSRC}/server/netaux.c
 
 pre-configure:
 	${REINPLACE_CMD} ${ALONE} \


More information about the svn-ports-all mailing list