Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jul 2012 08:16:41 +0000 (UTC)
From:      Beat Gaetzi <beat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301443 - head/net-p2p/bittyrant
Message-ID:  <201207240816.q6O8GfLZ005375@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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