pkgsrc/devel/prcs/Makefile

36 lines
1 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.48 2011/11/05 23:27:16 dholland Exp $
DISTNAME= prcs-1.3.3
PKGREVISION= 7
CATEGORIES= devel scm
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.
2004-06-25 18:43:54 +02:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prcs/}
MAINTAINER= pkgsrc-users@NetBSD.org
2003-12-30 18:21:54 +01:00
HOMEPAGE= http://prcs.sourceforge.net/
COMMENT= Project Revision Control System
2009-12-20 12:13:25 +01:00
LICENSE= gnu-gpl-v2
2010-03-08 11:52:58 +01:00
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
CONFIGURE_ENV+= lispdir=${PREFIX}/share/examples/prcs
INFO_FILES= yes
2004-06-12 11:10:08 +02:00
USE_LANGUAGES= c c++
BUILD_DEFS+= VARBASE
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.
2004-06-25 18:43:54 +02:00
CONFIGURE_ENV+= EMACS=no
CONFIGURE_ENV+= PRCS_REPOSITORY=${VARBASE:Q}/PRCS
CONFIGURE_ENV+= SYS_GDIFF_COMMAND_PATH=${TOOLS_DIFF:Q}
CONFIGURE_ENV+= SYS_GZIP_COMMAND_PATH=${TOOLS_GZIP_CMD:Q}
CONFIGURE_ENV+= SYS_TAR_COMMAND_PATH=${TOOLS_TAR:Q}
CONFIGURE_ENV+= SYS_LS_COMMAND_PATH=${TOOLS_LS:Q}
USE_TOOLS+= diff:run gzip:run ls:run tar:run perl:run
GCC_REQD+= 3.0
REPLACE_INTERPRETER+= perl5
REPLACE.perl5.old= .*perl[^[:space:]]*
REPLACE.perl5.new= ${PERL5}
REPLACE_FILES.perl5= emacs/prcs-ediff emacs/prcs-emerge
.include "../../mk/bsd.pkg.mk"