svn commit: r512333 - head/net-im/telegram-desktop

Piotr Kubaj pkubaj at FreeBSD.org
Thu Sep 19 12:21:07 UTC 2019


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 \


More information about the svn-ports-head mailing list