New commits:
commit 648c796cc3ec42c0f02b64ba38510836f4aea862
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>
netatalk: Updated to version 2.0.3. Fixed compiles problems with
newer version of db. Bug #11524. Added patches from gentoo for
this problem. Cleaned up DETAILS and fixed bug that spell was
using variable OPTS in CONFIGURE.
-config_query_option OPTS
\
+config_query_option NETATALK_OPTS
\
"Enable CNID with Concurrent DBD Data Store (cdb)?" y
\
"--with-cnid-cdb-backend"
\
"--without-cnid-cdb-backend"
&&
-config_query_option OPTS
\
+config_query_option NETATALK_OPTS
\
"Enable CNID with Database Daemon Data Store (dbd)?" y
\
"--with-cnid-dbd-backend"
\
"--without-cnid-dbd-backend"
&&
-config_query_option OPTS \
+config_query_option NETATALK_OPTS
\
"Enable transaction support for dbd backend?" n \
"--with-cnid-dbd-txn" \
"--without-cnid-dbd-txn" &&
-config_query_option OPTS \
+config_query_option NETATALK_OPTS
\
"Enable CNID with transactional BDB Data Store?" n \
"--with-cnid-db3-backend" \
"--without-cnid-db3-backend" &&
-config_query_option OPTS \
+config_query_option NETATALK_OPTS \
"Enable LAST CNID scheme?" y \
"--with-cnid-last-backend" \
"--without-cnid-last-backend" &&
-config_query_option OPTS \
+config_query_option NETATALK_OPTS \
"Enable DID CNID scheme?" n \
"--with-cnid-tdb-backend" \
"--without-cnid-tdb-backend" &&
-config_query_option OPTS \
+config_query_option NETATALK_OPTS \
"Enable MTAB CNID scheme?" n \
"--with-mtab-backend" \
"--without-mtab-backend"
diff --git a/disk/netatalk/DETAILS b/disk/netatalk/DETAILS
index 3fd83c0..3c1a4c3 100755
--- a/disk/netatalk/DETAILS
+++ b/disk/netatalk/DETAILS
@@ -1,14 +1,20 @@
SPELL=netatalk
- VERSION=2.0.2
+ VERSION=2.0.3
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
- MD5[0]=9c51a84c3a8d2f97ad5191e3251aa685
+
SOURCE_HASH=sha512:28067912c440663213ddfbb71406daa0ecb7bd9d4e06f66978d259afd0eec2b3f01c7784432a3a991b9e39f784fef150bbf82dc4e63b9256cd582426954a35b4
WEB_SITE=http://netatalk.sourceforge.net/
ENTERED=20020321
- UPDATED=20030822
LICENSE[0]=GPL
SHORT="Seamless file and print services to AppleShare clients"
cat << EOF
-Netatalk is a freely-available, kernel level implementation of the AppleTalk
Protocol Suite, originally for BSD-derived systems. A *NIX/*BSD system
running netatalk is capable of serving many macintosh clients simultaneously
as an AppleTalk router, AppleShare file server, *NIX/*BSD print server, and
for accessing AppleTalk printers via Printer Access Protocol (PAP). Included
are a number of minor printing and debugging utilities. Since full support
requires AppleTalk to be compiled into your kernel, this release only sets up
Apple filesharing over tcp/ip.
+Netatalk is a freely-available, kernel level implementation of the AppleTalk
+Protocol Suite, originally for BSD-derived systems. A *NIX/*BSD system
+running netatalk is capable of serving many macintosh clients simultaneously
+as an AppleTalk router, AppleShare file server, *NIX/*BSD print server,
+and for accessing AppleTalk printers via Printer Access Protocol (PAP).
+Included are a number of minor printing and debugging utilities. Since
+full support requires AppleTalk to be compiled into your kernel, this
+release only sets up Apple filesharing over tcp/ip.
EOF
diff --git a/disk/netatalk/HISTORY b/disk/netatalk/HISTORY
index 425273c..69f6fbf 100644
--- a/disk/netatalk/HISTORY
+++ b/disk/netatalk/HISTORY
@@ -1,3 +1,13 @@
+2007-09-01 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 2.0.3. Removed UPDATED
+ * CONFIGURE: Changed variable from OPTS to NETATALK_OPTS
+ * BUILD: Added NETATALK_OPTS to OPTS
+ * PREB_BUILD: Added to patch for newer db versions. Fixed Bug #11524
+ * netatalk-2.0.3-db43.patch: Added gentoo patch from
+ http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/netatalk/files
+ * netatalk-2.0.3-newerdb.patch: Added gentoo patch from
+ http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/netatalk/files
+
2006-06-25 George Sherwood <george AT beernabeer.com>
* DEPENDS: Changed to CUPS from cups