Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Sep 2015 11:16:31 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396079 - head/devel/kBuild
Message-ID:  <201509041116.t84BGVlH007307@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Fri Sep  4 11:16:31 2015
New Revision: 396079
URL: https://svnweb.freebsd.org/changeset/ports/396079

Log:
  - Remove BROKEN_powerpc as the port compiles perfectly fine there (it
    might still be broken on powerpc64, but I can't test this right now)
  - Remove BROKEN_ia64: it was never a first-class architecture, killed
    officially in -CURRENT quite some time ago
  - Kill stray EOL whitespace while I'm here

Modified:
  head/devel/kBuild/Makefile

Modified: head/devel/kBuild/Makefile
==============================================================================
--- head/devel/kBuild/Makefile	Fri Sep  4 11:08:24 2015	(r396078)
+++ head/devel/kBuild/Makefile	Fri Sep  4 11:16:31 2015	(r396079)
@@ -3,7 +3,7 @@
 
 PORTNAME=	kBuild
 DISTVERSION=	${KBUILD_VERSION}
-PORTREVISION=	3	
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	ftp://ftp.netlabs.org/pub/kbuild/ \
 		http://tmp.chruetertee.ch/ \
@@ -22,7 +22,7 @@ CONFLICTS_INSTALL=	kBuild-devel-[0-9]*
 WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}
 
 KBUILD_VERSION=	0.1.9998
-KBUILD_ARCH=	${MACHINE_ARCH:S/i386/x86/:S/x86_64/amd64/}
+KBUILD_ARCH=	${MACHINE_ARCH:S/i386/x86/:S/x86_64/amd64/:S/powerpc/ppc32/}
 KBUILD_ENV=	ACLOCAL=${ACLOCAL} \
 		AUTOMAKE=${AUTOMAKE} \
 		AUTORECONF=${AUTORECONF} \
@@ -45,9 +45,6 @@ ENV=
 .SHELL:		path="/bin/sh" unsetenv=true
 .endif
 
-BROKEN_ia64=	does not compile on ia64
-BROKEN_powerpc=	does not compile on powerpc
-
 OPTIONS_DEFINE=	DOCS
 
 post-patch:



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