Download raw body.
[patch] news/tin: enable nntps
thanks, I have an update for this and will incorporate the NNTPS
enabling, will commit when we're done with release lock
On 2026/05/01 23:26, Lennart Jablonka wrote:
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/news/tin/Makefile,v
> diff -u -p -r1.62 Makefile
> --- Makefile 11 Feb 2026 09:47:26 -0000 1.62
> +++ Makefile 1 May 2026 23:14:22 -0000
> @@ -5,7 +5,7 @@ MAJORVERSION= 2.6
> PATCHLEVEL= 4
> CATEGORIES= news
>
> -REVISION= 0
> +REVISION= 1
>
> # stable first will allow pprtroach to find updates for a new major version,
> # v${MAJORVERSION} as a fallback allows fetching distfiles from an old stable
> @@ -21,7 +21,7 @@ HOMEPAGE= http://www.tin.org/
> # vms/vms.c
> PERMIT_PACKAGE= Yes
>
> -WANTLIB += c curses iconv icui18n icuuc idn2 intl pcre2-8 uriparser z
> +WANTLIB += c curses iconv icui18n icuuc idn2 intl pcre2-8 uriparser z crypto tls
>
> CONFIGURE_STYLE= autoconf no-autoheader
> AUTOCONF_VERSION= 2.69
> @@ -42,6 +42,7 @@ CONFIGURE_ARGS+= --with-ispell=${LOCALBA
> --with-spooldir=${VARBASE}/spool/news \
> --enable-break-long-lines \
> --enable-ipv6 \
> + --with-nntps=libtls \
> --without-x
> CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
> LDFLAGS="-L${LOCALBASE}/lib"
>
[patch] news/tin: enable nntps