From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jan 7 05:30:09 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A985106566C for ; Thu, 7 Jan 2010 05:30:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2EAE38FC16 for ; Thu, 7 Jan 2010 05:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o075U9V4035113 for ; Thu, 7 Jan 2010 05:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o075U9wW035110; Thu, 7 Jan 2010 05:30:09 GMT (envelope-from gnats) Date: Thu, 7 Jan 2010 05:30:09 GMT Message-Id: <201001070530.o075U9wW035110@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Venture37 Cc: Subject: Re: ports/142407: [patch] biology/blast use $SUB_FILES to dynamically adjust pkg-message X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Venture37 List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jan 2010 05:30:09 -0000 The following reply was made to PR ports/142407; it has been noted by GNATS. From: Venture37 To: bug-followup@freebsd.org Cc: Subject: Re: ports/142407: [patch] biology/blast use $SUB_FILES to dynamically adjust pkg-message Date: Thu, 07 Jan 2010 05:24:24 +0000 This is a multi-part message in MIME format. --------------000701010002070507070405 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit ammended Patch attached, I forget to remove PKGMESSAGE= ${WRKDIR}/pkg-message --------------000701010002070507070405 Content-Type: text/plain; name="blast.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="blast.txt" ? foo Index: Makefile =================================================================== RCS file: /home/ncvs/ports/biology/blast/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 5 Jan 2009 17:27:23 -0000 1.8 +++ Makefile 7 Jan 2010 05:22:44 -0000 @@ -27,7 +27,6 @@ DOWNLOAD_URL= http://blast.wustl.edu/licensing NO_WRKSUBDIR= yes -PKGMESSAGE= ${WRKDIR}/pkg-message PORTDOCS= COPYRIGHT FAQ-Indexing.html HISTORY LICENSE Memory.html \ README.html parameters.html tabular.html @@ -36,6 +35,7 @@ SCRIPTS= wu-blastall wu-formatdb BLASTA_LINKS= blastn blastp blastx tblastn tblastx XDFORMAT_LINKS= setdb pressdb +SUB_FILES= pkg-message .include @@ -49,9 +49,6 @@ IGNORE= You must manually fetch ${PORTNAME}${PORTVERSION:S/.0//} for the FreeBSD platform (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again .endif -post-patch: - @${SED} -e 's,%%DATADIR%%,${DATADIR},g' < ${FILESDIR}/pkg-message.in > ${PKGMESSAGE} - do-install: .for bin in ${BINS} ${INSTALL_PROGRAM} ${WRKSRC}/${bin} ${PREFIX}/bin --------------000701010002070507070405--