Subject: pkg/27529: mail/libmilter break original DESCR when make
To: None <gnats-bugs@gnats.netbsd.org>
From: MORI Kouji <moriko@hh.iij4u.or.jp>
List: pkgsrc-bugs
Date: 10/27/2004 10:12:25
>Number:         27529
>Category:       pkg
>Synopsis:       mail/libmilter break original DESCR when make
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    pkg-manager
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Oct 27 01:13:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator:     Koji Mori
>Release:        NetBSD 1.6.2_STABLE
>Organization:
>Environment:
System: NetBSD 1.6.2_STABLE (GENERIC)
Architecture: i386
Machine: i386
>Description:
	When "make post-patch", some lines are added to DESCR.
	If pkgsrc is on read only file system, make is fail.
>How-To-Repeat:
>Fix:
apply this patch to mail/libmilter/Makefile
${SITECONFIG} is defined in mail/sendmail/Makefile.common .

--- Makefile	Wed Oct 27 08:54:38 2004
+++ Makefile.new	Wed Oct 27 09:57:03 2004
@@ -6,7 +6,7 @@
 COMMENT=	Mail filter support library for sendmail
 
 post-patch: make-sendmail-siteconfig
-	${ECHO} >>${DESCR_SRC}
+	${ECHO} >>${SITECONFIG}
 
 do-build:
 	@(cd ${WRKSRC}/libmilter; ${SETENV} ${MAKE_ENV} ./Build)

>Release-Note:
>Audit-Trail:
>Unformatted: