summaryrefslogtreecommitdiff
path: root/net/unfs3
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.
2014-07-24flex (libfl) is a runtime dependency.jperkin1-2/+2
2014-06-28Don't pull in flex with both USE_TOOLS and bl3. USE_TOOLS is sufficient.dholland1-3/+2
Should fix shlib check failure.
2014-04-21Unbreak configure steps by not forcing libfl.joerg1-3/+1
2014-03-11Remove example rc.d scripts from PLISTs.jperkin1-2/+1
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or ignored otherwise.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-07-18Add LICENSEcheusov1-1/+2
2012-07-18Add command "reload" to rc.d file (SIGHUP sent to daemon)cheusov2-2/+4
++pkgrevision
2011-12-21No reason to build this with gmake, so don't; this allows patching itdholland3-4/+18
to be MAKE_JOBS_SAFE.
2010-02-14Use LIBS for -lfl, not LDFLAGS. Otherwise the primary compiler check fails.joerg1-2/+4
2010-02-04Depend on flex and bison.tnn1-7/+12
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-05-22Update to unfs3-0.9.22.tnn2-11/+7
Version 0.9.22 - fix spelling mistake in "no_all_squash" export option parsing - fix build on more recent FreeBSD systems - fix filesystem size reporting for Solaris Zones and others - document permission needs for exported directories
2008-08-12Update to unfs3-0.9.21. Changes:tnn2-7/+6
- avoid returning large fileids on Windows, for better compatibility with clients such as Linux 2.6.24 - try to prevent races between READDIR and removal of files
2008-01-30Provide an rc script. PKGREVISION++tnn3-2/+26
2008-01-17No / between DESTDIR and PREFIXtnn1-2/+2
2008-01-17Import unfs3-0.9.20 as net/unfs3.tnn5-0/+58
This is a portable NFSv3 server implemented entirely in userspace.