Subject: CVS commit: pkgsrc/net/netatalk
To: None <pkgsrc-changes@netbsd.org>
From: Frederick Bruckman <fredb@netbsd.org>
List: pkgsrc-changes
Date: 02/15/2003 22:01:08
Module Name: pkgsrc
Committed By: fredb
Date: Sat Feb 15 20:01:08 UTC 2003
Modified Files:
pkgsrc/net/netatalk: Makefile PLIST distinfo
pkgsrc/net/netatalk/patches: patch-ab patch-ac
Removed Files:
pkgsrc/net/netatalk/patches: patch-aa
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 pkgsrc/net/netatalk/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/net/netatalk/PLIST
cvs rdiff -r1.6 -r1.7 pkgsrc/net/netatalk/distinfo
cvs rdiff -r1.6 -r0 pkgsrc/net/netatalk/patches/patch-aa
cvs rdiff -r1.5 -r1.6 pkgsrc/net/netatalk/patches/patch-ab
cvs rdiff -r1.6 -r1.7 pkgsrc/net/netatalk/patches/patch-ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.