Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jan 2015 15:34:02 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378122 - head/devel/libevent2
Message-ID:  <201501291534.t0TFY2sd081766@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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