From owner-svn-soc-all@FreeBSD.ORG Wed Jun 3 18:09:57 2015 Return-Path: Delivered-To: svn-soc-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7A51D2B9 for ; Wed, 3 Jun 2015 18:09:57 +0000 (UTC) (envelope-from kczekirda@FreeBSD.org) Received: from socsvn.freebsd.org (socsvn.freebsd.org [IPv6:2001:1900:2254:206a::50:2]) (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 6813F1D67 for ; Wed, 3 Jun 2015 18:09:57 +0000 (UTC) (envelope-from kczekirda@FreeBSD.org) Received: from socsvn.freebsd.org ([127.0.1.124]) by socsvn.freebsd.org (8.14.9/8.14.9) with ESMTP id t53I9vXc047233 for ; Wed, 3 Jun 2015 18:09:57 GMT (envelope-from kczekirda@FreeBSD.org) Received: (from www@localhost) by socsvn.freebsd.org (8.14.9/8.14.9/Submit) id t53I9uPR046509 for svn-soc-all@FreeBSD.org; Wed, 3 Jun 2015 18:09:56 GMT (envelope-from kczekirda@FreeBSD.org) Date: Wed, 3 Jun 2015 18:09:56 GMT Message-Id: <201506031809.t53I9uPR046509@socsvn.freebsd.org> X-Authentication-Warning: socsvn.freebsd.org: www set sender to kczekirda@FreeBSD.org using -f From: kczekirda@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r286606 - soc2015/kczekirda/ipxe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-soc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the entire Summer of Code repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jun 2015 18:09:57 -0000 Author: kczekirda Date: Wed Jun 3 18:09:56 2015 New Revision: 286606 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=286606 Log: style Modified: soc2015/kczekirda/ipxe/Makefile Modified: soc2015/kczekirda/ipxe/Makefile ============================================================================== --- soc2015/kczekirda/ipxe/Makefile Wed Jun 3 17:45:45 2015 (r286605) +++ soc2015/kczekirda/ipxe/Makefile Wed Jun 3 18:09:56 2015 (r286606) @@ -15,30 +15,23 @@ ONLY_FOR_ARCHS_REASON= not yet ported to anything other than amd64/i386 BUILD_DEPENDS+= bash:${PORTSDIR}/shells/bash \ - mkisofs:${PORTSDIR}/sysutils/cdrtools \ - gcc:${PORTSDIR}/lang/gcc49 + mkisofs:${PORTSDIR}/sysutils/cdrtools \ + gcc48:${PORTSDIR}/lang/gcc48 MAKE_JOBS_SAFE= yes USES= gmake -USE_GCC= yes +USE_GCC= any WRKSRC= ${WRKDIR}/${DISTNAME}/src .include .if ${ARCH} == "amd64" -MAKE_ARGS+= ARCH=i386 +MAKE_ARGS+= ARCH=i386 .endif -.if exists(/usr/local/bin/gcc49) -GCC=gcc49 -CC=gcc49 -.endif - -BINLIST= bin/undionly.kpxe bin/undionly.kkpxe bin/ipxe.iso bin/ipxe.usb - -ALL_TARGET?= ${BINLIST} +BINLIST= bin/undionly.kpxe bin/undionly.kkpxe bin/ipxe.iso bin/ipxe.usb -INSTALL_DATA= install -m 444 +ALL_TARGET?= ${BINLIST} do-install: ${MKDIR} ${STAGEDIR}${DATADIR}