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

Beat Gaetzi beat at FreeBSD.org
Mon Jul 23 19:59:55 UTC 2012


Author: beat
Date: Mon Jul 23 19:59:53 2012
New Revision: 301410
URL: http://svn.freebsd.org/changeset/ports/301410

Log:
  - Add NOT_FOR_ARCHS= amd64 due to build problems on amd64:
  
  [javac] bittyrant/work/BitTyrant/org/gudy/azureus2/ui/swt/views/ \
    IView.java:23: package org.eclipse.swt.widgets does not exist
  [javac] import org.eclipse.swt.widgets.Composite;
  [javac]                               ^
  [javac] bittyrant/work/BitTyrant/org/gudy/azureus2/ui/swt/views/ \
    AbstractIView.java:39: cannot find symbol
  [javac] symbol  : class Composite
  [javac] location: class org.gudy.azureus2.ui.swt.views.AbstractIView
  [javac]   public void initialize(Composite composite){
  [javac]                          ^
  ...
  [javac] 100 errors
  BUILD FAILED
  bittyrant/work/BitTyrant/build.xml:34: Compile failed; see the compiler
  error output for details.
  
  Reported by:	pointyhat

Modified:
  head/net-p2p/bittyrant/Makefile

Modified: head/net-p2p/bittyrant/Makefile
==============================================================================
--- head/net-p2p/bittyrant/Makefile	Mon Jul 23 19:34:56 2012	(r301409)
+++ head/net-p2p/bittyrant/Makefile	Mon Jul 23 19:59:53 2012	(r301410)
@@ -21,6 +21,9 @@ 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 \



More information about the svn-ports-head mailing list