svn commit: r351579 - in head/sysutils/u-boot-beaglebone-eabi: . files

Diane Bruce db at FreeBSD.org
Sat Apr 19 02:27:32 UTC 2014


Author: db
Date: Sat Apr 19 02:27:31 2014
New Revision: 351579
URL: http://svnweb.freebsd.org/changeset/ports/351579
QAT: https://qat.redports.org/buildarchive/r351579/

Log:
  - unbreak on HEAD
  - stagify
  - Tim is swamped

Added:
  head/sysutils/u-boot-beaglebone-eabi/files/patch-config.mk   (contents, props changed)
Modified:
  head/sysutils/u-boot-beaglebone-eabi/Makefile

Modified: head/sysutils/u-boot-beaglebone-eabi/Makefile
==============================================================================
--- head/sysutils/u-boot-beaglebone-eabi/Makefile	Sat Apr 19 00:49:48 2014	(r351578)
+++ head/sysutils/u-boot-beaglebone-eabi/Makefile	Sat Apr 19 02:27:31 2014	(r351579)
@@ -28,7 +28,6 @@ PLIST_DIRS=	${U_BOOT_DIR} share/u-boot
 CROSS_PREFIX=	arm-eabi-
 ARCH=		arm
 
-NO_STAGE=	yes
 do-configure:
 	(cd ${WRKSRC}; ${GMAKE} CROSS_COMPILE=${CROSS_PREFIX} am335x_evm_config)
 
@@ -36,13 +35,10 @@ do-build:
 	(cd ${WRKSRC};${GMAKE} CROSS_COMPILE=${CROSS_PREFIX} )
 
 do-install:
-	${MKDIR} ${PREFIX}/${U_BOOT_DIR}
-	${CP} ${WRKSRC}/MLO ${PREFIX}/${U_BOOT_DIR}
-	${CP} ${WRKSRC}/u-boot.img ${PREFIX}/${U_BOOT_DIR}/bb-uboot.img
-	${TOUCH} ${PREFIX}/${U_BOOT_DIR}/bb-uenv.txt
-	${CP} ${.CURDIR}/pkg-descr ${PREFIX}/${U_BOOT_DIR}/README
-
-post-install:
-	${ECHO_CMD} U-Boot files are installed in ${U_BOOT_DIR}.
+	${MKDIR} ${STAGEDIR}${PREFIX}/${U_BOOT_DIR}
+	${CP} ${WRKSRC}/MLO ${STAGEDIR}${PREFIX}/${U_BOOT_DIR}
+	${CP} ${WRKSRC}/u-boot.img ${STAGEDIR}${PREFIX}/${U_BOOT_DIR}/bb-uboot.img
+	${TOUCH} ${STAGEDIR}${PREFIX}/${U_BOOT_DIR}/bb-uenv.txt
+	${CP} ${.CURDIR}/pkg-descr ${STAGEDIR}${PREFIX}/${U_BOOT_DIR}/README
 
 .include <bsd.port.mk>

Added: head/sysutils/u-boot-beaglebone-eabi/files/patch-config.mk
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/u-boot-beaglebone-eabi/files/patch-config.mk	Sat Apr 19 02:27:31 2014	(r351579)
@@ -0,0 +1,11 @@
+--- config.mk.orig	2014-04-18 16:19:53.610552978 -0400
++++ config.mk	2014-04-18 16:22:38.796542173 -0400
+@@ -95,7 +95,7 @@
+ HOSTCFLAGS	+= $(call os_x_before, 10, 4, "-traditional-cpp")
+ HOSTLDFLAGS	+= $(call os_x_before, 10, 5, "-multiply_defined suppress")
+ else
+-HOSTCC		= gcc
++HOSTCC		= cc
+ endif
+ 
+ ifeq ($(HOSTOS),cygwin)


More information about the svn-ports-all mailing list