ports/123738: [PATCH] Fixed mail/dkim-milter build with WITH_POSTFIX_MILTER option being enabled

Hirohisa Yamaguchi umq at ueo.co.jp
Sat May 17 02:30:04 UTC 2008


The following reply was made to PR ports/123738; it has been noted by GNATS.

From: Hirohisa Yamaguchi <umq at ueo.co.jp>
To: zaa at zaa.pp.ru
Cc: bug-followup at FreeBSD.ORG
Subject: Re: ports/123738: [PATCH] Fixed mail/dkim-milter build with WITH_POSTFIX_MILTER option being enabled
Date: Sat, 17 May 2008 11:28:43 +0900

 --Multipart_Sat_May_17_11:28:42_2008-1
 Content-Type: text/plain; charset=US-ASCII
 
 At Sat, 17 May 2008 05:27:25 +0400,
 Alexander Zhuravlev wrote:
 
 > Please put the following entry to /etc/make.conf
 > 
 > WRKDIRPREFIX=/usr/obj
 > 
 > then proceed to the /usr/ports/mail/dkim-milter/ and try to install the
 > port.
 
 Okay, I see the problem.
 Attached patch should work.
 
 I'll consider using SUB_FILES for pkg-message.postfix in the next
 update, since a better instruction for postfix users are discussed in
 upstream.
 So, I keep pkg-message.postfix untouched this time.
 
 
 Regards,
 
 -- 
 
 	Hirohisa Yamaguchi
 	  umq at ueo.co.jp
 
 --Multipart_Sat_May_17_11:28:42_2008-1
 Content-Type: application/octet-stream; type=patch
 Content-Disposition: attachment; filename="dkim-milter.patch"
 Content-Transfer-Encoding: 7bit
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/mail/dkim-milter/Makefile,v
 retrieving revision 1.48
 diff -u -r1.48 Makefile
 --- Makefile	26 Apr 2008 15:18:44 -0000	1.48
 +++ Makefile	17 May 2008 02:12:10 -0000
 @@ -14,6 +14,7 @@
  
  PORTNAME=	dkim-milter
  PORTVERSION=	2.5.5
 +PORTREVISION=	1
  CATEGORIES=	mail
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	${PORTNAME}
 @@ -26,7 +27,7 @@
  
  .if defined(WITH_POSTFIX_MILTER) || defined(WITH_POSTFIX) || defined(WITH_POSTFIX_CURRENT)
  WITH_SENDMAIL_BASE=	yes
 -PKGMESSAGE=	pkg-message.postfix
 +PKGMESSAGE=	${PKGDIR}/pkg-message.postfix
  
  .if defined(SENDMAIL_MILTER_IN_BASE)
  WITH_SENDMAIL_BASE=yes
 
 --Multipart_Sat_May_17_11:28:42_2008-1--



More information about the freebsd-ports-bugs mailing list