Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 2019 12:21:07 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512333 - head/net-im/telegram-desktop
Message-ID:  <201909191221.x8JCL7dw030224@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Thu Sep 19 12:21:06 2019
New Revision: 512333
URL: https://svnweb.freebsd.org/changeset/ports/512333

Log:
  net-im/telegram-desktop: put better error explanation
  
  After putting a definition for powerpc64, it turns out that a little-endian CPU is necessary.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/net-im/telegram-desktop/Makefile

Modified: head/net-im/telegram-desktop/Makefile
==============================================================================
--- head/net-im/telegram-desktop/Makefile	Thu Sep 19 12:02:32 2019	(r512332)
+++ head/net-im/telegram-desktop/Makefile	Thu Sep 19 12:21:06 2019	(r512333)
@@ -12,7 +12,7 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 NOT_FOR_ARCHS=		powerpc powerpc64 powerpcspe
-NOT_FOR_ARCHS_REASON=	Please add support for your architecture in base/build_config.h
+NOT_FOR_ARCHS_REASON=	Only little endian is supported
 
 BUILD_DEPENDS=	alsa-lib>0:audio/alsa-lib \
 		dee>0:devel/dee \



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