From owner-svn-ports-head@FreeBSD.ORG Fri Jan 31 21:02:37 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BD6BCBB8; Fri, 31 Jan 2014 21:02:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A8EFF1908; Fri, 31 Jan 2014 21:02:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0VL2bJ7001759; Fri, 31 Jan 2014 21:02:37 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0VL2bAO001758; Fri, 31 Jan 2014 21:02:37 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201401312102.s0VL2bAO001758@svn.freebsd.org> From: Antoine Brodin Date: Fri, 31 Jan 2014 21:02:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342072 - head/mail/zmailer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Jan 2014 21:02:37 -0000 Author: antoine Date: Fri Jan 31 21:02:37 2014 New Revision: 342072 URL: http://svnweb.freebsd.org/changeset/ports/342072 QAT: https://qat.redports.org/buildarchive/r342072/ Log: Mark broken: Fails to install if test "" != "" ; then /usr/bin/make post-install-text-dd ; fi ===> Staging rc.d startup script(s) Can't chdir('/usr/local/etc/zmailer/cf/proto/') at /usr/local/sbin/post-install line 37. *** Error code 2 Reported by: pkg-fallout since august 2013 With hat: portmgr Modified: head/mail/zmailer/Makefile Modified: head/mail/zmailer/Makefile ============================================================================== --- head/mail/zmailer/Makefile Fri Jan 31 21:01:57 2014 (r342071) +++ head/mail/zmailer/Makefile Fri Jan 31 21:02:37 2014 (r342072) @@ -10,6 +10,8 @@ MASTER_SITES= ftp://ftp.funet.fi/pub/uni MAINTAINER= gahr@FreeBSD.org COMMENT= Fully functional fast robust SMTP server and transport agent +BROKEN= Fails to install + CONFLICTS= courier-0.* postfix-1.* postfix-2.* sendmail-8.* sendmail-*-8.* smail-3.* OPTIONS_DEFINE= SSL