svn commit: r363041 - head/mail/dcc-dccd
John Marino
marino at FreeBSD.org
Sun Jul 27 10:37:15 UTC 2014
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 at sentex.net
+MAINTAINER= ports at 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
More information about the svn-ports-all
mailing list