pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Toggle using pkgsrc/mk/smf.mk based on ${_USE_NEW_P...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca86add31c3d
branches:  trunk
changeset: 363097:ca86add31c3d
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Jun 01 03:41:44 2017 +0000

description:
Toggle using pkgsrc/mk/smf.mk based on ${_USE_NEW_PKGINSTALL}.

Missing change from initial commit to provide the toggle for using
the new frameworks to replace pkgsrc/mk/pkginstall.

diffstat:

 mk/bsd.pkg.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 9b3e1ef1262b -r ca86add31c3d mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Thu Jun 01 02:37:12 2017 +0000
+++ b/mk/bsd.pkg.mk     Thu Jun 01 03:41:44 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.2025 2017/06/01 02:15:10 jlam Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.2026 2017/06/01 03:41:44 jlam Exp $
 #
 # This file is in the public domain.
 #
@@ -309,9 +309,11 @@
 
 # Handle alternative init systems
 #
+.if ${_USE_NEW_PKGINSTALL:Uno} == "no"
 .if ${INIT_SYSTEM} == "smf"
 .  include "smf.mk"
 .endif
+.endif
 
 # Define SMART_MESSAGES in /etc/mk.conf for messages giving the tree
 # of dependencies for building, and the current target.



Home | Main Index | Thread Index | Old Index