svn commit: r555104 - head/sysutils/u-boot-sopine-spi

Emmanuel Vadot manu at FreeBSD.org
Sat Nov 14 09:43:50 UTC 2020


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


More information about the svn-ports-all mailing list