summaryrefslogtreecommitdiff
path: root/devel/prcs
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-06-25 16:43:54 +0000
committerwiz <wiz@pkgsrc.org>2004-06-25 16:43:54 +0000
commita08e038d15563e1eccc7f92c7b1827ea1abab286 (patch)
treeaa3142bb47764f8794e0f171b87539358c9958a1 /devel/prcs
parent8605f7b956c1a5cfc4fa365087141b807b67d848 (diff)
downloadpkgsrc-a08e038d15563e1eccc7f92c7b1827ea1abab286.tar.gz
Update to 1.3.3, from Kouichirou Hiratsuka in PR 26033.
Changes: Changes since version 1.3.2 * Make it work with gcc-3.2. Changes since version 1.3.1 * Contrib reorganization. * New contrib items. * Convert to latest and greatest autoconf, automake versions. * Implement automatic detection of gcc version 3 and apply the gcc3 patch in configure. * Apply a patch for compilation on Apple/Darwin (without gcc3). Changes since version 1.3.0 * Fix the following bug: a repository inconsistency could arise when a checkin operation is aborted after the project's RCS version file has been updated but before the PRCS repository data file is updated. * Fix a partial-checkin bug. * Fix bugs related to deleted project versions. * 'prcs info' now now prints summary information for deleted project versions. * Patches have been included for compilation with GCC 3.0.x. * Debian packaging. * prcs.el improvements. * prcs usage() reports to stdout instead of stderr. * prcs.texi bug in 'prcs execute' example. * contrib/prcs-clean improvements. Changes since version 1.2.16 * Add new command 'prcs changes' command. * Support for the new 'changes' command. * Add new --version-log= option to 'prcs checkin'. * Add new contrib package 'pck'. * Add a new --no-keywords option to 'prcs populate'. * Updated 'prcsutils' contrib package. * Updated 'visualtree' contrib package. * Fix a keyword-substitution bug. * Upgrade to regex sources from glibc-2.2.4 for 64-bit support. * Remove a declaration of abort() that was conflicting with the headers in RedHat 7.x and causing compilation problems. * Fix for non-existant user/group handling in 'prcs admin access' * Fix for checkin and merge commands to preserve the project file mode. * Fix prcs.el to support Emacs 21. * PRCS checks for proper versions of RCS and GNU diffutils before running--these checks were broken by GNU diffutils 2.7.2 and are now fixed. Changes since version 1.2.15 * Incorporate new contrib submissions (rprcs, prcs-synch, visualtree, pfe and prcsutils). * Previously, 'prcs config' would perform a sanity check on the configured RCS and diff commands to see that are indeed the GNU versions of those commands. * After a successful merge, list all files which have merge conflicts. Merge "No Prompt" actions are now silent unless -L is specified, and "Do Nothing" actions are silent when -f is specified and unless -L is specified. * Improve error reporting. * The documentation stated that `:' was a valid character for major version names, although the program has never accepted this character.
Diffstat (limited to 'devel/prcs')
-rw-r--r--devel/prcs/Makefile8
-rw-r--r--devel/prcs/PLIST7
-rw-r--r--devel/prcs/distinfo7
-rw-r--r--devel/prcs/patches/patch-aa13
4 files changed, 13 insertions, 22 deletions
diff --git a/devel/prcs/Makefile b/devel/prcs/Makefile
index 6fb67c9ddff..25721547b4e 100644
--- a/devel/prcs/Makefile
+++ b/devel/prcs/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.29 2004/06/12 09:10:08 grant Exp $
+# $NetBSD: Makefile,v 1.30 2004/06/25 16:43:54 wiz Exp $
# FreeBSD Id: Makefile,v 1.9 1997/10/13 05:11:40 jmacd Exp
#
-DISTNAME= prcs-1.2.15
-PKGREVISION= 1
+DISTNAME= prcs-1.3.3
CATEGORIES= devel
-MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/prcs/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prcs/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://prcs.sourceforge.net/
@@ -20,5 +19,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV+= lispdir=${PREFIX}/share/examples/prcs
INFO_FILES= prcs.info
USE_LANGUAGES= c c++
+CONFIGURE_ENV+= EMACS=no
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/prcs/PLIST b/devel/prcs/PLIST
index 57fb54c00a3..68519cb92e7 100644
--- a/devel/prcs/PLIST
+++ b/devel/prcs/PLIST
@@ -1,7 +1,12 @@
-@comment $NetBSD: PLIST,v 1.4 2004/02/16 16:39:02 seb Exp $
+@comment $NetBSD: PLIST,v 1.5 2004/06/25 16:43:54 wiz Exp $
bin/prcs
bin/prcs-callback
+bin/prcs-emerge
+bin/prcs-ediff
man/man1/prcs.1
+man/man1/prcs-callback.1
+man/man1/prcs-emerge.1
+man/man1/prcs-ediff.1
share/examples/prcs/prcs-ediff.el
share/examples/prcs/prcs-ediff.elc
share/examples/prcs/prcs-hooks.el
diff --git a/devel/prcs/distinfo b/devel/prcs/distinfo
index 573daf2651b..851f8c7786e 100644
--- a/devel/prcs/distinfo
+++ b/devel/prcs/distinfo
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.4 2001/09/24 18:04:31 hubertf Exp $
+$NetBSD: distinfo,v 1.5 2004/06/25 16:43:54 wiz Exp $
-SHA1 (prcs-1.2.15.tar.gz) = a8f763a08ab0844a8f7fdf0870e16e3a642fcc19
-Size (prcs-1.2.15.tar.gz) = 648041 bytes
-SHA1 (patch-aa) = c86d8d29ae5c051f35dc126d343df6e3886c65c1
+SHA1 (prcs-1.3.3.tar.gz) = 0f1770289ee4e9e8028c1aee9e19fd4fae8d2da6
+Size (prcs-1.3.3.tar.gz) = 907482 bytes
diff --git a/devel/prcs/patches/patch-aa b/devel/prcs/patches/patch-aa
deleted file mode 100644
index 5cde87a0cb0..00000000000
--- a/devel/prcs/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.4 2001/09/24 18:04:31 hubertf Exp $
-
---- configure.orig Sun Oct 31 04:30:30 1999
-+++ configure
-@@ -4330,7 +4330,7 @@
- ;;
- esac
- fi
--EMACS="$ac_cv_path_EMACS"
-+EMACS=no
- if test -n "$EMACS"; then
- echo "$ac_t""$EMACS" 1>&6
- else