pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2007Q1]: pkgsrc/doc Add the CHANGES file for the new pkgsrc-20...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fa2b563505d5
branches: pkgsrc-2007Q1
changeset: 527342:fa2b563505d5
user: agc <agc%pkgsrc.org@localhost>
date: Sun Apr 08 07:41:17 2007 +0000
description:
Add the CHANGES file for the new pkgsrc-2007Q1 branch
diffstat:
devel/bmake/files/PSD.doc/Makefile | 2 +-
devel/bmake/files/PSD.doc/tutorial.ms | 2 +-
devel/bmake/files/arch.c | 6 +++---
devel/bmake/files/buf.c | 6 +++---
devel/bmake/files/buf.h | 2 +-
devel/bmake/files/cond.c | 6 +++---
devel/bmake/files/dir.c | 6 +++---
devel/bmake/files/dir.h | 2 +-
devel/bmake/files/for.c | 6 +++---
devel/bmake/files/getenv.c | 2 +-
devel/bmake/files/getopt.c | 2 +-
devel/bmake/files/hash.c | 6 +++---
devel/bmake/files/hash.h | 2 +-
devel/bmake/files/install-sh | 2 +-
devel/bmake/files/lst.h | 2 +-
devel/bmake/files/lst.lib/Makefile | 2 +-
devel/bmake/files/lst.lib/lstAppend.c | 6 +++---
devel/bmake/files/lst.lib/lstAtEnd.c | 6 +++---
devel/bmake/files/lst.lib/lstAtFront.c | 6 +++---
devel/bmake/files/lst.lib/lstClose.c | 6 +++---
devel/bmake/files/lst.lib/lstConcat.c | 6 +++---
devel/bmake/files/lst.lib/lstDatum.c | 6 +++---
devel/bmake/files/lst.lib/lstDeQueue.c | 6 +++---
devel/bmake/files/lst.lib/lstDestroy.c | 6 +++---
devel/bmake/files/lst.lib/lstDupl.c | 6 +++---
devel/bmake/files/lst.lib/lstEnQueue.c | 6 +++---
devel/bmake/files/lst.lib/lstFind.c | 6 +++---
devel/bmake/files/lst.lib/lstFindFrom.c | 6 +++---
devel/bmake/files/lst.lib/lstFirst.c | 6 +++---
devel/bmake/files/lst.lib/lstForEach.c | 6 +++---
devel/bmake/files/lst.lib/lstForEachFrom.c | 6 +++---
devel/bmake/files/lst.lib/lstInit.c | 6 +++---
devel/bmake/files/lst.lib/lstInsert.c | 6 +++---
devel/bmake/files/lst.lib/lstInt.h | 2 +-
devel/bmake/files/lst.lib/lstIsAtEnd.c | 6 +++---
devel/bmake/files/lst.lib/lstIsEmpty.c | 6 +++---
devel/bmake/files/lst.lib/lstLast.c | 6 +++---
devel/bmake/files/lst.lib/lstMember.c | 6 +++---
devel/bmake/files/lst.lib/lstNext.c | 6 +++---
devel/bmake/files/lst.lib/lstOpen.c | 6 +++---
devel/bmake/files/lst.lib/lstRemove.c | 6 +++---
devel/bmake/files/lst.lib/lstReplace.c | 6 +++---
devel/bmake/files/lst.lib/lstSucc.c | 6 +++---
devel/bmake/files/lst.lib/makefile.boot.in | 2 +-
devel/bmake/files/machine.sh | 2 +-
devel/bmake/files/make-conf.h | 2 +-
devel/bmake/files/make.1 | 2 +-
devel/bmake/files/make.c | 6 +++---
devel/bmake/files/missing/sys/cdefs.h | 2 +-
devel/bmake/files/mkdeps.sh | 2 +-
devel/bmake/files/nonints.h | 2 +-
devel/bmake/files/os.sh | 2 +-
devel/bmake/files/parse.c | 6 +++---
devel/bmake/files/pathnames.h | 4 ++--
devel/bmake/files/setenv.c | 2 +-
devel/bmake/files/sigcompat.c | 2 +-
devel/bmake/files/sprite.h | 2 +-
devel/bmake/files/str.c | 6 +++---
devel/bmake/files/suff.c | 6 +++---
devel/bmake/files/targ.c | 6 +++---
devel/bmake/files/trace.c | 6 +++---
devel/bmake/files/trace.h | 2 +-
devel/bmake/files/unit-tests/Makefile.in | 4 ++--
devel/bmake/files/unit-tests/cond1 | 2 +-
devel/bmake/files/unit-tests/modorder | 2 +-
devel/bmake/files/unit-tests/modword | 2 +-
devel/bmake/files/unit-tests/posix | 2 +-
devel/bmake/files/unit-tests/varcmd | 2 +-
devel/bmake/files/util.c | 8 ++++----
devel/bmake/files/wait.h | 2 +-
doc/CHANGES-pkgsrc-2007Q1 | 6 ++++++
71 files changed, 157 insertions(+), 151 deletions(-)
diffs (truncated from 1340 to 300 lines):
diff -r 916bf16168b9 -r fa2b563505d5 devel/bmake/files/PSD.doc/Makefile
--- a/devel/bmake/files/PSD.doc/Makefile Sat Apr 07 22:23:01 2007 +0000
+++ b/devel/bmake/files/PSD.doc/Makefile Sun Apr 08 07:41:17 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $
+# $NetBSD: Makefile,v 1.1 2005/10/31 21:52:26 reed Exp $
# @(#)Makefile 8.1 (Berkeley) 8/14/93
DIR= psd/12.make
diff -r 916bf16168b9 -r fa2b563505d5 devel/bmake/files/PSD.doc/tutorial.ms
--- a/devel/bmake/files/PSD.doc/tutorial.ms Sat Apr 07 22:23:01 2007 +0000
+++ b/devel/bmake/files/PSD.doc/tutorial.ms Sun Apr 08 07:41:17 2007 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: tutorial.ms,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $
+.\" $NetBSD: tutorial.ms,v 1.1 2005/10/31 21:52:26 reed Exp $
.\" Copyright (c) 1988, 1989, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
diff -r 916bf16168b9 -r fa2b563505d5 devel/bmake/files/arch.c
--- a/devel/bmake/files/arch.c Sat Apr 07 22:23:01 2007 +0000
+++ b/devel/bmake/files/arch.c Sun Apr 08 07:41:17 2007 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: arch.c,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $ */
+/* $NetBSD: arch.c,v 1.1 2005/10/31 21:34:24 reed Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
@@ -69,14 +69,14 @@
*/
#ifndef MAKE_NATIVE
-static char rcsid[] = "$NetBSD: arch.c,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $";
+static char rcsid[] = "$NetBSD: arch.c,v 1.1 2005/10/31 21:34:24 reed Exp $";
#else
#include <sys/cdefs.h>
#ifndef lint
#if 0
static char sccsid[] = "@(#)arch.c 8.2 (Berkeley) 1/2/94";
#else
-__RCSID("$NetBSD: arch.c,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $");
+__RCSID("$NetBSD: arch.c,v 1.1 2005/10/31 21:34:24 reed Exp $");
#endif
#endif /* not lint */
#endif
diff -r 916bf16168b9 -r fa2b563505d5 devel/bmake/files/buf.c
--- a/devel/bmake/files/buf.c Sat Apr 07 22:23:01 2007 +0000
+++ b/devel/bmake/files/buf.c Sun Apr 08 07:41:17 2007 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: buf.c,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $ */
+/* $NetBSD: buf.c,v 1.1 2005/10/31 21:34:24 reed Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -70,14 +70,14 @@
*/
#ifndef MAKE_NATIVE
-static char rcsid[] = "$NetBSD: buf.c,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $";
+static char rcsid[] = "$NetBSD: buf.c,v 1.1 2005/10/31 21:34:24 reed Exp $";
#else
#include <sys/cdefs.h>
#ifndef lint
#if 0
static char sccsid[] = "@(#)buf.c 8.1 (Berkeley) 6/6/93";
#else
-__RCSID("$NetBSD: buf.c,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $");
+__RCSID("$NetBSD: buf.c,v 1.1 2005/10/31 21:34:24 reed Exp $");
#endif
#endif /* not lint */
#endif
diff -r 916bf16168b9 -r fa2b563505d5 devel/bmake/files/buf.h
--- a/devel/bmake/files/buf.h Sat Apr 07 22:23:01 2007 +0000
+++ b/devel/bmake/files/buf.h Sun Apr 08 07:41:17 2007 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: buf.h,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $ */
+/* $NetBSD: buf.h,v 1.1 2005/10/31 21:34:24 reed Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
diff -r 916bf16168b9 -r fa2b563505d5 devel/bmake/files/cond.c
--- a/devel/bmake/files/cond.c Sat Apr 07 22:23:01 2007 +0000
+++ b/devel/bmake/files/cond.c Sun Apr 08 07:41:17 2007 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cond.c,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $ */
+/* $NetBSD: cond.c,v 1.1 2005/10/31 21:34:24 reed Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -70,14 +70,14 @@
*/
#ifndef MAKE_NATIVE
-static char rcsid[] = "$NetBSD: cond.c,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $";
+static char rcsid[] = "$NetBSD: cond.c,v 1.1 2005/10/31 21:34:24 reed Exp $";
#else
#include <sys/cdefs.h>
#ifndef lint
#if 0
static char sccsid[] = "@(#)cond.c 8.2 (Berkeley) 1/2/94";
#else
-__RCSID("$NetBSD: cond.c,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $");
+__RCSID("$NetBSD: cond.c,v 1.1 2005/10/31 21:34:24 reed Exp $");
#endif
#endif /* not lint */
#endif
diff -r 916bf16168b9 -r fa2b563505d5 devel/bmake/files/dir.c
--- a/devel/bmake/files/dir.c Sat Apr 07 22:23:01 2007 +0000
+++ b/devel/bmake/files/dir.c Sun Apr 08 07:41:17 2007 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dir.c,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $ */
+/* $NetBSD: dir.c,v 1.1 2005/10/31 21:34:24 reed Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -70,14 +70,14 @@
*/
#ifndef MAKE_NATIVE
-static char rcsid[] = "$NetBSD: dir.c,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $";
+static char rcsid[] = "$NetBSD: dir.c,v 1.1 2005/10/31 21:34:24 reed Exp $";
#else
#include <sys/cdefs.h>
#ifndef lint
#if 0
static char sccsid[] = "@(#)dir.c 8.2 (Berkeley) 1/2/94";
#else
-__RCSID("$NetBSD: dir.c,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $");
+__RCSID("$NetBSD: dir.c,v 1.1 2005/10/31 21:34:24 reed Exp $");
#endif
#endif /* not lint */
#endif
diff -r 916bf16168b9 -r fa2b563505d5 devel/bmake/files/dir.h
--- a/devel/bmake/files/dir.h Sat Apr 07 22:23:01 2007 +0000
+++ b/devel/bmake/files/dir.h Sun Apr 08 07:41:17 2007 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dir.h,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $ */
+/* $NetBSD: dir.h,v 1.1 2005/10/31 21:34:24 reed Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
diff -r 916bf16168b9 -r fa2b563505d5 devel/bmake/files/for.c
--- a/devel/bmake/files/for.c Sat Apr 07 22:23:01 2007 +0000
+++ b/devel/bmake/files/for.c Sun Apr 08 07:41:17 2007 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: for.c,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $ */
+/* $NetBSD: for.c,v 1.1 2005/10/31 21:34:24 reed Exp $ */
/*
* Copyright (c) 1992, The Regents of the University of California.
@@ -30,14 +30,14 @@
*/
#ifndef MAKE_NATIVE
-static char rcsid[] = "$NetBSD: for.c,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $";
+static char rcsid[] = "$NetBSD: for.c,v 1.1 2005/10/31 21:34:24 reed Exp $";
#else
#include <sys/cdefs.h>
#ifndef lint
#if 0
static char sccsid[] = "@(#)for.c 8.1 (Berkeley) 6/6/93";
#else
-__RCSID("$NetBSD: for.c,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $");
+__RCSID("$NetBSD: for.c,v 1.1 2005/10/31 21:34:24 reed Exp $");
#endif
#endif /* not lint */
#endif
diff -r 916bf16168b9 -r fa2b563505d5 devel/bmake/files/getenv.c
--- a/devel/bmake/files/getenv.c Sat Apr 07 22:23:01 2007 +0000
+++ b/devel/bmake/files/getenv.c Sun Apr 08 07:41:17 2007 +0000
@@ -38,7 +38,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
/*static char *sccsid = "from: @(#)getenv.c 5.8 (Berkeley) 2/23/91";*/
-static char *rcsid = "$Id: getenv.c,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $";
+static char *rcsid = "$Id: getenv.c,v 1.1 2005/10/31 21:34:24 reed Exp $";
#endif /* LIBC_SCCS and not lint */
#include <stdlib.h>
diff -r 916bf16168b9 -r fa2b563505d5 devel/bmake/files/getopt.c
--- a/devel/bmake/files/getopt.c Sat Apr 07 22:23:01 2007 +0000
+++ b/devel/bmake/files/getopt.c Sun Apr 08 07:41:17 2007 +0000
@@ -38,7 +38,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
/* static char sccsid[] = "from: @(#)getopt.c 8.2 (Berkeley) 4/2/94"; */
-static char *rcsid = "$Id: getopt.c,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $";
+static char *rcsid = "$Id: getopt.c,v 1.1 2005/10/31 21:34:24 reed Exp $";
#endif /* LIBC_SCCS and not lint */
#include <stdio.h>
diff -r 916bf16168b9 -r fa2b563505d5 devel/bmake/files/hash.c
--- a/devel/bmake/files/hash.c Sat Apr 07 22:23:01 2007 +0000
+++ b/devel/bmake/files/hash.c Sun Apr 08 07:41:17 2007 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hash.c,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $ */
+/* $NetBSD: hash.c,v 1.1 2005/10/31 21:34:24 reed Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -70,14 +70,14 @@
*/
#ifndef MAKE_NATIVE
-static char rcsid[] = "$NetBSD: hash.c,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $";
+static char rcsid[] = "$NetBSD: hash.c,v 1.1 2005/10/31 21:34:24 reed Exp $";
#else
#include <sys/cdefs.h>
#ifndef lint
#if 0
static char sccsid[] = "@(#)hash.c 8.1 (Berkeley) 6/6/93";
#else
-__RCSID("$NetBSD: hash.c,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $");
+__RCSID("$NetBSD: hash.c,v 1.1 2005/10/31 21:34:24 reed Exp $");
#endif
#endif /* not lint */
#endif
diff -r 916bf16168b9 -r fa2b563505d5 devel/bmake/files/hash.h
--- a/devel/bmake/files/hash.h Sat Apr 07 22:23:01 2007 +0000
+++ b/devel/bmake/files/hash.h Sun Apr 08 07:41:17 2007 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hash.h,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $ */
+/* $NetBSD: hash.h,v 1.1 2005/10/31 21:34:24 reed Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
diff -r 916bf16168b9 -r fa2b563505d5 devel/bmake/files/install-sh
--- a/devel/bmake/files/install-sh Sat Apr 07 22:23:01 2007 +0000
+++ b/devel/bmake/files/install-sh Sun Apr 08 07:41:17 2007 +0000
@@ -53,7 +53,7 @@
#
# RCSid:
-# $Id: install-sh,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $
+# $Id: install-sh,v 1.1 2005/10/31 21:34:24 reed Exp $
#
# @(#) Copyright (c) 1993 Simon J. Gerraty
#
diff -r 916bf16168b9 -r fa2b563505d5 devel/bmake/files/lst.h
--- a/devel/bmake/files/lst.h Sat Apr 07 22:23:01 2007 +0000
+++ b/devel/bmake/files/lst.h Sun Apr 08 07:41:17 2007 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lst.h,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $ */
+/* $NetBSD: lst.h,v 1.1 2005/10/31 21:34:24 reed Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
diff -r 916bf16168b9 -r fa2b563505d5 devel/bmake/files/lst.lib/Makefile
--- a/devel/bmake/files/lst.lib/Makefile Sat Apr 07 22:23:01 2007 +0000
+++ b/devel/bmake/files/lst.lib/Makefile Sun Apr 08 07:41:17 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $
+# $NetBSD: Makefile,v 1.1 2005/10/31 21:52:25 reed Exp $
OBJ=lstAppend.o lstDupl.o lstInit.o lstOpen.o lstAtEnd.o lstEnQueue.o \
lstInsert.o lstAtFront.o lstIsAtEnd.o lstClose.o lstFind.o lstIsEmpty.o \
diff -r 916bf16168b9 -r fa2b563505d5 devel/bmake/files/lst.lib/lstAppend.c
--- a/devel/bmake/files/lst.lib/lstAppend.c Sat Apr 07 22:23:01 2007 +0000
+++ b/devel/bmake/files/lst.lib/lstAppend.c Sun Apr 08 07:41:17 2007 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lstAppend.c,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $ */
+/* $NetBSD: lstAppend.c,v 1.1 2005/10/31 21:52:25 reed Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
@@ -33,14 +33,14 @@
*/
#ifndef MAKE_NATIVE
-static char rcsid[] = "$NetBSD: lstAppend.c,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $";
+static char rcsid[] = "$NetBSD: lstAppend.c,v 1.1 2005/10/31 21:52:25 reed Exp $";
#else
#include <sys/cdefs.h>
#ifndef lint
#if 0
static char sccsid[] = "@(#)lstAppend.c 8.1 (Berkeley) 6/6/93";
#else
-__RCSID("$NetBSD: lstAppend.c,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $");
+__RCSID("$NetBSD: lstAppend.c,v 1.1 2005/10/31 21:52:25 reed Exp $");
#endif
#endif /* not lint */
#endif
diff -r 916bf16168b9 -r fa2b563505d5 devel/bmake/files/lst.lib/lstAtEnd.c
--- a/devel/bmake/files/lst.lib/lstAtEnd.c Sat Apr 07 22:23:01 2007 +0000
+++ b/devel/bmake/files/lst.lib/lstAtEnd.c Sun Apr 08 07:41:17 2007 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lstAtEnd.c,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $ */
+/* $NetBSD: lstAtEnd.c,v 1.1 2005/10/31 21:52:25 reed Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
@@ -33,14 +33,14 @@
*/
#ifndef MAKE_NATIVE
-static char rcsid[] = "$NetBSD: lstAtEnd.c,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $";
+static char rcsid[] = "$NetBSD: lstAtEnd.c,v 1.1 2005/10/31 21:52:25 reed Exp $";
#else
#include <sys/cdefs.h>
#ifndef lint
#if 0
Home |
Main Index |
Thread Index |
Old Index