pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Sep 16 09:34:25 UTC 2017

Modified Files:
        pkgsrc/mk: bsd.pkg.mk
Removed Files:
        pkgsrc/mk/misc: import.mk

Log Message:
mk: remove import target

While it would be useful, the current implementation has not been
updated even to use 'cvs add' instead of 'cvs import' (policy change
in 2012). Use the import-package.sh script currently residing in wip/
instead.


To generate a diff of this commit:
cvs rdiff -u -r1.2026 -r1.2027 pkgsrc/mk/bsd.pkg.mk
cvs rdiff -u -r1.5 -r0 pkgsrc/mk/misc/import.mk

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

Modified files:

Index: pkgsrc/mk/bsd.pkg.mk
diff -u pkgsrc/mk/bsd.pkg.mk:1.2026 pkgsrc/mk/bsd.pkg.mk:1.2027
--- pkgsrc/mk/bsd.pkg.mk:1.2026 Thu Jun  1 03:41:44 2017
+++ pkgsrc/mk/bsd.pkg.mk        Sat Sep 16 09:34:25 2017
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.2026 2017/06/01 03:41:44 jlam Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.2027 2017/09/16 09:34:25 wiz Exp $
 #
 # This file is in the public domain.
 #
@@ -828,7 +828,4 @@ ${_MAKEVARS_MK.${_phase_}}: ${WRKDIR}
 .  include "bsd.pkg.debug.mk"
 .endif
 .include "misc/warnings.mk"
-.if make(import)
-.include "misc/import.mk"
-.endif
 .include "misc/can-be-built-here.mk"



Home | Main Index | Thread Index | Old Index