aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-kmod
Commit message (Collapse)AuthorAgeFilesLines
* - Don't cat pkg-message from MakefilesDmitry Marakasov2015-05-271-3/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=387528
* Remove OSVERSION checks that do not make sense any more.Mathieu Arnold2015-04-031-1/+1
| | | | | | | | | | | | | For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true, as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107). Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when it is always needed, I renamed it, in one case, I merged two patches. Differential Revision: https://reviews.freebsd.org/D2209 Notes: svn path=/head/; revision=383107
* Fix build failure on 9.xThomas Zander2015-01-264-11/+58
| | | | | | | | | | | | | | While on it: - Pet portlint PR: 195095 Submitted by: woot-woot@yandex.ru (PR) evgeni.dimitrov@gmail.com (patch) Reviewed by: dpejesh@yahoo.com (maintainer) Approved by: dpejesh@yahoo.com (maintainer) MFH: 2015Q1 Notes: svn path=/head/; revision=377941
* Avoid playing with @cwdBaptiste Daroussin2014-10-071-2/+1
| | | | Notes: svn path=/head/; revision=370375
* sysutils/fusefs-kmod: Add PORTEPOCHJohn Marino2014-09-071-0/+1
| | | | | | | | | | | For a reason unexplained in the PR, the version went backwards on the previous update. I guess this went unnoticed until now, but setting the PORTEPOCH now is better late than never. PR: 184042 Notes: svn path=/head/; revision=367555
* sysutils/fusefs-kmod: backport 10.x-integrated code for 8.x and 9.xKurt Jaeger2014-08-0322-661/+445
| | | | | | | | | | | submitter takes over as maintainer PR: 184042 Submitted by: dpejesh@yahoo.com Approved by: mirror176@cox.net (maintainer timeout) Notes: svn path=/head/; revision=363947
* Allow staging as a regular userAntoine Brodin2014-02-031-1/+1
| | | | Notes: svn path=/head/; revision=342463
* - Support stageRene Ladan2014-01-272-20/+15
| | | | | | | | | | - Use option helper - Pet portlint Approved by: portmgr (infrastructure blanket) Notes: svn path=/head/; revision=341429
* Convert to USES=kmod, which removes duplicated code and ensures that allRene Ladan2013-11-092-16/+5
| | | | | | | | | | | | | | | | required steps are followed. There are no user-visible changes. The exception is multimedia/ptx-kmod, which now installs the kernel module into /boot/modules instead of ${PREFIX}/libexec/${PORTNAME}, this was something USES=kmod cannot handle. PR: ports/183625 Submitted by: myself Approved by: portmgr (bdrewery) Exp-run by: bdrewery Notes: svn path=/head/; revision=333329
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* SSP support has been added to ports with WITH_SSP for i386 and amd64Bryan Drewery2013-09-201-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on FreeBSD 10, and amd64 on earlier versions. SSP_UNSAFE is added to disable in a port if it fails to build, but this should only be used in rare circumstances such as kernel modules. Otherwise, the port may just be failing due to lack of respecting LDFLAGS. On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in libssp_nonshared.a to address issues linking on i386 [1]. On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared to LDFLAGS on i386. This is not needed on amd64. However, several hundred ports do not currently respect LDFLAGS, so this support is disabled currently as it causes build failures if a dependency is looking for the stack_chk symbols. Many thanks to jlh@ for this as he had many years of patience in getting all of the necessary pieces [1][2] in. [1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup PR: ports/138228 [2] Submitted by: jlh (bsd.ssp.mk based on) Reviewed by: bapt With hat: portmgr exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64 Notes: svn path=/head/; revision=327697
* Do not try to build on head where the module has been integrated in baseBaptiste Daroussin2013-07-261-0/+3
| | | | Notes: svn path=/head/; revision=323689
* - Add additional mirrorRyan Steinmetz2013-03-261-0/+1
| | | | | | | Approved by: bdrewery (with portmgr hat) Notes: svn path=/head/; revision=315284
* - Add mirror as the main site is deadBryan Drewery2013-03-261-15/+13
| | | | | | | | | | - Trim header - Convert to new options framework With hat: portmgr Notes: svn path=/head/; revision=315282
* - update sysutils/fusefs-libs to 2.9.1Florian Smeets2012-09-202-3/+12
| | | | | | | | | | - add a patch to sysutils/fusefs-kmod to make it compile with new fusefs-libs Tested by: pho, Kevin Oberman <kob6558@gmail.com>, Gustau Perez Querol <gperez@entel.upc.edu> Notes: svn path=/head/; revision=304605
* - re-order, include bsd.port.pre.mk so SRC_BASE is defined before referencedJason Helfman2012-07-011-4/+4
| | | | | | | | | | | - pet portlint on OPTIONS order PR: ports/169221 Submitted by: jgh@ Approved by: maintainer timeout ( 14 days ) Notes: svn path=/head/; revision=300347
* Fix build on 10-CURRENTKevin Lo2012-05-112-1/+16
| | | | Notes: svn path=/head/; revision=296408
* - The mount checkpoint was changed in previous update to r230226.Michael Scheidell2012-02-132-1/+24
| | | | | | | | | | | | - This patch fixed mount_fusefs to use new path. - Bump PORTREVISION PR: ports/164218 Submitted by: jh@ Approved by: Edward Sanford Sutton, III <mirror176@cox.net> (maintainer), gabor (mentor) Notes: svn path=/head/; revision=291284
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-2/+3
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - last submitter has become maintainer, in private emailMichael Scheidell2011-12-021-1/+1
| | | | | | | | | | | | - "Edward Sanford Sutton, III" <mirror176@cox.net> - fusefs will be in 9.x anyway, and at that time, a patch to IGNORE 9.x will be submitted Submitted by: mirror176@cox.net Approved by: maintainer (mirror176@cox.net), gabor (mentor) Feature safe: yes Notes: svn path=/head/; revision=286749
* -Submitted with changes (no portbump per gabor)Michael Scheidell2011-11-292-1/+3
| | | | | | | | | | | | | -MNT_NFS4ACLS being defined in /usr/src/sys/mount.h but not being included in the defined includes -it is now included PR: 151296 Submitted by: Edward.Sanford.Sutton, III <mirror176@cox.net> Approved by: ports (maintainer timeout) gabor (mentor) Feature safe: yes Notes: svn path=/head/; revision=286629
* - Fix build on 9-CURRENTSteve Wills2011-09-212-1/+16
| | | | | | | | PR: ports/160608 (plus many other) Submitted by: Kevin Oberman <kob6558@gmail.com> (based on) Notes: svn path=/head/; revision=282147
* - Reassign to the heapThomas Abthorpe2011-09-211-1/+1
| | | | Notes: svn path=/head/; revision=282095
* Use __FreeBSD_version instead of __FreeBSD__ macro to compile on Debian ↵Julien Laffaye2011-07-311-1/+1
| | | | | | | | | | | GNU/kFreeBSD PR: ports/158825 Submitted by: Robert Millan <rmh@debian.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=278630
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Fix panic on FreeBSD 8.x and newerBeat Gaetzi2010-10-142-1/+15
| | | | | | | | | | | - Bump PORTREVISION PR: ports/149674 Submitted by: Dmitrij Tejblum <dt AT yandex.ru> Approved by: Anish Mistry <amistry AT am-productions.biz> (maintainer) Notes: svn path=/head/; revision=262996
* Mark as broken on all tier-2 architectures.Mark Linimon2010-06-031-0/+4
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=255618
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Fix build on currentWesley Shields2009-07-132-8/+109
| | | | | | | | | | | | | PR: [1]: ports/135621 [2]: ports/136211 [3]: ports/135285 Submitted by: [1]: Andrei Lavreniyuk <andy.lavr@reactor-xg.kiev.ua> [2]: Takeshi Taguchi <taguchi@iij.ad.jp> [3]: David Naylor <naylor.b.david@gmail.com> Approved by: Anish Mistry <amistry@am-productions.biz> (maintainer) Notes: svn path=/head/; revision=237688
* - Mark as broken on 8.x. There are two PRs about this. The first (ports/135285)Wesley Shields2009-06-161-0/+4
| | | | | | | | | | | | | has a patch but that causes coredumps. The second (ports/135621) has not been tested yet but the port should still be marked as broken until a proper fix is put in place. PR: ports/135285 Submitted by: David Naylor <naylor.b.david@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=236029
* Fix build on -CURRENT after the removal of the thread argument from the FSDJung-uk Kim2009-05-272-5/+112
| | | | | | | | | (File-System Dependent) parts of the VFS. Approved by: Anish Mistry (amistry at am-productions dot biz) (maintainer) Notes: svn path=/head/; revision=234663
* The mkdir needs root privileges here.Brian Somers2009-05-191-1/+1
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=234181
* Make the fusefs kernel module compile on -CURRENT again.Ed Schouten2009-02-031-0/+14
| | | | | | | | | | | The kernel module uses unit2minor(), which is not available on -CURRENT anymore. I'm not increasing PORTREVISION, because this commit should not have any effect on <800062 users. Approved by: port maintainer Notes: svn path=/head/; revision=227566
* - Add .undef KERNCONF to fusefs-kmod's Makefile, so KERNCONF defined in ↵Dmitry Marakasov2009-01-131-3/+9
| | | | | | | | | | | /etc/make.conf don't break the build in some cases PR: 129909 Submitted by: myself Approved by: Alex Kozlov <spam at rm-rf dot kiev dot ua> (maintainer) Notes: svn path=/head/; revision=225993
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-061-4/+0
| | | | Notes: svn path=/head/; revision=225335
* Add knobs to the rc.d script to safely wait until all data has been written onStefan Walter2008-12-122-3/+33
| | | | | | | | | | | | shutdown. (As this implies pausing rc.shutdown's shutdown watchdog, the knobs are off by default.) PR: 124901 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> Approved by: maintainer Notes: svn path=/head/; revision=224154
* Allow to choose fusefs-kmod install location by setting KMODDIR.Stefan Walter2008-12-092-4/+6
| | | | | | | | | PR: 126322 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Approved by: maintainer (in ports/108788) Notes: svn path=/head/; revision=224044
* Fix build on -CURRENT after the introduction of accmode_t and renaming ofJung-uk Kim2008-10-302-8/+50
| | | | | | | | | VOP_ACCESS 'a_mode' argument to 'a_accmode'. Reviewed by: Anish Mistry <amistry at am-productions dot biz> (maintainer) Notes: svn path=/head/; revision=222233
* Correct fix for vinvalbuf()Kevin Lo2008-10-191-4/+7
| | | | Notes: svn path=/head/; revision=221767
* Fix build on -CURRENT:Kevin Lo2008-10-192-3/+12
| | | | | | | - remove the struct thread unuseful argument from bufobj interface. Notes: svn path=/head/; revision=221766
* - Fix build on CURRENTMartin Wilke2008-09-265-3/+102
| | | | | | | | Submitted by: rnoland@ Approved by: Anish Mistry <amistry@am-productions.biz> Notes: svn path=/head/; revision=220853
* Distfile re-rolled. According to the maintainer all that changed wasWesley Shields2008-07-241-3/+3
| | | | | | | | | | | some mercurial files were removed. PR: ports/125734 [1], ports/125495 [2] Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer) [1] Eric J Christeson <Eric.J.Christeson@gmail.com> [2] Notes: svn path=/head/; revision=217398
* Make fusefs-kmod work again, after the addition of D_NEEDMINOR.Ed Schouten2008-06-232-1/+18
| | | | | | | | | | | Drivers that use the clone_* KPI need to be marked with D_NEEDMINOR to work right now. Without this patch, we'll get a kernel panic when allocating the first device node. Approved by: philip (mentor) Notes: svn path=/head/; revision=215642
* Fix build on 8-current.Norikatsu Shigemura2008-04-122-0/+11
| | | | | | | | | PR: ports/122643 Submitted by: NAKAJI Hiroyuki <nakaji at jp freebsd org> Reviewed by: Anish Mistry <amistry at am-productions biz> (maintainer) Notes: svn path=/head/; revision=211126
* - When KERNCONF is set in /etc/make.conf and /usr/src is a symlink,Rong-En Fan2008-04-031-0/+12
| | | | | | | | | | | | | fuse's Makefile uses hardcoded /usr/obj/usr/src/sys/${KERNCONF}. This causes build failure. Fix this by getting correct obj directory from /usr/src/Makefile.inc1. PR: ports/122257 Submitted by: rafan Approved by: Anish Mistry <amistry at am-productions.biz> (maintainer) Notes: svn path=/head/; revision=210414
* From [1]:Alejandro Pulver2008-02-1611-459/+30
| | | | | | | | | | | | | | | | | | | | | | | | | - Update to version 0.3.9-pre1.20080208 (agreed with author). - Download directly from the Mercurial reposirory (as tarball), to ease maintainence. - Remove all local patches as they were integrated. - Convert setup.sh into setup.sh.in, and use SUB_FILES instead of manual replacement. - Use kldload instead of rc.d script in setup.sh.in because the latter gives an error. - Remove "sleep 1" from rc.d script as now the FUSE daemon makes umount wait until disks are synced (synchronous unmount). - Update pkg-message. From [2]: - Pass SRC_BASE to the actual build (previously was only used by the port to detect if the source was installed, but not passed to the internal Makefile). PR: ports/120420 [1], ports/118112 [2] Submitted by: alepulver [1], Yuri Pankov <yuri.pankov@gmail.com> [2] Approved by: maintainer (timeout) [1], maintainer [2] Notes: svn path=/head/; revision=207369
* - Fix build on 8-CURRENT. It was broken because of vn_lock/VOP_LOCK changes.Roman Bogorodskiy2008-02-084-22/+196
| | | | | | | | | | - Pet portlint, while here. Approved by: maintainer timeout (more than 2 weeks) Related PR: 119764 Notes: svn path=/head/; revision=206916
* - Add support for SRC_BASE and MAKEOBJDIRPREFIX if using KERNCONFMartin Matuska2008-01-011-2/+8
| | | | | | | | | | PR: ports/115954 Submitted by: Nikos Ntarmos <ntarmos at ceid.upatras.gr> Reworked by: mm Approved by: maintainer timeout Notes: svn path=/head/; revision=204791
* - Bump PORTREVISION.Alejandro Pulver2007-12-175-4/+48
| | | | | | | | | | | | | | | | | | | | | | - Add checks in rc.d scripts to avoid "double" loading/unloading. - Add patch-fuse_io.c (fix from http://mercurial.creo.hu/repos/fuse4bsd-hg/?rev/d7bf90a8cc85). - Handle "nonempty" option by ignoring it, used by ntfs-3g (http://mercurial.creo.hu/repos/fuse4bsd-hg/?rev/aef999f12049). - In the rc.d script unmount FUSE filesystem in the "stop" command, in reverse order in case the mounts are nested, waiting one second after each. This is a temporary workaround for umount returning before the cache has been flushed (which causes for example files not being written to the disk), a proper solution is being worked on. - Add note in pkg-message about "stop" rc.d command unmounting FUSE filesystems. PR: ports/118758 Submitted by: alepulver (myself) Approved by: Anish Mistry <amistry@am-productions.biz> (maintainer) Notes: svn path=/head/; revision=203931
* Fix the package.Ruslan Ermilov2007-11-152-4/+4
| | | | | | | Approved by: portmgr (linimon) Notes: svn path=/head/; revision=202730