aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-encfs
Commit message (Collapse)AuthorAgeFilesLines
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Update textproc/tinyxml2 to 7.0.1Sunpoet Po-Chuan Hsieh2018-11-181-1/+1
| | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/leethomason/tinyxml2/commits/master Notes: svn path=/head/; revision=485262
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-0/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* sysutils/fusefs-encfs: Update 1.9.4 -> 1.9.5Yuri Victorovich2018-04-282-4/+4
| | | | | | | | | PR: 227827 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) Reported by: Ben RUBSON <ben.rubson@gmail.com> Notes: svn path=/head/; revision=468550
* sysutils/fusefs-encfs: Update to 1.9.4Yuri Victorovich2018-01-294-16/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change log: https://github.com/vgough/encfs/releases/tag/v1.9.4 Port changes [1]: - Fix compilation with "-std=c++11" - Fix a gid permission issue with allow_other - Fix operations on symlinks - Fix a race in idle unmount - Add --reversewrite cli option - Add PID to syslog logging - Deep code sanity check - Modernize coding style - Make codebase warnings & clang-tidy clean - Bump FUSE_USE_VERSION to 29 - Ensure compatibility with LibreSSL - Switch to vendored lib tinyxml2 & easylogging - Reorganize man page and add missing options - Add gtest and micro benchmarks - Fix packaging error leading to wrong version output - Fix shared lib compilation (cmake -DBUILD_SHARED_LIBS=ON ..) [1] https://github.com/vgough/encfs/releases PR: 225534 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14124 Notes: svn path=/head/; revision=460346
* Update textproc/tinyxml2 to 6.0.0Sunpoet Po-Chuan Hsieh2017-12-191-1/+1
| | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/leethomason/tinyxml2/commits/master Notes: svn path=/head/; revision=456744
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-0/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Update to 1.9.2Jason E. Hale2017-08-033-16/+4
| | | | | | | | PR: 221028 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) Notes: svn path=/head/; revision=447286
* Update textproc/tinyxml2 to 5.0.0Sunpoet Po-Chuan Hsieh2017-06-201-1/+1
| | | | | | | | | | - Use PLIST instead of PLIST_FILES - Bump PORTREVISION for shlib change Changes: https://github.com/leethomason/tinyxml2/commits/master Notes: svn path=/head/; revision=443975
* These ports now build on powerpc64.Mark Linimon2017-04-101-2/+0
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=438123
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-0/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* 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