svn commit: r563415 - head/devel/objconv

Mark Linimon linimon at FreeBSD.org
Sat Jan 30 15:09:09 UTC 2021


Author: linimon
Date: Sat Jan 30 15:09:08 2021
New Revision: 563415
URL: https://svnweb.freebsd.org/changeset/ports/563415

Log:
  Mark as NOT_FOR big-endian architectures.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/objconv/Makefile

Modified: head/devel/objconv/Makefile
==============================================================================
--- head/devel/objconv/Makefile	Sat Jan 30 15:07:57 2021	(r563414)
+++ head/devel/objconv/Makefile	Sat Jan 30 15:09:08 2021	(r563415)
@@ -10,6 +10,9 @@ COMMENT=	Agner Fog's object file converter
 
 LICENSE=	GPLv1
 
+NOT_FOR_ARCHS=		mips mips64 powerpc powerpc64 powerpcspe
+NOT_FOR_ARCHS_REASON=	source/maindef.h:71:5: This machine has big-endian memory organization. Objconv program will not work
+
 USES=		dos2unix zip
 NO_WRKSUBDIR=	yes
 


More information about the svn-ports-all mailing list