summaryrefslogtreecommitdiff
path: root/net/netatalk/Makefile
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2005-05-26 05:47:40 +0000
committermarkd <markd@pkgsrc.org>2005-05-26 05:47:40 +0000
commitb49bc98f59d581b27645199c07eb529fd5450d07 (patch)
tree9557bfbd14ca0b74b6f9f7e1fd0831b89930e738 /net/netatalk/Makefile
parent423dabd12595b2386881d6e5ad6015acc23478f9 (diff)
downloadpkgsrc-b49bc98f59d581b27645199c07eb529fd5450d07.tar.gz
Update netatalk to version 2.0.3.
Also fix build on NetBSD1.6 Changes in 2.0.3 ================ * NEW: afpd: add a cachecnid option that controls if afpd should use the IDs stored in the AD2 files as cache. Defaults to off. * UPD: afpd: deal with more than 32 groups. * FIX: afpd: several catsearch fixes, based on patch from TSUBAKIMOTO Hiroya. * FIX: afpd: fix a race when a client very quickly reconnects and tries to kill its old session. * FIX: afpd: OSX style symlink caused problems with Panther clients. * FIX: afpd: old files with default type didn't show the right icon in finder, from Shlomi Yaakobovich, slightly modified. * FIX: cnid_check: disable cnid_check if CNID db was configured with transactions and really bail out after the first error. * FIX: admin-group configure option was broken. * FIX: several problems with IDs cached in AD2 files. * FIX: Ignore BIDI in UTF8 hints from OSX. * FIX: Lots of gcc warning fixes. * FIX: small configure script changes.
Diffstat (limited to 'net/netatalk/Makefile')
-rw-r--r--net/netatalk/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile
index a291942d384..d8223d33397 100644
--- a/net/netatalk/Makefile
+++ b/net/netatalk/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2005/05/22 20:08:25 jlam Exp $
+# $NetBSD: Makefile,v 1.42 2005/05/26 05:47:40 markd Exp $
-DISTNAME= netatalk-2.0.2
-PKGREVISION= 1
+DISTNAME= netatalk-2.0.3
CATEGORIES= net print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netatalk/}
EXTRACT_SUFX= .tar.bz2
@@ -43,9 +42,13 @@ CONFIGURE_ARGS+= --enable-netbsd \
--libexecdir=${PREFIX}/libexec/netatalk \
--sbindir=${PREFIX}/libexec/netatalk \
--with-pkgconfdir=${PKG_SYSCONFDIR} \
+ --with-message-dir=${PKG_SYSCONFDIR}/msg \
--localstatedir=${VARBASE}/netatalk \
--with-uams-path=${PREFIX}/libexec/netatalk/uams \
- --with-bdb=${BUILDLINK_PREFIX.db4}
+ --with-bdb=${BUILDLINK_PREFIX.db4} \
+ --with-ssl-dir=${BUILDLINK_PREFIX.openssl}
+
+MAKE_DIRS+= ${PKG_SYSCONFDIR}/msg
SUBST_CLASSES+= paths
SUBST_MESSAGE.paths= "Fixing hardcoded paths."