pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/dovecot2
Module Name: pkgsrc
Committed By: schmonz
Date: Sat Dec 1 11:42:41 UTC 2018
Modified Files:
pkgsrc/mail/dovecot2: Makefile.common
Log Message:
Move PKGPATH check after bsd.prefs.mk to fix circular dependency.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/mail/dovecot2/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/dovecot2/Makefile.common
diff -u pkgsrc/mail/dovecot2/Makefile.common:1.22 pkgsrc/mail/dovecot2/Makefile.common:1.23
--- pkgsrc/mail/dovecot2/Makefile.common:1.22 Fri Nov 30 18:43:09 2018
+++ pkgsrc/mail/dovecot2/Makefile.common Sat Dec 1 11:42:41 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2018/11/30 18:43:09 adam Exp $
+# $NetBSD: Makefile.common,v 1.23 2018/12/01 11:42:41 schmonz Exp $
#
# when updating to a new release, update ABI depends in
# the buildlink3.mk file as well, since the plugins' version
@@ -23,16 +23,16 @@ LICENSE= mit AND gnu-lgpl-v2.1 AND modif
DISTINFO_FILE= ${.CURDIR}/../../mail/dovecot2/distinfo
PATCHDIR= ${.CURDIR}/../../mail/dovecot2/patches
-.if "${PKGPATH}" != "mail/dovecot2"
-DEPENDS+= dovecot>=${PKGVERSION_NOREV}{nb*,}:../../mail/dovecot2
-.endif
-
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config rpcgen
GNU_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"
+.if "${PKGPATH}" != "mail/dovecot2"
+DEPENDS+= dovecot>=${PKGVERSION_NOREV}{nb*,}:../../mail/dovecot2
+.endif
+
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --with-ssldir=${SSLDIR}
Home |
Main Index |
Thread Index |
Old Index