Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Nov 2020 09:43:50 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555104 - head/sysutils/u-boot-sopine-spi
Message-ID:  <202011140943.0AE9ho26090357@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: manu
Date: Sat Nov 14 09:43:50 2020
New Revision: 555104
URL: https://svnweb.freebsd.org/changeset/ports/555104

Log:
  u-boot-sopine-spi: Ignore on FreeBSD 11
  
  makefs in FreeBSD 11 doesn't have msdos support.
  
  Reported by:	pkg-fallout

Modified:
  head/sysutils/u-boot-sopine-spi/Makefile

Modified: head/sysutils/u-boot-sopine-spi/Makefile
==============================================================================
--- head/sysutils/u-boot-sopine-spi/Makefile	Sat Nov 14 09:38:56 2020	(r555103)
+++ head/sysutils/u-boot-sopine-spi/Makefile	Sat Nov 14 09:43:50 2020	(r555104)
@@ -12,6 +12,7 @@ NO_METADATA=		yes
 UBOOT_PLIST=		u-boot-sunxi-with-spl.bin \
 			boot.scr
 PLIST_EXTRAS=		sopine-spi-flasher.img
+IGNORE_FreeBSD_11=	No makefs msdos support
 
 post-build:
 	mkimage -C none -A arm64 -T script -d ${.CURDIR}/../u-boot-sopine-spi/files/boot.cmd ${WRKSRC}/boot.scr



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