svn commit: r451766 - head/mail/dovecot/files

Larry Rosenman ler at FreeBSD.org
Wed Oct 11 17:47:42 UTC 2017


Author: ler
Date: Wed Oct 11 17:47:40 2017
New Revision: 451766
URL: https://svnweb.freebsd.org/changeset/ports/451766

Log:
  mail/dovecot: fix a parallel build issue.
  
  Reported by:	leres
  Obtained from:	https://github.com/dovecot/core/commit/b200bc3875fa06d42c8619865cc306c3297fcacc (part)

Added:
  head/mail/dovecot/files/patch-src_doveadm_Makefile.am   (contents, props changed)

Added: head/mail/dovecot/files/patch-src_doveadm_Makefile.am
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/dovecot/files/patch-src_doveadm_Makefile.am	Wed Oct 11 17:47:40 2017	(r451766)
@@ -0,0 +1,13 @@
+--- src/doveadm/Makefile.am.orig	2017-10-11 17:29:32 UTC
++++ src/doveadm/Makefile.am
+@@ -180,8 +180,8 @@ test_libs = \
+ 	../lib/liblib.la
+ test_deps = $(noinst_LTLIBRARIES) $(test_libs)
+ 
+-test_doveadm_util_SOURCES = test-doveadm-util.c
+-test_doveadm_util_LDADD = doveadm-util.o $(test_libs) $(MODULE_LIBS)
++test_doveadm_util_SOURCES = doveadm-util.c test-doveadm-util.c
++test_doveadm_util_LDADD = $(test_libs) $(MODULE_LIBS)
+ test_doveadm_util_DEPENDENCIES = $(test_deps)
+ 
+ check: check-am check-test


More information about the svn-ports-all mailing list