aboutsummaryrefslogtreecommitdiff
path: root/net/netatalk3
Commit message (Collapse)AuthorAgeFilesLines
* Avoid using @cwdBaptiste Daroussin2014-11-011-7/+4
| | | | Notes: svn path=/head/; revision=372025
* Update to 3.1.6.Joe Marcus Clarke2014-09-074-17/+16
| | | | Notes: svn path=/head/; revision=367563
* Fix the py-dbus -> pydbus-common dependency.Joe Marcus Clarke2014-08-291-2/+2
| | | | | | | PR: 193125 Notes: svn path=/head/; revision=366546
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.Matthias Andree2014-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - Mk/bsd.database.mk rewrite, new default to db5. - db6 is eligible by default only if installed on the system. - Bump PORTREVISION of all ports that directly depend on BerkeleyDB or where USE_BDB is found in the port's directory - Patch a few ports such that they will pick up or work with newer versions. - Add UPDATING entry - Drive-by format fix for pks - Drop BerkeleyDB option from mail/popular for now, requires more work. - Exp-run logs linked from the PR below. - Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes for new Berkeley DB, but are untested. NOTE: please read UPDATING and the Wiki page before proceeding! Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup PR: 192690 Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) Notes: svn path=/head/; revision=365599
* Bump PORTREVISION on more ports that depend on libgcrypt after the updateTijl Coosemans2014-08-051-0/+1
| | | | | | | | | | | | in r363436 and remove the UPDATING entry because it did not guarantee that all ports were updated nor that they were updated in the right order. Also remove libgcrypt.la again. PR: 192342 Approved by: portmgr (implicit, bump unstaged ports) Notes: svn path=/head/; revision=364143
* Fix some stage-related plist issues.Joe Marcus Clarke2014-08-022-4/+9
| | | | Notes: svn path=/head/; revision=363784
* Properly point to the install libevent library to fix the build in some cases.Joe Marcus Clarke2014-07-291-1/+2
| | | | | | | Submitted by: Eli Janssen <elij@wundrd.net> Notes: svn path=/head/; revision=363287
* Update to 3.1.3 and disable DTRACE option as it is broken.Joe Marcus Clarke2014-07-286-26/+24
| | | | | | | PR: 191157 (dtrace) Notes: svn path=/head/; revision=363216
* net/openldap24-*:Tijl Coosemans2014-07-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Avoid USE_AUTOTOOLS - Don't use PTHREAD_LIBS - Use MAKE_CMD databases/glom: - Drop :keepla - Add INSTALL_TARGET=install-strip databases/libgda4* databases/libgda5*: - Convert to USES=libtool and bump dependent ports - USES=tar:xz - Use INSTALL_TARGET=install-strip - Use @sample databases/libgdamm: - Drop :keepla - USES=tar:bzip2 - Use INSTALL_TARGET=install-strip databases/libgdamm5: - Add INSTALL_TARGET=install-strip - Drop --enable-static (inherited from old repocopy) devel/anjuta x11-toolkits/py-gnome-extras: - Drop :keepla dns/powerdns dns/powerdns-devel: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Disable static modules - Stop creating library symlinks with .0 suffix, not needed for dynamically opened modules mail/dovecot2: - Add USES=libtool mail/dovecot2-pigeonhole: - Drop CONFIGURE_TARGET (incorrect for Dragonfly) - Add USES=libtool and INSTALL_TARGET=install-strip math/gnumeric: - USES=libtool tar:xz Approved by: portmgr (implicit, bump unstaged ports) Notes: svn path=/head/; revision=362835
* Only use libevent2Baptiste Daroussin2014-07-242-16/+2
| | | | | | | | | | | | | | | Remove libevent as libevent2 is providing a good compatibility interface as well as providing better performances. Remove custom patches from libevent2 and install libevent2 the regular way Mark ports abusing private fields of the libevent1 API as broken Import a patch from fedora to have honeyd working with libevent2 Remove most of the patches necessary to find the custom installation we used to have for libevent2 With hat: portmgr Notes: svn path=/head/; revision=362796
* Update to 3.1.2. See http://netatalk.sourceforge.net/3.1/ReleaseNotes3.1.2.htmlJoe Marcus Clarke2014-06-074-32/+8
| | | | | | | for the changes in this release. Notes: svn path=/head/; revision=356940
* Make TCP Wrappers support optional (default to yes).Joe Marcus Clarke2014-05-271-4/+10
| | | | | | | Submitted by: Dr. Rolf Jansen <rj@obsigna.com> Notes: svn path=/head/; revision=355544
* Fix some potential segfaults on amd64 as well as misuse of APIs with respectJoe Marcus Clarke2014-05-273-4/+24
| | | | | | | | | to their counterparts on Linux. Submitted by: Sean Fagan <sef@ixsystems.com> Notes: svn path=/head/; revision=355543
* Fix the behavior of sys_lgetxattr() so that it mimics that of Linux where aJoe Marcus Clarke2014-05-092-0/+14
| | | | | | | | | size argument of 0 will return the required size of the extended attribute. Submitted by: Sean Eric Fagan <sef@Kithrup.COM> Notes: svn path=/head/; revision=353481
* Correct a typo.Joe Marcus Clarke2014-03-191-2/+2
| | | | Notes: svn path=/head/; revision=348616
* Update to 3.1.1. See http://netatalk.sourceforge.net/3.1/ReleaseNotes3.1.1.htmlJoe Marcus Clarke2014-03-187-56/+30
| | | | | | | | | | | | for the list of changes in this release. Additionally, fix some new LIB_DEPENDS usage, and adjust the pkg-descr to match reality [1]. PR: 187658 [1] Notes: svn path=/head/; revision=348600
* Remove a now-obsolete hunk since this function's signature was changed.Joe Marcus Clarke2014-02-082-10/+1
| | | | | | | Submitted by: Daniel Becker <razzfazz@gmail.com> Notes: svn path=/head/; revision=343378
* Correct a patch mangled in transfer.Joe Marcus Clarke2014-01-211-4/+4
| | | | | | | Reported by: mat Notes: svn path=/head/; revision=340612
* Revert a bad upstream patch pertaining to varargs that continued to plagueJoe Marcus Clarke2014-01-202-3/+6
| | | | | | | | | Time Machine users. Submitted by: dim Notes: svn path=/head/; revision=340498
* Correct the libevent-2 LIB_DEPENDS line. The proper name of the libraryJoe Marcus Clarke2014-01-181-1/+1
| | | | | | | | | is libevent-2.0.so.X. Spotted by: antoine Notes: svn path=/head/; revision=340221
* * Fix a segfault when Zeroconf is enabled with Timemachine [1]Joe Marcus Clarke2014-01-182-3/+37
| | | | | | | | | | * Convert to new-style LIB_DEPENDS PR: 185862 [1] Submitted by: jpaetzel [1] Notes: svn path=/head/; revision=340219
* Correct a typo in the ACL OPTION description.Joe Marcus Clarke2013-12-091-1/+1
| | | | | | | Spotted by: john <john@aerizen.com> Notes: svn path=/head/; revision=335951
* Add missing explicit dependency on libsunacl.Joe Marcus Clarke2013-12-081-1/+10
| | | | | | | | PR: 184552 Submitted by: "Bradley T. Hughes" <bradleythughes@fastmail.fm> Notes: svn path=/head/; revision=335870
* Use PKGNAMESUFFIX instead fo resolve the pkg name conflict.Joe Marcus Clarke2013-11-161-3/+3
| | | | | | | Suggested by: sunpoet Notes: svn path=/head/; revision=334020
* Correct a typo.Joe Marcus Clarke2013-11-161-1/+1
| | | | | | | Submitted by: dim Notes: svn path=/head/; revision=334019
* Fix the pkg name collision.Joe Marcus Clarke2013-11-161-3/+3
| | | | | | | Reported by: bapt-bot Notes: svn path=/head/; revision=334014
* Update to 3.1.0. SeeJoe Marcus Clarke2013-11-116-52/+80
| | | | | | | | | | | | | | | http://netatalk.sourceforge.net/3.1/ReleaseNotes3.1.0.html for a list of changes in this release. Additionally, re-enable mDNSResponder support [1]. Convert to STAGE. PR: 183601 [1] Submitted by: "Bradley T. Hughes" <bradleythughes@fastmail.fm> [1] Notes: svn path=/head/; revision=333519
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* . introduce ICONV_CONFIGURE_BASE variable at Mk/Uses/iconv.mk. It's value isBoris Samorodov2013-09-051-7/+2
| | | | | | | | | | | "--with-libiconv=${LOCALBASE}" at systems pre OSVERSION 100043 and "" (null) otherwise; . convert all ports which has CONFIGURE_ARGS=--with-libiconv=${LOCALBASE}. Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=326444
* Do not overwrite CONFIGURE_ARGSBaptiste Daroussin2013-09-051-1/+1
| | | | | | | Submitted by: tijl Notes: svn path=/head/; revision=326385
* Fix build on head with iconv in libcBaptiste Daroussin2013-09-051-3/+6
| | | | Notes: svn path=/head/; revision=326379
* Convert USE_GNOME=pkgconfig to USES=pkgconfigBaptiste Daroussin2013-08-311-6/+1
| | | | | | | | | | | | While here: - Trim headers - Convert: * USE_GNOME=gnomehack -> USES=pathfix * USE_PERL5 -> USES=perl5 * USE_GMAKE -> USES=gmake Notes: svn path=/head/; revision=325749
* Update to 3.0.5.Joe Marcus Clarke2013-08-184-13/+11
| | | | Notes: svn path=/head/; revision=324929
* Update to 3.0.4.Joe Marcus Clarke2013-06-083-5/+6
| | | | Notes: svn path=/head/; revision=320296
* Fix the build when netatalk3 is already installed.Joe Marcus Clarke2013-05-051-1/+10
| | | | Notes: svn path=/head/; revision=317447
* Chase security/libgcrypt updateEmanuel Haupt2013-05-031-5/+2
| | | | Notes: svn path=/head/; revision=317220
* Update to 3.0.3 and port to using OptionsNG.Joe Marcus Clarke2013-04-284-30/+48
| | | | Notes: svn path=/head/; revision=316764
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662
* Make sure the /var directories get created during package installation.Joe Marcus Clarke2013-02-253-1/+22
| | | | | | | | | Also, take care of the extmap.conf file as we do afp.conf. Submitted by: Chad Milios <cropcirclesystems@yahoo.com> Notes: svn path=/head/; revision=312905
* Update to 3.0.2.Joe Marcus Clarke2013-02-044-26/+7
| | | | Notes: svn path=/head/; revision=311642
* Add a patch from netatalk git to fix a CNID initialization error.Joe Marcus Clarke2013-01-132-0/+21
| | | | | | | | Submitted by: Chris Milios< cropcirclesystems@yahoo.com> Obtained from: Netatalk Git Notes: svn path=/head/; revision=310297
* Correct typo in last commit that caused afp.conf file to be overwritten.Joe Marcus Clarke2012-12-211-1/+1
| | | | | | | Reported by: Raivo Hool Notes: svn path=/head/; revision=309354
* * Port PORTEPOCH to fix portaudit warnings (conflict with net/netatalk)Joe Marcus Clarke2012-12-201-2/+5
| | | | | | | | * Fix installation of default afp.conf file * Clean up some portlint warnings Notes: svn path=/head/; revision=309323
* Whoops, I got a little too aggressive in my search/replace. Fix the build.Joe Marcus Clarke2012-12-181-1/+1
| | | | | | | Reported by: Samir Gartner Notes: svn path=/head/; revision=309210
* Use the proper directories for libevent2's includes and libs.Joe Marcus Clarke2012-12-171-2/+2
| | | | | | | PR: 173409 Notes: svn path=/head/; revision=309064
* Add a knob to control Kerberos support.Joe Marcus Clarke2012-10-281-1/+8
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306535
* Fix the build when LDAP support is enabled.Joe Marcus Clarke2012-10-131-1/+1
| | | | | | | | | PR: 172641 Submitted by: Thomas Johnson <NTmatter@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=305853
* Update to 3.0.1. See http://netatalk.sourceforge.net/3.0/ReleaseNotes3.0.1.htmlJoe Marcus Clarke2012-09-296-31/+26
| | | | | | | for a list of changes in this release. Notes: svn path=/head/; revision=305024
* These files were forgotten in the last commit.Joe Marcus Clarke2012-09-092-0/+30
| | | | Notes: svn path=/head/; revision=303962
* Add a forgotten USE_LDCONFIG.Joe Marcus Clarke2012-09-041-0/+2
| | | | Notes: svn path=/head/; revision=303637