summaryrefslogtreecommitdiff
path: root/devel/prcs
AgeCommit message (Collapse)AuthorFilesLines
2006-07-17Fix build with gcc-4.1.2. Patch provided by Ryo HAYASAKA in PR 33914.wiz2-1/+16
2006-06-16Fixed wrong Perl interpreters. Bumped PKGREVISION.rillig1-3/+8
2006-06-03Fix build on DragonFly and with GCC 3.4+.joerg3-1/+30
2006-03-31* Move info file entries into the PLIST.jlam2-3/+4
* Honor PKGINFODIR and EMACS_INFOPREFIX.
2006-03-31Correctly depend on the appropriate packages for "ls", "tar", "gzip",jlam1-3/+5
etc. Fix the paths to the tools embedded in the prcs binary. Also set the default PRCS repository to /var/PRCS instead of $HOME/PRCS, where HOME is the default home directory of the user building the package. Bump the PKGREVISION to 3.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-5/+5
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-06-24Fix one more reference to build directories missed in the last commit.kristerw1-5/+6
While here, change the CONFIGURE_ENV to use the variables users are supposed to set, rather than the autoconf cache variables. Bump PKGREVISION.
2005-06-23Prevent paths to the build directories from being included in the package.kristerw1-1/+5
Bump PKGREVISION.
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-3/+1
useful.
2005-02-23Add RMD160 digests.agc1-1/+2
2004-12-12Remove ONLY_FOR_PLATFORM. It was added 1998, and the package doeskristerw1-6/+1
indeed work on more platforms now...
2004-06-27The source code contains a couple of C++ features that is notkristerw1-1/+3
implented in gcc 2.95. Require a newer compiler. Solves PR 26085.
2004-06-25Update to 1.3.3, from Kouichirou Hiratsuka in PR 26033.wiz4-22/+13
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.
2004-06-12this uses a c and c++ compiler.grant1-1/+2
2004-02-16Remove info files entries from PLIST.seb1-5/+1
XXX I could not build this one on NetBSD 1.6ZJ, not even the latest version available (1.3.0).
2003-12-30Add trailing / on HOMEPAGEscjep1-2/+2
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-24Convert to USE_NEW_TEXINFO.seb2-5/+4
2003-06-11Update for the fact that 'arm' ports have been called NetBSD-*-arm for a whileabs1-4/+4
now and not NetBSD-*-arm32. Changes include one or more of: - Change MACHINE_ARCH == arm32 to also match arm - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3 The last may shake out a few more broken packages the next bulk build.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-12-23Whitespace fixcjep1-2/+2
2002-06-06This package seems to build okay on NetBSD/arm as well, so include thiscjep1-5/+6
in the ONLY_FOR_PLATFORM list. Update HOMEPAGE.
2002-02-18Introduce new framework for handling info files generation and installation.seb2-5/+5
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2002-02-14Set lispdir do files don't end up in /, bump to prcs-1.2.15nb1.hubertf1-5/+3
Addresses PR 15603 by Ryo HAYASAKA <ryoh@jaist.ac.jp>
2002-01-10Remove obsolete patch.wiz1-13/+0
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-01Restore COMMENT definition which got lost in the last upgrade.agc1-1/+2
2001-09-24Update prcs to 1.2.15. Changes: Lots of bug fixes.hubertf4-16/+15
2001-05-17Lose leading '(The|the) ' from COMMENTabs1-2/+2
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-1/+1
2001-04-18Move to sha1 digest, and add distfile sizeagc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-08-10remove empty linewiz1-1/+0
2000-03-20This package works on Solaris, so add it to ONLY_FOR_PLATFORM.agc1-2/+2
2000-03-16remove deleted patch-ac from patch-sumwiz1-2/+1
2000-03-06Update to 1.2.9. Changes:hubertf7-51/+38
* 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.
1999-07-09Add package patch-sum filesagc1-0/+5
1999-06-20Don't use "{}" or "[]" in "ONLY_FOR_PLATFORM" or "NOT_FOR_PLATFORM"tron1-2/+4
because "bsd.pkg.mk" can't handle those patterns. Fixes PR pkg/7808 by Chris Demetriou.
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv1-9/+9
pattern match format. Minor pkglint along the way.
1999-02-11Use install-info in $PATH, so that systems with it in base will work too.tv1-3/+3
1998-12-30Ditto as for patch-ab.tv1-0/+13
1998-12-30ANSI-ism in hash.cc: can't implicitly cast a const reference to atv1-0/+13
non-const reference.
1998-08-26Automatically append HOMEPAge to DESCR files, and remove homepage URLstsarna1-3/+1
from individual DESCR files that had them.
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-07-26Add glob-style wildcards to ONLY_FOR_ARCHS.tv1-2/+2