Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Nov 2018 14:34:44 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r486094 - in head/mail: postfix postfix-current
Message-ID:  <201811281434.wASEYiEj021922@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Wed Nov 28 14:34:44 2018
New Revision: 486094
URL: https://svnweb.freebsd.org/changeset/ports/486094

Log:
  - add ability to overwrite OPTIONS_DEFAULT for slave ports
    (s/=/?=/)
  
  PR:		233608
  Submitted by:	HEO SeonMeyong

Modified:
  head/mail/postfix-current/Makefile
  head/mail/postfix/Makefile

Modified: head/mail/postfix-current/Makefile
==============================================================================
--- head/mail/postfix-current/Makefile	Wed Nov 28 14:23:18 2018	(r486093)
+++ head/mail/postfix-current/Makefile	Wed Nov 28 14:34:44 2018	(r486094)
@@ -45,7 +45,7 @@ OPTIONS_DEFINE=	BDB BLACKLISTD CDB DOCS EAI INST_BASE 
 
 OPTIONS_RADIO=		RG1
 OPTIONS_RADIO_RG1=	SASLKRB5 SASLKMIT
-OPTIONS_DEFAULT=	EAI PCRE TLS
+OPTIONS_DEFAULT?=	EAI PCRE TLS
 
 BDB_USES=		bdb
 BLACKLISTD_EXTRA_PATCHES=	${FILESDIR}/extra-patch-blacklistd

Modified: head/mail/postfix/Makefile
==============================================================================
--- head/mail/postfix/Makefile	Wed Nov 28 14:23:18 2018	(r486093)
+++ head/mail/postfix/Makefile	Wed Nov 28 14:34:44 2018	(r486094)
@@ -45,7 +45,7 @@ OPTIONS_DEFINE=	BDB BLACKLISTD CDB DOCS EAI INST_BASE 
 
 OPTIONS_RADIO=		RG1
 OPTIONS_RADIO_RG1=	SASLKRB5 SASLKMIT
-OPTIONS_DEFAULT=	EAI PCRE TLS
+OPTIONS_DEFAULT?=	EAI PCRE TLS
 
 BDB_USES=		bdb
 BLACKLISTD_EXTRA_PATCHES=	${FILESDIR}/extra-patch-blacklistd



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