svn commit: r424737 - in head/sysutils/u-boot-pandaboard: . files
Warner Losh
imp at FreeBSD.org
Wed Oct 26 21:29:14 UTC 2016
Author: imp
Date: Wed Oct 26 21:29:12 2016
New Revision: 424737
URL: https://svnweb.freebsd.org/changeset/ports/424737
Log:
Transition panaboard to new u-boot-master port
Added:
head/sysutils/u-boot-pandaboard/files/keep-me (contents, props changed)
Deleted:
head/sysutils/u-boot-pandaboard/distinfo
head/sysutils/u-boot-pandaboard/files/patch-api_api.c
head/sysutils/u-boot-pandaboard/files/patch-api_api__storage.c
head/sysutils/u-boot-pandaboard/files/patch-common_cmd__elf.c
head/sysutils/u-boot-pandaboard/files/patch-common_cmd__test.c
head/sysutils/u-boot-pandaboard/files/patch-drivers_mmc_mmc.c
head/sysutils/u-boot-pandaboard/files/patch-include_configs_omap4__panda.h
Modified:
head/sysutils/u-boot-pandaboard/Makefile (contents, props changed)
Modified: head/sysutils/u-boot-pandaboard/Makefile
==============================================================================
--- head/sysutils/u-boot-pandaboard/Makefile Wed Oct 26 21:24:39 2016 (r424736)
+++ head/sysutils/u-boot-pandaboard/Makefile Wed Oct 26 21:29:12 2016 (r424737)
@@ -1,10 +1,10 @@
# $FreeBSD$
MAINTAINER= imp at FreeBSD.org
-USES= u-boot gmake
+MASTERDIR= ${.CURDIR}/../u-boot-master
MODEL= pandaboard
BOARD_CONFIG= omap4_panda_config
FAMILY= omap
-.include <bsd.port.mk>
+.include "${MASTERDIR}/Makefile"
Added: head/sysutils/u-boot-pandaboard/files/keep-me
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/u-boot-pandaboard/files/keep-me Wed Oct 26 21:29:12 2016 (r424737)
@@ -0,0 +1 @@
+bite-me
More information about the svn-ports-all
mailing list