From owner-svn-ports-all@freebsd.org Mon Oct 2 23:31:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2F90E2A0C4; Mon, 2 Oct 2017 23:31:36 +0000 (UTC) (envelope-from glebius@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 mx1.freebsd.org (Postfix) with ESMTPS id 71D1E7FBD8; Mon, 2 Oct 2017 23:31:36 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v92NVZ5k000441; Mon, 2 Oct 2017 23:31:35 GMT (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v92NVZth000439; Mon, 2 Oct 2017 23:31:35 GMT (envelope-from glebius@FreeBSD.org) Message-Id: <201710022331.v92NVZth000439@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glebius set sender to glebius@FreeBSD.org using -f From: Gleb Smirnoff Date: Mon, 2 Oct 2017 23:31:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451103 - in head/sysutils/lsof: . files X-SVN-Group: ports-head X-SVN-Commit-Author: glebius X-SVN-Commit-Paths: in head/sysutils/lsof: . files X-SVN-Commit-Revision: 451103 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.23 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: Mon, 02 Oct 2017 23:31:36 -0000 Author: glebius (src committer) Date: Mon Oct 2 23:31:35 2017 New Revision: 451103 URL: https://svnweb.freebsd.org/changeset/ports/451103 Log: Fix lsof build after src r324225. Added: head/sysutils/lsof/files/patch-dlsof.h (contents, props changed) Modified: head/sysutils/lsof/Makefile Modified: head/sysutils/lsof/Makefile ============================================================================== --- head/sysutils/lsof/Makefile Mon Oct 2 22:45:01 2017 (r451102) +++ head/sysutils/lsof/Makefile Mon Oct 2 23:31:35 2017 (r451103) @@ -4,6 +4,7 @@ PORTNAME= lsof DISTVERSION= 4.90P PORTEPOCH= 8 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/NEW/ \ Added: head/sysutils/lsof/files/patch-dlsof.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/lsof/files/patch-dlsof.h Mon Oct 2 23:31:35 2017 (r451103) @@ -0,0 +1,13 @@ +--- dialects/freebsd/dlsof.h.orig 2017-09-15 15:56:37.973983000 -0700 ++++ dialects/freebsd/dlsof.h 2017-09-15 15:57:27.970424000 -0700 +@@ -142,8 +142,10 @@ + #include + #include + #include ++#define _WANT_SOCKET /* for FreeBSD 12 and above */ + #include + #include ++#define _WANT_UNPCB /* for FreeBSD 12 and above */ + #include + + # if FREEBSDV>=3000