Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jun 2020 15:17:36 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538097 - head/mail/courier-imap
Message-ID:  <202006061517.056FHaNH067328@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Sat Jun  6 15:17:35 2020
New Revision: 538097
URL: https://svnweb.freebsd.org/changeset/ports/538097

Log:
  No need to force location of COURIERAUTHCONFIG. Let configure get it from the PATH.
  
  Forcing it could brake build when using non standard PREFIX.
  
  Reported by:	Mark Dickey <mark@bestweb.net> (via email)

Modified:
  head/mail/courier-imap/Makefile

Modified: head/mail/courier-imap/Makefile
==============================================================================
--- head/mail/courier-imap/Makefile	Sat Jun  6 14:59:48 2020	(r538096)
+++ head/mail/courier-imap/Makefile	Sat Jun  6 15:17:35 2020	(r538097)
@@ -65,8 +65,7 @@ CONFIGURE_ARGS=	--sysconfdir=${CONFDIR} \
 		--enable-unicode \
 		--disable-root-check \
 		--with-locking-method=fcntl \
-		--with-notice=unicode \
-		COURIERAUTHCONFIG=${PREFIX}/bin/courierauthconfig
+		--with-notice=unicode
 
 GNUTLS_LIB_DEPENDS=	libgnutls.so:security/gnutls \
 			libgcrypt.so:security/libgcrypt



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006061517.056FHaNH067328>