Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Sep 2014 05:07:22 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1697 - branches/firefox32/mail/thunderbird branches/firefox32/www/firefox branches/firefox32/www/firefox-esr branches/firefox32/www/firefox-nightly branches/firefox32/www/libxul branches/firefox32/www/seamonkey trunk/mail/thunderbird trunk/www/firefox trunk/www/firefox-esr trunk/www/firefox-nightly trunk/www/libxul trunk/www/seamonkey
Message-ID:  <201409150507.s8F57MbF081659@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Sep 15 05:07:22 2014
New Revision: 1697

Log:
require recent enough libevent2 after r1640

PR:		ports/193648

Modified:
   branches/firefox32/mail/thunderbird/Makefile
   branches/firefox32/www/firefox-esr/Makefile
   branches/firefox32/www/firefox-nightly/Makefile
   branches/firefox32/www/firefox/Makefile
   branches/firefox32/www/libxul/Makefile
   branches/firefox32/www/seamonkey/Makefile
   trunk/mail/thunderbird/Makefile
   trunk/www/firefox-esr/Makefile
   trunk/www/firefox-nightly/Makefile
   trunk/www/firefox/Makefile
   trunk/www/libxul/Makefile
   trunk/www/seamonkey/Makefile

Modified: branches/firefox32/mail/thunderbird/Makefile
==============================================================================
--- branches/firefox32/mail/thunderbird/Makefile	Sat Sep 13 11:22:20 2014	(r1696)
+++ branches/firefox32/mail/thunderbird/Makefile	Mon Sep 15 05:07:22 2014	(r1697)
@@ -14,6 +14,7 @@
 
 BUILD_DEPENDS=	nspr>=4.10.6:${PORTSDIR}/devel/nspr \
 		nss>=3.16:${PORTSDIR}/security/nss \
+		libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \
 		cairo>=1.12.16_1,2:${PORTSDIR}/graphics/cairo \
 		soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \
 		harfbuzz>=0.9.25:${PORTSDIR}/print/harfbuzz \

Modified: branches/firefox32/www/firefox-esr/Makefile
==============================================================================
--- branches/firefox32/www/firefox-esr/Makefile	Sat Sep 13 11:22:20 2014	(r1696)
+++ branches/firefox32/www/firefox-esr/Makefile	Mon Sep 15 05:07:22 2014	(r1697)
@@ -15,6 +15,7 @@
 
 BUILD_DEPENDS=	nspr>=4.10.6:${PORTSDIR}/devel/nspr \
 		nss>=3.16.2:${PORTSDIR}/security/nss \
+		libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \
 		cairo>=1.12.16_1,2:${PORTSDIR}/graphics/cairo \
 		soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \
 		harfbuzz>=0.9.25:${PORTSDIR}/print/harfbuzz \

Modified: branches/firefox32/www/firefox-nightly/Makefile
==============================================================================
--- branches/firefox32/www/firefox-nightly/Makefile	Sat Sep 13 11:22:20 2014	(r1696)
+++ branches/firefox32/www/firefox-nightly/Makefile	Mon Sep 15 05:07:22 2014	(r1697)
@@ -18,6 +18,7 @@
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
 		sqlite3>=3.8.6:${PORTSDIR}/databases/sqlite3 \
 		v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \
+		libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \
 		cairo>=1.12.16_1,2:${PORTSDIR}/graphics/cairo \
 		soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \
 		harfbuzz>=0.9.25:${PORTSDIR}/print/harfbuzz \

Modified: branches/firefox32/www/firefox/Makefile
==============================================================================
--- branches/firefox32/www/firefox/Makefile	Sat Sep 13 11:22:20 2014	(r1696)
+++ branches/firefox32/www/firefox/Makefile	Mon Sep 15 05:07:22 2014	(r1697)
@@ -15,6 +15,7 @@
 
 BUILD_DEPENDS=	nspr>=4.10.6:${PORTSDIR}/devel/nspr \
 		nss>=3.16.2:${PORTSDIR}/security/nss \
+		libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \
 		cairo>=1.12.16_1,2:${PORTSDIR}/graphics/cairo \
 		soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \
 		harfbuzz>=0.9.25:${PORTSDIR}/print/harfbuzz \

Modified: branches/firefox32/www/libxul/Makefile
==============================================================================
--- branches/firefox32/www/libxul/Makefile	Sat Sep 13 11:22:20 2014	(r1696)
+++ branches/firefox32/www/libxul/Makefile	Mon Sep 15 05:07:22 2014	(r1697)
@@ -15,6 +15,7 @@
 		nss>=3.15.4:${PORTSDIR}/security/nss \
 		sqlite3>=3.7.17:${PORTSDIR}/databases/sqlite3 \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
+		libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \
 		cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \
 		soundtouch>=1.7.0:${PORTSDIR}/audio/soundtouch \
 		harfbuzz>=0.9.16:${PORTSDIR}/print/harfbuzz \

Modified: branches/firefox32/www/seamonkey/Makefile
==============================================================================
--- branches/firefox32/www/seamonkey/Makefile	Sat Sep 13 11:22:20 2014	(r1696)
+++ branches/firefox32/www/seamonkey/Makefile	Mon Sep 15 05:07:22 2014	(r1697)
@@ -14,6 +14,7 @@
 
 BUILD_DEPENDS=	nspr>=4.10.6:${PORTSDIR}/devel/nspr \
 		nss>=3.16:${PORTSDIR}/security/nss \
+		libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \
 		cairo>=1.12.16_1,2:${PORTSDIR}/graphics/cairo \
 		soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \
 		harfbuzz>=0.9.25:${PORTSDIR}/print/harfbuzz \

Modified: trunk/mail/thunderbird/Makefile
==============================================================================
--- trunk/mail/thunderbird/Makefile	Sat Sep 13 11:22:20 2014	(r1696)
+++ trunk/mail/thunderbird/Makefile	Mon Sep 15 05:07:22 2014	(r1697)
@@ -14,6 +14,7 @@
 
 BUILD_DEPENDS=	nspr>=4.10.6:${PORTSDIR}/devel/nspr \
 		nss>=3.16:${PORTSDIR}/security/nss \
+		libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \
 		cairo>=1.12.16_1,2:${PORTSDIR}/graphics/cairo \
 		soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \
 		harfbuzz>=0.9.25:${PORTSDIR}/print/harfbuzz \

Modified: trunk/www/firefox-esr/Makefile
==============================================================================
--- trunk/www/firefox-esr/Makefile	Sat Sep 13 11:22:20 2014	(r1696)
+++ trunk/www/firefox-esr/Makefile	Mon Sep 15 05:07:22 2014	(r1697)
@@ -15,6 +15,7 @@
 
 BUILD_DEPENDS=	nspr>=4.10.6:${PORTSDIR}/devel/nspr \
 		nss>=3.16.2:${PORTSDIR}/security/nss \
+		libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \
 		cairo>=1.12.16_1,2:${PORTSDIR}/graphics/cairo \
 		soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \
 		harfbuzz>=0.9.25:${PORTSDIR}/print/harfbuzz \

Modified: trunk/www/firefox-nightly/Makefile
==============================================================================
--- trunk/www/firefox-nightly/Makefile	Sat Sep 13 11:22:20 2014	(r1696)
+++ trunk/www/firefox-nightly/Makefile	Mon Sep 15 05:07:22 2014	(r1697)
@@ -18,6 +18,7 @@
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
 		sqlite3>=3.8.6:${PORTSDIR}/databases/sqlite3 \
 		v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \
+		libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \
 		cairo>=1.12.16_1,2:${PORTSDIR}/graphics/cairo \
 		soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \
 		harfbuzz>=0.9.25:${PORTSDIR}/print/harfbuzz \

Modified: trunk/www/firefox/Makefile
==============================================================================
--- trunk/www/firefox/Makefile	Sat Sep 13 11:22:20 2014	(r1696)
+++ trunk/www/firefox/Makefile	Mon Sep 15 05:07:22 2014	(r1697)
@@ -14,6 +14,7 @@
 
 BUILD_DEPENDS=	nspr>=4.10.6:${PORTSDIR}/devel/nspr \
 		nss>=3.16.2:${PORTSDIR}/security/nss \
+		libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \
 		cairo>=1.12.16_1,2:${PORTSDIR}/graphics/cairo \
 		soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \
 		harfbuzz>=0.9.25:${PORTSDIR}/print/harfbuzz \

Modified: trunk/www/libxul/Makefile
==============================================================================
--- trunk/www/libxul/Makefile	Sat Sep 13 11:22:20 2014	(r1696)
+++ trunk/www/libxul/Makefile	Mon Sep 15 05:07:22 2014	(r1697)
@@ -12,6 +12,7 @@
 
 BUILD_DEPENDS=	nspr>=4.10.6:${PORTSDIR}/devel/nspr \
 		nss>=3.16.2:${PORTSDIR}/security/nss \
+		libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \
 		cairo>=1.12.16_1,2:${PORTSDIR}/graphics/cairo \
 		soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \
 		harfbuzz>=0.9.25:${PORTSDIR}/print/harfbuzz \

Modified: trunk/www/seamonkey/Makefile
==============================================================================
--- trunk/www/seamonkey/Makefile	Sat Sep 13 11:22:20 2014	(r1696)
+++ trunk/www/seamonkey/Makefile	Mon Sep 15 05:07:22 2014	(r1697)
@@ -14,6 +14,7 @@
 
 BUILD_DEPENDS=	nspr>=4.10.6:${PORTSDIR}/devel/nspr \
 		nss>=3.16:${PORTSDIR}/security/nss \
+		libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \
 		cairo>=1.12.16_1,2:${PORTSDIR}/graphics/cairo \
 		soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \
 		harfbuzz>=0.9.25:${PORTSDIR}/print/harfbuzz \



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