From owner-svn-ports-head@freebsd.org Mon Dec 11 05:22:24 2017 Return-Path: Delivered-To: svn-ports-head@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 2EB5BE86B30; Mon, 11 Dec 2017 05:22:24 +0000 (UTC) (envelope-from swills@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 83B1A72664; Mon, 11 Dec 2017 05:22:23 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBB5ML4r042816; Mon, 11 Dec 2017 05:22:21 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBB5MLTW042811; Mon, 11 Dec 2017 05:22:21 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201712110522.vBB5MLTW042811@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 11 Dec 2017 05:22:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455925 - head/security/libhijack X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/security/libhijack X-SVN-Commit-Revision: 455925 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2017 05:22:24 -0000 Author: swills Date: Mon Dec 11 05:22:21 2017 New Revision: 455925 URL: https://svnweb.freebsd.org/changeset/ports/455925 Log: security/libhijack: mark broken for 10.x PR: 224155 Submitted by: Shawn Webb (maintainer) (inspired by) Modified: head/security/libhijack/Makefile Modified: head/security/libhijack/Makefile ============================================================================== --- head/security/libhijack/Makefile Mon Dec 11 05:19:00 2017 (r455924) +++ head/security/libhijack/Makefile Mon Dec 11 05:22:21 2017 (r455925) @@ -23,6 +23,8 @@ PLIST_FILES= include/hijack.h \ lib/libhijack.so.1 \ sbin/hijack +BROKEN_FreeBSD_10= Designed for 11.0 and newer + do-install: # the original install fails: https://github.com/SoldierX/libhijack/issues/6 ${INSTALL_DATA} ${WRKSRC}/include/hijack.h ${STAGEDIR}${PREFIX}/include ${INSTALL_LIB} ${WRKSRC}/libhijack/obj/libhijack.so* ${STAGEDIR}${PREFIX}/lib