From owner-svn-ports-head@freebsd.org Wed Jul 22 01:37:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A0C99A86EF; Wed, 22 Jul 2015 01:37:05 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0AF11105D; Wed, 22 Jul 2015 01:37:05 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6M1b44I064422; Wed, 22 Jul 2015 01:37:04 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6M1b4uv064421; Wed, 22 Jul 2015 01:37:04 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201507220137.t6M1b4uv064421@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Wed, 22 Jul 2015 01:37:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392653 - head/sysutils/heirloom X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jul 2015 01:37:05 -0000 Author: cy Date: Wed Jul 22 01:37:04 2015 New Revision: 392653 URL: https://svnweb.freebsd.org/changeset/ports/392653 Log: Fix powerpc build. Submitted by: danfe Modified: head/sysutils/heirloom/Makefile Modified: head/sysutils/heirloom/Makefile ============================================================================== --- head/sysutils/heirloom/Makefile Wed Jul 22 01:05:25 2015 (r392652) +++ head/sysutils/heirloom/Makefile Wed Jul 22 01:37:04 2015 (r392653) @@ -28,10 +28,6 @@ OPTIONS_DEFINE= DOCS EXTRA_PATCHES= ${FILESDIR}/extra-utmpx .endif -.if ${ARCH} == "powerpc" -BROKEN= does not compile on ${ARCH} -.endif - SH2FIX= maninst.sh genintro.sh crossln.sh DOC_FILES= CHANGES LICENSE/COPYING LICENSE/LICENSE LICENSE/LUCENT \ @@ -54,7 +50,7 @@ pre-configure: # XXX: hack to avoid inner race (for -jX builds); should be fixed properly # one day (e.g. by factoring out special target in the top makefile) pre-build: - ${MAKE} -C ${WRKSRC}/libcommon -f Makefile.mk headers + ${MAKE_CMD} -C ${WRKSRC}/libcommon -f Makefile.mk headers post-install: install-doc