pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/prcs Update to 1.3.3, from Kouichirou Hiratsuka ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a37e470a5836
branches:  trunk
changeset: 477023:a37e470a5836
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jun 25 16:43:54 2004 +0000

description:
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:

 devel/prcs/Makefile         |   8 ++++----
 devel/prcs/PLIST            |   7 ++++++-
 devel/prcs/distinfo         |   7 +++----
 devel/prcs/patches/patch-aa |  13 -------------
 4 files changed, 13 insertions(+), 22 deletions(-)

diffs (71 lines):

diff -r 7ceea4745b04 -r a37e470a5836 devel/prcs/Makefile
--- a/devel/prcs/Makefile       Fri Jun 25 16:16:51 2004 +0000
+++ b/devel/prcs/Makefile       Fri Jun 25 16:43:54 2004 +0000
@@ -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@localhost
 HOMEPAGE=              http://prcs.sourceforge.net/
@@ -20,5 +19,6 @@
 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 -r 7ceea4745b04 -r a37e470a5836 devel/prcs/PLIST
--- a/devel/prcs/PLIST  Fri Jun 25 16:16:51 2004 +0000
+++ b/devel/prcs/PLIST  Fri Jun 25 16:43:54 2004 +0000
@@ -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 -r 7ceea4745b04 -r a37e470a5836 devel/prcs/distinfo
--- a/devel/prcs/distinfo       Fri Jun 25 16:16:51 2004 +0000
+++ b/devel/prcs/distinfo       Fri Jun 25 16:43:54 2004 +0000
@@ -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 -r 7ceea4745b04 -r a37e470a5836 devel/prcs/patches/patch-aa
--- a/devel/prcs/patches/patch-aa       Fri Jun 25 16:16:51 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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



Home | Main Index | Thread Index | Old Index