Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 2020 08:09:06 +0000
From:      Rene Ladan <rene@freebsd.org>
To:        Fernando =?iso-8859-1?Q?Apestegu=EDa?= <fernape@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r552675 - head/net/iplog
Message-ID:  <20201019080906.GA35368@freefall.freebsd.org>
In-Reply-To: <202010181738.09IHcRKX080060@repo.freebsd.org>
References:  <202010181738.09IHcRKX080060@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Oct 18, 2020 at 05:38:27PM +0000, Fernando Apesteguía wrote:
> Author: fernape
> Date: Sun Oct 18 17:38:27 2020
> New Revision: 552675
> URL: https://svnweb.freebsd.org/changeset/ports/552675
> 
> Log:
>   net/iplog: DEPRECATE Unmaintained and dead upstream
>   
>   This port only build in 12 because for some reason uses clang 8 to build. It
>   does not build in 11 or 13-CURRENT. Even in 12 it shows tons of dangerous
>   warnigns due to bad formed castings[1].
>   
>   The project is also abandoned upstream so we better mark this for removal.
>   
>   [1] https://docs.freebsd.org/cgi/getmsg.cgi?fetch=46148465+0+current/freebsd-pkg-fallout
>   
>   Submitted by:   udo@schweigert-muc.de (maintainer)
>   MFH:	2020Q4
> 
> Modified:
>   head/net/iplog/Makefile
> 
> Modified: head/net/iplog/Makefile
> ==============================================================================
> --- head/net/iplog/Makefile	Sun Oct 18 17:26:41 2020	(r552674)
> +++ head/net/iplog/Makefile	Sun Oct 18 17:38:27 2020	(r552675)
> @@ -10,6 +10,9 @@ MASTER_SITES=	SF/ojnk/${PORTNAME}/${PORTVERSION}
>  MAINTAINER=	udo@schweigert-muc.de
>  COMMENT=	TCP/IP traffic logging tool
>  
> +DEPRECATED=	Unmaintained and dead upstream. Does not build with modern compilers.
> +EXPIRATION_DATE=2021-12-18
> +
It is still 2020, or did you really mean a fourteen month expiration period?

Regards,
René

>  USES=		gmake
>  GNU_CONFIGURE=	yes
>  CPPFLAGS+=	-I${LOCALBASE}/include



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