- remove useless database recreations commands for portupgrade-devel. It
use the same format.
- Fix a paragraph when was said Xorg recreate xorg.conf file on run.
It does not, so you need see a log for defaults and fix your old
xorg.conf by hands.
meta-port is affected.
- Mention that users with unchanged environments can use fetchindex
and do not need to build it by hand.
Submitted by: Henrik Brix Andersen <henrik@brixandersen.dk>
Approved by: portmgr (self)
Changes include:
- Set WITH_GHOSTSCRIPT_GNU forcibly.
- Use PostScript virtual fonts to handle CJK CID/TT-CID emulated fonts.
CIDFnmap still works but when a font is both in Resource/Font or
Resource/CIDFont and in CIDFnmap, the former entry will be used.
For the actual font mapping, see files in Resource/CIDFont/*.
So, note that you need to remove (or rename) the virtual font if you use
CIDFnmap for the moment. This is still a transitional measure and
more consistent font management thoughout the ports collection should
be added later.
This is just an internal structural change; default font mapping has
not been changed.
- Add Chinese font support to print/gsfonts (but no dependency added).
of japanese/ptex has been removed and japanese/ptex-tetex has been
renamed with japanese/ptex. These are almost the same with each other
(actually ptex-tetex had some upper compatibility with ptex), so there
should be no functionality regression.
Also, dependencies of the relevant ports have been updated and
PORTREVISON bumped.
using 'exec sh foobar' instead 'exec foobar'. The 644 is need for some users
that are using noexec mounted home directory, which the 755 will block them.
Bump the PORTREVISION.
Bugs tracker: http://tinyurl.com/2lazb6 (sourceforge.net)
Obtained from: Fluxbox SVN
Submitted by: Mark Tiefenbruck (Fluxbox developer)
caused not possible to start up your Fluxbox if you remove ~/.fluxbox or
you are a first time user. Add a hack to get it back to 755 and explain
the solution in UPDATING by run 'chmod 755 ~/.fluxbox/startup'.
Reported by: infofarmer
fluxbox-devel. The 0.1.14 version is gone for good. The highlight changes for
fluxbox:
-Update to 1.0rc2.
-Change the prefix from X11BASE (/usr/X11R6) to LOCALBASE (/usr/local).
-The bsetroot has been renamed to fbsetroot.
As for the other ports, chase the fluxbox-devel -> fluxbox.
Request by: too many to list (include developers)
The py-libdnet port has been seperated out as a slave port to libdnet and
is now dependent on libdnet. py-libdnet now only installs the libdnet
python module. Since files previously owned by py-libdnet are now owned
by its dependency, in order to upgrade correctly, py-libdnet must be
deinstall and then reinstalled manually.
PR: 109262
Submitted by: thierry and me
Approved by: maintainer timeout
An unpleasant bug was fixed when pkgdb could accidently remove some
dependencies in +CONTENTS files. It's recomented to run pkgdb -L once
after upgrade to fix dependencies list. See UPDATING file.
Reported and tested by: Randy Pratt <bsd-unix_AT_earthlink.net>