summaryrefslogtreecommitdiff
path: root/net/netatalk
AgeCommit message (Collapse)AuthorFilesLines
2010-01-30added a patch from Macports in order to make Netatalk 2.0.X compile on MacOS Xschwarz2-2/+8
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-1/+2
2010-01-17update netatalk to 2.0.5markd6-50/+31
NEW: afpd: Time Machine support with new volume option "tm". FIX: papd: Remove variable expansion for BSD printers. Fixes CVE-2008-5718. FIX: afpd: .AppleDxxx folders were user accessible if option 'usedots' was set FIX: afpd: vetoed files/dirs where still accessible FIX: afpd: cnid_resolve: don't return '..' as a valid name. FIX: uniconv: -d option wasn't working
2009-08-26bump revision because of graphics/jpeg updatesno1-1/+2
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-8/+1
2009-06-09Update netatalk package to 2.0.4.taca15-228/+108
pkgsrc changs: * Add LICENSE. * Fix some pkglint warnings. * cjk patch was incorporated and cjk PKG_OPTION was removed. Changes in 2.0.4 ================ * REM: remove timeout * NEW: afpd: DHX2 uams using GNU libgcrypt. * NEW: afpd: volume options 'illegalseq', 'perm' and 'invisibledots' 'ilegalseq' encode illegal sequence in filename asis, ex "\217-", which is not a valid SHIFT-JIS char, is encoded as U\217 -. 'perm' value OR with the client requested permissions. (help with OSX 10.5 strange permissions). Make dot files visible by default with 'usedots', use 'invisibledots' for keeping the old behavior, ie for OS9 (OSX hide dot files on its own). * NEW: afpd: volume options allow_hosts/denied hosts * NEW: afpd: volume options dperm/fperm default directory and file permissions or with server requests. * NEW: afpd: afpd.conf, allow line continuation with \ * NEW: afpd: AppleVolumes.default allow line continuation with \ * NEW: afpd: Mac greek encoding. * NEW: afpd: CJK encoding. * UPD: afpd: Default UAMs: DHX + DHX2 * FIX: afpd: return the right error in createfile and copyfile if the disk is full. * FIX: afpd: resolveid return the same error code than OSX if it's a directory * FIX: afpd: server name check, test for the whole loopback subnet not only 127.0.0.1. * UPD: afpd: limit comments size to 128 bytes, (workaround for Adobe CS2 bug). * UPD: afpd: no more daemon icon. * UPD: usedots, return an invalide name only for .Applexxx files used by netatalk not all files starting with .apple. * UPD: cnid: increase the number of cnid_dbd slots to 512. * FIX: cnid: dbd detach the daemon from the control terminal. * UPD: cnid: never ending Berkeley API changes... * UPD: cnid: dbd add a timeout when reading data from afpd client. * UPD: cnid: Don't wait five second after the first error when speaking to the dbd backend. * FIX: papd: vars use % not $ * FIX: papd: quote chars in popen variables expansion. security fix. * FIX: papd: papd -d didn't write to stderr. * FIX: papd: ps comments don't always use () * FIX: many compilation errors (solaris, AFS, Tru64, xfs quota...).
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-02-22* Add cjk(Chinese/Japaneses/Korean) patch which would be included intaca5-68/+72
feature 2.1 release. It could make netatalk1 package obsolete. * Use RCD_SCRIPTS instead of substituting a Makefile to be fix pkglint errors. * Move PKG_OPTION part to options.mk * From patch-aa, remove last change which made by configure/gnu-configure.mk. * Change content of MESSAGE from covered by pkginstall framework to caution about migration from netatalk 1.x. Approved by MAINTAINER and PKGREVISION.
2009-02-12add DESTDIR support.markd1-4/+5
2008-12-29Fix quoting chars in popen variables expansionmarkd3-3/+101
(http://secunia.com/advisories/33227/) patch from 2.0.4beta2. Bump PKGREVISION.
2008-09-06Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlibwiz1-2/+2
name change).
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam2-11/+11
through PLIST_SUBST to the plist module.
2008-04-06welcome to pl10, use getifaddrs.christos2-4/+6
2008-04-06use getifaddrschristos3-9/+86
2008-03-22Install an rc script for cnid_metad as reported bytaca5-8/+54
PR pkg/38268 from HAT. And a little pkglint fixes. Bump PKGREVISION.
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2008-01-12db4 update related revision bumpadam1-2/+2
2007-12-31Fix error with bulk build as netatalk1 package; check-interpreter.taca3-4/+21
- Add dependency to shells/rc and repleace path of acleandir.rc. Bump PKGREVISION because of addition of dependency.
2007-06-08PKGREVISION bump for db4 shlib name change.wiz1-2/+2
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-6/+6
Patch provided by Sergey Svishchev in private mail.
2006-12-06Fix build on DragonFly.joerg2-4/+15
2006-10-12Fix test ==markd2-3/+12
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-06-05Prefer NAME_MAX over MAXNAMLEN, fixes build on DragonFly.joerg2-1/+38
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-3/+4
2006-01-06DEPENDS and PKGREVISION bumps because db4's library name changed.wiz2-4/+4
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-10-07Fixed pkglint warnings.rillig2-5/+4
2005-09-06fix NetBSD statvfs check to be >= 299000900 not >= 200040000abs2-4/+4
2005-07-31Make openslp support optional (PR pkg/30715) and add an option for PAM.markd5-12/+53
Bump PKGREVISION.
2005-07-30Make sure configure finds the db4 lib from the pkgsrc package rathermarkd1-1/+2
than any other that might be installed in the base system (on for example Red Hat Linux). Problem noted by Louis Guillaume in tech-pkg.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-3/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-05-26Update netatalk to version 2.0.3.markd6-17/+51
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.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-03Sort.wiz1-3/+3
2005-05-02RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.reed1-1/+5
And always is defined as share/examples/rc.d which was the default before. This rc.d scripts are not automatically added to PLISTs now also. So add to each corresponding PLIST as required. This was discussed on tech-pkg in late January and late April. Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2005-01-31Need to explictly include security/openssl/buildlink3.mk as it wont bemarkd1-1/+2
pulled in if kerberos option not set.
2005-01-31Make cups and kerberos optional. Bump PKGREVISION.markd2-8/+27
2005-01-16Be explicit that the source for the rc scripts is not in files/ (themarkd1-1/+5
package supplies them itself). From Greg Woods by way of Jeremy Reed.
2005-01-07Redo fixing of hardcoded paths, including actually using the value ofmarkd3-20/+8
${RCD_SCRIPTS_EXAMPLEDIR} rather than just its default.
2005-01-05USE_OLD_DES_API=yes rather than explicitly using -ldesmarkd1-2/+2