pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/samba4



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jun  2 20:05:20 UTC 2021

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

Log Message:
samba4: don't declare snapper twice


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/samba4/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/samba4/options.mk
diff -u pkgsrc/net/samba4/options.mk:1.14 pkgsrc/net/samba4/options.mk:1.15
--- pkgsrc/net/samba4/options.mk:1.14   Tue Jun  1 08:30:17 2021
+++ pkgsrc/net/samba4/options.mk        Wed Jun  2 20:05:20 2021
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.14 2021/06/01 08:30:17 adam Exp $
+# $NetBSD: options.mk,v 1.15 2021/06/02 20:05:20 nia Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.samba4
 PKG_SUPPORTED_OPTIONS= ads avahi fam ldap pam winbind # cups # cups option is broken for me.
@@ -115,7 +115,6 @@ CONFIGURE_ARGS+=    --disable-avahi
 .endif
 
 .if ${OPSYS} == "Linux"
-PLIST_VARS+=   snapper
 .  if !empty(PKG_OPTIONS:Msnapper)
 .include "../../sysutils/dbus/buildlink3.mk"
 PLIST.snapper= yes



Home | Main Index | Thread Index | Old Index