Port details |
- rcs Version control system
- 5.10.1_2 devel =6 5.10.1_2Version of this port present on the latest quarterly branch.
- Maintainer: portmaster@bsdforge.com
- Port Added: 2012-09-13 13:12:38
- Last Update: 2024-01-28 17:04:11
- Commit Hash: 20fa6b8
- People watching this port, also watch:: pkg, wget, subversion, git, tmux
- License: GPLv3
- WWW:
- https://www.gnu.org/software/rcs/
- Description:
- The Revision Control System (RCS) manages multiple revisions of files. RCS
automates the storing, retrieval, logging, identification, and merging of
revisions. RCS is useful for text that is revised frequently, including source
code, programs, documentation, graphics, papers, and form letters.
This port is gnu rcs.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/devel/rcs/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/rcs
- pkg install rcs
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rcs
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1680709648
SHA256 (rcs-5.10.1.tar.lz) = 43ddfe10724a8b85e2468f6403b6000737186f01e60e0bd62fde69d842234cc5
SIZE (rcs-5.10.1.tar.lz) = 917331
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- This port is required by:
- for Extract
-
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_rcs
- USES:
- tar:lz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.10.1_2 28 Jan 2024 17:04:11 |
Gleb Popov (arrowd) Author: Helge Oldach |
*: Move manpages to share/man
Approved by: portmgr (blanket) |
5.10.1_1 28 Jun 2023 03:10:14 |
Xin LI (delphij) |
devel/rcs: Fix build on -CURRENT.
PR: ports/272217
Approved-by: Chris Hutchinson (maintainer) |
5.10.1 26 May 2023 13:50:24 |
Kurt Jaeger (pi) Author: Olivier Certner |
devel/rcs: update 5.10.0 -> 5.10.1 and remove obsolete patch
PR: 270655
Changes: https://lists.gnu.org/archive/html/info-gnu/2022-02/msg00001.html
Approved-by: maintainer timeout |
5.10.0_1 09 Dec 2022 19:14:39 |
Fernando Apesteguía (fernape) |
devel/rcs: remove obsolete USES=groff makeinfo
While here, regenerate patch.
PR: 256284
Reported by: freebsd@oldach.net
Approved by: portmaster@bsdforge.com (maintainer) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
5.10.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
5.10.0 04 May 2022 15:42:00 |
Koichiro Iwao (meta) |
Assign multiple ports to submitter
PR: 263732 263733 263734 263735 263736 263737 263738 |
5.10.0 02 May 2022 10:46:28 |
Rene Ladan (rene) |
grimreaper: return zeising's ports to the pool after safekeeping his ports bit. |
5.10.0 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
5.10.0 30 May 2021 16:59:54 |
Xin LI (delphij) |
devel/rcs: update to 5.10.0.
Approved by: maintainer timeout
Differential Revision: https://reviews.freebsd.org/D30200 |
5.9.4_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
5.9.4_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.9.4_1 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
5.9.4 28 May 2017 21:18:04 |
antoine |
Register dependency on groff
PR: 213725 |
5.9.4 11 Jul 2015 11:30:25 |
zeising |
Update to 5.9.4 |
5.9.2 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
5.9.2 10 Mar 2015 09:53:00 |
kwm |
Fix build with clang 3.6.0 by moving the 'exiting' macro (which is an alias
for the _Noreturn keyword) to the start of the function declaration.
PR: 198011
Submitted by: dim@ (reported by clang 3.6 exp-run)
Approved by: maintainer (via IRC) |
5.9.2 26 Jun 2014 08:41:34 |
antoine |
Allow to build with texinfo from ports
With hat: portmgr |
5.9.2 08 Mar 2014 20:21:55 |
gerald |
Update to rcs version 5.9.2.
Nominally this should bring portability improvements except that it
introduces two problems on FreeBSD which we now have to patch locally:
. FreeBSD date does not feature the -r option GNU date does.
. makeinfo on FreeBSD before 10.x does not support @geq.
In addition the default for RCS_MEM_LIMIT has grown from 256kiB to
unlimited.
PR: 182809 (requested an update to 5.9.1)
Approved by: maintainer timeout (zeising, 5 months) |
5.8.2 27 Jan 2014 08:30:47 |
bapt |
Support stage |
5.8.2 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
5.8.2 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
5.8.2 16 Apr 2013 20:27:58 |
zeising |
Update to 5.8.2
Feature safe: yes |
5.8.1 13 Sep 2012 13:11:51 |
zeising |
add a new port devel/rcs
This is a port of GNU rcs.
http://www.gnu.org/software/rcs/
Approved by: kwm (mentor) |