Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jul 2013 09:58:52 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323214 - head/security/amavisd-milter
Message-ID:  <201307180958.r6I9wqUD067504@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Jul 18 09:58:52 2013
New Revision: 323214
URL: http://svnweb.freebsd.org/changeset/ports/323214

Log:
  Mark as broken:
  main.c: In function 'main':
  main.c:360: warning: passing argument 1 of 'smfi_setconn' discards qualifiers from pointer target type
  main.c:398: error: 'false' undeclared (first use in this function)
  main.c:398: error: (Each undeclared identifier is reported only once
  main.c:398: error: for each function it appears in.)
  *** [amavisd_milter-main.o] Error code 1
  
  Reported by:	pkg-fallout

Modified:
  head/security/amavisd-milter/Makefile

Modified: head/security/amavisd-milter/Makefile
==============================================================================
--- head/security/amavisd-milter/Makefile	Thu Jul 18 09:55:21 2013	(r323213)
+++ head/security/amavisd-milter/Makefile	Thu Jul 18 09:58:52 2013	(r323214)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	amavisd-milter
-# Date created:		2005-06-08
-# Whom:			Petr Rehor <prehor@gmail.com>
-#
+# Created by: Petr Rehor <prehor@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	amavisd-milter
 PORTVERSION=	1.5.0
@@ -16,6 +12,8 @@ COMMENT=	Milter for amavisd-new
 
 RUN_DEPENDS=	amavisd:${PORTSDIR}/security/amavisd-new
 
+BROKEN=	Does not build
+
 ##
 # Use the following quirks to choose which sendmail to use (ports or system):
 #



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307180958.r6I9wqUD067504>