Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2004 07:52:50 -0800 (PST)
From:      Linh Pham <question+freebsdpr@closedsrc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/63309: mail/popa3d - pkg-message appears when STANDALONE_POP3 is defined
Message-ID:  <20040224155250.6036545048@q.closedsrc.org>
Resent-Message-ID: <200402241600.i1OG0M7p049537@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         63309
>Category:       ports
>Synopsis:       mail/popa3d - pkg-message appears when STANDALONE_POP3 is defined
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 24 08:00:22 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Linh Pham
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD q.internal.closedsrc.org 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Mon Feb 23 22:19:33 PST 2004 root@q.internal.closedsrc.org:/usr/obj/usr/src/sys/GENERIC i386
>Description:
When building mail/popa3d with the STANDALONE_POP3 flag set, the daemon is
ran in standalone mode and is started from an rc.d script rather from
inetd; therefore, pkg-message should not be displayed as it tells the person
to add an entry into inetd.conf (which is unneeded).
>How-To-Repeat:
cd /usr/ports/mail/popa3d ; make STANDALONE_POP3 all install
>Fix:

--- mail-popa3d_Makefile.diff begins here ---
--- Makefile.orig	Tue Feb 24 07:46:41 2004
+++ Makefile	Tue Feb 24 07:47:17 2004
@@ -86,7 +86,9 @@
 .endif
 
 post-install:
+.if !defined(STANDALONE_POP3)
 	@ ${CAT} ${PKGMESSAGE}
+.endif
 
 .include <bsd.port.mk>
 
--- mail-popa3d_Makefile.diff ends here ---


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



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