From owner-svn-ports-branches@FreeBSD.ORG Sat Jun 6 16:49:45 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 09B6E1F4; Sat, 6 Jun 2015 16:49:45 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 EBC271A51; Sat, 6 Jun 2015 16:49:44 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t56Gnion041780; Sat, 6 Jun 2015 16:49:44 GMT (envelope-from tabthorpe@FreeBSD.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t56Gnihm041779; Sat, 6 Jun 2015 16:49:44 GMT (envelope-from tabthorpe@FreeBSD.org) Message-Id: <201506061649.t56Gnihm041779@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tabthorpe set sender to tabthorpe@FreeBSD.org using -f From: Thomas Abthorpe Date: Sat, 6 Jun 2015 16:49:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r388670 - branches/2015Q2/misc/xiphos X-SVN-Group: ports-branches 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.20 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: Sat, 06 Jun 2015 16:49:45 -0000 Author: tabthorpe Date: Sat Jun 6 16:49:44 2015 New Revision: 388670 URL: https://svnweb.freebsd.org/changeset/ports/388670 Log: MFH: r388668 - Mark as BROKEN < 10.X Approved by: portmgr (erwin) Modified: branches/2015Q2/misc/xiphos/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/misc/xiphos/Makefile ============================================================================== --- branches/2015Q2/misc/xiphos/Makefile Sat Jun 6 16:41:53 2015 (r388669) +++ branches/2015Q2/misc/xiphos/Makefile Sat Jun 6 16:49:44 2015 (r388670) @@ -39,4 +39,10 @@ do-install: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./waf install --prefix=${PREFIX} --destdir=${STAGEDIR} @${RM} ${STAGEDIR}${PREFIX}/share/icons/hicolor/icon-theme.cache +.include + +.if ${OSVERSION} < 1000000 +BROKEN= Does not build on FreeBSD < 10.X +.endif + .include