aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2008-07-23 12:27:24 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2008-07-23 12:27:24 +0000
commitbdf479ef3e75cda447739a5b21a8300bce5f8c8d (patch)
tree6cfbc745d51b3546d6bb6a5a5d964f20edb70263 /CHANGES
parent0c34657aa5f934f3800257224f05450ed6283dc6 (diff)
downloadports-bdf479ef3e75cda447739a5b21a8300bce5f8c8d.tar.gz
ports-bdf479ef3e75cda447739a5b21a8300bce5f8c8d.zip
- Fix some noticed spelling errors
- Spell `overridable' consistently
Notes
Notes: svn path=/head/; revision=217373
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 5 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index da18e2378b2a..ed07fb191025 100644
--- a/CHANGES
+++ b/CHANGES
@@ -101,7 +101,7 @@ AUTHOR: maho@FreeBSD.org
* Add knob USE_FORTRAN for ports which uses FORTRAN. All ports uses
FORTRAN compiler should use this knob. Usages are: USE_FORTRAN=yes
- (default;gfortran42), USE_FROTRAN=ifc (Intel FORTRAN compiler)
+ (default;gfortran42), USE_FORTRAN=ifc (Intel FORTRAN compiler)
and USE_FORTRAN=g77 (/usr/bin/f77 or g77-34).
20070701:
@@ -327,7 +327,7 @@ Tools/scripts/security-check.awk:
* LOCALBASE, LINUXBASE and X11BASE variables point to the final destination
now, LOCALBASE_REL, LINUXBASE_REL and X11BASE_REL can be used for the
old behavior. The behavior has not been changed in PLIST_SUB.
- Note, that the three variables are still overrideable with a hack, so this
+ Note, that the three variables are still overridable with a hack, so this
change doesn't affect POLA, but necessary for DESTDIR support.
* OSVERSION is now determined from the userland, not from the kernel.
@@ -484,7 +484,7 @@ The following changes were introduced:
- add support for Berkeley DB and SQLite (via USE_BDB and USE_SQLITE
knobs).
- * Espace '+' in make search
+ * Escape '+' in make search
* Add "makepatch" target to simplify creation of patches during porting
@@ -567,7 +567,7 @@ The following changes were introduced:
* Fix add-plist-docs target to work correctly with wildcards.
- * Fix USE_MYSQL and USE_PGSQL knobs to work in partitial ports
+ * Fix USE_MYSQL and USE_PGSQL knobs to work in partial ports
tree.
* Introduce 2 new variables: USE_FAM and WANT_FAM_SYSTEM.
@@ -864,7 +864,7 @@ AUTHOR: eik@FreeBSD.org
When your port links against the openldap client libraries use
USE_OPENLDAP= yes
and do not depend on a particular version. A user (or package
- building cluster) can select the desired flavour with
+ building cluster) can select the desired flavor with
WANT_OPENLDAP_VER and WANT_OPENLDAP_SASL, but these must not
be used in ports Makefiles.