Date: Wed, 26 Oct 2016 21:29:12 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424737 - in head/sysutils/u-boot-pandaboard: . files Message-ID: <201610262129.u9QLTCTf028331@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610262129.u9QLTCTf028331>