Port details |
- replay Program that helps you fix a build interactively
- 1.0.4 devel =2 1.0.4Version 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-04-23 06:55:40
- Last Update: 2024-10-01 18:56:20
- Commit Hash: 4485bd8
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: not specified in port
- Description:
- Best program ever.
This program is a wrapper, it will exec whatever arguments it's given and
if the program returns a non-zero exit status or terminates abnormally it
will prompt the user to run the program again.
It's best used when debugging a large build like so:
make CC="replay cc"
Then if cc bombs you don't have to restart make, you can just fix your
source file and resume your build.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- devel-replay>0:devel/replay
- To install the port:
- cd /usr/ports/devel/replay/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/replay
- pkg install devel-replay
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: devel-replay
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (replay-1.0.4.tar.bz2) = c85697f5ca234844ab7e64b74f1aa7d1f3d722567358ba2979c9081fb1385f65
SIZE (replay-1.0.4.tar.bz2) = 2119
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_replay
- 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.4 01 Oct 2024 18:56:20 |
Rene Ladan (rene) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
1.0.4 06 Aug 2023 23:52:29 |
Muhammad Moinur Rahman (bofh) |
devel/replay: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
1.0.4 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.4 30 Apr 2021 14:06:38 |
Dmitry Marakasov (amdmi3) |
devel/replay: fix build on FreeBSD 13+ |
1.0.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.4 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.4 26 Mar 2015 22:57:24 |
marino |
devel/replay: disable -Werror |
1.0.4 07 Sep 2014 11:26:54 |
antoine |
Allow staging as a regular user and simplify |
1.0.4 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.4 25 Sep 2013 00:54:09 |
bdrewery |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr |
1.0.4 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
1.0.4 03 May 2013 22:20:44 |
bapt |
Fix build on current |
1.0.4 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.4 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.0.4 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.4 01 Sep 2008 01:41:16 |
linimon |
Reset alfred, who has not been active in ports for a while.
Hat: portmgr |
1.0.4 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
1.0.4 18 Mar 2004 02:52:47 |
trevor |
Add size data.
Approved by: maintainers |
1.0.4 06 Feb 2004 13:12:53 |
trevor |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
1.0.4 20 May 2003 08:16:20 |
alfred |
Update to 1.0.4 |
1.0.3 14 May 2003 11:14:34 |
alfred |
Update to 1.0.3 |
1.0.1 10 May 2003 11:48:14 |
alfred |
tidy up makefiles. |
1.0.1 07 May 2003 04:52:20 |
alfred |
update to 1.0.1 (handles EOF/errors in input.) |
1.0.0 23 Apr 2003 07:41:22 |
adamw |
Call this port devel-replay to avoid conflict with audio/replay.
Sortof kindof implicit approval by: alfred |
1.0.0 23 Apr 2003 06:54:09 |
alfred |
Best program ever. (build accellerator) |