Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Nov 2000 13:30:47 -0800 (PST)
From:      varju@webct.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/22605: xmcd port depends on mailx port
Message-ID:  <200011042130.eA4LUlc49368@snapple.webct.com>

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

>Number:         22605
>Category:       ports
>Synopsis:       xmcd port depends on mailx port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 04 13:40:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Alex Varju
>Release:        FreeBSD 4.1.1-STABLE i386
>Organization:
WebCT
>Environment:
>Description:
the xmcd port requires mailx to submit CDDB information to the master
catalog.

>How-To-Repeat:
>Fix:
Index: Makefile
===================================================================
RCS file: /home/freebsd/cvsroot/ports/audio/xmcd/Makefile,v
retrieving revision 1.26
diff -u -w -r1.26 Makefile
--- Makefile	2000/04/08 21:24:53	1.26
+++ Makefile	2000/11/04 21:22:18
@@ -19,6 +19,8 @@
 MAN1=		cda.1 cddbcmd.1 dp2xmcd.1 wm2xmcd.1 xmcd.1
 MANCOMPRESSED=	no
 
+RUN_DEPENDS= mailx:${PORTSDIR}/mail/mailx
+
 post-extract:
 	@${CHMOD} -R u+w ${WRKSRC}

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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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