diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-03-06 04:28:00 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-03-06 04:28:00 +0000 |
commit | bbff547164940ea410a74415bbdf2a1800a4f3d3 (patch) | |
tree | 89be9e9cc301e91725c21cbff7699eabd127f0ef /devel/prcs/patches | |
parent | 82c8649f4ed7e26539cccb3ef1fdb5e568b60a27 (diff) | |
download | pkgsrc-bbff547164940ea410a74415bbdf2a1800a4f3d3.tar.gz |
Update to 1.2.9. Changes:
* Update for C++ changes in egcs-1.1. Thanks to Andrew Stitcher.
* Update a greatly improved prcs.el from Jesse Glick. See the new
documentation at the top of prcs.el.
* Fixed a few documentation typos. Thanks to Fran\xe7ois Pinard and
Daniel Villeneuve.
* Change the output of the "Index: " line in diff output so that the
Index line matches the from name in the context diff header. This
seemed to cause problems for some versions of patch.
* prcs info -l now outputs Project-Keywords.
* The configure option --disable-environment allows you to build
a binary free of any default environment variable settings. This
is intended for package maintainers.
Also fixes PR 5209 by installing the el-files to share/examples/prcs.
Diffstat (limited to 'devel/prcs/patches')
-rw-r--r-- | devel/prcs/patches/patch-aa | 19 | ||||
-rw-r--r-- | devel/prcs/patches/patch-ab | 22 | ||||
-rw-r--r-- | devel/prcs/patches/patch-ac | 13 |
3 files changed, 15 insertions, 39 deletions
diff --git a/devel/prcs/patches/patch-aa b/devel/prcs/patches/patch-aa index 2e541bd51cd..99da1f642d3 100644 --- a/devel/prcs/patches/patch-aa +++ b/devel/prcs/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.2 1998/08/07 10:40:28 agc Exp $ +$NetBSD: patch-aa,v 1.3 2000/03/06 04:28:02 hubertf Exp $ ---- configure 1998/05/08 12:09:36 1.1 -+++ configure 1998/05/08 12:12:48 -@@ -3726,7 +3726,7 @@ +--- configure.orig Sun Sep 13 23:49:17 1998 ++++ configure Mon Mar 6 04:20:09 2000 +@@ -4068,7 +4068,7 @@ ;; esac fi @@ -11,14 +11,3 @@ $NetBSD: patch-aa,v 1.2 1998/08/07 10:40:28 agc Exp $ if test -n "$EMACS"; then echo "$ac_t""$EMACS" 1>&6 else ---- emacs/Makefile.in 1998/05/08 12:35:17 1.1 -+++ emacs/Makefile.in 1998/05/08 12:36:49 -@@ -165,7 +165,7 @@ - install-data: install-lispLISP - @$(NORMAL_INSTALL) - --install: install-exec install-data all -+install: install-exec all - @: - - uninstall: uninstall-lispLISP diff --git a/devel/prcs/patches/patch-ab b/devel/prcs/patches/patch-ab index d320db834fa..5fe030d68cd 100644 --- a/devel/prcs/patches/patch-ab +++ b/devel/prcs/patches/patch-ab @@ -1,13 +1,13 @@ -$NetBSD: patch-ab,v 1.1 1998/12/30 20:36:54 tv Exp $ +$NetBSD: patch-ab,v 1.2 2000/03/06 04:28:02 hubertf Exp $ ---- src/hash.cc.orig Wed Dec 30 15:35:10 1998 -+++ src/hash.cc Wed Dec 30 15:37:29 1998 -@@ -95,7 +95,7 @@ - return attrs_hash (x, M); - } +--- emacs/Makefile.in.orig Mon Sep 14 00:00:40 1998 ++++ emacs/Makefile.in Mon Mar 6 04:20:09 2000 +@@ -169,7 +169,7 @@ + install-data: install-lispLISP + @$(NORMAL_INSTALL) --int hash(const char*& s, int M) -+int hash(const char*const& s, int M) - /* a char* hash function from Aho, Sethi, and Ullman */ - { - const char *p; +-install: install-exec install-data all ++install: install-exec all + @: + + uninstall: uninstall-lispLISP diff --git a/devel/prcs/patches/patch-ac b/devel/prcs/patches/patch-ac deleted file mode 100644 index b60c7d18fdd..00000000000 --- a/devel/prcs/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.1 1998/12/30 20:51:19 tv Exp $ - ---- src/projdesc.cc.orig Wed Dec 30 15:52:28 1998 -+++ src/projdesc.cc Wed Dec 30 15:52:37 1998 -@@ -1600,7 +1600,7 @@ - return true; - } - --extern int hash(const char*& s, int M); -+extern int hash(const char*const& s, int M); - - int attrs_hash(const PrcsAttrs*const & s, int M) - { |