From owner-svn-ports-head@FreeBSD.ORG Sun Jul 27 10:37:15 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7B3A68E6; Sun, 27 Jul 2014 10:37:15 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6653F2D81; Sun, 27 Jul 2014 10:37:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6RAbFuO027859; Sun, 27 Jul 2014 10:37:15 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6RAbFEK027858; Sun, 27 Jul 2014 10:37:15 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201407271037.s6RAbFEK027858@svn.freebsd.org> From: John Marino Date: Sun, 27 Jul 2014 10:37:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363041 - head/mail/dcc-dccd 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.18 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: Sun, 27 Jul 2014 10:37:15 -0000 Author: marino Date: Sun Jul 27 10:37:14 2014 New Revision: 363041 URL: http://svnweb.freebsd.org/changeset/ports/363041 QAT: https://qat.redports.org/buildarchive/r363041/ Log: mail/dcc-dccd: reset maintainer, but apply ports sendmail fix This port should have been reset with the big batches. There is a PR to update the version (184281) but stage support is not included and nobody is stepping up to update the PR. But while here, add a one-line fix to support building with sendmail from ports. PR: 188903 Submitted by: Jamie Landeg-Jones Approved by: maintainer timeout (3 months) Approved by: portmgr (implicit, NOT_STAGED) Modified: head/mail/dcc-dccd/Makefile Modified: head/mail/dcc-dccd/Makefile ============================================================================== --- head/mail/dcc-dccd/Makefile Sun Jul 27 10:30:36 2014 (r363040) +++ head/mail/dcc-dccd/Makefile Sun Jul 27 10:37:14 2014 (r363041) @@ -11,7 +11,7 @@ MASTER_SITES= http://www.dcc-servers.net DISTNAME= dcc-${PORTVERSION} EXTRACT_SUFX= .tar.Z -MAINTAINER= cgreen@sentex.net +MAINTAINER= ports@FreeBSD.org COMMENT= Distributed Checksum Clearinghouse bulk email detector .if ! defined(PACKAGE_BUILDING) @@ -114,6 +114,7 @@ MILTERINC= ${MILTERBASE}/include MILTERLIB= ${MILTERBASE}/lib CPPFLAGS+= -I${MILTERINC} +CFLAGS+= -I${MILTERINC} LDFLAGS+= -L${MILTERLIB} CONFIGURE_ARGS+= --with-sendmail=yes