pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/netatalk3



Module Name:    pkgsrc
Committed By:   hauke
Date:           Mon Jul 15 11:36:22 UTC 2024

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

Log Message:
Drop the 'cups' option, the Netatalk 3 branch does not have print
support (no papd).


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/netatalk3/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/netatalk3/options.mk
diff -u pkgsrc/net/netatalk3/options.mk:1.5 pkgsrc/net/netatalk3/options.mk:1.6
--- pkgsrc/net/netatalk3/options.mk:1.5 Wed Jan 11 12:25:04 2023
+++ pkgsrc/net/netatalk3/options.mk     Mon Jul 15 11:36:22 2024
@@ -1,17 +1,10 @@
-# $NetBSD: options.mk,v 1.5 2023/01/11 12:25:04 hauke Exp $
+# $NetBSD: options.mk,v 1.6 2024/07/15 11:36:22 hauke Exp $
 #
 PKG_OPTIONS_VAR=       PKG_OPTIONS.netatalk
-PKG_SUPPORTED_OPTIONS= cups debug dnssd kerberos ldap pam
+PKG_SUPPORTED_OPTIONS= debug dnssd kerberos ldap pam
 
 .include "../../mk/bsd.options.mk"
 
-.if !empty(PKG_OPTIONS:Mcups)
-.include "../../print/cups-base/buildlink3.mk"
-CONFIGURE_ARGS+=       --enable-cups
-.else
-CONFIGURE_ARGS+=       --disable-cups
-.endif
-
 .if !empty(PKG_OPTIONS:Mdebug)
 # Debugging
 CONFIGURE_ARGS+=       --enable-debug1



Home | Main Index | Thread Index | Old Index