svn commit: r342072 - head/mail/zmailer

Antoine Brodin antoine at FreeBSD.org
Fri Jan 31 21:02:37 UTC 2014


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 at 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


More information about the svn-ports-all mailing list