From owner-svn-ports-all@FreeBSD.ORG Sun Feb 9 23:29:17 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 87997278; Sun, 9 Feb 2014 23:29:17 +0000 (UTC) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7102812F5; Sun, 9 Feb 2014 23:29:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s19NTHxU089518; Sun, 9 Feb 2014 23:29:17 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s19NTHiq089517; Sun, 9 Feb 2014 23:29:17 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201402092329.s19NTHiq089517@svn.freebsd.org> From: John Marino Date: Sun, 9 Feb 2014 23:29:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343559 - head/net-p2p/litecoin X-SVN-Group: ports-head 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.17 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, 09 Feb 2014 23:29:17 -0000 Author: marino Date: Sun Feb 9 23:29:16 2014 New Revision: 343559 URL: http://svnweb.freebsd.org/changeset/ports/343559 QAT: https://qat.redports.org/buildarchive/r343559/ Log: net-p2p/litecoin: Fix DragonFly (broken by OSVERSION) Limit OSVERSION-based modifications to FreeBSD. This port suddenly broken and the use of OSVERSION without OPSYS was the cause. Modified: head/net-p2p/litecoin/Makefile Modified: head/net-p2p/litecoin/Makefile ============================================================================== --- head/net-p2p/litecoin/Makefile Sun Feb 9 23:18:17 2014 (r343558) +++ head/net-p2p/litecoin/Makefile Sun Feb 9 23:29:16 2014 (r343559) @@ -75,7 +75,7 @@ QMAKE_USE_DBUS= 0 PLIST_FILES+= share/applications/litecoin-qt.desktop share/pixmaps/litecoin64.png .endif -.if ${OSVERSION} >= 1000054 +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000054 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-endian .endif