svn commit: r403213 - head/devel/cld

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Dec 7 16:05:27 UTC 2015


Author: amdmi3
Date: Mon Dec  7 16:05:25 2015
New Revision: 403213
URL: https://svnweb.freebsd.org/changeset/ports/403213

Log:
  - Mark ONLY_FOR_ARCHS: set of supported archs is hardcoded in src/base/build_config.h
  
  Approved by:	portmgr blanket

Modified:
  head/devel/cld/Makefile

Modified: head/devel/cld/Makefile
==============================================================================
--- head/devel/cld/Makefile	Mon Dec  7 16:04:46 2015	(r403212)
+++ head/devel/cld/Makefile	Mon Dec  7 16:05:25 2015	(r403213)
@@ -16,4 +16,7 @@ USES=		libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
+ONLY_FOR_ARCHS=	i386 amd64 armv6 powerpc
+ONLY_FOR_ARCHS_REASON=	hardcoded set of supported archs
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list