diff --git a/en_US.ISO8859-1/books/porters-handbook/book.sgml b/en_US.ISO8859-1/books/porters-handbook/book.sgml
index 5dafb825b0..30931e9c8c 100644
--- a/en_US.ISO8859-1/books/porters-handbook/book.sgml
+++ b/en_US.ISO8859-1/books/porters-handbook/book.sgml
@@ -199,8 +199,7 @@ WWW: http://www.oneko.org/
is also called the packing list
because the
package is generated by packing the files listed here. The
pathnames are relative to the installation prefix (usually
- /usr/local or
- /usr/X11R6). If you are using the
+ /usr/local. If you are using the
MANn variables
(as you should be), do not list any manpages here. If the
port creates directories during installation, make sure to
@@ -596,7 +595,7 @@ PLIST_DIRS= lib/X11/oneko
Get the original sources (normally) as a compressed
tarball
(foo.tar.gz or
- foo.tar.Z) and
+ foo.tar.bz2) and
copy it into DISTDIR. Always use
mainstream sources when and where you
can.
@@ -857,10 +856,7 @@ DOS2UNIX_REGEX= .*\.(c|cpp|h)
EXTRACT_AFTER_ARGS,
EXTRACT_SUFX, or
DISTFILES variables, depending on how alien
- a format your port's distribution file is. (The most common
- case is EXTRACT_SUFX=.tar.Z, when the
- tarball is condensed by regular compress,
- not gzip.)
+ a format your port's distribution file is.
In the worst case, you can simply create your own
do-extract target to override the
@@ -2547,13 +2543,14 @@ MASTER_SITE_SUBDIR= make
DISTNAME= foo
EXTRACT_SUFX= .tgz
- The USE_BZIP2 and
+ The USE_BZIP2,
+ USE_XZ and
USE_ZIP variables automatically set
EXTRACT_SUFX to
- .tar.bz2 or .zip as
- necessary. If neither of these are set then
- EXTRACT_SUFX defaults to
- .tar.gz.
+ .tar.bz2, .tar.xz
+ or .zip as necessary. If neither of
+ these are set then EXTRACT_SUFX
+ defaults to .tar.gz.
You never need to set both
@@ -3526,7 +3523,7 @@ ALWAYS_KEEP_DISTFILES= yes
The official search PATH used on the
ports build cluster is
- /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin
+ /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
The dependency is checked from within the
@@ -5630,19 +5627,18 @@ PLIST_SUB+= NLS="@comment "
are:
bigreqsproto compositeproto damageproto dmx
- dmxproto evieproto fixesproto fontcacheproto fontenc
- fontsproto fontutil glproto ice inputproto kbproto libfs
- oldx printproto randrproto recordproto renderproto
- resourceproto scrnsaverproto sm trapproto videoproto x11
- xau xaw xaw6 xaw7 xaw8 xbitmaps xcmiscproto xcomposite
- xcursor xdamage xdmcp xevie xext xextproto
- xf86bigfontproto xf86dgaproto xf86driproto xf86miscproto
- xf86rushproto xf86vidmodeproto xfixes xfont xfontcache xft
- xi xinerama xineramaproto xkbfile xkbui xmu xmuu
- xorg-server xp xpm xprintapputil xprintutil xpr oto
- xproxymngproto xrandr xrender xres xscrnsaver xt xtrans
- xtrap xtst xv xvmc xxf86dga xxf86misc
- xxf86vm.
+ dmxproto dri2proto evieproto fixesproto fontcacheproto
+ fontenc fontsproto fontutil glproto ice inputproto kbproto
+ libfs oldx pciaccess pixman printproto randrproto
+ recordproto renderproto resourceproto scrnsaverproto sm
+ trapproto videoproto x11 xau xaw xaw6 xaw7 xbitmaps
+ xcmiscproto xcomposite xcursor xdamage xdmcp xevie xext
+ xextproto xf86bigfontproto xf86dgaproto xf86driproto
+ xf86miscproto xf86rushproto xf86vidmodeproto xfixes xfont
+ xfontcache xft xi xinerama xineramaproto xkbfile xkbui
+ xmu xmuu xorg-server xp xpm xprintapputil xprintutil
+ xproto xproxymngproto xrandr xrender xres xscrnsaver xt
+ xtrans xtrap xtst xv xvmc xxf86dga xxf86misc xxf86vm.
Always up-to-date list can be found in
/usr/ports/Mk/bsd.xorg.mk.
@@ -5662,7 +5658,7 @@ PLIST_SUB+= NLS="@comment "
USE_GL= glu
- Many ports define USE_XLIB, which
+ Some ports define USE_XLIB, which
makes the port depend on all the 50 or so libraries. This
variable exists for backwards compatibility, as it predates
modular X.Org, and should not be used on new ports.
@@ -5685,13 +5681,6 @@ USE_GL= glu
The port uses imake.
-
- USE_X_PREFIX
- Deprecated. Today it is equivalent to
- USE_XLIB and can be replaced by
- it freely.
-
-
XMKMF
Set to the path of xmkmf if
@@ -5847,8 +5836,8 @@ USE_XORG= x11 xpm
Note that MOTIFLIB (usually) expands
- to -L/usr/X11R6/lib -lXm or
- /usr/X11R6/lib/libXm.a, so there is no
+ to -L/usr/local/lib -lXm or
+ /usr/local/lib/libXm.a, so there is no
need to add -L or -l
in front.
@@ -7026,7 +7015,7 @@ QT_COMPONENTS= qmake_build moc_build rcc_build uic_build
DEFAULT_PHP_VER
Selects which major version of PHP will be
installed as a dependency when no PHP is installed
- yet. Default is 4. Possible
+ yet. Default is 5. Possible
values: 4,
5
@@ -7164,9 +7153,9 @@ _DOCSDIR= .
USE_PYTHON
The port needs Python. Minimal required version
can be specified with values such as
- 2.3+. Version ranges can also be
+ 2.6+. Version ranges can also be
specified, by separating two version numbers with a
- dash, e.g.: 2.1-2.3
+ dash, e.g.: 2.6-2.7
@@ -7243,7 +7232,7 @@ _DOCSDIR= .
USE_ZOPE
Add dependency on Zope, a web application
- platform. Change Python dependency to Python 2.3.
+ platform. Change Python dependency to Python 2.7.
Set ZOPEBASEDIR containing a
directory with Zope installation.
@@ -8928,6 +8917,14 @@ CFLAGS+= -DLUA_VERSION_STRING="${VER_STR}"
90+ will cause the
port to depend on a minimum version of 9.0.
+
+
+ USE_SQLITE
+ If variable is set to yes, add
+ dependency on databases/sqlite3
+ port. The variable may also be set to values: 3, 2.
+
@@ -9630,10 +9627,7 @@ etc/orbit.conf.sample
ECHO_MSG and ECHO_CMD
should be kept in mind. The former is for printing
informational text to the screen, while the latter is for
- command pipelining.
-
- A good example for both can be found in
- shells/bash2/Makefile:
+ command pipelining:
update-etc-shells:
@${ECHO_MSG} "updating /etc/shells"
@@ -15385,15 +15379,6 @@ Reference: <http://www.freebsd.org/ports/portaudit/74a9541d-5d6c-11d8-80e3-00
linkend="freebsd-versions">__FreeBSD_version.
-
- PORTOBJFORMAT
- The object format of the system
- (elf or aout;
- note that for modern
versions of
- FreeBSD, aout is
- deprecated.)
-
-
LOCALBASE
The base of the local
tree (e.g.,
@@ -15412,8 +15397,7 @@ Reference: <http://www.freebsd.org/ports/portaudit/74a9541d-5d6c-11d8-80e3-00
If you have to define the variables
- USE_IMAKE,
- USE_X_PREFIX, or
+ USE_IMAKE or
MASTERDIR, do so before including
bsd.port.pre.mk.
@@ -15765,7 +15749,7 @@ exec %%LOCALBASE%%/bin/java -jar %%DATADIR%%/foo.jar "$@"
ONLY_FOR_ARCHS= i386 amd64
- NOT_FOR_ARCHS= alpha ia64 sparc64
+ NOT_FOR_ARCHS= ia64 sparc64
A custom IGNORE message can be
set using ONLY_FOR_ARCHS_REASON and