svn commit: r338652 - head/devel/cocaine-core

Veniamin Gvozdikov vg at FreeBSD.org
Sat Jan 4 16:29:56 UTC 2014


Author: vg
Date: Sat Jan  4 16:29:55 2014
New Revision: 338652
URL: http://svnweb.freebsd.org/changeset/ports/338652

Log:
  - Enabled staging
  - Removed reinplace for boost_thread
  
  Submitted by:	amdmi3

Modified:
  head/devel/cocaine-core/Makefile

Modified: head/devel/cocaine-core/Makefile
==============================================================================
--- head/devel/cocaine-core/Makefile	Sat Jan  4 16:01:18 2014	(r338651)
+++ head/devel/cocaine-core/Makefile	Sat Jan  4 16:29:55 2014	(r338652)
@@ -27,12 +27,6 @@ GH_ACCOUNT=	zloidemon
 GH_COMMIT=	7d0f35c
 GH_TAGNAME=	${GH_COMMIT}
 
-
 CONFLICTS=	json-c-[0-9]*
 
-NO_STAGE=	yes
-post-patch:
-	@${REINPLACE_CMD} -e "s,boost_thread,boost_thread,g" \
-		${WRKSRC}/CMakeLists.txt
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list