svn commit: r378122 - head/devel/libevent2

Jan Beich jbeich at FreeBSD.org
Thu Jan 29 15:34:03 UTC 2015


Author: jbeich
Date: Thu Jan 29 15:34:02 2015
New Revision: 378122
URL: https://svnweb.freebsd.org/changeset/ports/378122
QAT: https://qat.redports.org/buildarchive/r378122/

Log:
  Fix typo that prevents disabling THREADS since r362796
  
  Differential Revision:	https://reviews.freebsd.org/D1717
  Approved by:	portmgr blanket
  Approved by:	bapt (mentor)

Modified:
  head/devel/libevent2/Makefile

Modified: head/devel/libevent2/Makefile
==============================================================================
--- head/devel/libevent2/Makefile	Thu Jan 29 15:25:36 2015	(r378121)
+++ head/devel/libevent2/Makefile	Thu Jan 29 15:34:02 2015	(r378122)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libevent2
 PORTVERSION=	2.0.22
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	mm at FreeBSD.org
@@ -32,7 +33,7 @@ OPENSSL_CPPFLAGS=	-I${OPENSSLINC}
 OPENSSL_LDFLAGS=	-L${OPENSSLLIB}
 OPENSSL_CONFIGURE_ENABLE=	openssl
 
-THREADS_CONFIGURE_ENABLE=	support
+THREADS_CONFIGURE_ENABLE=	thread-support
 
 post-patch:
 	${ECHO_CMD} 'AC_CONFIG_MACRO_DIR([m4])' >>${WRKSRC}/configure.in


More information about the svn-ports-all mailing list