Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Feb 2014 23:29:17 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343559 - head/net-p2p/litecoin
Message-ID:  <201402092329.s19NTHiq089517@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402092329.s19NTHiq089517>