pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/rc.d-boot Use BROKEN_ON_PLATFORM for unsuppor...
details: https://anonhg.NetBSD.org/pkgsrc/rev/543099cc391d
branches: trunk
changeset: 390785:543099cc391d
user: dholland <dholland%pkgsrc.org@localhost>
date: Sat Jan 26 21:11:48 2019 +0000
description:
Use BROKEN_ON_PLATFORM for unsupported things meant to be fixed eventually.
diffstat:
pkgtools/rc.d-boot/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 3468838bd684 -r 543099cc391d pkgtools/rc.d-boot/Makefile
--- a/pkgtools/rc.d-boot/Makefile Sat Jan 26 21:10:53 2019 +0000
+++ b/pkgtools/rc.d-boot/Makefile Sat Jan 26 21:11:48 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2018/12/28 20:28:02 schmonz Exp $
+# $NetBSD: Makefile,v 1.9 2019/01/26 21:11:48 dholland Exp $
#
PKGNAME= rc.d-boot-20181228
@@ -71,7 +71,7 @@
# - http://smarden.org/runit/
# - https://jdebp.eu/Softwares/nosh/
# - http://upstart.ubuntu.com
-NOT_FOR_PLATFORM+= ${OPSYS}-*-*
+BROKEN_ON_PLATFORM+= ${OPSYS}-*-*
.endif
BUILD_DEFS+= RCDBOOT_STYLE RCD_SCRIPTS_DIR
Home |
Main Index |
Thread Index |
Old Index