From owner-svn-ports-branches@freebsd.org Mon Oct 19 05:34:21 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ACAE7445593; Mon, 19 Oct 2020 05:34:21 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CF56P2xdnz46LM; Mon, 19 Oct 2020 05:34:21 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 486DF1EB8F; Mon, 19 Oct 2020 05:34:21 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09J5YLLY023324; Mon, 19 Oct 2020 05:34:21 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09J5YLN6023323; Mon, 19 Oct 2020 05:34:21 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202010190534.09J5YLN6023323@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Mon, 19 Oct 2020 05:34:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r552710 - branches/2020Q4/net/iplog X-SVN-Group: ports-branches X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: branches/2020Q4/net/iplog X-SVN-Commit-Revision: 552710 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Oct 2020 05:34:21 -0000 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