From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 27 11:17:49 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1590516A4CE; Tue, 27 Apr 2004 11:17:49 -0700 (PDT) Received: from q.closedsrc.org (ip233.gte244.dsl-acs2.sea.iinet.com [209.20.244.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id A486D43D1F; Tue, 27 Apr 2004 11:17:48 -0700 (PDT) (envelope-from question+freebsdpr@closedsrc.org) Received: by q.closedsrc.org (Postfix, from userid 1001) id ED0CF45069; Tue, 27 Apr 2004 11:16:37 -0700 (PDT) Date: Tue, 27 Apr 2004 11:16:37 -0700 From: Linh Pham To: Linh Pham Message-ID: <20040427181637.GA95604@q.internal.closedsrc.org> References: <200404270050.i3R0oOsR099406@freefall.freebsd.org> <78874ECE-97F3-11D8-9F3D-000A958C81C6@ahze.net> <20040427025738.GA92553@q.internal.closedsrc.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="a8Wt8u1KmwUX3Y2C" Content-Disposition: inline In-Reply-To: <20040427025738.GA92553@q.internal.closedsrc.org> Organization: closedsrc.org Mail-Copies-To: poster X-PGP-Key: http://closedsrc.org/~question/pubkey.asc User-Agent: Mutt/1.5.6i cc: freebsd-ports-bugs@FreeBSD.org cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/66005: New port: mail/p5-SpamAssassin-devel - port that follows the 3.0 CVS devel tree of SpamAssassin X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 18:17:49 -0000 --a8Wt8u1KmwUX3Y2C Content-Type: text/plain; charset=us-ascii Content-Disposition: inline One more diff to fix the problem with the rc.d/spamd.sh file ended up being blank. -- Linh Pham question@closedsrc.org Webmaster and FreeBSD Geek http://closedsrc.org Apprentice Manager Editor and Writer http://www.daemonnews.org C++ is to C, as lung cancer is to lung | There is always one more bug. --a8Wt8u1KmwUX3Y2C Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="sa-devel_Makefile,v3.diff" --- Makefile,v2 Tue Apr 27 10:42:09 2004 +++ Makefile Tue Apr 27 10:42:21 2004 @@ -54,7 +54,7 @@ @${MV} ${WRKSRC}/Makefile.PL.sed ${WRKSRC}/Makefile.PL post-build: - @${REINPLACE_CMD} ${SED_SCRIPT} ${FILESDIR}/spamd.sh > ${WRKDIR}/spamd.sh + @${SED} ${SED_SCRIPT} ${FILESDIR}/spamd.sh > ${WRKDIR}/spamd.sh post-install: @${STRIP_CMD} ${PREFIX}/bin/spamc --a8Wt8u1KmwUX3Y2C--