summaryrefslogtreecommitdiff
path: root/sysutils/libsunacl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix build with src r354909 applied.Brooks Davis2019-11-251-1/+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>.
* Update port to the version 1.0.1. Change maintainer according the private ↵Timur I. Bakeyev2018-01-312-5/+6
| | | | | | agreement. Change source location to the GitHUB and put it under FreeNAS umbrella. Sponsored by: iXsystems Inc.
* Declare license.Edward Tomasz Napierala2014-05-121-0/+2
|
* Fix packaging as a userBaptiste Daroussin2014-04-251-7/+2
| | | | Remove test for pre FreeBSD 8
* 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
* - Remove NO_STAGE as these have been tested to be safeBryan Drewery2013-09-251-1/+0
| | | | With hat: portmgr
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | sysutils)
* 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>
* 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.