Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jul 2014 10:37:15 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363041 - head/mail/dcc-dccd
Message-ID:  <201407271037.s6RAbFEK027858@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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