svn commit: r340570 - head/devel/avro-cpp

Baptiste Daroussin bapt at FreeBSD.org
Tue Jan 21 08:11:39 UTC 2014


Author: bapt
Date: Tue Jan 21 08:11:38 2014
New Revision: 340570
URL: http://svnweb.freebsd.org/changeset/ports/340570
QAT: https://qat.redports.org/buildarchive/r340570/

Log:
  Support stage
  Python is a buildonly dependency

Modified:
  head/devel/avro-cpp/Makefile

Modified: head/devel/avro-cpp/Makefile
==============================================================================
--- head/devel/avro-cpp/Makefile	Tue Jan 21 08:07:15 2014	(r340569)
+++ head/devel/avro-cpp/Makefile	Tue Jan 21 08:11:38 2014	(r340570)
@@ -3,6 +3,7 @@
 
 PORTNAME=	avro
 PORTVERSION=	1.7.4
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://www.sai.msu.su/apache/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ \
 		APACHE
@@ -17,12 +18,10 @@ LIB_DEPENDS=	libboost_regex.so:${PORTSDI
 
 USES=		cmake
 USE_LDCONFIG=	yes
-USE_PYTHON=	yes
+USE_PYTHON_BUILD=	yes
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/lang/c++
 
-NO_STAGE=	yes
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|COMMAND python|COMMAND "${PYTHON_CMD}"|' \
 		${WRKSRC}/CMakeLists.txt


More information about the svn-ports-all mailing list