From owner-cvs-ports@FreeBSD.ORG Tue Oct 19 23:08:23 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DD3D16A4CE; Tue, 19 Oct 2004 23:08:23 +0000 (GMT) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [210.226.20.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id A20B143D49; Tue, 19 Oct 2004 23:08:22 +0000 (GMT) (envelope-from kuriyama@imgsrc.co.jp) Received: from localhost (localhost [127.0.0.1]) by black.imgsrc.co.jp (Postfix) with ESMTP id 9B99D50C49; Wed, 20 Oct 2004 08:08:21 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [IPv6:2001:218:422:2::9999]) by black.imgsrc.co.jp (Postfix) with ESMTP id EF46550C47; Wed, 20 Oct 2004 08:08:19 +0900 (JST) Date: Wed, 20 Oct 2004 08:08:19 +0900 Message-ID: <7m4qkq487w.wl@black.imgsrc.co.jp> From: Jun Kuriyama To: Cheng-Lung Sung In-Reply-To: <200410190315.i9J3FEWn031404@repoman.freebsd.org> References: <200410190315.i9J3FEWn031404@repoman.freebsd.org> User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by amavisd 0.1 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/websvn Makefile pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 23:08:23 -0000 At Tue, 19 Oct 2004 03:15:13 +0000 (UTC), Cheng-Lung Sung wrote: > Modified files: > devel/websvn Makefile pkg-plist > Log: > - auto create pkg-plist in pre-install phase. > > PR: ports/71694 > Submitted by: Michael Johnson > Reviewed by: maintainer > Approved by: co-mentor (vanilla) Is using config.in as filename intentional? Also I like LF as end of line in config file (original distconfig.inc contains mixed LF and CRLF?) Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/websvn/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 19 Oct 2004 03:15:13 -0000 1.7 +++ Makefile 19 Oct 2004 14:34:31 -0000 @@ -22,7 +22,7 @@ PLIST= ${WRKDIR}/pkg-plist pre-install: - @${CP} ${WRKSRC}/include/distconfig.inc ${WRKSRC}/include/config.in + @${TR} -d '\r' < ${WRKSRC}/include/distconfig.inc > ${WRKSRC}/include/config.inc cd ${WRKSRC} && ${FIND} -s * -type f | \ ${SED} -e 's|^|${WEBSVNDIR}/|' > ${PLIST} \ && ${FIND} -d * -type d | \ -- Jun Kuriyama // IMG SRC, Inc. // FreeBSD Project