Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2015 23:48:57 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r389889 - branches/2015Q2/emulators/pearpc
Message-ID:  <201506162348.t5GNmvZY083111@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jun 16 23:48:57 2015
New Revision: 389889
URL: https://svnweb.freebsd.org/changeset/ports/389889

Log:
  MFH: r389871
  
  - Mark BROKEN on < 10.x amd64:
  
  ppc_mmu.cc:828:69: error: 'MAP_32BIT' was not declared in this scope
  
  Approved by:	ports-secteam (delphij)

Modified:
  branches/2015Q2/emulators/pearpc/Makefile
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/emulators/pearpc/Makefile
==============================================================================
--- branches/2015Q2/emulators/pearpc/Makefile	Tue Jun 16 23:47:50 2015	(r389888)
+++ branches/2015Q2/emulators/pearpc/Makefile	Tue Jun 16 23:48:57 2015	(r389889)
@@ -16,7 +16,7 @@ USES=		tar:bzip2
 USE_XORG=	x11
 GNU_CONFIGURE=	yes
 
-BROKEN_ia64=	Internal compiler error on ia64
+BROKEN_ia64=	internal compiler error on ia64
 
 PORTEXAMPLES=	ppccfg.example
 PLIST_FILES=	bin/ppc man/man1/ppc.1.gz %%DATADIR%%/video.x
@@ -38,6 +38,10 @@ USE_GCC=	yes
 CONFIGURE_ARGS+=	--enable-cpu=generic
 .endif
 
+.if ${ARCH} == "amd64" && ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
+BROKEN=		does not build on FreeBSD < 10.x amd64
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|-O3|| ; \



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