aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pefs-kmod
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Additional builds with with src r354909 applied.Brooks Davis2019-12-201-2/+1
| | | | | | | | | | | | | | | | | | | | The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into errors causing these ports that declare them and use the FreeBSD make infrastructure as part of their build to fail. When the offending variables occur in a BSD Makefile, NO_MAN becomes MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and MK_PROFILE=no respectively. When declared in the environment they become WITHOUT_<FOO>. Also GC NO_MANCOMPRESSED which doesn't do anything. In the case of devel/libpasori, this change accomplished the same thing as the change in r518434, but more directly (fix the Makefiles rather than patching them after they are installed). Notes: svn path=/head/; revision=520531
* sysutils/pefs-kmod: Update to 2018.11.26Tobias Kortkamp2018-12-093-15/+4
| | | | | | | | | | | - Fixes build on 12 PR: 233882 Approved by: gleb (maintainer) MFH: 2018Q4 Notes: svn path=/head/; revision=487095
* - Unbreak on HEADKris Moore2018-11-182-4/+15
| | | | | | | | | | PR: 233242 Submitted by: Nathan <ndowens@yahoo.com> Reported by: Martin Wilke <miwi@FreeBSD.org> Reviewed by: Gleb Kurtsou <gleb@FreeBSD.org> Notes: svn path=/head/; revision=485210
* Remove compatibility code for FreeBSD < 11.2 from all ports.Rene Ladan2018-11-021-4/+0
| | | | | | | | | | Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724 Notes: svn path=/head/; revision=483807
* - Update to 2017-06-20, which fixes PR 220141, 219914Kris Moore2017-07-122-4/+4
| | | | | | | Submitted by: Maintainer <gleb@freebsd.org> Notes: svn path=/head/; revision=445555
* Sort ARCHS. Pet portlint.Mark Linimon2017-06-261-1/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=444433
* Mark some ports failing on armv6: implicit declaration of functionMark Linimon2017-05-271-4/+4
| | | | | | | | | | | 'cp15_pmccntr_get' is invalid in C99. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441849
* - Mark broken on DragonFlyDmitry Marakasov2017-04-101-3/+7
| | | | | | | | | - Always check OPSYS along with OSVERSION Approved by: portmgr blanket Notes: svn path=/head/; revision=438189
* - Update to 2017-02-19Kris Moore2017-02-272-4/+4
| | | | | | | | PR: 217098 Submitted by: Gleb Kurtsou <gleb.kurtsou@gmail.com> Notes: svn path=/head/; revision=434985
* - Update to 2016-11-27Kris Moore2016-12-292-4/+5
| | | | | | | | | - Fixes some build issues on -CURRENT Obtained from: Maintainer Notes: svn path=/head/; revision=429928
* http://github.com redirects to https://github.com, spare everyone a redirect.Mathieu Arnold2016-12-021-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=427548
* - Fix plist; KMODDIR is absolute path on itselfDmitry Marakasov2016-11-281-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=427305
* - Fix packaging after PAM lib bump (__FreeBSD_version 1100117)Kris Moore2016-07-282-6/+12
| | | | | | | | PR: 211227 Submitted by: maintainer Notes: svn path=/head/; revision=419226
* Update to version 2016-16-11Sean Bruno2016-06-122-3/+4
| | | | | | | | | | - remove basename() calls PR: 209747 Submitted by: Gleb Kurtsou <gleb.kurtsou@gmail.com> Notes: svn path=/head/; revision=416811
* Update to 2016-03-17Sean Bruno2016-03-222-3/+3
| | | | | | | | PR: 208110 Submitted by: gleb Notes: svn path=/head/; revision=411667
* Update port to 20016-02-18.Sean Bruno2016-03-032-3/+3
| | | | | | | | PR: 205817 Submitted by: gleb Notes: svn path=/head/; revision=410041
* Update pefs-kmod to 2014-08-20 at request of maintainer.Sean Bruno2015-02-092-3/+3
| | | | | | | | | PR: 197497 Submitted by: gleb (maintainer) Approved by: mentor (implicit) Notes: svn path=/head/; revision=378747
* Add armv6 to supported ONLY_FOR_ARCHS list.Sean Bruno2015-02-071-1/+2
| | | | | | | | | | PR: 197332 Submitted by: egypcio@googlemail.com Reviewed by: gleb (maintainer) Approved by: mentor (implicit) Notes: svn path=/head/; revision=378626
* Simplify plistBaptiste Daroussin2014-09-231-2/+1
| | | | Notes: svn path=/head/; revision=369020
* - Update to 2014.03.31Kris Moore2014-05-052-4/+14
| | | | | | | Submitted by: gleb@freebsd.org Notes: svn path=/head/; revision=353036
* - Support stageRene Ladan2014-01-272-12/+5
| | | | | | | | | | - Remove check for FreeBSD < 8 and include bsd.port.mk only once - Properly specify license (BSD2CLAUSE) Approved by: portmgr (infrastructure blanket) Notes: svn path=/head/; revision=341389
* Part 2 at removing now useless FETCH_ARGS redifitionBaptiste Daroussin2014-01-031-2/+0
| | | | Notes: svn path=/head/; revision=338513
* Convert to USES=kmod, which removes duplicated code and ensures that allRene Ladan2013-11-092-9/+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
* - Update to 2013-10-13Pav Lucistnik2013-10-173-3/+12
| | | | | | | Submitted by: gleb (maintainer) Notes: svn path=/head/; revision=330681
* 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-1/+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
* - Update to 2013-09-14Pav Lucistnik2013-09-152-8/+4
| | | | | | | Submitted by: gleb (maintainer) Notes: svn path=/head/; revision=327359
* - Update to 2013-04-13Pav Lucistnik2013-06-052-3/+3
| | | | | | | Submitted by: gleb (maintainer) Notes: svn path=/head/; revision=320002
* - Update to 2013.03.02Pav Lucistnik2013-02-062-4/+4
| | | | | | | Submitted by: gleb (maintainer) Notes: svn path=/head/; revision=311788
* - Update to 2012-11-12Pav Lucistnik2012-12-262-4/+4
| | | | | | | Submitted by: gleb (maintainer) Notes: svn path=/head/; revision=309530
* - Update to 2012.09.30Pav Lucistnik2012-10-022-3/+3
| | | | | | | Submitted by: gleb (maintainer) Notes: svn path=/head/; revision=305159
* - Update to 2012-09-16Pav Lucistnik2012-09-182-3/+3
| | | | | | | Submitted by: gleb (maintainer) Notes: svn path=/head/; revision=304472
* - Update to 2012-08-20Pav Lucistnik2012-08-212-3/+3
| | | | | | | Submitted by: gleb (maintainer) Notes: svn path=/head/; revision=302906
* - Update to 2012-06-21Pav Lucistnik2012-06-204-13/+7
| | | | | | | Submitted by: gleb (maintainer) Notes: svn path=/head/; revision=299705
* - Update to 2011-12-25Pav Lucistnik2011-12-264-5/+17
| | | | | | | Submitted by: gleb (maintainer) Notes: svn path=/head/; revision=288058
* - Update to 2011-10-18Pav Lucistnik2011-10-183-57/+5
| | | | | | | Submitted by: gleb (maintainer) Notes: svn path=/head/; revision=283858
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - 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
* - Fix build on -CURRENTPav Lucistnik2011-09-111-0/+52
| | | | | | | Submitted by: gk (maintainer) Notes: svn path=/head/; revision=281640
* - Update to 2011.09.01 to unbreak build on -CURRENTPav Lucistnik2011-09-062-3/+3
| | | | | | | Submitted by: gk (maintainer) Notes: svn path=/head/; revision=281289
* PEFS is a kernel level stacked cryptographic filesystem for FreeBSD.Sofian Brabez2011-09-016-0/+91
Key features: * Transparently runs on top of existing file systems * Random per file tweak value for encryption * Stores metadata only in encrypted file name * Arbitrary number of keys per file system, mixing keys in same directory and key chains * Modern cryptographic algorithms: AES and Camellia in XTS mode, PKCS#5v2 and HKDF for key generation. WWW: http://github.com/glk/pefs WWW: http://wiki.freebsd.org/PEFS PR: ports/156002 Submitted by: Gleb Kurtsou <gk@freebsd.org> Approved by: jadawin@ (mentor) Notes: svn path=/head/; revision=280980