aboutsummaryrefslogtreecommitdiff
path: root/sysutils/libsunacl
Commit message (Collapse)AuthorAgeFilesLines
* Declare license.Edward Tomasz Napierala2014-05-121-0/+2
| | | | Notes: svn path=/head/; revision=353797
* Fix packaging as a userBaptiste Daroussin2014-04-251-7/+2
| | | | | | | Remove test for pre FreeBSD 8 Notes: svn path=/head/; revision=352154
* Fix build failure caused by defining NO_PROFILE in src.conf.Edward Tomasz Napierala2013-12-011-4/+1
| | | | | | | | | Discussed with: se PR: ports/182864, ports/184094 Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=335364
* - Remove NO_STAGE as these have been tested to be safeBryan Drewery2013-09-251-1/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=328226
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* Fix plist when NO_PROFILE=1. While here, remove MD5 from distinfo.Edward Tomasz Napierala2010-12-232-2/+5
| | | | | | | | PR: ports/153201 Submitted by: Robert Archer <freebsd at deathbeforedecaf dot net> Notes: svn path=/head/; revision=266787
* Libsunacl is a wrapper around FreeBSD NFSv4 ACL API (acl_get_file(3) etc),Edward Tomasz Napierala2010-03-223-0/+32
providing SunOS-compatible acl(3)/facl(3) functions. Its main purpose is to make it easier to port software such as Samba, which already supports SunOS ACL API. Notes: svn path=/head/; revision=251382