svn commit: r323214 - head/security/amavisd-milter
Baptiste Daroussin
bapt at FreeBSD.org
Thu Jul 18 09:58:52 UTC 2013
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 at gmail.com>
-#
+# Created by: Petr Rehor <prehor at 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):
#
More information about the svn-ports-head
mailing list