pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkg_install-renovation]: pkgsrc/pkgtools/pkg_install pkg_install-2008...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0aca494ba948
branches: pkg_install-renovation
changeset: 541550:0aca494ba948
user: joerg <joerg%pkgsrc.org@localhost>
date: Sat May 24 21:54:22 2008 +0000
description:
pkg_install-20080524:
Stop installation the pkg_view and linkform script as part of
pkg_install. They are the only remaining user of the pax dependency.
This was discussed was agc@ and the consensus is that if someone really
wants them, they should be pulled into a separate less essential
package.
diffstat:
pkgtools/pkg_install/Makefile | 8 +-------
pkgtools/pkg_install/PLIST | 8 +-------
pkgtools/pkg_install/files/Makefile.in | 4 ++--
pkgtools/pkg_install/files/configure | 31 +++++++++----------------------
pkgtools/pkg_install/files/configure.ac | 8 +-------
pkgtools/pkg_install/files/lib/version.h | 4 ++--
6 files changed, 16 insertions(+), 47 deletions(-)
diffs (228 lines):
diff -r fc7be329b873 -r 0aca494ba948 pkgtools/pkg_install/Makefile
--- a/pkgtools/pkg_install/Makefile Fri May 23 15:57:04 2008 +0000
+++ b/pkgtools/pkg_install/Makefile Sat May 24 21:54:22 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.152.2.1 2008/05/11 20:20:37 joerg Exp $
+# $NetBSD: Makefile,v 1.152.2.2 2008/05/24 21:54:22 joerg Exp $
# Notes to package maintainers:
#
@@ -23,12 +23,6 @@
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --with-pkgdbdir=${PKG_DBDIR:Q}
-CONFIGURE_ARGS+= --with-pax=${PAX:Q}
-USE_TOOLS+= pax:run
-
-# The following tools are needed by pkg_view and linkfarm.
-USE_TOOLS+= chmod cmp cp env find grep ln mkdir rm rmdir \
- sed sort touch
USE_FEATURES= nbcompat
diff -r fc7be329b873 -r 0aca494ba948 pkgtools/pkg_install/PLIST
--- a/pkgtools/pkg_install/PLIST Fri May 23 15:57:04 2008 +0000
+++ b/pkgtools/pkg_install/PLIST Sat May 24 21:54:22 2008 +0000
@@ -1,28 +1,22 @@
-@comment $NetBSD: PLIST,v 1.10.8.1 2008/04/26 18:37:10 joerg Exp $
-man/cat1/linkfarm.0
+@comment $NetBSD: PLIST,v 1.10.8.2 2008/05/24 21:54:22 joerg Exp $
man/cat1/pkg_add.0
man/cat1/pkg_admin.0
man/cat1/pkg_create.0
man/cat1/pkg_delete.0
man/cat1/pkg_info.0
-man/cat1/pkg_view.0
man/cat5/pkg_summary.0
man/cat7/pkgsrc.0
-man/man1/linkfarm.1
man/man1/pkg_add.1
man/man1/pkg_admin.1
man/man1/pkg_create.1
man/man1/pkg_delete.1
man/man1/pkg_info.1
-man/man1/pkg_view.1
man/man5/pkg_summary.5
man/man7/pkgsrc.7
sbin/audit-packages
sbin/download-vulnerability-list
-sbin/linkfarm
sbin/pkg_add
sbin/pkg_admin
sbin/pkg_create
sbin/pkg_delete
sbin/pkg_info
-sbin/pkg_view
diff -r fc7be329b873 -r 0aca494ba948 pkgtools/pkg_install/files/Makefile.in
--- a/pkgtools/pkg_install/files/Makefile.in Fri May 23 15:57:04 2008 +0000
+++ b/pkgtools/pkg_install/files/Makefile.in Sat May 24 21:54:22 2008 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.in,v 1.8.8.2 2008/04/26 18:37:10 joerg Exp $
+# $NetBSD: Makefile.in,v 1.8.8.3 2008/05/24 21:54:22 joerg Exp $
BOOTSTRAP= @bootstrap@
.if empty(BOOTSTRAP)
-SUBDIRS= lib add admin create delete info view
+SUBDIRS= lib add admin create delete info
.else
SUBDIRS= lib admin create info
.endif
diff -r fc7be329b873 -r 0aca494ba948 pkgtools/pkg_install/files/configure
--- a/pkgtools/pkg_install/files/configure Fri May 23 15:57:04 2008 +0000
+++ b/pkgtools/pkg_install/files/configure Sat May 24 21:54:22 2008 +0000
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.62 for pkg_install 20070804.
+# Generated by GNU Autoconf 2.62 for pkg_install 20080524.
#
# Report bugs to <joerg%NetBSD.org@localhost>.
#
@@ -596,8 +596,8 @@
# Identity of this package.
PACKAGE_NAME='pkg_install'
PACKAGE_TARNAME='pkg_install'
-PACKAGE_VERSION='20070804'
-PACKAGE_STRING='pkg_install 20070804'
+PACKAGE_VERSION='20080524'
+PACKAGE_STRING='pkg_install 20080524'
PACKAGE_BUGREPORT='joerg%NetBSD.org@localhost'
ac_unique_file="lib/plist.c"
@@ -714,7 +714,6 @@
AUTOCONF
AUTOHEADER
pkgdbdir
-pax
ssl_support
bootstrap
CPP
@@ -725,7 +724,6 @@
ac_user_opts='
enable_option_checking
with_pkgdbdir
-with_pax
with_ssl
enable_bootstrap
'
@@ -1290,7 +1288,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures pkg_install 20070804 to adapt to many kinds of systems.
+\`configure' configures pkg_install 20080524 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1355,7 +1353,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of pkg_install 20070804:";;
+ short | recursive ) echo "Configuration of pkg_install 20080524:";;
esac
cat <<\_ACEOF
@@ -1369,7 +1367,6 @@
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--with-pkgdbdir=DIR Where to put the pkg database (/var/db/pkg)
- --with-pax=path Path to pax (PREFIX/bin/pax)
--with-ssl Enable OpenSSL based signature support
Some influential environment variables:
@@ -1448,7 +1445,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-pkg_install configure 20070804
+pkg_install configure 20080524
generated by GNU Autoconf 2.62
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1462,7 +1459,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by pkg_install $as_me 20070804, which was
+It was created by pkg_install $as_me 20080524, which was
generated by GNU Autoconf 2.62. Invocation command line was
$ $0 $@
@@ -3688,16 +3685,6 @@
-# Check whether --with-pax was given.
-if test "${with_pax+set}" = set; then
- withval=$with_pax; pax="$with_pax"
-else
- pax='$(prefix)/bin/pax'
-fi
-
-
-
-
# Check whether --with-ssl was given.
if test "${with_ssl+set}" = set; then
withval=$with_ssl; ssl_support=yes
@@ -7451,7 +7438,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by pkg_install $as_me 20070804, which was
+This file was extended by pkg_install $as_me 20080524, which was
generated by GNU Autoconf 2.62. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -7500,7 +7487,7 @@
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
-pkg_install config.status 20070804
+pkg_install config.status 20080524
configured by $0, generated by GNU Autoconf 2.62,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff -r fc7be329b873 -r 0aca494ba948 pkgtools/pkg_install/files/configure.ac
--- a/pkgtools/pkg_install/files/configure.ac Fri May 23 15:57:04 2008 +0000
+++ b/pkgtools/pkg_install/files/configure.ac Sat May 24 21:54:22 2008 +0000
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
-AC_INIT([pkg_install], [20070804], [joerg%NetBSD.org@localhost])
+AC_INIT([pkg_install], [20080524], [joerg%NetBSD.org@localhost])
AC_CONFIG_SRCDIR([lib/plist.c])
AC_CONFIG_HEADER(lib/config.h)
@@ -43,12 +43,6 @@
[ pkgdbdir="/var/db/pkg" ])
AC_SUBST(pkgdbdir)
-AC_ARG_WITH(pax,
-[ --with-pax=path Path to pax (PREFIX/bin/pax)],
-[ pax="$with_pax" ],
-[ pax='$(prefix)/bin/pax' ])
-AC_SUBST(pax)
-
AC_ARG_WITH(ssl,
[ --with-ssl Enable OpenSSL based signature support],
[ ssl_support=yes ],
diff -r fc7be329b873 -r 0aca494ba948 pkgtools/pkg_install/files/lib/version.h
--- a/pkgtools/pkg_install/files/lib/version.h Fri May 23 15:57:04 2008 +0000
+++ b/pkgtools/pkg_install/files/lib/version.h Sat May 24 21:54:22 2008 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: version.h,v 1.102.2.2 2008/05/23 15:57:04 joerg Exp $ */
+/* $NetBSD: version.h,v 1.102.2.3 2008/05/24 21:54:22 joerg Exp $ */
/*
* Copyright (c) 2001 Thomas Klausner. All rights reserved.
@@ -27,6 +27,6 @@
#ifndef _INST_LIB_VERSION_H_
#define _INST_LIB_VERSION_H_
-#define PKGTOOLS_VERSION "20080511"
+#define PKGTOOLS_VERSION "20080524"
#endif /* _INST_LIB_VERSION_H_ */
Home |
Main Index |
Thread Index |
Old Index