do with esound being installed, but not being used (e.g. when not running
under the GNOME Desktop). What happens now is sound support is disabled by
default. If you wish to enable Type Ahead Find sound support, edit your
prefs.js file, and add:
user_pref("accessibility.typeaheadfind.enablesound", true);
* Make portlint happy by not including anything after bsd.port.post.mk
* Clean up the pkg-message a bit to reflect reality with respect to Perl
Thanks to casaveli on BSDForums for finding it was esound causing the lock up
as well as testing the patch mentioned above.
- Make ldap fix optional, since it may break LDAP auth [2]
Please use WITH_LDAPFIX if you need the fix.
- Improve pthreads support
- SIZEify distinfo
Submitted by: mharo [1]
Discussed with: Robin P. Blanchard <robin.blanchard@gactr.uga.edu> [2]
with it.
NOTE!!! www/screem will not build if krb5-config exists AND Kerberos V is not
installed (a separte PR has been filed).
PR: 62514
Submitted by: maintainer
Important changes:
==================
- Kmail and knode have been moved from kdenetwork to kdepim. This
means you will have to install kdepim if you want to continue using
kmail or knode. This is to ease integration with korganizer, in
the new 'Kontact' application.
- The arabic translations for KDE and KOffice have been moved from
misc to the arabic category.
- There is a new module called kdeaccessibility in the accessibility
category. It contains a few utilities for disabled users like a
magnification lens and a text-to-speech frontend.
- In KDM, you need to select the 'CUSTOM' session profile in order
to have your .xsession executed. This is particularly important if
you're using the aegypten tools
(http://freebsd.kde.org/howtos/aegypten-kmail.php).
- We have started making more parts of the ports optional. In kdepim,
both Kandy and KPilot can be turned off with ports-knobs. This
process will continue in the 3.2 series.
Please see http://www.squid-cache.org/bugs/show_bug.cgi?id=890 for details.
Bump PORTREVISION
- Update to use new ports collection features:
+ USE_SIZE
+ use PORTDOCS and PLIST_FILES and extend the dynamic package list creation
to include squid's icon files, too
+ move file and directory cleanup on deinstallation to pkg-deinstall
+ get rid of pkg-plist
+ use OPTIONS for the most commonly used options,
leave SQUID_CONFIGURE_OPTIONS for more obscure options
- document known non-working features
- use lowercase for local variables
- other minor cleanups
PR: ports/62222
Submitted by: maintainer
2. Set dependency on devel/gettext-old only if JAPANESE is defined.
3. Remove WITHOUT_NLS knob and add --disable-nls to CONFIGURE_ARGS
by default (except when JAPANESE is defined).
Submitted by: des [1]