Bug 200981

Summary: [PATCH] mail/opensmtpd-devel: update to 201506112227p1
Product: Ports & Packages Reporter: Andrey Fesenko <andrey>
Component: Individual Port(s)Assignee: Ashish SHUKLA <ashish>
Status: Closed FIXED    
Severity: Affects Only Me Keywords: patch
Priority: --- Flags: ashish: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch-Makefile
none
poudriere bulk -t log
none
Update patch
none
poudriere bulk -t log none

Comment 1 Andrey Fesenko 2015-06-20 05:17:12 UTC
Created attachment 157894 [details]
poudriere bulk -t log
Comment 2 Ashish SHUKLA freebsd_committer freebsd_triage 2015-06-21 22:11:54 UTC
(In reply to Andrey Fesenko from comment #0)

> * Fix pkg-plist remove makemap, if i'm understand https://github.com/OpenSMTPD/OpenSMTPD/issues/354 not build anymore

If you pass `--enable-table-db' to `configure', it'll build `db' table backend, and makemap, and newaliases, which I think is required to avoid breaking things for users who intend to upgrade.

HTH
Comment 3 Andrey Fesenko 2015-06-21 23:16:41 UTC
Created attachment 157961 [details]
Update patch

Add new option TABLE-DB (enabled by default) "--enable-table-db"
https://github.com/OpenSMTPD/OpenSMTPD/issues/584
Comment 4 Andrey Fesenko 2015-06-21 23:17:06 UTC
Created attachment 157962 [details]
poudriere bulk -t log
Comment 5 Ashish SHUKLA freebsd_committer freebsd_triage 2015-06-22 16:34:20 UTC
(In reply to Andrey Fesenko from comment #3)

Since it's harmless to keep it enabled by default, so I'll just do that.

I'm doing some test builds, and will commit it in few.

Thanks!
Comment 6 commit-hook freebsd_committer freebsd_triage 2015-06-23 10:44:11 UTC
A commit references this bug:

Author: ashish
Date: Tue Jun 23 10:44:01 UTC 2015
New revision: 390363
URL: https://svnweb.freebsd.org/changeset/ports/390363

Log:
  - Update to 201506112227
  - Enable "db" backend by default

  PR:		200981
  Submitted by:	Andrey Fesenko <andrey@bsdnir.info>

Changes:
  head/mail/opensmtpd-devel/Makefile
  head/mail/opensmtpd-devel/distinfo
  head/mail/opensmtpd-devel/files/patch-mk_smtpd_Makefile.in
Comment 7 Ashish SHUKLA freebsd_committer freebsd_triage 2015-06-23 10:44:56 UTC
Committed, with minor changes.

Thanks!