You've already forked macports-base
mirror of
https://github.com/macports/macports-base.git
synced 2026-07-12 18:18:43 -07:00
eg => e.g.
git-svn-id: https://svn.macports.org/repository/macports/trunk/base@56470 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
@@ -660,7 +660,7 @@ Release 1.4.41 (16-May-2007 tagged at r25266 by jberry):
|
||||
- `port info` now supports new --index flag for using old behaviour (eridius r25256).
|
||||
|
||||
- `port info` now opens the Portfile and displays up-to-date information.
|
||||
This allows information about variants to be displayed (eg. dependencies).
|
||||
This allows information about variants to be displayed (e.g. dependencies).
|
||||
Also allow `port info` to default to current directory if no name is provided
|
||||
(eridius r25255).
|
||||
|
||||
|
||||
+7
-7
@@ -430,33 +430,33 @@ Location to store downloaded distfiles.
|
||||
.Sy Default:
|
||||
.Em ${sysportpath}/distfiles/${dist_subdir}/
|
||||
.It Ic os.arch
|
||||
Identifies hardware type (eg "powerpc").
|
||||
Identifies hardware type (e.g. "powerpc").
|
||||
.br
|
||||
.Sy Type:
|
||||
.Em read-only
|
||||
.It Ic os.version
|
||||
Version number of operating system (eg "7.0").
|
||||
Version number of operating system (e.g. "7.0").
|
||||
.br
|
||||
.Sy Type:
|
||||
.Em read-only
|
||||
.It Ic os.endian
|
||||
Endianness of the processor (eg "bigEndian").
|
||||
Endianness of the processor (e.g. "bigEndian").
|
||||
.br
|
||||
.Sy Type:
|
||||
.Em read-only
|
||||
.It Ic os.platform
|
||||
Operating system name (eg "darwin").
|
||||
Operating system name (e.g. "darwin").
|
||||
.br
|
||||
.Sy Type:
|
||||
.Em read-only
|
||||
.It Ic install.user
|
||||
User for MacPorts installation (eg
|
||||
User for MacPorts installation (e.g.
|
||||
.Pa root )
|
||||
.br
|
||||
.Sy Type:
|
||||
.Em read-only
|
||||
.It Ic install.group
|
||||
Group for MacPorts installation (eg
|
||||
Group for MacPorts installation (e.g.
|
||||
.Pa wheel )
|
||||
.br
|
||||
.Sy Type:
|
||||
@@ -1958,7 +1958,7 @@ Compute the MD5 hashes of the file(s).
|
||||
Compare two RPM-format versions for equality. The return value is like
|
||||
strcmp(), returning -1, 0, or 1 when versionA is earlier, equal to, or
|
||||
later than versionB, respectively. Note that some comparisions featuring
|
||||
floating-point notation may compare incorrectly, eg, 2.101 is considered
|
||||
floating-point notation may compare incorrectly, e.g. 2.101 is considered
|
||||
later than 2.2 (101 is larger than 2) which may be incorrect per some
|
||||
projects versioning methods (see ticket #11873).
|
||||
.It Xo
|
||||
|
||||
@@ -2230,7 +2230,7 @@ AC_DEFUN(SC_TIME_HANDLER, [
|
||||
AC_DEFINE(HAVE_TIMEZONE_VAR)
|
||||
else
|
||||
#
|
||||
# On some systems (eg IRIX 6.2), timezone is a time_t and not a long.
|
||||
# On some systems (e.g. IRIX 6.2), timezone is a time_t and not a long.
|
||||
#
|
||||
AC_MSG_CHECKING([time_t timezone variable])
|
||||
AC_CACHE_VAL(tcl_cv_timezone_time,
|
||||
|
||||
@@ -512,7 +512,7 @@ int UnsetEnvCmd(ClientData clientData UNUSED, Tcl_Interp *interp, int objc, Tcl_
|
||||
(void) unsetenv(name);
|
||||
}
|
||||
/* Tcl appears to become out of sync with the environment when we
|
||||
unset things, eg, 'info exists env(CC)' will succeed where
|
||||
unset things, e.g. 'info exists env(CC)' will succeed where
|
||||
'puts $env(CC)' will fail since it doesn't actually exist after
|
||||
being unset here. This forces Tcl to resync to the current state
|
||||
(don't care about the actual result, so reset it) */
|
||||
|
||||
@@ -229,7 +229,7 @@ Select between multiple versions of a versioned port
|
||||
|
||||
This allows you to choose which version, among several installed versions
|
||||
of a port, is to be considered primary. What this means is which version
|
||||
becomes the one most would consider the default, eg, the one run without
|
||||
becomes the one most would consider the default, e.g. the one run without
|
||||
specifying any version.
|
||||
|
||||
One example is the set of python ports, where there are (among others)
|
||||
|
||||
@@ -1495,7 +1495,7 @@ proc open_statefile {args} {
|
||||
|
||||
if { [getuid] != 0 } {
|
||||
ui_msg "MacPorts running without privileges.\
|
||||
You may be unable to complete certain actions (eg install)."
|
||||
You may be unable to complete certain actions (e.g. install)."
|
||||
}
|
||||
|
||||
# de-escalate privileges if MacPorts was started with sudo
|
||||
|
||||
@@ -94,7 +94,7 @@ Warning, your source config file at:
|
||||
needs to have a \[default\] tag added to the primary MacPorts repository,
|
||||
however the proper entry could not be determined. Please add the tag
|
||||
manually by either appending \[default\] to the end of the correct line,
|
||||
or if there are already tags, adding it to the list, eg,
|
||||
or if there are already tags, adding it to the list, e.g.
|
||||
\[nosync,default\].
|
||||
[string repeat - 72]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user