diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-08 17:29:17 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-08 17:29:17 +0800 |
commit | 298b056b19d086930ae65c5bbc1c0a9d02950b15 (patch) | |
tree | 3be028e36ba2a39e5993f3563f5ca051e5034828 /net/gpxe | |
parent | 62f9d44144a9fd6138caf5b94232cb56f2663fc2 (diff) | |
download | freebsd-ports-gnome-298b056b19d086930ae65c5bbc1c0a9d02950b15.tar.gz freebsd-ports-gnome-298b056b19d086930ae65c5bbc1c0a9d02950b15.tar.zst freebsd-ports-gnome-298b056b19d086930ae65c5bbc1c0a9d02950b15.zip |
Mark broken: fails to build
On 8 and 9:
[GENISO] bin/gpxe.iso
util/geniso: util/isolinux.bin not found, please install, or set ISOLINUX_BIN in arch/i386/Makefile correctly
gmake: *** [bin/gpxe.iso] Error 1
On 10 and head:
lots of
gcc: not found
Reported by: pkg-fallout (since september 2013)
PR: 183444 (reports the brokenness to maintainer)
With hat: portmgr
Diffstat (limited to 'net/gpxe')
-rw-r--r-- | net/gpxe/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/gpxe/Makefile b/net/gpxe/Makefile index 41cf9495d0c9..f0a6ea7f2057 100644 --- a/net/gpxe/Makefile +++ b/net/gpxe/Makefile @@ -11,6 +11,8 @@ MASTER_SITES= http://etherboot.org/rel/gpxe/ \ MAINTAINER= gk.freebsd@googlemail.com COMMENT= Create an open-source PXE implementation and bootloader +BROKEN= Fails to build + LICENSE= GPLv2 BUILD_DEPENDS= syslinux:${PORTSDIR}/sysutils/syslinux |