Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jan 2010 05:30:09 GMT
From:      Venture37 <venture37@geeklan.co.uk>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/142407: [patch] biology/blast use $SUB_FILES to dynamically adjust pkg-message
Message-ID:  <201001070530.o075U9wW035110@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/142407; it has been noted by GNATS.

From: Venture37 <venture37@geeklan.co.uk>
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 <bsd.port.pre.mk>
  
 @@ -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--



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