Date: Sat, 14 Aug 2004 00:12:35 +0800 (CST) From: Cheng-Lung Sung <clsung@dragon2.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Kris Kennaway <kris@obsecurity.org> Subject: ports/70419: [MAINTAINER] security/clamsmtp: fix RUN_DEPENDS Message-ID: <20040813161235.14D1A106C29@FreeBSD.csie.NCTU.edu.tw> Resent-Message-ID: <200408131620.i7DGKIOx018615@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 70419 >Category: ports >Synopsis: [MAINTAINER] security/clamsmtp: fix RUN_DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 13 16:20:17 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Cheng-Lung Sung >Release: FreeBSD 4.10-STABLE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD FreeBSD.csie.NCTU.edu.tw 4.10-STABLE FreeBSD 4.10-STABLE #0: Sat May 29 08:18:00 CST 2004 >Description: - fix [clamsmtp-0.5 failed on i386 5] - set LOCALBASE to check clamd - noticed by kris. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- clamsmtp-0.5.patch begins here --- diff -ruN --exclude=CVS /usr/ports/security/clamsmtp/Makefile /home/clsung/clamsmtp/Makefile --- /usr/ports/security/clamsmtp/Makefile Thu Aug 5 05:35:46 2004 +++ /home/clsung/clamsmtp/Makefile Sat Aug 14 00:08:27 2004 @@ -13,7 +13,7 @@ MAINTAINER= clsung@dragon2.net COMMENT= An ClamAV anti-virus SMTP Filter -RUN_DEPENDS= clamd:${PORTSDIR}/security/clamav +RUN_DEPENDS= ${LOCALBASE}/sbin/clamd:${PORTSDIR}/security/clamav HAS_CONFIGURE= yes USE_GMAKE= yes --- clamsmtp-0.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040813161235.14D1A106C29>