Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2013 16:00:00 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/177097: commit references a PR
Message-ID:  <201303201600.r2KG00DK029702@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/177097; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/177097: commit references a PR
Date: Wed, 20 Mar 2013 15:51:25 +0000 (UTC)

 Author: ume
 Date: Wed Mar 20 15:51:13 2013
 New Revision: 314741
 URL: http://svnweb.freebsd.org/changeset/ports/314741
 
 Log:
   Correct dumpfile location.
   
   PR:		ports/177097
   Submitted by:	John Marshall <john.marshall__at__riverwillow.com.au>
   Reviewed by:	Mikhail Tsatsenko <m.tsatsenko__at__gmail.com> (maintainer)
   Approved by:	Mikhail Tsatsenko <m.tsatsenko__at__gmail.com> (maintainer)
 
 Modified:
   head/mail/milter-greylist/Makefile
 
 Modified: head/mail/milter-greylist/Makefile
 ==============================================================================
 --- head/mail/milter-greylist/Makefile	Wed Mar 20 15:22:04 2013	(r314740)
 +++ head/mail/milter-greylist/Makefile	Wed Mar 20 15:51:13 2013	(r314741)
 @@ -75,7 +75,8 @@ LIBS+=		${PTHREAD_LIBS}
  
  GNU_CONFIGURE=	yes
  CONFIGURE_ARGS+=	--with-user=mailnull --with-libmilter=${MILTERBASE} \
 -			--enable-dnsrbl --with-thread-safe-resolver
 +			--enable-dnsrbl --with-thread-safe-resolver \
 +			--with-dumpfile=/var/milter-greylist/greylist.db
  CONFIGURE_ENV+=	LIBS="${LIBS}"
  
  ALL_TARGET=	milter-greylist
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



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