Date: Mon, 19 Oct 2020 05:34:21 +0000 (UTC) From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r552710 - branches/2020Q4/net/iplog Message-ID: <202010190534.09J5YLN6023323@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fernape Date: Mon Oct 19 05:34:20 2020 New Revision: 552710 URL: https://svnweb.freebsd.org/changeset/ports/552710 Log: MFH: r552675 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) Approved by: ports-secteam (fluffy@) Modified: branches/2020Q4/net/iplog/Makefile Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/net/iplog/Makefile ============================================================================== --- branches/2020Q4/net/iplog/Makefile Mon Oct 19 03:54:22 2020 (r552709) +++ branches/2020Q4/net/iplog/Makefile Mon Oct 19 05:34:20 2020 (r552710) @@ -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 + 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?202010190534.09J5YLN6023323>