non port: devel/rcs/Makefile |
SVNWeb
|
Number of commits found: 21 |
Wed, 28 Jun 2023
|
[ 03:10 Xin LI (delphij) ] e45b6d5
devel/rcs: Fix build on -CURRENT.
PR: ports/272217
Approved-by: Chris Hutchinson (maintainer)
|
Fri, 26 May 2023
|
[ 13:50 Kurt Jaeger (pi) Author: Olivier Certner ] 55fb38d
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
|
Fri, 9 Dec 2022
|
[ 19:14 Fernando Apesteguía (fernape) ] d05cc16
devel/rcs: remove obsolete USES=groff makeinfo
While here, regenerate patch.
PR: 256284
Reported by: freebsd@oldach.net
Approved by: portmaster@bsdforge.com (maintainer)
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 4 May 2022
|
[ 15:42 Koichiro Iwao (meta) ] 17f67d1
Assign multiple ports to submitter
PR: 263732 263733 263734 263735 263736 263737 263738
|
Mon, 2 May 2022
|
[ 10:46 Rene Ladan (rene) ] d64256b (Only the first 10 of 22 ports in this commit are shown above. )
grimreaper: return zeising's ports to the pool after safekeeping his ports bit.
|
Mon, 10 Jan 2022
|
[ 15:15 Stefan Eßer (se) ] bcaf25a (Only the first 10 of 491 ports in this commit are shown above. )
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 )
|
Sun, 30 May 2021
|
[ 16:59 Xin LI (delphij) ] d83c4fe
devel/rcs: update to 5.10.0.
Approved by: maintainer timeout
Differential Revision: https://reviews.freebsd.org/D30200
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 10 Nov 2018
|
[ 18:12 bapt ] (Only the first 10 of 386 ports in this commit are shown above. )
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
|
Sun, 28 May 2017
|
[ 21:18 antoine ] (Only the first 10 of 12 ports in this commit are shown above. )
Register dependency on groff
PR: 213725
|
Sat, 11 Jul 2015
|
[ 11:30 zeising ]
Update to 5.9.4
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
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
|
Thu, 26 Jun 2014
|
[ 08:41 antoine ] (Only the first 10 of 23 ports in this commit are shown above. )
Allow to build with texinfo from ports
With hat: portmgr
|
Sat, 8 Mar 2014
|
[ 20:21 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)
|
Mon, 27 Jan 2014
|
[ 08:30 bapt ]
Support stage
|
Fri, 20 Sep 2013
|
[ 17:17 bapt ] (Only the first 10 of 623 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Tue, 16 Apr 2013
|
[ 20:27 zeising ]
Update to 5.8.2
Feature safe: yes
|
Thu, 13 Sep 2012
|
[ 13:11 zeising ]
add a new port devel/rcs
This is a port of GNU rcs.
http://www.gnu.org/software/rcs/
Approved by: kwm (mentor)
|
Number of commits found: 21 |