index
:
ports
2014Q1
2014Q2
2014Q3
2014Q4
2015Q1
2015Q2
2015Q3
2015Q4
2016Q1
2016Q2
2016Q3
2016Q4
2017Q1
2017Q2
2017Q3
2017Q4
2018Q1
2018Q2
2018Q3
2018Q4
2019Q1
2019Q2
2019Q3
2019Q4
2020Q1
2020Q2
2020Q3
2020Q4
2021Q1
2021Q2
2021Q3
2021Q4
2022Q1
2022Q2
2022Q3
2022Q4
2023Q1
2023Q2
2023Q3
2023Q4
2024Q1
2024Q2
2024Q3
2024Q4
main
FreeBSD ports tree
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Exit with error status in ${portbuild}/status when an error occurs.
Satoshi Asami
2000-08-29
1
-45
/
+170
*
Split build into two phases, checksum and package, and copy the
Satoshi Asami
2000-08-29
1
-18
/
+65
*
Instead of doing a pwd | grep (duh!) to find the branch we are
Satoshi Asami
2000-08-29
1
-15
/
+16
*
The errors and logs are now in the archive directory named
Satoshi Asami
2000-08-29
1
-1
/
+1
*
Change find command line to find potential security hazards (ports
Satoshi Asami
2000-08-29
1
-2
/
+2
*
Run build on three branches. Check the status file filled out by
Satoshi Asami
2000-08-29
1
-3
/
+39
*
Handle arbitrary number of log directories instead of just two.
Satoshi Asami
2000-08-29
1
-22
/
+37
*
Ignore empty loads files -- it seems scp in OpenSSH sometimes leaves
Satoshi Asami
2000-08-29
1
-1
/
+5
*
Handle three branches instead of two. Use a for loop instead of just
Satoshi Asami
2000-08-29
1
-12
/
+13
*
Add -f to forcefully umount /usr/src and /usr/obj before reboot.
Satoshi Asami
2000-08-29
1
-1
/
+1
*
Add branch=5 case and update some variables. Don't set NO_RESTRICTED,
Satoshi Asami
2000-08-29
1
-5
/
+14
*
Add branch=5 case and update some variables. Don't set NO_RESTRICTED,
Satoshi Asami
2000-08-29
1
-5
/
+11
*
Print uptime after the number of jobs running. This has no functional
Satoshi Asami
2000-08-29
1
-1
/
+2
*
A little script that tries to "undo" a package build. Basically just renames
Satoshi Asami
2000-08-29
1
-0
/
+6
*
A small script to copy packages over to the ftp site. It is not integrated
Satoshi Asami
2000-08-29
1
-0
/
+35
*
A small script to copy distfiles from per-port directory to central
Satoshi Asami
2000-08-29
1
-0
/
+17
*
Remove bak/distfiles after it's done -- this script is now called in
Satoshi Asami
2000-08-29
1
-0
/
+2
*
(1) Use timestamp file to make log processing lazier -- only process
Satoshi Asami
2000-08-29
1
-3
/
+22
*
Read package build log files and compile a list of "extra" files in an
Satoshi Asami
2000-08-29
1
-0
/
+67
*
New script (and it's README) for searching the ports tree. Add this script
Mark Ovens
2000-08-28
3
-0
/
+349
*
Make -n work again. Add new option -s to allow people to specify a
Will Andrews
2000-08-19
1
-11
/
+30
*
Properly check -d argument, and return usage() if it's not there. Also use
Will Andrews
2000-08-11
1
-6
/
+9
*
Minor cleanups. Print usage() if no arguments are passed. Get rid of
Will Andrews
2000-08-11
1
-19
/
+10
*
Add -nocopy option to prevent bindist.tar from being copied over. Could
Satoshi Asami
2000-08-10
1
-7
/
+17
*
Major update to addport. Many *MANY* bugfixes. Addport should now work
Will Andrews
2000-08-09
1
-160
/
+211
*
Fix special case where people use ``.'' for the argument to -d. I'm not
Will Andrews
2000-08-06
1
-1
/
+6
*
Make this run on ${portbuild}/bak/distfiles rather than
Satoshi Asami
2000-08-04
1
-5
/
+15
*
Add missed '>' to my e-mail.
Maxim Sobolev
2000-08-02
3
-4
/
+4
*
Add gnomedepends.py to our collection of helpfull scripts.
Maxim Sobolev
2000-08-02
2
-1
/
+164
*
Various fixes and improvements.
Maxim Sobolev
2000-07-19
1
-5
/
+5
*
Add hack for gzipped files that are not .tar.gz files and uncompress
Alexander Langer
2000-07-19
1
-2
/
+3
*
Fix benign bug which had the script claiming to delete any package that
Satoshi Asami
2000-07-12
1
-1
/
+1
*
Add "-s" (silent) option useful for shell scripts.
Maxim Sobolev
2000-07-10
1
-18
/
+41
*
Add checknewver.sh - a shell script which checks for availability of newest
Maxim Sobolev
2000-07-07
1
-0
/
+85
*
Add checknewvers.sh - a script which checks for availability of the newest
Maxim Sobolev
2000-07-07
1
-0
/
+2
*
Back out (1) in previous commit -- extra directories are fatal again.
Satoshi Asami
2000-07-05
1
-5
/
+1
*
Allow existing CVS_RSH environment var to take precedent.
Maxim Sobolev
2000-07-04
1
-1
/
+8
*
Allow existing CVS_RSH environment var to take precedent.
Will Andrews
2000-07-03
1
-2
/
+4
*
(1) Make extra files fatal errors only if they are files -- extra
Satoshi Asami
2000-07-02
1
-2
/
+9
*
Fix addport so that it will work on freefall. Remove old cruft left
Will Andrews
2000-06-30
1
-13
/
+28
*
Add close-pr - a slightly hacked version of edit-pr(1) to quickly close PR.
Maxim Sobolev
2000-06-26
2
-0
/
+364
*
Add extract-lines for .Z archives.
Alexander Langer
2000-06-10
1
-1
/
+7
*
Add a traling slash ("/") to the /usr/ports/ and /usr/ports/distfiles/ to make
Maxim Sobolev
2000-06-06
1
-3
/
+3
*
Add tag and MAINTAINER.
Maxim Sobolev
2000-06-05
1
-4
/
+4
*
Add distclean.sh - a little script to check set of distfiles against currently
Maxim Sobolev
2000-06-05
2
-5
/
+71
*
Update for multiple ports. Also add MAINTAINER/Created [on,by] lines.
Will Andrews
2000-05-24
1
-41
/
+57
*
Add checksum.sh script that checks a port or ports for broken distfiles and
Will Andrews
2000-05-22
2
-0
/
+66
*
Make getpr work for remote committers as well.
Maxim Sobolev
2000-05-19
1
-2
/
+7
*
(1) Make this file callable in two phases (checksum, package) so distfiles
Satoshi Asami
2000-05-08
1
-31
/
+110
*
Readme describing all the scripts in this directory. Somebody good at
Michael Haro
2000-05-01
1
-0
/
+47
[next]