pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Fix the version number of the package in the configure...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e4fb3f42519e
branches:  trunk
changeset: 479703:e4fb3f42519e
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Aug 21 06:33:39 2004 +0000

description:
Fix the version number of the package in the configure script, and modify
the Makefiles so that they can be built by really basic make programs.

diffstat:

 archivers/pax/files/Makefile.in               |  15 ++++++---------
 archivers/pax/files/configure                 |  18 +++++++++---------
 archivers/pax/files/configure.ac              |   2 +-
 pkgtools/mtree/files/Makefile.in              |  11 ++++-------
 pkgtools/mtree/files/configure                |  18 +++++++++---------
 pkgtools/mtree/files/configure.ac             |   2 +-
 pkgtools/pkg_install/files/add/Makefile.in    |   9 +++------
 pkgtools/pkg_install/files/admin/Makefile.in  |   9 +++------
 pkgtools/pkg_install/files/configure          |  18 +++++++++---------
 pkgtools/pkg_install/files/configure.ac       |   2 +-
 pkgtools/pkg_install/files/create/Makefile.in |   9 +++------
 pkgtools/pkg_install/files/delete/Makefile.in |   9 +++------
 pkgtools/pkg_install/files/info/Makefile.in   |   9 +++------
 pkgtools/pkg_install/files/lib/Makefile.in    |  11 ++++-------
 pkgtools/pkg_install/files/view/Makefile.in   |   4 +---
 15 files changed, 60 insertions(+), 86 deletions(-)

diffs (truncated from 514 to 300 lines):

diff -r b08bb9432b77 -r e4fb3f42519e archivers/pax/files/Makefile.in
--- a/archivers/pax/files/Makefile.in   Sat Aug 21 06:04:35 2004 +0000
+++ b/archivers/pax/files/Makefile.in   Sat Aug 21 06:33:39 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.in,v 1.7 2003/09/15 05:33:41 grant Exp $
+#      $NetBSD: Makefile.in,v 1.8 2004/08/21 06:33:39 jlam Exp $
 
 srcdir=                @srcdir@
 
@@ -22,19 +22,16 @@
 
 PROG=          pax
 
-SRCS=  ar_io.c ar_subs.c buf_subs.c cpio.c file_subs.c ftree.c \
-       gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c tables.c \
-       tar.c tty_subs.c \
-       getid.c spec.c misc.c stat_flags.c pack_dev.c
-OBJS=  $(SRCS:.c=.o)
+OBJS=  ar_io.o ar_subs.o buf_subs.o cpio.o file_subs.o ftree.o \
+       gen_subs.o getoldopt.o options.o pat_rep.o pax.o sel_subs.o tables.o \
+       tar.o tty_subs.o \
+       getid.o spec.o misc.o stat_flags.o pack_dev.o
 
-.PHONY: all clean install
+all: $(PROG)
 
 .c.o:
        $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) -c $<
 
-all: $(PROG)
-
 $(PROG): $(OBJS)
        $(CCLD) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
 
diff -r b08bb9432b77 -r e4fb3f42519e archivers/pax/files/configure
--- a/archivers/pax/files/configure     Sat Aug 21 06:04:35 2004 +0000
+++ b/archivers/pax/files/configure     Sat Aug 21 06:33:39 2004 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for pax 20030915.
+# Generated by GNU Autoconf 2.59 for pax 20040802.
 #
 # Report bugs to <grant%NetBSD.org@localhost>.
 #
@@ -269,8 +269,8 @@
 # Identity of this package.
 PACKAGE_NAME='pax'
 PACKAGE_TARNAME='pax'
-PACKAGE_VERSION='20030915'
-PACKAGE_STRING='pax 20030915'
+PACKAGE_VERSION='20040802'
+PACKAGE_STRING='pax 20040802'
 PACKAGE_BUGREPORT='grant%NetBSD.org@localhost'
 
 ac_unique_file="pax.c"
@@ -780,7 +780,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 pax 20030915 to adapt to many kinds of systems.
+\`configure' configures pax 20040802 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -837,7 +837,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of pax 20030915:";;
+     short | recursive ) echo "Configuration of pax 20040802:";;
    esac
   cat <<\_ACEOF
 
@@ -949,7 +949,7 @@
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-pax configure 20030915
+pax configure 20040802
 generated by GNU Autoconf 2.59
 
 Copyright (C) 2003 Free Software Foundation, Inc.
@@ -963,7 +963,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by pax $as_me 20030915, which was
+It was created by pax $as_me 20040802, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   $ $0 $@
@@ -4085,7 +4085,7 @@
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by pax $as_me 20030915, which was
+This file was extended by pax $as_me 20040802, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -4145,7 +4145,7 @@
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-pax config.status 20030915
+pax config.status 20040802
 configured by $0, generated by GNU Autoconf 2.59,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
diff -r b08bb9432b77 -r e4fb3f42519e archivers/pax/files/configure.ac
--- a/archivers/pax/files/configure.ac  Sat Aug 21 06:04:35 2004 +0000
+++ b/archivers/pax/files/configure.ac  Sat Aug 21 06:33:39 2004 +0000
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.57)
-AC_INIT([pax], [20030915], [grant%NetBSD.org@localhost])
+AC_INIT([pax], [20040802], [grant%NetBSD.org@localhost])
 AC_CONFIG_SRCDIR([pax.c])
 AC_CONFIG_HEADER(config.h)
 
diff -r b08bb9432b77 -r e4fb3f42519e pkgtools/mtree/files/Makefile.in
--- a/pkgtools/mtree/files/Makefile.in  Sat Aug 21 06:04:35 2004 +0000
+++ b/pkgtools/mtree/files/Makefile.in  Sat Aug 21 06:33:39 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.in,v 1.6 2003/09/05 18:38:58 jlam Exp $
+#      $NetBSD: Makefile.in,v 1.7 2004/08/21 06:33:39 jlam Exp $
 
 srcdir=                @srcdir@
 
@@ -22,17 +22,14 @@
 
 PROG=          mtree
 
-SRCS=  compare.c crc.c create.c excludes.c misc.c mtree.c spec.c verify.c \
-       getid.c stat_flags.c pack_dev.c
-OBJS=  $(SRCS:.c=.o)
+OBJS=  compare.o crc.o create.o excludes.o misc.o mtree.o spec.o verify.o \
+       getid.o stat_flags.o pack_dev.o
 
-.PHONY: all clean install
+all: $(PROG)
 
 .c.o:
        $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) -c $<
 
-all: $(PROG)
-
 $(PROG): $(OBJS)
        $(CCLD) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
 
diff -r b08bb9432b77 -r e4fb3f42519e pkgtools/mtree/files/configure
--- a/pkgtools/mtree/files/configure    Sat Aug 21 06:04:35 2004 +0000
+++ b/pkgtools/mtree/files/configure    Sat Aug 21 06:33:39 2004 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for mtree 20030905.
+# Generated by GNU Autoconf 2.59 for mtree 20040722.
 #
 # Report bugs to <grant%NetBSD.org@localhost>.
 #
@@ -269,8 +269,8 @@
 # Identity of this package.
 PACKAGE_NAME='mtree'
 PACKAGE_TARNAME='mtree'
-PACKAGE_VERSION='20030905'
-PACKAGE_STRING='mtree 20030905'
+PACKAGE_VERSION='20040722'
+PACKAGE_STRING='mtree 20040722'
 PACKAGE_BUGREPORT='grant%NetBSD.org@localhost'
 
 ac_unique_file="mtree.c"
@@ -780,7 +780,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 mtree 20030905 to adapt to many kinds of systems.
+\`configure' configures mtree 20040722 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -837,7 +837,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of mtree 20030905:";;
+     short | recursive ) echo "Configuration of mtree 20040722:";;
    esac
   cat <<\_ACEOF
 
@@ -949,7 +949,7 @@
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-mtree configure 20030905
+mtree configure 20040722
 generated by GNU Autoconf 2.59
 
 Copyright (C) 2003 Free Software Foundation, Inc.
@@ -963,7 +963,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by mtree $as_me 20030905, which was
+It was created by mtree $as_me 20040722, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   $ $0 $@
@@ -5325,7 +5325,7 @@
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by mtree $as_me 20030905, which was
+This file was extended by mtree $as_me 20040722, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -5388,7 +5388,7 @@
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-mtree config.status 20030905
+mtree config.status 20040722
 configured by $0, generated by GNU Autoconf 2.59,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
diff -r b08bb9432b77 -r e4fb3f42519e pkgtools/mtree/files/configure.ac
--- a/pkgtools/mtree/files/configure.ac Sat Aug 21 06:04:35 2004 +0000
+++ b/pkgtools/mtree/files/configure.ac Sat Aug 21 06:33:39 2004 +0000
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
-AC_INIT([mtree], [20030905], [grant%NetBSD.org@localhost])
+AC_INIT([mtree], [20040722], [grant%NetBSD.org@localhost])
 AC_CONFIG_SRCDIR([mtree.c])
 AC_CONFIG_HEADER([config.h])
 
diff -r b08bb9432b77 -r e4fb3f42519e pkgtools/pkg_install/files/add/Makefile.in
--- a/pkgtools/pkg_install/files/add/Makefile.in        Sat Aug 21 06:04:35 2004 +0000
+++ b/pkgtools/pkg_install/files/add/Makefile.in        Sat Aug 21 06:33:39 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.in,v 1.11 2004/02/11 11:31:26 grant Exp $
+# $NetBSD: Makefile.in,v 1.12 2004/08/21 06:33:40 jlam Exp $
 
 srcdir=                @srcdir@
 
@@ -22,16 +22,13 @@
 
 PROG=          pkg_add
 
-SRCS=  main.c perform.c futil.c extract.c verify.c
-OBJS=  $(SRCS:.c=.o)
+OBJS=  main.o perform.o futil.o extract.o verify.o
 
-.PHONY: all clean install
+all: $(PROG)
 
 .c.o:
        $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) -c $<
 
-all: $(PROG)
-
 $(PROG): $(OBJS)
        $(CCLD) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
 
diff -r b08bb9432b77 -r e4fb3f42519e pkgtools/pkg_install/files/admin/Makefile.in
--- a/pkgtools/pkg_install/files/admin/Makefile.in      Sat Aug 21 06:04:35 2004 +0000
+++ b/pkgtools/pkg_install/files/admin/Makefile.in      Sat Aug 21 06:33:39 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.in,v 1.9 2003/09/23 06:36:20 grant Exp $
+# $NetBSD: Makefile.in,v 1.10 2004/08/21 06:33:40 jlam Exp $
 
 srcdir=                @srcdir@
 
@@ -22,16 +22,13 @@
 
 PROG=          pkg_admin
 
-SRCS=  main.c
-OBJS=  $(SRCS:.c=.o)
+OBJS=  main.o
 
-.PHONY: all clean install
+all: $(PROG)
 
 .c.o:
        $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) -c $<
 
-all: $(PROG)
-
 $(PROG): $(OBJS)
        $(CCLD) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
 
diff -r b08bb9432b77 -r e4fb3f42519e pkgtools/pkg_install/files/configure
--- a/pkgtools/pkg_install/files/configure      Sat Aug 21 06:04:35 2004 +0000
+++ b/pkgtools/pkg_install/files/configure      Sat Aug 21 06:33:39 2004 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh



Home | Main Index | Thread Index | Old Index