diff options
author | sem <sem@FreeBSD.org> | 2007-03-02 15:37:20 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2007-03-02 15:37:20 +0800 |
commit | 2d7639780114237441b9352614060a50029a821f (patch) | |
tree | 2a2fcead6700d19a739f554513da27b671610954 /UPDATING | |
parent | 22e0f869459a373fc9d0834274a78fca7c1bb42c (diff) | |
download | freebsd-ports-graphics-2d7639780114237441b9352614060a50029a821f.tar.gz freebsd-ports-graphics-2d7639780114237441b9352614060a50029a821f.tar.zst freebsd-ports-graphics-2d7639780114237441b9352614060a50029a821f.zip |
Add a paragraph about ports with sufixes (-nox11) in notes about portupgrade.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -21,6 +21,11 @@ upgrades. 'print/ghostscript-afpl' => 'print/ghostscript-gnu', } + Note also, portupgrade knows nothing how to handle ports with different + suffixes (E.g. -nox11). So you should define explicitly variables + (E.g. WITHOUT_X11=yes) for the ports in /etc/make.conf or pkgtools.conf + (MAKE_ARGS section) files. + 20070227: AFFECTS: users of net-im/jabber* AUTHOR: martin@matuska.org |