From nick@van-laarhoven.org  Thu Dec 27 23:21:41 2007
Return-Path: <nick@van-laarhoven.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2A99816A417
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 27 Dec 2007 23:21:41 +0000 (UTC)
	(envelope-from nick@van-laarhoven.org)
Received: from smtp-1.orange.nl (smtp-1.orange.nl [193.252.22.241])
	by mx1.freebsd.org (Postfix) with ESMTP id EDBDD13C469
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 27 Dec 2007 23:21:40 +0000 (UTC)
	(envelope-from nick@van-laarhoven.org)
Received: from smtp-1.orange.nl (mwinf6007 [172.22.155.37])
	by mwinf6010.orange.nl (SMTP Server) with ESMTP id 8B5991C1E070
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 27 Dec 2007 23:20:27 +0100 (CET)
Received: from me-wanadoo.net (localhost [127.0.0.1])
	by mwinf6007.orange.nl (SMTP Server) with ESMTP id E4AB9700008B
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 27 Dec 2007 23:20:25 +0100 (CET)
Received: from uitsmijter.van-laarhoven.org (ap-zvhz-13f05.adsl.wanadoo.nl [81.69.93.5])
	by mwinf6007.orange.nl (SMTP Server) with ESMTP id BBDC37000088
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 27 Dec 2007 23:20:25 +0100 (CET)
Received: (qmail 48944 invoked by uid 1001); 27 Dec 2007 22:19:09 -0000
Message-Id: <20071227221909.48943.qmail@uitsmijter.van-laarhoven.org>
Date: 27 Dec 2007 22:19:09 -0000
From: Nick Hibma <nick@anywi.com>
Reply-To: Nick Hibma <nick@anywi.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: qmail-scanner port requires daemontools (setuidgid)
X-Send-Pr-Version: 3.113
X-GNATS-Notify: lippemail@gmail.com

>Number:         119081
>Category:       ports
>Synopsis:       mail/qmail-scanner port requires daemontools (setuidgid)
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 27 23:30:03 UTC 2007
>Closed-Date:    Wed Jan 23 16:42:06 UTC 2008
>Last-Modified:  Wed Jan 23 16:50:01 UTC 2008
>Originator:     Nick Hibma
>Release:        FreeBSD 6.3-PRERELEASE i386
>Organization:
AnyWi Technologies
>Environment:
System: FreeBSD uitsmijter.van-laarhoven.org 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #3: Wed Dec 19 18:51:45 CET 2007 toor@uitsmijter.van-laarhoven.org:/usr/obj/usr/src/sys/UITSMIJTER i386

Ports as of this afternoon local time.
>Description:
	pkg_delete daemontools\*
	cd /usr/ports/mail/qmail-scanner
	make install QMAILSCAN_SLAVEPORT=tls

	Several occurrences of setuidgid not found.
>How-To-Repeat:
>Fix:

	Add daemontools to INSTALL_DEPENDS.

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Dec 28 02:14:31 UTC 2007 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=119081 

From: Felippe de Meirelles Motta <lippemail@gmail.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/119081: mail/qmail-scanner port requires daemontools (setuidgid)
Date: Fri, 28 Dec 2007 13:17:04 -0200

 This is a multi-part message in MIME format.
 --------------010508050704020809060700
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Edwin Groothuis wrote:
 > Maintainer of mail/qmail-scanner,
 >
 > Please note that PR ports/119081 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/119081
 >
 >   
 Thanks for your report, i sent the patch as attach, with some others 
 minor changes.
 
 --------------010508050704020809060700
 Content-Type: text/plain;
  name="qmail-scanner.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="qmail-scanner.txt"
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/mail/qmail-scanner/Makefile,v
 retrieving revision 1.20
 diff -u -r1.20 Makefile
 --- Makefile	18 Dec 2007 16:31:11 -0000	1.20
 +++ Makefile	28 Dec 2007 15:14:46 -0000
 @@ -7,7 +7,7 @@
  
  PORTNAME=	qmail-scanner
  PORTVERSION=	2.01
 -PORTREVISION=	2
 +PORTREVISION=	3
  CATEGORIES=	mail security
  MASTER_SITES=	SF
  EXTRACT_SUFX=	.tgz
 @@ -18,11 +18,13 @@
  RUN_DEPENDS+=	reformime:${PORTSDIR}/mail/maildrop \
  		unzip:${PORTSDIR}/archivers/unzip \
  		${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
 -		${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
 +		${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
 +		setuidgid:${PORTSDIR}/sysutils/daemontools
  BUILD_DEPENDS+=	reformime:${PORTSDIR}/mail/maildrop \
  		unzip:${PORTSDIR}/archivers/unzip \
  		${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
 -		${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
 +		${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
 +		setuidgid:${PORTSDIR}/sysutils/daemontools
  
  CONFLICTS=	qmail-scanner-1.*
  
 @@ -227,12 +229,8 @@
  do-install:
  .if !defined(NOPORTDOCS)
  	@${MKDIR} ${DOCSDIR}/contrib
 -. for i in ${DOCS}
 -	${INSTALL_DATA} ${WRKSRC}/contrib/${i} ${DOCSDIR}/contrib
 -. endfor
 -. for j in ${CONTRIB}
 -	${INSTALL_SCRIPT} ${WRKSRC}/contrib/${j} ${DOCSDIR}/contrib
 -. endfor
 +	@${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/contrib/,} ${DOCSDIR}/contrib
 +	@${INSTALL_SCRIPT} ${CONTRIB:S,^,${WRKSRC}/contrib/,} ${DOCSDIR}/contrib
  .endif
  	@${MKDIR} ${SPOOLDIR}
  	@${INSTALL_SCRIPT} ${WRKSRC}/qmail-scanner-queue.pl ${PREFIX}/bin
 
 --------------010508050704020809060700--
State-Changed-From-To: feedback->closed 
State-Changed-By: garga 
State-Changed-When: Wed Jan 23 16:42:06 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=119081 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/119081: commit references a PR
Date: Wed, 23 Jan 2008 16:41:55 +0000 (UTC)

 garga       2008-01-23 16:41:49 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/qmail-scanner   Makefile 
   Log:
   - Add daemontools to INSTALL_DEPENDS to fix setuidgid missings at install time.
   
   PR:             ports/119081
   Submitted by:   Nick Hibma <nick@anywi.com>
   Reviewed by:    maintainer
   Approved by:    maintainer
   
   Revision  Changes    Path
   1.21      +7 -9      ports/mail/qmail-scanner/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
