notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
cvsdiff2patch Turn cvs diff output into patch input
1.0.1 devel on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 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 search for ports maintained by this maintainer
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:: openssl, qmailadmin, neon, subversion
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).
cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (1 items)
Collapse this list.
  1. bin/cvsdiff2patch
Collapse this list.
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):
cvsdiff2patch
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.0.11.0.11.0.11.0.11.0.1-1.0.1-
FreeBSD:13:quarterly1.0.11.0.11.0.11.0.11.0.11.0.11.0.11.0.1
FreeBSD:14:latest1.0.11.0.11.0.11.0.11.0.11.0.1-1.0.1
FreeBSD:14:quarterly1.0.11.0.1-1.0.11.0.11.0.11.0.11.0.1
FreeBSD:15:latest1.0.11.0.1n/a1.0.1n/a1.0.11.0.11.0.1
FreeBSD:15:quarterly--n/a-n/a---
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:
Expand this list (1 items)
Collapse this list.
  1. http://people.freebsd.org/~alfred/sources/cvsdiff2patch/
Collapse this list.

Number of commits found: 17

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.1
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
1.0.1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.0.1
25 Nov 2019 23:25:52
Revision:518434Original commit files touched by this commit
brooks search for other commits by this committer
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
Revision:367517Original commit files touched by this commit
antoine search for other commits by this committer
Allow staging as a regular user and simplify
1.0.1
29 Jul 2014 21:43:18
Revision:363399Original commit files touched by this commit
adamw search for other commits by this committer
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
Revision:328226Original commit files touched by this commit
bdrewery search for other commits by this committer
- Remove NO_STAGE as these have been tested to be safe

With hat:	portmgr
20 Sep 2013 17:03:27
Revision:327722Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
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
Revision:317363Original commit files touched by this commit
bapt search for other commits by this committer
Fix build on current
1.0.1
02 Aug 2012 09:02:45
Original commit files touched by this commit
cs search for other commits by this committer
- 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
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
1.0.1
21 Dec 2009 02:19:12
Original commit files touched by this commit
dougb search for other commits by this committer
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
Original commit files touched by this commit
linimon search for other commits by this committer
Reset alfred, who has not been active in ports for a while.

Hat:            portmgr
1.0.1
22 Jan 2006 08:30:12
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
1.0.1
18 Mar 2004 02:52:47
Original commit files touched by this commit
trevor search for other commits by this committer
Add size data.

Approved by:    maintainers
1.0.1
06 Feb 2004 13:12:53
Original commit files touched by this commit
trevor search for other commits by this committer
Use PLIST_FILES (bento-tested, marcus-reviewed).
1.0.1
09 Jun 2003 06:44:41
Original commit files touched by this commit
alfred search for other commits by this committer
Update to 1.0.1
1.0.0
06 Jun 2003 16:59:30
Original commit files touched by this commit
alfred search for other commits by this committer
Add cvsdiff2patch, a utility I wrote that'll fudge bad cvs(1) diff output
into something that patch(1) should swallow.

Number of commits found: 17