pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/acl
Module Name: pkgsrc
Committed By: gdt
Date: Sun Apr 30 20:16:54 UTC 2023
Modified Files:
pkgsrc/sysutils/acl: Makefile
Log Message:
sysutils/acl: Explain ONLY_FOR_PLATFORM more
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/acl/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/acl/Makefile
diff -u pkgsrc/sysutils/acl/Makefile:1.2 pkgsrc/sysutils/acl/Makefile:1.3
--- pkgsrc/sysutils/acl/Makefile:1.2 Sun Apr 30 20:14:39 2023
+++ pkgsrc/sysutils/acl/Makefile Sun Apr 30 20:16:54 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2023/04/30 20:14:39 gdt Exp $
+# $NetBSD: Makefile,v 1.3 2023/04/30 20:16:54 gdt Exp $
DISTNAME= acl-2.3.1
CATEGORIES= sysutils
@@ -9,7 +9,10 @@ HOMEPAGE= https://savannah.nongnu.org/pr
COMMENT= Provides missing POSIX ACL interfaces for Linux
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
-# uses linux/version.h and only tested under Linux
+# The point of this package is to provide POSIX facilities that are
+# missing on Linux. In addition to not being portable to other
+# systems, it is not useful on other systems because systems that have
+# ACLs provide the interfaces already.
ONLY_FOR_PLATFORM= Linux-*-*
WRKSRC= ${WRKDIR}/${DISTNAME:S/.src//}
Home |
Main Index |
Thread Index |
Old Index