summaryrefslogtreecommitdiff
path: root/devel/prcs
AgeCommit message (Collapse)AuthorFilesLines
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-08-31Use streamsize for xsputn.joerg3-1/+29
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-05-23Don't launder const. Should fix Linux build.dholland2-1/+17
2011-11-14Regen patch-ab for gnu patchsbd2-6/+5
2011-11-05Fix an LP64 problem. It was noted in PR 41638 that prcs doesn't work ondholland3-3/+28
64-bit platforms. This fixes what gcc found, but it's probably not the whole story.
2011-11-05Sort.dholland1-4/+4
2011-10-09Fix entry for patch-aa. shattered@ did update it along with patch-aa,dholland1-2/+2
but the update was wrong (not in any obvious way, either), so adjust it to match what's checked in.
2011-10-04PR/41638 -- dup() the descriptor before passing it to stdio_filebuf,shattered3-6/+11
so it can be closed without affecting anybody else. gcc < 3.4 used to have a separate argument to control this behaviour which was apparently removed. Untested, please report any problems to GNATS.
2010-07-31Instead of trying to guess which platforms will choke on an explicitdholland2-6/+9
definition of uintptr_t, include <stdint.h>. Fixes broken i386 build and PR 42478.
2010-03-08Make pkglint happy. Or at least happier.wiz1-2/+3
2010-03-08Fix build on 64bit platforms.wiz2-1/+15
2010-03-08Mark as user-destdir-ready.wiz1-1/+3
2009-12-20Set LICENSE=gnu-gpl-v2.obache1-1/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2007-11-08Bump version or revision of all packages that have a runtime dependencyjoerg1-3/+3
on gzip.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2007-02-17Add "scm" to CATEGORIES to make it easy to find source control managementwiz1-2/+2
related packages.
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