Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2015 20:52:55 GMT
From:      kczekirda@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r286384 - soc2015/kczekirda/ipxe
Message-ID:  <201505292052.t4TKqtYI027008@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kczekirda
Date: Fri May 29 20:52:55 2015
New Revision: 286384
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=286384

Log:
  build done

Added:
  soc2015/kczekirda/ipxe/pkg-descr
Modified:
  soc2015/kczekirda/ipxe/Makefile

Modified: soc2015/kczekirda/ipxe/Makefile
==============================================================================
--- soc2015/kczekirda/ipxe/Makefile	Fri May 29 19:42:55 2015	(r286383)
+++ soc2015/kczekirda/ipxe/Makefile	Fri May 29 20:52:55 2015	(r286384)
@@ -15,8 +15,10 @@
 ONLY_FOR_ARCHS_REASON=	not yet ported to anything other than amd64/i386
 
 BUILD_DEPENDS+=	bash:${PORTSDIR}/shells/bash \
-                mkisofs:${PORTSDIR}/sysutils/cdrtools
+                mkisofs:${PORTSDIR}/sysutils/cdrtools \
+				gcc:${PORTSDIR}/lang/gcc49
 
+MAKE_JOBS_SAFE=	yes
 USES=			gmake
 USE_GCC=		yes
 WRKSRC=			${WRKDIR}/${DISTNAME}/src
@@ -27,6 +29,11 @@
 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}

Added: soc2015/kczekirda/ipxe/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ soc2015/kczekirda/ipxe/pkg-descr	Fri May 29 20:52:55 2015	(r286384)
@@ -0,0 +1,5 @@
+iPXE is an open-source PXE implementation and bootloader.
+
+Create network booting code that allows computers to load their operating system from a network or to extend an existing PXE implementation with support for additional protocols, such iSCSI, HTTP, TFTP, NFS, FTP and ATA over Ethernet.
+
+WWW: http://www.ipxe.org/



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