pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/rc.d-boot



Module Name:    pkgsrc
Committed By:   dholland
Date:           Sat Jan 26 21:11:48 UTC 2019

Modified Files:
        pkgsrc/pkgtools/rc.d-boot: Makefile

Log Message:
Use BROKEN_ON_PLATFORM for unsupported things meant to be fixed eventually.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/pkgtools/rc.d-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/pkgtools/rc.d-boot/Makefile
diff -u pkgsrc/pkgtools/rc.d-boot/Makefile:1.8 pkgsrc/pkgtools/rc.d-boot/Makefile:1.9
--- pkgsrc/pkgtools/rc.d-boot/Makefile:1.8      Fri Dec 28 20:28:02 2018
+++ pkgsrc/pkgtools/rc.d-boot/Makefile  Sat Jan 26 21:11:48 2019
@@ -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 @@ ONLY_FOR_PLATFORM+=   ${OPSYS}-*-*
 # - 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