1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

news/nntp: fix build with clang16

fix warnings on 32bit
support for CNEWS_PORT
This commit is contained in:
Dirk Meyer 2023-07-13 17:47:49 +02:00
parent cba30c34b8
commit 0004395c21
2 changed files with 7 additions and 6 deletions

View File

@ -1,17 +1,17 @@
PORTNAME= nntp
PORTVERSION= 1.5.12.2
PORTREVISION= 11
PORTREVISION= 12
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-ansi2
PATCHFILES= nntp-patch-ansi3
MAINTAINER= dinoex@FreeBSD.org
COMMENT= NNTP with NOV support
BUILD_DEPENDS= ${LOCALBASE}/lib/libcnews.a:news/cnews
BUILD_DEPENDS= ${LOCALBASE}/lib/libcnews.a:${CNEWS_PORT}
NO_WRKSUBDIR= yes
USE_CSTD= gnu89
@ -22,6 +22,7 @@ PLIST_SUB+= NEWSCTL=${NEWSCTL:S=^${VARBASE}/==}
DOCSFILES1= AUTHORIZE CHANGES README README-conf.h SYSLOG doc/rfc977
DOCSFILES2= server support xfer xmit
CNEWS_PORT?= news/cnews
VARBASE?= /var
NEWSBIN?= ${PREFIX}/libexec/cnews
NEWSCTL?= ${VARBASE}/lib/news

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1678044879
TIMESTAMP = 1689263194
SHA256 (nntp.1.5.12.2.tar.gz) = c4b4b6e7aa6abfe06300c1667fc55049b01d9f3a2c6f8714845a1dfd4c33fe46
SIZE (nntp.1.5.12.2.tar.gz) = 153634
SHA256 (nntp-patch-ansi2) = 17fc41009e826986833f7fdde80288fe781b12a19881532e8e7a338fe1e5d980
SIZE (nntp-patch-ansi2) = 112982
SHA256 (nntp-patch-ansi3) = 5383ea404882d0a8426cb2397af750313d6057dde777252bd7f00a30ac3f5036
SIZE (nntp-patch-ansi3) = 114056