pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/u-boot



Module Name:    pkgsrc
Committed By:   jmcneill
Date:           Fri May 25 10:46:52 UTC 2018

Modified Files:
        pkgsrc/sysutils/u-boot: Makefile

Log Message:
Remove dependencies that are not in tree


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/u-boot/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/u-boot/Makefile
diff -u pkgsrc/sysutils/u-boot/Makefile:1.1 pkgsrc/sysutils/u-boot/Makefile:1.2
--- pkgsrc/sysutils/u-boot/Makefile:1.1 Thu May 24 22:35:56 2018
+++ pkgsrc/sysutils/u-boot/Makefile     Fri May 25 10:46:52 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/05/24 22:35:56 jmcneill Exp $
+# $NetBSD: Makefile,v 1.2 2018/05/25 10:46:52 jmcneill Exp $
 #
 
 .include "../../sysutils/u-boot/u-boot-version.mk"
@@ -14,7 +14,6 @@ COMMENT=      Das U-Boot, the Universal Boot 
 DEPENDS+=      u-boot-a10-olinuxino-lime-[0-9]*:../../sysutils/u-boot-a10-olinuxino-lime
 DEPENDS+=      u-boot-bananapi-m3-[0-9]*:../../sysutils/u-boot-bananapi-m3
 DEPENDS+=      u-boot-bananapi-[0-9]*:../../sysutils/u-boot-bananapi
-DEPENDS+=      u-boot-bcm2837-rpi-3-b-[0-9]*:../../sysutils/u-boot-bcm2837-rpi-3-b
 DEPENDS+=      u-boot-beagleboard-[0-9]*:../../sysutils/u-boot-beagleboard
 DEPENDS+=      u-boot-beagleboneblack-[0-9]*:../../sysutils/u-boot-beagleboneblack
 DEPENDS+=      u-boot-beaglebonewhite-[0-9]*:../../sysutils/u-boot-beaglebonewhite
@@ -37,7 +36,6 @@ DEPENDS+=     u-boot-orangepi-plus2e-[0-9]*:
 DEPENDS+=      u-boot-pine64-[0-9]*:../../sysutils/u-boot-pine64
 DEPENDS+=      u-boot-pinebook-[0-9]*:../../sysutils/u-boot-pinebook
 DEPENDS+=      u-boot-pocketchip-[0-9]*:../../sysutils/u-boot-pocketchip
-DEPENDS+=      u-boot-radxarock-[0-9]*:../../sysutils/u-boot-radxarock
 
 META_PACKAGE=  yes
 



Home | Main Index | Thread Index | Old Index