Bug 233608 - Modify postfix and postfix-current OPTIONS_DEFAULT in Makefile.
Summary: Modify postfix and postfix-current OPTIONS_DEFAULT in Makefile.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Olli Hauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-28 13:51 UTC by HEO SeonMeyong
Modified: 2018-11-28 16:29 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (ohauer)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description HEO SeonMeyong 2018-11-28 13:51:42 UTC
I want to create sub ports using mail/postfix and mail/postfix-current.

Currently those Makefile is described above.

> OPTIONS_DEFAULT=        EAI PCRE TLS

Please modify to following

> OPTIONS_DEFAULT?=        EAI PCRE TLS

So, people create variants like www/nginx-*.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-11-28 14:35:37 UTC
A commit references this bug:

Author: ohauer
Date: Wed Nov 28 14:34:44 UTC 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

Changes:
  head/mail/postfix/Makefile
  head/mail/postfix-current/Makefile
Comment 2 Olli Hauer freebsd_committer freebsd_triage 2018-11-28 15:28:43 UTC
change committed!
Comment 3 HEO SeonMeyong 2018-11-28 16:29:58 UTC
Thank you very much!