Module Name:    src
Committed By:   wiz
Date:           Tue Jun 11 10:18:11 UTC 2024

Modified Files:
        src/external/bsd/pkg_install: prepare-import.sh
        src/external/bsd/pkg_install/sbin/pkg_add: Makefile

Log Message:
Add new file for pkg_install-20240307, add import instructions.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/pkg_install/prepare-import.sh
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/pkg_install/sbin/pkg_add/Makefile

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

Modified files:

Index: src/external/bsd/pkg_install/prepare-import.sh
diff -u src/external/bsd/pkg_install/prepare-import.sh:1.4 src/external/bsd/pkg_install/prepare-import.sh:1.5
--- src/external/bsd/pkg_install/prepare-import.sh:1.4	Sat Apr 20 15:30:34 2013
+++ src/external/bsd/pkg_install/prepare-import.sh	Tue Jun 11 10:18:11 2024
@@ -1,9 +1,14 @@
 #!/bin/sh
-# $NetBSD: prepare-import.sh,v 1.4 2013/04/20 15:30:34 wiz Exp $
+# $NetBSD: prepare-import.sh,v 1.5 2024/06/11 10:18:11 wiz Exp $
 #
 # Copy new pkgsrc/pkgtools/pkg_install/files to dist.
 # Run this script and check for additional files and
 # directories to prune, only relevant content is included.
+#
+# Import with:
+#
+# cd dist
+# cvs -d cvs.netbsd.org:/cvsroot import -m "Import pkg_install 20xxxxxx from pkgsrc" src/external/bsd/pkg_install/dist PKGSRC pkg_install-20xxxxxx
 
 set -e
 

Index: src/external/bsd/pkg_install/sbin/pkg_add/Makefile
diff -u src/external/bsd/pkg_install/sbin/pkg_add/Makefile:1.3 src/external/bsd/pkg_install/sbin/pkg_add/Makefile:1.4
--- src/external/bsd/pkg_install/sbin/pkg_add/Makefile:1.3	Thu Apr 20 13:18:47 2017
+++ src/external/bsd/pkg_install/sbin/pkg_add/Makefile	Tue Jun 11 10:18:11 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2017/04/20 13:18:47 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2024/06/11 10:18:11 wiz Exp $
 # Original from FreeBSD, no rcs id.
 
 PROG= pkg_add
-SRCS= main.c perform.c
+SRCS= main.c parse_cross.c perform.c
 
 .include <bsd.init.mk>
 

Reply via email to