pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/qmail



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Wed Jun 19 17:46:39 UTC 2019

Modified Files:
        pkgsrc/mail/qmail: options.mk

Log Message:
Keep it simple: libtai does not futz with PKG_SYSCONFSUBDIR.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/mail/qmail/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/mail/qmail/options.mk
diff -u pkgsrc/mail/qmail/options.mk:1.63 pkgsrc/mail/qmail/options.mk:1.64
--- pkgsrc/mail/qmail/options.mk:1.63   Wed Apr 10 22:24:57 2019
+++ pkgsrc/mail/qmail/options.mk        Wed Jun 19 17:46:39 2019
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.63 2019/04/10 22:24:57 schmonz Exp $
+# $NetBSD: options.mk,v 1.64 2019/06/19 17:46:39 schmonz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.qmail
 PKG_SUPPORTED_OPTIONS+=                eai inet6 pam syncdir tai-system-clock tls
@@ -89,17 +89,7 @@ SUBST_CLASSES+=                      libtai
 SUBST_STAGE.libtai=            do-configure
 SUBST_FILES.libtai=            leapsecs_read.c
 SUBST_SED.libtai=              -e 's|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR.libtai}|g'
-DEPENDS_LIBTAI=                        libtai>=0.60nb5:../../devel/libtai
-DEPENDS+=                      ${DEPENDS_LIBTAI}
-.  if !defined(PKG_SYSCONFDIR.libtai)
-PKG_SYSCONFDIR.libtai!=                                                        \
-       ${PKG_INFO} -Q PKG_SYSCONFDIR                                   \
-               ${DEPENDS_LIBTAI:C/:.*$//:Q} 2>/dev/null ||             \
-       ${ECHO} "PKG_SYSCONFDIR.libtai_not_set"
-.    if empty(PKG_SYSCONFDIR.libtai:M*not_set)
-MAKEVARS+=     PKG_SYSCONFDIR.libtai
-.    endif
-.  endif
+DEPENDS+=                      libtai>=0.60nb5:../../devel/libtai
 .endif
 
 PLIST_VARS+=                   tls



Home | Main Index | Thread Index | Old Index