ports/63309: mail/popa3d - pkg-message appears when STANDALONE_POP3 is defined

Linh Pham question+freebsdpr at closedsrc.org
Tue Feb 24 16:00:23 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list