pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkg_install/files



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jun 30 17:42:04 UTC 2016

Modified Files:
        pkgsrc/pkgtools/pkg_install/files: Makefile.in configure configure.ac
Removed Files:
        pkgsrc/pkgtools/pkg_install/files/bpm: bpm.1 bpm.sh.in

Log Message:
Remove last traces of bmp here too.

Was not installed for a long time and recently removed from NetBSD base.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/pkgtools/pkg_install/files/Makefile.in
cvs rdiff -u -r1.42 -r1.43 pkgsrc/pkgtools/pkg_install/files/configure
cvs rdiff -u -r1.41 -r1.42 pkgsrc/pkgtools/pkg_install/files/configure.ac
cvs rdiff -u -r1.8 -r0 pkgsrc/pkgtools/pkg_install/files/bpm/bpm.1
cvs rdiff -u -r1.5 -r0 pkgsrc/pkgtools/pkg_install/files/bpm/bpm.sh.in

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

Modified files:

Index: pkgsrc/pkgtools/pkg_install/files/Makefile.in
diff -u pkgsrc/pkgtools/pkg_install/files/Makefile.in:1.11 pkgsrc/pkgtools/pkg_install/files/Makefile.in:1.12
--- pkgsrc/pkgtools/pkg_install/files/Makefile.in:1.11  Sun Dec 27 12:36:42 2015
+++ pkgsrc/pkgtools/pkg_install/files/Makefile.in       Thu Jun 30 17:42:04 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.in,v 1.11 2015/12/27 12:36:42 joerg Exp $
+# $NetBSD: Makefile.in,v 1.12 2016/06/30 17:42:04 wiz Exp $
 
 BOOTSTRAP=     @bootstrap@
 
@@ -22,4 +22,3 @@ distclean: clean
        rm -f config.log config.status configure.lineno
        rm -f Makefile */Makefile
        rm -f lib/config.h lib/pkg_install.conf.5 lib/pkg_install.conf.cat
-       rm -f bpm/bpm.sh

Index: pkgsrc/pkgtools/pkg_install/files/configure
diff -u pkgsrc/pkgtools/pkg_install/files/configure:1.42 pkgsrc/pkgtools/pkg_install/files/configure:1.43
--- pkgsrc/pkgtools/pkg_install/files/configure:1.42    Sun Feb 14 08:06:54 2016
+++ pkgsrc/pkgtools/pkg_install/files/configure Thu Jun 30 17:42:04 2016
@@ -5281,7 +5281,7 @@ SYSCONFDIR="$sysconfdir"
 PKG_DBDIR="$pkgdbdir"
 
 
-ac_config_files="$ac_config_files Makefile add/Makefile admin/Makefile bpm/bpm.sh create/Makefile delete/Makefile info/Makefile lib/Makefile lib/pkg_install.conf.5 lib/pkg_install.conf.cat"
+ac_config_files="$ac_config_files Makefile add/Makefile admin/Makefile create/Makefile delete/Makefile info/Makefile lib/Makefile lib/pkg_install.conf.5 lib/pkg_install.conf.cat"
 
 cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure
@@ -5977,7 +5977,6 @@ do
     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
     "add/Makefile") CONFIG_FILES="$CONFIG_FILES add/Makefile" ;;
     "admin/Makefile") CONFIG_FILES="$CONFIG_FILES admin/Makefile" ;;
-    "bpm/bpm.sh") CONFIG_FILES="$CONFIG_FILES bpm/bpm.sh" ;;
     "create/Makefile") CONFIG_FILES="$CONFIG_FILES create/Makefile" ;;
     "delete/Makefile") CONFIG_FILES="$CONFIG_FILES delete/Makefile" ;;
     "info/Makefile") CONFIG_FILES="$CONFIG_FILES info/Makefile" ;;

Index: pkgsrc/pkgtools/pkg_install/files/configure.ac
diff -u pkgsrc/pkgtools/pkg_install/files/configure.ac:1.41 pkgsrc/pkgtools/pkg_install/files/configure.ac:1.42
--- pkgsrc/pkgtools/pkg_install/files/configure.ac:1.41 Sun Feb 14 08:06:54 2016
+++ pkgsrc/pkgtools/pkg_install/files/configure.ac      Thu Jun 30 17:42:04 2016
@@ -1,4 +1,4 @@
-dnl $NetBSD: configure.ac,v 1.41 2016/02/14 08:06:54 agc Exp $
+dnl $NetBSD: configure.ac,v 1.42 2016/06/30 17:42:04 wiz Exp $
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.52)
 AC_INIT([pkg_install], [20090911], [joerg%NetBSD.org@localhost])
@@ -172,7 +172,7 @@ AC_SUBST(SYSCONFDIR)
 PKG_DBDIR="$pkgdbdir"
 AC_SUBST(PKG_DBDIR)
 
-AC_CONFIG_FILES([Makefile add/Makefile admin/Makefile bpm/bpm.sh \
+AC_CONFIG_FILES([Makefile add/Makefile admin/Makefile \
        create/Makefile delete/Makefile info/Makefile \
        lib/Makefile lib/pkg_install.conf.5 lib/pkg_install.conf.cat])
 AC_OUTPUT



Home | Main Index | Thread Index | Old Index