pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/rsync Restore acl option, which was inadvertantly ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e2a3a826342
branches:  trunk
changeset: 390837:5e2a3a826342
user:      sekiya <sekiya%pkgsrc.org@localhost>
date:      Sat Dec 31 09:10:15 2022 +0000

description:
Restore acl option, which was inadvertantly nuked during the pkgsrc branch.

Sorry, adam@

diffstat:

 net/rsync/options.mk |  10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 99567ef20a7a -r 5e2a3a826342 net/rsync/options.mk
--- a/net/rsync/options.mk      Sat Dec 31 08:35:37 2022 +0000
+++ b/net/rsync/options.mk      Sat Dec 31 09:10:15 2022 +0000
@@ -1,12 +1,16 @@
-# $NetBSD: options.mk,v 1.4 2022/12/29 00:47:40 sekiya Exp $
+# $NetBSD: options.mk,v 1.5 2022/12/31 09:10:15 sekiya Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.rsync
 
-PKG_SUPPORTED_OPTIONS= zstd
-PKG_SUGGESTED_OPTIONS= zstd
+PKG_SUPPORTED_OPTIONS= acl zstd
+PKG_SUGGESTED_OPTIONS= acl zstd
 
 .include "../../mk/bsd.options.mk"
 
+.if empty(PKG_OPTIONS:Macl)
+CONFIGURE_ARGS+=       --disable-acl-support
+.endif
+
 .if !empty(PKG_OPTIONS:Mzstd)
 .include "../../archivers/zstd/buildlink3.mk"
 CONFIGURE_ARGS+=       --enable-zstd



Home | Main Index | Thread Index | Old Index