From owner-freebsd-x11@FreeBSD.ORG Tue Sep 4 07:06:57 2012 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8E68A106566B; Tue, 4 Sep 2012 07:06:57 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (pancho.soaustin.net [76.74.250.40]) by mx1.freebsd.org (Postfix) with ESMTP id 5D1B68FC12; Tue, 4 Sep 2012 07:06:56 +0000 (UTC) Received: by mail.soaustin.net (Postfix, from userid 502) id 971D456252; Tue, 4 Sep 2012 02:06:56 -0500 (CDT) Date: Tue, 4 Sep 2012 02:06:56 -0500 From: Mark Linimon To: jake@xz.cx, x11@FreeBSD.org, osa@FreeBSD.org, mjt@cltn.org, lx@FreeBSD.org, danfe@FreeBSD.org, bsd@tuxproject.de Message-ID: <20120904070656.GC18477@lonesome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Subject: [linimon@FreeBSD.org: svn commit: r303640 - in head: databases/mysac graphics/mesa-demos lang/luajit lang/mosh security/nacl security/ophcrack x11-fm/rodent] X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 07:06:57 -0000 FYI. I do not expect anyone to take any action unless they are using these archs. mcl ----- Forwarded message from Mark Linimon ----- Date: Tue, 4 Sep 2012 06:57:36 +0000 (UTC) From: Mark Linimon To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303640 - in head: databases/mysac graphics/mesa-demos lang/luajit lang/mosh security/nacl security/ophcrack x11-fm/rodent Author: linimon Date: Tue Sep 4 06:57:36 2012 New Revision: 303640 URL: http://svn.freebsd.org/changeset/ports/303640 Log: Mark as broken on powerpc and sparc64 (and, presumably, ia64). Hat: portmgr Modified: head/databases/mysac/Makefile head/graphics/mesa-demos/Makefile head/lang/luajit/Makefile head/lang/mosh/Makefile head/security/nacl/Makefile head/security/ophcrack/Makefile head/x11-fm/rodent/Makefile Modified: head/databases/mysac/Makefile ============================================================================== --- head/databases/mysac/Makefile Tue Sep 4 06:45:40 2012 (r303639) +++ head/databases/mysac/Makefile Tue Sep 4 06:57:36 2012 (r303640) @@ -36,4 +36,10 @@ do-install: ${INSTALL_LIB} ${WRKSRC}/libmysac-static.a ${PREFIX}/lib/libmysac-static.a ${INSTALL_DATA} ${WRKSRC}/mysac.h ${PREFIX}/include/mysac.h -.include +.include + +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +BROKEN= Does not compile on ia64, powerpc, or sparc64 +.endif + +.include Modified: head/graphics/mesa-demos/Makefile ============================================================================== --- head/graphics/mesa-demos/Makefile Tue Sep 4 06:45:40 2012 (r303639) +++ head/graphics/mesa-demos/Makefile Tue Sep 4 06:57:36 2012 (r303640) @@ -85,4 +85,8 @@ CFLAGS+= -DWITH_NVIDIA_GL=1 ARCH!= uname -p .endif +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +BROKEN= Does not compile on ia64, powerpc, or sparc64 +.endif + .include Modified: head/lang/luajit/Makefile ============================================================================== --- head/lang/luajit/Makefile Tue Sep 4 06:45:40 2012 (r303639) +++ head/lang/luajit/Makefile Tue Sep 4 06:57:36 2012 (r303640) @@ -29,4 +29,10 @@ post-install: @${INSTALL_MAN} ${WRKSRC}/etc/luajit.1 ${MAN1PREFIX}/man/man1 .endif -.include +.include + +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +BROKEN= Does not compile on ia64, powerpc, or sparc64 +.endif + +.include Modified: head/lang/mosh/Makefile ============================================================================== --- head/lang/mosh/Makefile Tue Sep 4 06:45:40 2012 (r303639) +++ head/lang/mosh/Makefile Tue Sep 4 06:57:36 2012 (r303640) @@ -36,6 +36,10 @@ MAN1= mosh.1 mosh_config.1 BROKEN= Does not build on FreeBSD 7.x .endif +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +BROKEN= Does not compile on ia64, powerpc, or sparc64 +.endif + post-patch: ${REINPLACE_CMD} 's|mosh-$$PACKAGE_VERSION|mosh|' ${WRKSRC}/configure Modified: head/security/nacl/Makefile ============================================================================== --- head/security/nacl/Makefile Tue Sep 4 06:45:40 2012 (r303639) +++ head/security/nacl/Makefile Tue Sep 4 06:57:36 2012 (r303640) @@ -19,6 +19,10 @@ MAKE_JOBS_UNSAFE= YES .include +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +BROKEN= Does not compile on ia64, powerpc, or sparc64 +.endif + HOSTNAME_CMD?= /bin/hostname do-build: Modified: head/security/ophcrack/Makefile ============================================================================== --- head/security/ophcrack/Makefile Tue Sep 4 06:45:40 2012 (r303639) +++ head/security/ophcrack/Makefile Tue Sep 4 06:57:36 2012 (r303640) @@ -52,4 +52,10 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${WRKSRC}/README ${DOCSDIR} .endif -.include +.include + +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +BROKEN= Does not compile on ia64, powerpc, or sparc64 +.endif + +.include Modified: head/x11-fm/rodent/Makefile ============================================================================== --- head/x11-fm/rodent/Makefile Tue Sep 4 06:45:40 2012 (r303639) +++ head/x11-fm/rodent/Makefile Tue Sep 4 06:57:36 2012 (r303640) @@ -47,4 +47,10 @@ post-patch: ${REINPLACE_CMD} -e 's,^\(docdir = \).*,\1${DOCSDIR},' \ ${WRKSRC}/Build/share/Makefile.in -.include +.include + +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +BROKEN= Does not compile on ia64, powerpc, or sparc64 +.endif + +.include ----- End forwarded message -----