Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Nov 2013 11:24:14 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332358 - head/databases/py-sqlite3
Message-ID:  <201311011124.rA1BOE5x053642@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Fri Nov  1 11:24:14 2013
New Revision: 332358
URL: http://svnweb.freebsd.org/changeset/ports/332358

Log:
  databases/py-sqlite3: Remove BROKEN on ARM
  
  - Remove BROKEN for ARM architecture [1]
  
  [1] http://lists.freebsd.org/pipermail/freebsd-python/2013-October/005960.html
  
  PR:		ports/183549
  Reported by:	Xu Waycell <xw901103@gmail.com>

Modified:
  head/databases/py-sqlite3/Makefile

Modified: head/databases/py-sqlite3/Makefile
==============================================================================
--- head/databases/py-sqlite3/Makefile	Fri Nov  1 11:16:47 2013	(r332357)
+++ head/databases/py-sqlite3/Makefile	Fri Nov  1 11:24:14 2013	(r332358)
@@ -33,10 +33,6 @@ PLIST_FILES=	%%PYTHON_LIBDIR%%/lib-dynlo
 NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "arm"
-BROKEN=		Does not install on arm
-.endif
-
 post-extract:
 .if ${PYTHON_REL} < 300
 	@${CP} ${FILESDIR}/setup.py ${WRKSRC}



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