diff options
author | wiz <wiz@pkgsrc.org> | 2004-06-25 16:43:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-06-25 16:43:54 +0000 |
commit | 2345ed70da37bfdc0e8a64ca774dcc8bf1db1f27 (patch) | |
tree | aa3142bb47764f8794e0f171b87539358c9958a1 /devel/prcs/Makefile | |
parent | bf64ecd945a989d410312d1f504012ea9bfad93e (diff) | |
download | pkgsrc-2345ed70da37bfdc0e8a64ca774dcc8bf1db1f27.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/Makefile')
-rw-r--r-- | devel/prcs/Makefile | 8 |
1 files changed, 4 insertions, 4 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" |