diff options
author | fredb <fredb@pkgsrc.org> | 2003-02-23 19:18:51 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2003-02-23 19:18:51 +0000 |
commit | c47827137bca122924b86b68d1d6838a50455856 (patch) | |
tree | 66c9e0d618dfdda5bb0934b0d26b205a24d1b162 /net/netatalk/Makefile | |
parent | 1175dc2db0c5834d6806265aa081cd5c1ca0dd7b (diff) | |
download | pkgsrc-c47827137bca122924b86b68d1d6838a50455856.tar.gz |
Update netatalk to 1.6.1, using patches submitted by Toru TAKAMIZU in
PR pkg/20471:
Changes in 1.6.1
================
* UPD: Improve --enable-fhs. [Olaf Hering]
* UPD: Add BDB 4.1.x support.
* UPD: Add more documentation on CNID, as well as list which versions
of Berkeley DB are supported.
* FIX: Codepage file maccode.koi8-r is now correctly cleaned.
* FIX: Fix init script location on SuSE. [Olaf]
* FIX: Build fixes. [Olaf, Steven N. Hirsch]
* FIX: Various bugs when a user doesn't have access permission to a folder.
(Fixes an OSX kernel panic.)
* FIX: CNID, folders' DID handling with concurrent access or symlinks.
(Fixes an endless loop in afpd.)
Diffstat (limited to 'net/netatalk/Makefile')
-rw-r--r-- | net/netatalk/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile index b31c9252fbb..2b554cf98b8 100644 --- a/net/netatalk/Makefile +++ b/net/netatalk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2003/02/15 20:01:06 fredb Exp $ +# $NetBSD: Makefile,v 1.22 2003/02/23 19:18:51 fredb Exp $ -DISTNAME= netatalk-1.6.0 +DISTNAME= netatalk-1.6.1 CATEGORIES= net print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netatalk/} \ http://me.in-berlin.de/~jroger/netatalk/ @@ -11,7 +11,6 @@ COMMENT= Netatalk appletalk file and print services GNU_CONFIGURE= YES USE_BUILDLINK2= YES -USE_PKGINSTALL= YES USE_GMAKE= YES USE_PERL5= YES USE_LIBTOOL= YES @@ -33,6 +32,9 @@ CONFIGURE_ARGS+= --enable-netbsd \ --with-nls-dir=${PREFIX}/share/netatalk/nls \ --with-uams-path=${PREFIX}/libexec/netatalk/uams +#CONFIGURE_ARGS+= --with-flock-locks # broken +#CONFIGURE_ARGS+= --with-bdb=${PREFIX} # still some known issues + pre-install: ${INSTALL_DATA_DIR} ${PREFIX}/libexec/psffilters ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/netatalk @@ -43,5 +45,8 @@ pre-install: ${PREFIX}/share/examples/netatalk/ .endfor +#.include "../../databases/db3/buildlink2.mk" .include "../../devel/rx/buildlink2.mk" + +.include "../../mk/bsd.pkg.install.mk" .include "../../mk/bsd.pkg.mk" |