aboutsummaryrefslogtreecommitdiff
path: root/security/pam_mkhomedir
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with src r354909 applied.Brooks Davis2019-11-251-2/+2
| | | | | | | | | | | | | | 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>. Notes: svn path=/head/; revision=518434
* Convert to UCL & cleanup pkg-message (categories s)Mathieu Arnold2019-08-141-4/+6
| | | | Notes: svn path=/head/; revision=508909
* Allow staging as a regular userAntoine Brodin2014-09-071-0/+1
| | | | Notes: svn path=/head/; revision=367580
* - Stage supportMartin Wilke2014-03-091-7/+2
| | | | Notes: svn path=/head/; revision=347623
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | security) Notes: svn path=/head/; revision=327769
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* - Update to 0.2 to fix build on 9-current (utmp)Renato Botelho2010-02-083-15/+12
| | | | | | | | | | - Remove 4 lines pkg-plist PR: ports/143482 Submitted by: maintainer Notes: svn path=/head/; revision=249425
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-7/+1
| | | | Notes: svn path=/head/; revision=200791
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* - Was marked as unmaintained by accident.Sergey Matveychuk2005-07-101-1/+1
| | | | | | | | | So set MAINTAINER to the port submitter. Submitted by: niels Notes: svn path=/head/; revision=138802
* - Don't install profile dir when WITH_PROFILE undefinedSergey Matveychuk2005-06-171-1/+2
| | | | | | | | | | - I pick up this port PR: ports/82326 Submitted by: Dmitry A Grigorovich <odip@bionet.nsc.ru> Notes: svn path=/head/; revision=137613
* New port: Create HOME directory with a PAM module on demandNiels Heinen2005-06-145-0/+75
Based on submission via the following PR: PR: ports/82032 Submitted by: Martin Mersberger Approved by: nectar (mentor) Notes: svn path=/head/; revision=137459