diff options
author | fredb <fredb> | 2003-02-15 20:01:06 +0000 |
---|---|---|
committer | fredb <fredb> | 2003-02-15 20:01:06 +0000 |
commit | 6c119d7a3bc846b8a40b973a9c24e2ff93c4154e (patch) | |
tree | 055723577eba057d560072ec8825cfec94fc6c85 /net/netatalk/patches | |
parent | 4ada8281c5591878c72535fe25c7b68b27ed8e16 (diff) | |
download | pkgsrc-6c119d7a3bc846b8a40b973a9c24e2ff93c4154e.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/patches')
-rw-r--r-- | net/netatalk/patches/patch-aa | 13 | ||||
-rw-r--r-- | net/netatalk/patches/patch-ab | 24 | ||||
-rw-r--r-- | net/netatalk/patches/patch-ac | 39 |
3 files changed, 46 insertions, 30 deletions
diff --git a/net/netatalk/patches/patch-aa b/net/netatalk/patches/patch-aa deleted file mode 100644 index 681f749070b..00000000000 --- a/net/netatalk/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.6 2002/09/30 09:25:23 abs Exp $ - ---- configure.orig Sun Sep 1 17:50:59 2002 -+++ configure -@@ -12460,7 +12460,7 @@ if test "${with_pkgconfdir+set}" = set; - - fi; - -- NLSDIR="${PKGCONFDIR}/nls" -+ NLSDIR="${prefix}/share/netatalk/nls" - - - # Check whether --with-nls-dir or --without-nls-dir was given. diff --git a/net/netatalk/patches/patch-ab b/net/netatalk/patches/patch-ab index 6f71dc87a5b..d7b3a8cfaeb 100644 --- a/net/netatalk/patches/patch-ab +++ b/net/netatalk/patches/patch-ab @@ -1,19 +1,19 @@ -$NetBSD: patch-ab,v 1.5 2002/09/30 09:25:23 abs Exp $ +$NetBSD: patch-ab,v 1.6 2003/02/15 20:01:07 fredb Exp $ ---- distrib/initscripts/Makefile.in.orig Sun Sep 1 17:57:04 2002 +--- distrib/initscripts/Makefile.in.orig Mon Nov 25 21:15:15 2002 +++ distrib/initscripts/Makefile.in -@@ -155,12 +155,12 @@ EXTRA_DIST = $(TEMPLATES) rc.atalk.cobal - # checking for NetBSD init scripts - # - @USE_COBALT_TRUE@sysvdir = /etc/rc.d/init.d --@USE_NETBSD_TRUE@sysvdir = /etc/rc.d -+@USE_NETBSD_TRUE@sysvdir = ${prefix}/etc/rc.d - @USE_REDHAT_TRUE@sysvdir = /etc/rc.d/init.d +@@ -124,12 +124,12 @@ EXTRA_DIST = $(TEMPLATES) rc.atalk.cobal @USE_SUSE_TRUE@sysvdir = /etc/rc.d + @USE_COBALT_TRUE@sysvdir = /etc/rc.d/init.d @USE_TRU64_TRUE@sysvdir = /sbin/init.d - @USE_COBALT_TRUE@sysv_SCRIPTS = atalk --@USE_NETBSD_TRUE@sysv_SCRIPTS = afp atalk pap timelord -+@USE_NETBSD_TRUE@sysv_SCRIPTS = afpd atalkd papd timelord +-@USE_NETBSD_TRUE@sysvdir = /etc/rc.d ++@USE_NETBSD_TRUE@sysvdir = ${prefix}/etc/rc.d# pkgsrc *only*! @USE_REDHAT_TRUE@sysv_SCRIPTS = atalk @USE_SUSE_TRUE@sysv_SCRIPTS = atalk + @USE_COBALT_TRUE@sysv_SCRIPTS = atalk @USE_TRU64_TRUE@sysv_SCRIPTS = atalk +-@USE_NETBSD_TRUE@sysv_SCRIPTS = afp atalk pap timelord ++@USE_NETBSD_TRUE@sysv_SCRIPTS = afpd atalkd papd timelord + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../../config.h + CONFIG_CLEAN_FILES = diff --git a/net/netatalk/patches/patch-ac b/net/netatalk/patches/patch-ac index 3e80058dfc7..e33f31c19ad 100644 --- a/net/netatalk/patches/patch-ac +++ b/net/netatalk/patches/patch-ac @@ -1,9 +1,38 @@ -$NetBSD: patch-ac,v 1.6 2002/09/30 09:25:24 abs Exp $ +The original commit message for this patch: ---- etc/atalkd/main.c.orig Wed Mar 13 20:50:26 2002 + http://mail-index.netbsd.org/source-changes/1999/09/17/0023.html + + Patch from Juergen Hannken-Illjes, which should solve PR#8308 (net 0 is + reserved for lo0, it can't be used on other interfaces). + +Here is PR #8308: + + http://www.NetBSD.org/cgi-bin/query-pr-single.pl?number=8308 + +and also the change that exposed the bug: + + http://mail-index.netbsd.org/source-changes/1999/08/24/0035.html + +and finally, the discussion referred to in the above change: + + http://mail-index.netbsd.org/tech-net/1999/06/30/0002.html + http://mail-index.netbsd.org/tech-net/1999/07/01/0005.html + http://mail-index.netbsd.org/tech-net/1999/07/01/0007.html + http://mail-index.netbsd.org/tech-net/1999/07/02/0003.html + http://mail-index.netbsd.org/tech-net/1999/07/02/0016.html + http://mail-index.netbsd.org/tech-net/1999/07/02/0017.html + http://mail-index.netbsd.org/tech-net/1999/07/02/0018.html + http://mail-index.netbsd.org/tech-net/1999/07/02/0020.html + http://mail-index.netbsd.org/tech-net/1999/07/02/0022.html + http://mail-index.netbsd.org/tech-net/1999/07/03/0004.html + + +$NetBSD: patch-ac,v 1.7 2003/02/15 20:01:07 fredb Exp $ + +--- etc/atalkd/main.c.orig Sat Oct 5 08:20:13 2002 +++ etc/atalkd/main.c -@@ -274,12 +274,12 @@ void as_timer(void) - syslog( LOG_INFO, "config for no router" ); +@@ -278,12 +278,12 @@ static void as_timer(int sig) + LOG(log_info, logtype_atalkd, "config for no router" ); if ( iface->i_flags & IFACE_PHASE2 ) { - iface->i_rt->rt_firstnet = 0; @@ -16,4 +45,4 @@ $NetBSD: patch-ac,v 1.6 2002/09/30 09:25:24 abs Exp $ + htons(1), htons( STARTUP_LASTNET )); } if ( looproute( iface, RTMP_ADD ) ) { /* -1 or 1 */ - syslog( LOG_ERR, + LOG(log_error, logtype_atalkd, |