pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/rsync



Module Name:    pkgsrc
Committed By:   sekiya
Date:           Sat Dec 31 09:10:15 UTC 2022

Modified Files:
        pkgsrc/net/rsync: options.mk

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

Sorry, adam@


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/rsync/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/rsync/options.mk
diff -u pkgsrc/net/rsync/options.mk:1.4 pkgsrc/net/rsync/options.mk:1.5
--- pkgsrc/net/rsync/options.mk:1.4     Thu Dec 29 00:47:40 2022
+++ pkgsrc/net/rsync/options.mk Sat Dec 31 09:10:15 2022
@@ -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