aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-encfs
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.9.1Emanuel Haupt2016-12-118-91/+44
| | | | | | | | PR: 215204 Submitted by: dg@syrec.org (maintainer) Notes: svn path=/head/; revision=428373
* devel/boost-*: update to 1.62.0Jan Beich2016-11-231-1/+1
| | | | | | | | | | | | | | | - Enable `long double` C99 math usage - Switch 9.x back to building with GCC Changes: http://www.boost.org/users/history/ PR: 199601 Submitted by: Chen Xu, bapt, amdmi3, truckman (based on) Reviewed by: rakuco (kde) (earlier version) Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions) Approved by: bapt (office) Notes: svn path=/head/; revision=426908
* Now builds on sparc64.Mark Linimon2016-11-031-1/+0
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=425261
* sysutils/fusefs-encfs: Fix "Function not implemented" on create operationsKurt Jaeger2016-06-271-1/+2
| | | | | | | | | | | Upstream fix was: https://github.com/vgough/encfs/commit/aacce54f42add2e4560b53c9138835151c332362 PR: 210532 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) Notes: svn path=/head/; revision=417635
* sysutils/fusefs-encfs: Fix "Function not implemented" on create operationsKurt Jaeger2016-06-273-9/+16
| | | | | | | | | | | Upstream fix was: https://github.com/vgough/encfs/commit/aacce54f42add2e4560b53c9138835151c332362 PR: 210532 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) Notes: svn path=/head/; revision=417634
* sysutils/fusefs-encfs: 1.7.4 -> 1.8.1Kurt Jaeger2016-06-199-80/+66
| | | | | | | | | | | | | | | | | | | | - submitter becomes maintainer - reverse: re-enable kernel cache (bug #60) - reverse mode: disable unique IV by default (was enabled in 1.8) - add make benchmark-reverse - remove -o default_permissions unless needed to improve performance - add option --require-macs (bug #14) - add per-file IVs based on the inode number to reverse mode to improve security - add automatic benchmark (make benchmark) - compare MAC in constant time ( fixes bug #12 ) - add --nocache option PR: 210196 Submitted by: Dmitri Goutnik <dg@syrec.org> Notes: svn path=/head/; revision=417100
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Mark as broken on sparc64: these ports fail to link with boost.Mark Linimon2015-09-251-0/+2
| | | | | | | Approved by: portmgr (sparc64 blanket) Notes: svn path=/head/; revision=397898
* Cleanup plistAntoine Brodin2014-11-221-18/+0
| | | | Notes: svn path=/head/; revision=373038
* - Fix missing library problems when the linker enforces explicit linkingTijl Coosemans2014-08-261-0/+2
| | | | | | | | | PR: 192062 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=366215
* sysutils/encfs: Fix compilation on gcc48John Marino2014-08-171-5/+4
| | | | | | | | PR: 192645 Submitted by: Olivier (interfaSys) Notes: svn path=/head/; revision=365237
* sysutils/fuse-encfs: Implement encfs_create for F10 to create fileJohn Marino2014-08-132-1/+47
| | | | | | | | | PR: 192563 Submitted by: Olivier/InterfaSys Approved by: nobody; the port is unmaintained Notes: svn path=/head/; revision=364809
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-07-171-1/+1
| | | | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories P-S. CR: D422 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=362126
* - Drop .la fileDmitry Marakasov2014-06-032-4/+4
| | | | | | | - Strip binaries Notes: svn path=/head/; revision=356265
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* - USES=gmake libtool pkgconfig.Tijl Coosemans2014-03-053-32/+18
| | | | | | | | | | | | | - Replace a patch with --with-boost-system=boost_system in CONFIGURE_ARGS. - Add USE_OPENSSL=yes. - Staging. - Use option helpers. - Fix build with libc++ by replacing shared_ptr with boost::shared_ptr. PR: ports/185943 Notes: svn path=/head/; revision=347105
* Remove trailing whitespaces from category sysutilsEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345435
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+3
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Chase boost and icu bumpBaptiste Daroussin2014-02-071-1/+1
| | | | | | | While here convert some LIB_DEPENDS Notes: svn path=/head/; revision=343214
* Convert LIB_DEPENDS for ports depending on boostBaptiste Daroussin2013-12-121-2/+2
| | | | Notes: svn path=/head/; revision=336262
* Reassign to ports@.Jimmy Olgeni2013-11-081-1/+1
| | | | Notes: svn path=/head/; revision=333235
* 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
* Finish converting sysutils from WITHOUT_NLS to PORT_OPTIONS:MNLSBaptiste Daroussin2013-05-061-4/+6
| | | | | | | While here convert bacula-server from USE_GETTEXT to USES=gettext Notes: svn path=/head/; revision=317491
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* Convert USE_FUSE macros into USES feature.7-eolBaptiste Daroussin2013-03-061-1/+1
| | | | | | | | | While here trim headers Convert some USE_GNOME= gnomehack -> USES= pathfix Notes: svn path=/head/; revision=313527 svn path=/tags/RELEASE_7_EOL/; revision=313528; tag=7-eol
* Chase boost updateBaptiste Daroussin2013-01-311-7/+3
| | | | Notes: svn path=/head/; revision=311310
* - introduce a USE_FUSE macroFlorian Smeets2012-12-141-2/+1
| | | | | | | | | | | | - convert all fuse ports to use the new macro The macro makes sure sysutils/fusefs-libs gets installed and depending on fuse being in base or not it installs sysutils/fusefs-kmod. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=308910
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Add missing shlib version numbers and bump PORTVERSION to catch upJimmy Olgeni2011-09-031-2/+3
| | | | | | | with the devel/rlog upgrade. Notes: svn path=/head/; revision=281079
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Upgrade to version 1.7.4.Jimmy Olgeni2010-11-282-3/+3
| | | | Notes: svn path=/head/; revision=265322
* Upgrade to version 1.7.3.Jimmy Olgeni2010-11-042-4/+3
| | | | Notes: svn path=/head/; revision=264071
* Upgrade to version 1.7.2 (fixes issues with passing certain mountJimmy Olgeni2010-09-062-4/+4
| | | | | | | options introduced in 1.7.0). Notes: svn path=/head/; revision=260636
* Upgrade to version 1.7.1.Jimmy Olgeni2010-08-303-6/+5
| | | | Notes: svn path=/head/; revision=260206
* Grab maintainership from ports@.Jimmy Olgeni2010-06-281-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=257103
* - Update to 1.6 and unbreak.Yen-Ming Lee2010-06-256-37/+32
| | | | | | | | | | | | - Drop MAINTAINERship Feature safe: yes PR: ports/148086 Submitted by: olgeni Approved by: leeym Notes: svn path=/head/; revision=256940
* - mark it BROKENYen-Ming Lee2010-06-151-0/+2
| | | | Notes: svn path=/head/; revision=256555
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Update boost to 1.39Pav Lucistnik2009-07-281-1/+1
| | | | | | | | | | - Split boost port to separate components, with boost-all metaport PR: ports/137054 Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer) Notes: svn path=/head/; revision=238504
* - Fix building with boost 1.37Li-Wen Hsu2009-04-072-0/+21
| | | | | | | | | PR: ports/132901 Submitted by: amdmi3 Approved by: leeym (maintainer) Notes: svn path=/head/; revision=231780
* - remove iconv dependencyYen-Ming Lee2008-06-201-2/+1
| | | | | | | - bump PORTREVISION Notes: svn path=/head/; revision=215373
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Update to 1.4.2Yen-Ming Lee2008-05-255-91/+100
| | | | | | | | | | | - Take maintainership (requested by maintainer) PR: 123967 Submitted by: leeym Approved by: trasz Notes: svn path=/head/; revision=213651
* - Fix build.Edward Tomasz Napierala2007-07-161-1/+2
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=195730
* - Use proper capitalization in my email address.Edward Tomasz Napierala2007-07-111-1/+1
| | | | | | | | Approved by: miwi (mentor) Suggested by: sat Notes: svn path=/head/; revision=195441
* - Fix buld with gcc42.Edward Tomasz Napierala2007-06-171-4/+8
| | | | | | | | Submitted by: pointyhat via kris Approved by: miwi (mentor) Notes: svn path=/head/; revision=193741
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-2/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544