pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/cy2-anonymous
Module Name: pkgsrc
Committed By: rillig
Date: Sat May 23 12:21:48 UTC 2020
Modified Files:
pkgsrc/security/cy2-anonymous: Makefile
Log Message:
security/cy2-anonymous: fix typo in configure option
Even though the option was unknown, the plugin was built because of the
custom BUILD_DIRS and BUILD_TARGET. That could be considered a hack at
best.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/cy2-anonymous/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/cy2-anonymous/Makefile
diff -u pkgsrc/security/cy2-anonymous/Makefile:1.12 pkgsrc/security/cy2-anonymous/Makefile:1.13
--- pkgsrc/security/cy2-anonymous/Makefile:1.12 Sun Dec 9 21:05:34 2018
+++ pkgsrc/security/cy2-anonymous/Makefile Sat May 23 12:21:48 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2018/12/09 21:05:34 adam Exp $
+# $NetBSD: Makefile,v 1.13 2020/05/23 12:21:48 rillig Exp $
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-anonymous/}
COMMENT= Cyrus SASL ANONYMOUS authentication plugin
@@ -8,7 +8,7 @@ CONFLICTS= cyrus-sasl<=2.1.19nb1
.include "../../security/cyrus-sasl/Makefile.common"
-CONFIGURE_ARGS+= --enable-anonymous
+CONFIGURE_ARGS+= --enable-anon
BUILD_DIRS= plugins
BUILD_TARGET= libanonymous.la
Home |
Main Index |
Thread Index |
Old Index