svn commit: r340265 - in head/devel: libevent libevent2

Martin Matuska mm at FreeBSD.org
Sun Jan 19 11:38:35 UTC 2014


Author: mm
Date: Sun Jan 19 11:38:34 2014
New Revision: 340265
URL: http://svnweb.freebsd.org/changeset/ports/340265
QAT: https://qat.redports.org/buildarchive/r340265/

Log:
  Add STAGE support to devel/libevent and devel/libevent2

Modified:
  head/devel/libevent/Makefile
  head/devel/libevent2/Makefile

Modified: head/devel/libevent/Makefile
==============================================================================
--- head/devel/libevent/Makefile	Sun Jan 19 11:38:27 2014	(r340264)
+++ head/devel/libevent/Makefile	Sun Jan 19 11:38:34 2014	(r340265)
@@ -85,7 +85,6 @@ MLINKS=	event.3 event_init.3 \
 	- evdns_config_windows_nameservers.3
 .endif
 
-NO_STAGE=	yes
 pre-configure:
 	@${MKDIR} ${WRKSRC}/m4
 

Modified: head/devel/libevent2/Makefile
==============================================================================
--- head/devel/libevent2/Makefile	Sun Jan 19 11:38:27 2014	(r340264)
+++ head/devel/libevent2/Makefile	Sun Jan 19 11:38:34 2014	(r340265)
@@ -23,7 +23,6 @@ OPTIONS_DEFAULT=	OPENSSL THREADS
 
 CONFIGURE_ARGS+=	--libdir=${PREFIX}/lib/event2
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MOPENSSL}
@@ -49,7 +48,7 @@ post-patch:
 		${WRKSRC}/Makefile.in
 
 post-install:
-	@${INSTALL_SCRIPT} ${WRKSRC}/event_rpcgen.py ${PREFIX}/bin/event2_rpcgen.py
+	@${INSTALL_SCRIPT} ${WRKSRC}/event_rpcgen.py ${STAGEDIR}${PREFIX}/bin/event2_rpcgen.py
 
 regression-test: build
 	@(${SH} ${WRKSRC}/test/regress)


More information about the svn-ports-all mailing list