summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-03-06 04:28:00 +0000
committerhubertf <hubertf>2000-03-06 04:28:00 +0000
commita4eafe763a481915fe02de734b5237599e163b5d (patch)
tree89be9e9cc301e91725c21cbff7699eabd127f0ef /devel
parent623583f298bb6ffc469b49073e1d6dcd96865a45 (diff)
downloadpkgsrc-a4eafe763a481915fe02de734b5237599e163b5d.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')
-rw-r--r--devel/prcs/Makefile12
-rw-r--r--devel/prcs/files/md54
-rw-r--r--devel/prcs/files/patch-sum8
-rw-r--r--devel/prcs/patches/patch-aa19
-rw-r--r--devel/prcs/patches/patch-ab22
-rw-r--r--devel/prcs/patches/patch-ac13
-rw-r--r--devel/prcs/pkg/PLIST11
7 files changed, 38 insertions, 51 deletions
diff --git a/devel/prcs/Makefile b/devel/prcs/Makefile
index eeaddcd1e18..f1aa99969d5 100644
--- a/devel/prcs/Makefile
+++ b/devel/prcs/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 1999/06/20 21:06:19 tron Exp $
+# $NetBSD: Makefile,v 1.13 2000/03/06 04:28:00 hubertf Exp $
# FreeBSD Id: Makefile,v 1.9 1997/10/13 05:11:40 jmacd Exp
#
-DISTNAME= prcs-1.2.8
+DISTNAME= prcs-1.2.9
CATEGORIES= devel
MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/prcs/
@@ -13,7 +13,11 @@ ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm32 NetBSD-*-i386 \
NetBSD-*-mips* NetBSD-*-pc532 NetBSD-*-powerpc \
NetBSD-*-sparc NetBSD-*-vax
-GNU_CONFIGURE=
-USE_GTEXINFO=
+GNU_CONFIGURE= yes
+USE_GTEXINFO= yes
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/prcs
+ ${INSTALL_DATA} ${WRKSRC}/emacs/*.el* ${PREFIX}/share/examples/prcs
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/prcs/files/md5 b/devel/prcs/files/md5
index 5b4fc3c43c4..ffca8df87ad 100644
--- a/devel/prcs/files/md5
+++ b/devel/prcs/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.6 1998/08/07 13:21:26 agc Exp $
+$NetBSD: md5,v 1.7 2000/03/06 04:28:01 hubertf Exp $
-MD5 (prcs-1.2.8.tar.gz) = 949815545672c355ee0b05cace20e50c
+MD5 (prcs-1.2.9.tar.gz) = eef0c4dd162dde67a2d0e250d8a8684b
diff --git a/devel/prcs/files/patch-sum b/devel/prcs/files/patch-sum
index 8c0025b54f5..89baf93c262 100644
--- a/devel/prcs/files/patch-sum
+++ b/devel/prcs/files/patch-sum
@@ -1,5 +1,5 @@
-$NetBSD: patch-sum,v 1.1 1999/07/09 13:50:39 agc Exp $
+$NetBSD: patch-sum,v 1.2 2000/03/06 04:28:01 hubertf Exp $
-MD5 (patch-aa) = 9c6d12f1f7fc22e6a6b2d3d178aaa6a6
-MD5 (patch-ab) = 96a4b121a0f502ed63c0e3d7d834248f
-MD5 (patch-ac) = eabe10bf8993acabb696b9ac1482ca24
+MD5 (patch-aa) = 4010da50051bbf003aed6bbb29b5bb1a
+MD5 (patch-ab) = 29fa5b916a7aa38a8a94e5a6f9b4ebe2
+MD5 (patch-ac) = fff2171579d9b2b1481c9a26187a60e8
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)
- {
diff --git a/devel/prcs/pkg/PLIST b/devel/prcs/pkg/PLIST
index e510150ad93..5c9db74ab55 100644
--- a/devel/prcs/pkg/PLIST
+++ b/devel/prcs/pkg/PLIST
@@ -1,9 +1,16 @@
-@comment $NetBSD: PLIST,v 1.4 1999/02/11 19:17:31 tv Exp $
+@comment $NetBSD: PLIST,v 1.5 2000/03/06 04:28:03 hubertf Exp $
bin/prcs
-man/man1/prcs.1.gz
@unexec install-info --delete --info-dir=%D/info %D/info/prcs.info
info/prcs.info
info/prcs.info-1
info/prcs.info-2
info/prcs.info-3
@exec install-info --info-dir=%D/info %D/info/prcs.info
+man/man1/prcs.1
+share/examples/prcs/prcs-ediff.el
+share/examples/prcs/prcs-ediff.elc
+share/examples/prcs/prcs-minor.el
+share/examples/prcs/prcs-minor.elc
+share/examples/prcs/prcs.el
+share/examples/prcs/prcs.elc
+@dirrm share/examples/prcs