svn commit: r301443 - head/net-p2p/bittyrant

Beat Gaetzi beat at FreeBSD.org
Tue Jul 24 08:16:41 UTC 2012


Author: beat
Date: Tue Jul 24 08:16:40 2012
New Revision: 301443
URL: http://svn.freebsd.org/changeset/ports/301443

Log:
  - Replace NOT_FOR_ARCHS with BROKEN as this port is supposed to work on
    amd64.
  
  Requested by:	linimon

Modified:
  head/net-p2p/bittyrant/Makefile

Modified: head/net-p2p/bittyrant/Makefile
==============================================================================
--- head/net-p2p/bittyrant/Makefile	Tue Jul 24 07:27:26 2012	(r301442)
+++ head/net-p2p/bittyrant/Makefile	Tue Jul 24 08:16:40 2012	(r301443)
@@ -21,9 +21,6 @@ BUILD_DEPENDS=	${JAVALIBDIR}/log4j.jar:$
 		${JAVALIBDIR}/${SWT}.jar:${PORTSDIR}/x11-toolkits/${SWT}
 RUN_DEPENDS=	${JAVALIBDIR}/${SWT}.jar:${PORTSDIR}/x11-toolkits/${SWT}
 
-NOT_FOR_ARCHS=	amd64
-NOT_FOR_ARCHS_REASON_amd64=	Does not build
-
 USE_ZIP=	yes
 USE_DOS2UNIX=	build.xml \
 		org/gudy/azureus2/ui/swt/test/PrintTransferTypes.java \
@@ -53,6 +50,10 @@ SUB_LIST=	JARFILE="${PORTNAME}.jar" \
 
 .include <bsd.port.options.mk>
 
+.if ${ARCH} == "amd64"
+BROKEN=		Does not build
+.endif
+
 .if ${PORT_OPTIONS:MSWTDEVEL}
 SWT=		swt-devel
 .else



More information about the svn-ports-all mailing list