Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Aug 2010 09:00:08 GMT
From:      Ilya Bakulin <i.bakulin@smsmail.ru>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/146392: [NEW PORT] devel/php5-thrift: PHP interface to Thrift
Message-ID:  <201008240900.o7O908eU013686@freefall.freebsd.org>

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

From: Ilya Bakulin <i.bakulin@smsmail.ru>
To: bug-followup@FreeBSD.org, webmaster@kibab.com
Cc:  
Subject: Re: ports/146392: [NEW PORT] devel/php5-thrift: PHP interface to
 Thrift
Date: Tue, 24 Aug 2010 12:29:30 +0400

 --MP_/iapezyvANKl+2ttH8YQZN7f
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 Sorry, I was on vacation and did not respond to the feedback request in time...
 Attached patch installs the mentioned dosumentation files in ${DOCSDIR}.
 
 -- 
 Regards,
 Ilya Bakulin
 --MP_/iapezyvANKl+2ttH8YQZN7f
 Content-Type: text/x-patch
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment; filename=php5-thrift.diff
 
 diff -r 70a821fcb3aa devel/php5-thrift/Makefile
 --- a/devel/php5-thrift/Makefile	Sat May 08 13:42:13 2010 +0400
 +++ b/devel/php5-thrift/Makefile	Tue Aug 24 12:28:07 2010 +0400
 @@ -20,10 +20,18 @@
  USE_PHPIZE=yes
  USE_PHPEXT=yes
  PHP_MODNAME=thrift_protocol
 -
 +PORTDOCS=README README.apache
  WRKSRC=${WRKDIR}/php/src/ext/thrift_protocol
  
  post-extract:
  	${LN} -sfh \
  	`cd ${PORTSDIR}/devel/thrift && ${MAKE} -V WRKSRC`/lib/php ${WRKDIR}
 +
 +post-install:
 +.if !defined(NOPORTDOCS)
 +	${MKDIR} ${DOCSDIR}
 +	${INSTALL_MAN} ${WRKDIR}/php/README ${DOCSDIR}
 +	${INSTALL_MAN} ${WRKDIR}/php/README.apache ${DOCSDIR}
 +.endif
 +
  .include <bsd.port.mk>
 
 --MP_/iapezyvANKl+2ttH8YQZN7f--



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