aboutsummaryrefslogtreecommitdiff
path: root/Tools/scripts/README
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/scripts/README')
-rw-r--r--Tools/scripts/README18
1 files changed, 0 insertions, 18 deletions
diff --git a/Tools/scripts/README b/Tools/scripts/README
index e3712d07d345..8dfb2b17028a 100644
--- a/Tools/scripts/README
+++ b/Tools/scripts/README
@@ -5,7 +5,6 @@ NOTE: These scripts need work and are *NOT* safe to use unless you know
MOVEDlint.awk - checks MOVED for common errors
ardiff - compare two archives easily
-addport - replacement for easy-import
bad-pkgdescrs.sh - locate identical pkg descriptions
bump_revision.pl - Small script to bump the PORTREVISION variable of ports
which are depending on a port with a changed shared lib
@@ -43,8 +42,6 @@ splitpatch.pl - A small script to convert multi-file patches to several
tindex - script used to build INDEXes for supported FreeBSD branches, which
are the source of the 'make fetchindex' INDEXes, and the build
failure reports on ports@FreeBSD.org
-update-patches - generates updated patches.
-
update_crates - script used to generate an updated Makefile using make cargo-crates
output
@@ -119,18 +116,3 @@ portsearch - A utility for searching the ports tree.
All searches are case-insensitive
See the file README.portsearch for further information.
-
-----------------------------------------------------------------------
-
-The update-patches script looks for files in $WRKSRC (if unset, this defaults
-to the work/ subdirectory of the current directory) which have a matching .orig
-file. It also looks in $PATCHDIR (if unset, this defaults to the files/
-subdirectory of the current directory) for patches that correspond to the first
-set. If the changes in an existing patch do not reflect the changes in the
-files in $WRKSRC, the script renames the existing patch by adding the suffix
-.orig and generates a new patch in its place. If no patch existed, the new one
-is created with a name that contains the path and filename of the file being
-patched, except that "/" separators and "." characters are replaced by
-underscores: for example, a new patch to $WRKSRC/foo/bar.c would be created as
-$PATCHDIR/patch-foo_bar_c. If you save a .orig backup of a file, but don't
-change the file, update-patches will generate an empty patch.