Port details |
- cvsdiff2patch Turn cvs diff output into patch input
- 1.0.1 devel
=4 1.0.1Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2003-06-06 17:00:19
- Last Update: 2022-07-20 14:21:35
- Commit Hash: aa6eefd
- People watching this port, also watch:: neon, subversion, openssl, nss, webmin
- License: not specified in port
- Description:
- This is a text filter for turning "cvs diff" output into something that
patch(1) understands. This is needed when your version of cvs(1) makes
diffs that confuse patch(1).
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- cvsdiff2patch>0:devel/cvsdiff2patch
- To install the port:
- cd /usr/ports/devel/cvsdiff2patch/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/cvsdiff2patch
- pkg install cvsdiff2patch
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cvsdiff2patch
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (cvsdiff2patch-1.0.1.tar.bz2) = 8d2d9fe7bb1501231e1b1da78d58d3a159740eb7f7ab7bddbdbb616a7ec81c41
SIZE (cvsdiff2patch-1.0.1.tar.bz2) = 2422
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_cvsdiff2patch
- USES:
- tar:bzip2 uidfix
- 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 |
1.0.1 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.0.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.0.1 25 Nov 2019 23:25:52
  |
brooks  |
Fix build with src r354909 applied.
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.
When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively. When declared in the environment they
become WITHOUT_<FOO>. |
1.0.1 07 Sep 2014 11:23:22
  |
antoine  |
Allow staging as a regular user and simplify |
1.0.1 29 Jul 2014 21:43:18
  |
adamw  |
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
1.0.1 25 Sep 2013 00:54:09
  |
bdrewery  |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr |
20 Sep 2013 17:03:27

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
1.0.1 04 May 2013 21:49:36
  |
bapt  |
Fix build on current |
1.0.1 02 Aug 2012 09:02:45
 |
cs  |
- Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
A/An, etc.) |
1.0.1 03 Jul 2011 14:59:23
 |
ohauer  |
-remove MD5 |
1.0.1 21 Dec 2009 02:19:12
 |
dougb  |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
1.0.1 01 Sep 2008 01:41:16
 |
linimon  |
Reset alfred, who has not been active in ports for a while.
Hat: portmgr |
1.0.1 22 Jan 2006 08:30:12
 |
edwin  |
SHA256ify
Approved by: krion@ |
1.0.1 18 Mar 2004 02:52:47
 |
trevor  |
Add size data.
Approved by: maintainers |
1.0.1 06 Feb 2004 13:12:53
 |
trevor  |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
1.0.1 09 Jun 2003 06:44:41
 |
alfred  |
Update to 1.0.1 |
1.0.0 06 Jun 2003 16:59:30
 |
alfred  |
Add cvsdiff2patch, a utility I wrote that'll fudge bad cvs(1) diff output
into something that patch(1) should swallow. |