From owner-svn-ports-all@freebsd.org Sun Oct 21 14:25:41 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7911EFF3B11; Sun, 21 Oct 2018 14:25:41 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1E9A78FA2E; Sun, 21 Oct 2018 14:25:41 +0000 (UTC) (envelope-from ler@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 1361C6BA0; Sun, 21 Oct 2018 14:25:41 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9LEPesg065225; Sun, 21 Oct 2018 14:25:40 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9LEPeDd065223; Sun, 21 Oct 2018 14:25:40 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201810211425.w9LEPeDd065223@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Sun, 21 Oct 2018 14:25:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482676 - in head/sysutils/lsof: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ler X-SVN-Commit-Paths: in head/sysutils/lsof: . files X-SVN-Commit-Revision: 482676 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Oct 2018 14:25:41 -0000 Author: ler Date: Sun Oct 21 14:25:40 2018 New Revision: 482676 URL: https://svnweb.freebsd.org/changeset/ports/482676 Log: sysutils/lsof: support FreeBSD 13-current Added: head/sysutils/lsof/files/patch-Configure (contents, props changed) Modified: head/sysutils/lsof/Makefile Modified: head/sysutils/lsof/Makefile ============================================================================== --- head/sysutils/lsof/Makefile Sun Oct 21 14:02:36 2018 (r482675) +++ head/sysutils/lsof/Makefile Sun Oct 21 14:25:40 2018 (r482676) @@ -3,6 +3,7 @@ PORTNAME= lsof DISTVERSION= 4.92B +PORTREVISION= 1 PORTEPOCH= 8 CATEGORIES= sysutils MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ Added: head/sysutils/lsof/files/patch-Configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/lsof/files/patch-Configure Sun Oct 21 14:25:40 2018 (r482676) @@ -0,0 +1,13 @@ +--- Configure.orig 2018-10-21 14:19:32 UTC ++++ Configure +@@ -1624,6 +1624,10 @@ kernel generation process. + LSOF_TSTBIGF=" " + LSOF_VERS=12000 + ;; ++ 13*) ++ LSOF_TSTBIGF=" " ++ LSOF_VERS=13000 ++ ;; + *) + echo Unknown FreeBSD release: `uname -r` + rm -f $LSOF_HLP