summaryrefslogtreecommitdiff
path: root/net/coda
AgeCommit message (Collapse)AuthorFilesLines
2015-11-04Add SHA512 digests for distfiles for net categoryagc1-1/+2
Problems found with existing digests: Package haproxy distfile haproxy-1.5.14.tar.gz 159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package bsddip: missing distfile bsddip-1.02.tar.Z Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2 Package djbdns: missing distfile djbdns-cachestats.patch Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch Package gated: missing distfile gated-3-5-11.tar.gz Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz Package poink: missing distfile poink-1.6.tar.gz Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch Package waste: missing distfile waste-source.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-08-18Bump all packages that depend on curses.bui* or terminfo.bui* since theywiz1-2/+2
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-01-28Per maintainer's wishes, restrict OS support patches to platformshauke13-282/+4
that ship with Coda kernel support, which excludes SunOS at this time. Those patches should go upstream, instead. Remove reference to coda.wikidev.net, it went 404.
2015-01-27Add ONLY_FOR_PLATFORM based on reports from the coda mailinglist.gdt1-3/+5
(Feel free to add platforms as they are verified to have kernel support.) CVS: ---------------------------------------------------------------------- CVS: CVSROOT cvs.NetBSD.org:/cvsroot CVS: please use "PR category/123" to have the commitmsg appended to PR 123
2015-01-27Note additional upstream reports of this patch.gdt2-4/+4
2015-01-27Note when the patch was sent upstream.gdt2-3/+4
2015-01-27Builds and installs on Solaris. The changes:hauke17-14/+350
o various explicit #includes o sources use {u_,u}int*_t in equal share, so just build with -D o providing Solaris' MAXHOSTNAMELEN with -D avoids patching half a dozen files o misc. build fixes Use pkgsrc CONF_FILES framework Make pkglint happy TODO: Test on Solaris, SMF config files for venus and server
2015-01-04document NOT_FOR_PLATFORMdholland1-1/+2
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-05-17Bump applications PKGREVISIONs for python users that might be usingwiz1-2/+2
python3, since the default changed from python33 to python34. I probably bumped too many. I hope I got them all.
2013-07-15* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yesryoon1-2/+2
are replaced with .include "../../devel/readline/buildlink3.mk", and USE_GNU_READLINE are removed, * .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE are replaced with .include "../../mk/readline.buildlink3.mk".
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-08-03net/coda: Back out DragonFly patchesmarino7-107/+7
Coda requires a kernel module to run and DragonFly had such a kernel at one point. However the kernel was removed six years ago and there is no desire to restore it. One of the main reasons against doing so is the lack of IPv6 support in Coda. The userland patches for coda are therefore unnecessary and coda has been reverted to its previous state save for marking NOT-FOR-DRAGONFLY. PKGREVISION was mispelled in the makefile, so fixing that typo bumps the revision to nb2 (caught by pkglint).
2012-07-22Improve previous patch: blindly setting MAXNAMLEN to 255 is dangerous,dholland3-8/+22
as it is e.g. 511 on NetBSD. Instead, get it from NAME_MAX, which is POSIX. PKGREVISION -> 3 as a precaution.
2012-07-15net/coda: Support DragonFlymarino6-4/+91
It builds now -- no idea if coda functions as expected. As macro were used, there is no binary change - thus no revbump.
2012-03-15Bump PKGREVISION from default python to 2.7.obache1-2/+2
2012-03-05Add patch to fix directory reading problems:gdt4-5/+43
On NetBSD, force DIRBLKSIZ to 512, which matches the block size (and thus padding) for the representation of directories in UFS. coda_readdir will call the readdir from the container filesystem, and thus the padding of directories must match what the container filesystem would have done. Analysis and fix due to Brett Lymn. Not yet reported upstream; a better fix is desired. Also: Set LICENSE. Add annotations to other patches about their upstream status, after pinging upstream.
2011-03-12Add missing match file.gdt1-0/+13
2011-03-11net/coda: 6.9.2 -> 6.9.5gdt5-43/+16
several bug fixes and enhancements, see: http://www.coda.cs.cmu.edu/maillists/coda-announce/0084.html http://www.coda.cs.cmu.edu/maillists/coda-announce/0083.html http://www.coda.cs.cmu.edu/maillists/coda-announce/0082.html WARNING: this (or the rvm update) changes the venus RVM format. Ensure that you have no unreintegrated changes before updating, and then reinit the client rvm. From Jukka Salmi via PR pkg/44637.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz1-2/+2
major change. Reported by Robert Elz in PR 41345.
2008-06-12Add DESTDIR support.joerg1-1/+3
2008-03-06+.include "../../mk/curses.buildlink3.mk"gdt1-2/+3
PKGREVISION++
2008-02-17Two programs in sbin/ need their interpreter fixed.rillig1-2/+4
2007-12-02mount(2) with 5 parameters is available since 4.99.24, not 4.99.23.rillig2-5/+5
2007-12-01Adjusted my last patch to apply only for NetBSD >= 4.99.23.rillig2-6/+6
2007-11-30Added a patch for NetBSD >= 4.99.rillig2-1/+30
2007-08-06Update to 6.9.2.gdt5-39/+33
No NEWS or ChangeLog, but from mailing list this adds gcodacon, a system tray applet to show reintegration status, converts to automake, and various bugfixes.
2007-08-04PKGREVISION++ due to rpc2 shlib bumpgdt1-2/+2
2007-05-11add comment with URL of helpful page on coda wiki.gdt1-1/+4
2007-04-15Add missing files in PLIST not found by print-PLIST without -cnewer.gdt2-2/+61
(Pointed out by wiz).
2007-04-12Coda distributed filesystem. This package contains the client andgdt6-0/+124
server. The package omits the rc.vice script.