Best program ever. (build accellerator)
This commit is contained in:
parent
88d3e88cdb
commit
3c65f5604f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79484
5 changed files with 34 additions and 0 deletions
|
@ -774,6 +774,7 @@
|
|||
SUBDIR += re2c
|
||||
SUBDIR += regexx
|
||||
SUBDIR += regexxer
|
||||
SUBDIR += replay
|
||||
SUBDIR += rhtvision
|
||||
SUBDIR += rinfo
|
||||
SUBDIR += rlwrap
|
||||
|
|
17
devel/replay/Makefile
Normal file
17
devel/replay/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# New ports collection makefile for: replay
|
||||
# Date created: 22 Apr 2003
|
||||
# Whom: alfred@freebsd.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= replay
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://people.freebsd.org/~alfred/sources/replay/
|
||||
USE_BZIP2= dongs
|
||||
|
||||
MAINTAINER= alfred@FreeBSD.org
|
||||
COMMENT= A program that helps you fix a build interactively.
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/replay/distinfo
Normal file
1
devel/replay/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (replay-1.0.0.tar.bz2) = 4565a47c24c44ee3e44aac0a44d587ce
|
14
devel/replay/pkg-descr
Normal file
14
devel/replay/pkg-descr
Normal file
|
@ -0,0 +1,14 @@
|
|||
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.
|
||||
|
||||
-Alfred Perlstein <alfred@freebsd.org>
|
1
devel/replay/pkg-plist
Normal file
1
devel/replay/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/replay
|
Loading…
Reference in a new issue