diff options
author | fredb <fredb@pkgsrc.org> | 2003-02-15 20:01:06 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2003-02-15 20:01:06 +0000 |
commit | cb8a942c4177f984474f8afc2ca64d0b2ffa9fee (patch) | |
tree | 055723577eba057d560072ec8825cfec94fc6c85 /net/netatalk/PLIST | |
parent | 90b4c8853936edb1d6d056c1fe769cf0e0c34456 (diff) | |
download | pkgsrc-cb8a942c4177f984474f8afc2ca64d0b2ffa9fee.tar.gz |
Update netatalk to 1.6.0. Significant changes since 1.5.5, from "NEWS":
Changes in 1.6.0
================
* FIX: pap looks at the STDOUT file descriptor to see if it's connected to
a tty, instead of STDIN.
Changes in 1.6pre2
==================
* UPD: Removed --with-catsearch option from configure and enable FPCatSearch
by default.
* UPD: The dbpath argument does now support variable substitution.
* FIX: Build fix for non-GNU-C compilers in libatalk/util/logger.c.
* FIX: Two directories with the same name but different case confused the
Mac Finder.
* FIX: The ROOT_PARENT directory could get invalidated.
Changes in 1.6pre1
====================
* NEW: Long file name mangling support.
* NEW: Improved log file support.
* NEW: Server-side find capability ("FPCatSearch")
* NEW: Concurrent datastore (CDB) is now the default CNID datastore. This
should be heavily tested in a multiuser environment.
* NEW: Variable substitution support has been added for the dbpath AppleVolume
option.
* UPD: CNID DID handling is now enabled by default.
* FIX: Various bug and build fixes as well as code cleanups.
*******************************************************************************
Changes to the package:
- Now use buildlink2.
- Drop --with-flock for now, as it's currently broken.
- Add (heretofore) missing dependendency on "devel/rx".
- Add --with-did=last, to avoid having to create a dependendency on db3.
--with-did=last was the default with netatalk 1.5.5.
Diffstat (limited to 'net/netatalk/PLIST')
-rw-r--r-- | net/netatalk/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/netatalk/PLIST b/net/netatalk/PLIST index b9f29c30b93..b10997f12da 100644 --- a/net/netatalk/PLIST +++ b/net/netatalk/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/05/25 12:55:24 markd Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/02/15 20:01:06 fredb Exp $ bin/achfile bin/acleandir.rc bin/add_netatalk_printer @@ -31,7 +31,6 @@ bin/papstatus bin/parsecode bin/psorder bin/single2bin -bin/test_parse_mtab bin/timeout bin/unbin bin/unhex @@ -45,10 +44,12 @@ include/atalk/aep.h include/atalk/afp.h include/atalk/asp.h include/atalk/atp.h +include/atalk/boolean.h include/atalk/cnid.h include/atalk/compat.h include/atalk/ddp.h include/atalk/dsi.h +include/atalk/logger.h include/atalk/nbp.h include/atalk/netddp.h include/atalk/pap.h @@ -148,7 +149,6 @@ man/man5/netatalk.conf.5 man/man5/papd.conf.5 man/man8/afpd.8 man/man8/atalkd.8 -man/man8/pap.8 man/man8/papd.8 man/man8/papstatus.8 man/man8/psf.8 |