Author: jbeich
Date: Fri Jun  8 14:06:11 2012
New Revision: 729

Log:
convert libevent dependent ports to USE_MOZILLA option

Modified:
   branches/experimental/mail/thunderbird-beta/Makefile
   branches/experimental/mail/thunderbird-esr/Makefile
   branches/experimental/mail/thunderbird/Makefile
   branches/experimental/www/firefox-beta/Makefile
   branches/experimental/www/firefox-esr/Makefile
   branches/experimental/www/firefox/Makefile
   branches/experimental/www/libxul/Makefile
   branches/experimental/www/seamonkey-beta/Makefile
   branches/experimental/www/seamonkey/Makefile

Modified: branches/experimental/mail/thunderbird-beta/Makefile
==============================================================================
--- branches/experimental/mail/thunderbird-beta/Makefile        Fri Jun  8 
14:03:34 2012        (r728)
+++ branches/experimental/mail/thunderbird-beta/Makefile        Fri Jun  8 
14:06:11 2012        (r729)
@@ -18,15 +18,14 @@
 BUILD_DEPENDS= nspr>=4.8.7:${PORTSDIR}/devel/nspr \
                cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \
                unzip:${PORTSDIR}/archivers/unzip
-LIB_DEPENDS=   execinfo.1:${PORTSDIR}/devel/libexecinfo \
-               event-1.4:${PORTSDIR}/devel/libevent
+LIB_DEPENDS=   execinfo.1:${PORTSDIR}/devel/libexecinfo
 
 CONFLICTS_BUILD=       spidermonkey-*
 
 USE_AUTOTOOLS= autoconf213
 USE_GECKO=     gecko
 CONFLICTS=     thunderbird-10.*
-USE_MOZILLA=   -png -nss -dbm -jpeg -event -ffi -sqlite -vpx
+USE_MOZILLA=   -png -nss -dbm -jpeg -ffi -sqlite -vpx
 MOZ_TOOLKIT=   cairo-gtk2
 
 MAKE_JOBS_SAFE=        yes
@@ -45,8 +44,7 @@
        --with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \
        --enable-single-profile --disable-profilesharing \
        --enable-application=mail --enable-official-branding \
-       --disable-updater --disable-necko-wifi \
-       --with-system-libevent=${LOCALBASE}
+       --disable-updater --disable-necko-wifi
 MOZ_MK_OPTIONS=        MOZ_MOZ_THUNDERBIRD=1 MAIL_PKG_SHARED=1
 MOZ_EXPORT=            MOZ_THUNDERBIRD=1 MAIL_PKG_SHARED=1
 MOZ_PKGCONFIG_FILES=

Modified: branches/experimental/mail/thunderbird-esr/Makefile
==============================================================================
--- branches/experimental/mail/thunderbird-esr/Makefile Fri Jun  8 14:03:34 
2012        (r728)
+++ branches/experimental/mail/thunderbird-esr/Makefile Fri Jun  8 14:06:11 
2012        (r729)
@@ -18,8 +18,7 @@
 BUILD_DEPENDS= nspr>=4.8.7:${PORTSDIR}/devel/nspr \
                cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \
                unzip:${PORTSDIR}/archivers/unzip
-LIB_DEPENDS=   execinfo.1:${PORTSDIR}/devel/libexecinfo \
-               event-1.4:${PORTSDIR}/devel/libevent
+LIB_DEPENDS=   execinfo.1:${PORTSDIR}/devel/libexecinfo
 
 CONFLICTS_BUILD=       spidermonkey-*
 
@@ -27,7 +26,7 @@
 LATEST_LINK=   thunderbird-esr
 USE_GECKO=     gecko
 CONFLICTS=     thunderbird-1[1-9].*
-USE_MOZILLA=   -png -nss -dbm -jpeg -event -ffi -sqlite -vpx
+USE_MOZILLA=   -png -nss -dbm -jpeg -ffi -sqlite -vpx
 MOZ_TOOLKIT=   cairo-gtk2
 
 MAKE_JOBS_SAFE=        yes
@@ -46,8 +45,7 @@
        --with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \
        --enable-single-profile --disable-profilesharing \
        --enable-application=mail --enable-official-branding \
-       --disable-updater --disable-necko-wifi \
-       --with-system-libevent=${LOCALBASE}
+       --disable-updater --disable-necko-wifi
 MOZ_MK_OPTIONS=        MOZ_MOZ_THUNDERBIRD=1 MAIL_PKG_SHARED=1
 MOZ_EXPORT=            MOZ_THUNDERBIRD=1 MAIL_PKG_SHARED=1
 MOZ_PKGCONFIG_FILES=

Modified: branches/experimental/mail/thunderbird/Makefile
==============================================================================
--- branches/experimental/mail/thunderbird/Makefile     Fri Jun  8 14:03:34 
2012        (r728)
+++ branches/experimental/mail/thunderbird/Makefile     Fri Jun  8 14:06:11 
2012        (r729)
@@ -18,15 +18,14 @@
 BUILD_DEPENDS= nspr>=4.9:${PORTSDIR}/devel/nspr \
                cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \
                unzip:${PORTSDIR}/archivers/unzip
-LIB_DEPENDS=   execinfo.1:${PORTSDIR}/devel/libexecinfo \
-               event-1.4:${PORTSDIR}/devel/libevent
+LIB_DEPENDS=   execinfo.1:${PORTSDIR}/devel/libexecinfo
 
 CONFLICTS_BUILD=       spidermonkey-*
 
 USE_AUTOTOOLS= autoconf213
 USE_GECKO=     gecko
 CONFLICTS=     thunderbird-10.*
-USE_MOZILLA=   -png -nss -dbm -jpeg -event -ffi -sqlite -vpx
+USE_MOZILLA=   -png -nss -dbm -jpeg -ffi -sqlite -vpx
 MOZ_TOOLKIT=   cairo-gtk2
 
 MAKE_JOBS_SAFE=        yes
@@ -45,8 +44,7 @@
        --with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \
        --enable-single-profile --disable-profilesharing \
        --enable-application=mail --enable-official-branding \
-       --disable-updater --disable-necko-wifi \
-       --with-system-libevent=${LOCALBASE}
+       --disable-updater --disable-necko-wifi
 MOZ_MK_OPTIONS=        MOZ_MOZ_THUNDERBIRD=1 MAIL_PKG_SHARED=1
 MOZ_EXPORT=            MOZ_THUNDERBIRD=1 MAIL_PKG_SHARED=1
 MOZ_PKGCONFIG_FILES=

Modified: branches/experimental/www/firefox-beta/Makefile
==============================================================================
--- branches/experimental/www/firefox-beta/Makefile     Fri Jun  8 14:03:34 
2012        (r728)
+++ branches/experimental/www/firefox-beta/Makefile     Fri Jun  8 14:06:11 
2012        (r729)
@@ -19,8 +19,7 @@
 BUILD_DEPENDS= nspr>=4.9:${PORTSDIR}/devel/nspr \
                cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \
                unzip:${PORTSDIR}/archivers/unzip
-LIB_DEPENDS=   execinfo.1:${PORTSDIR}/devel/libexecinfo \
-               event-1.4:${PORTSDIR}/devel/libevent
+LIB_DEPENDS=   execinfo.1:${PORTSDIR}/devel/libexecinfo
 
 CONFLICTS_BUILD=       spidermonkey-*
 
@@ -29,7 +28,7 @@
 USE_GECKO=     gecko
 CONFLICTS=     firefox-10.*
 MOZ_PKGCONFIG_FILES=   # empty
-USE_MOZILLA=   -png -nss -dbm -jpeg -event -ffi -sqlite -vpx
+USE_MOZILLA=   -png -nss -dbm -jpeg -ffi -sqlite -vpx
 MOZILLA_NAME=  Firefox
 MOZ_TOOLKIT=   cairo-gtk2
 
@@ -51,8 +50,7 @@
                --enable-svg --enable-svg-renderer=cairo \
                --enable-application=browser \
                --enable-official-branding --disable-updater \
-               --enable-canvas --enable-libxul --disable-necko-wifi \
-               --with-system-libevent=${LOCALBASE}
+               --enable-canvas --enable-libxul --disable-necko-wifi
 
 OPTIONS=       DBUS "Enable D-BUS support" on \
                PGO "Enable Profile-Guided Optimization" off

Modified: branches/experimental/www/firefox-esr/Makefile
==============================================================================
--- branches/experimental/www/firefox-esr/Makefile      Fri Jun  8 14:03:34 
2012        (r728)
+++ branches/experimental/www/firefox-esr/Makefile      Fri Jun  8 14:06:11 
2012        (r729)
@@ -19,8 +19,7 @@
 BUILD_DEPENDS= nspr>=4.8.8:${PORTSDIR}/devel/nspr \
                cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \
                unzip:${PORTSDIR}/archivers/unzip
-LIB_DEPENDS=   execinfo.1:${PORTSDIR}/devel/libexecinfo \
-               event-1.4:${PORTSDIR}/devel/libevent
+LIB_DEPENDS=   execinfo.1:${PORTSDIR}/devel/libexecinfo
 
 CONFLICTS_BUILD=       spidermonkey-*
 
@@ -29,7 +28,7 @@
 USE_GECKO=     gecko
 CONFLICTS=     firefox-1[1-9].*
 MOZ_PKGCONFIG_FILES=   # empty
-USE_MOZILLA=   -png -nss -dbm -jpeg -event -ffi -sqlite -vpx
+USE_MOZILLA=   -png -nss -dbm -jpeg -ffi -sqlite -vpx
 MOZILLA_NAME=  Firefox
 MOZ_TOOLKIT=   cairo-gtk2
 
@@ -51,8 +50,7 @@
                --enable-svg --enable-svg-renderer=cairo \
                --enable-application=browser \
                --enable-official-branding --disable-updater \
-               --enable-canvas --enable-libxul --disable-necko-wifi \
-               --with-system-libevent=${LOCALBASE}
+               --enable-canvas --enable-libxul --disable-necko-wifi
 
 OPTIONS=       DBUS "Enable D-BUS support" on \
                PGO "Enable Profile-Guided Optimization" off

Modified: branches/experimental/www/firefox/Makefile
==============================================================================
--- branches/experimental/www/firefox/Makefile  Fri Jun  8 14:03:34 2012        
(r728)
+++ branches/experimental/www/firefox/Makefile  Fri Jun  8 14:06:11 2012        
(r729)
@@ -19,8 +19,7 @@
 BUILD_DEPENDS= nspr>=4.8.8:${PORTSDIR}/devel/nspr \
                cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \
                unzip:${PORTSDIR}/archivers/unzip
-LIB_DEPENDS=   execinfo.1:${PORTSDIR}/devel/libexecinfo \
-               event-1.4:${PORTSDIR}/devel/libevent
+LIB_DEPENDS=   execinfo.1:${PORTSDIR}/devel/libexecinfo
 
 CONFLICTS_BUILD=       spidermonkey-*
 
@@ -28,7 +27,7 @@
 USE_GECKO=     gecko
 CONFLICTS=     firefox-10.*
 MOZ_PKGCONFIG_FILES=   # empty
-USE_MOZILLA=   -png -nss -dbm -jpeg -event -ffi -sqlite -vpx
+USE_MOZILLA=   -png -nss -dbm -jpeg -ffi -sqlite -vpx
 MOZILLA_NAME=  Firefox
 MOZ_TOOLKIT=   cairo-gtk2
 
@@ -50,8 +49,7 @@
                --enable-svg --enable-svg-renderer=cairo \
                --enable-application=browser \
                --enable-official-branding --disable-updater \
-               --enable-canvas --enable-libxul --disable-necko-wifi \
-               --with-system-libevent=${LOCALBASE}
+               --enable-canvas --enable-libxul --disable-necko-wifi
 
 OPTIONS=       DBUS "Enable D-BUS support" on \
                PGO "Enable Profile-Guided Optimization" off

Modified: branches/experimental/www/libxul/Makefile
==============================================================================
--- branches/experimental/www/libxul/Makefile   Fri Jun  8 14:03:34 2012        
(r728)
+++ branches/experimental/www/libxul/Makefile   Fri Jun  8 14:06:11 2012        
(r729)
@@ -18,8 +18,7 @@
 BUILD_DEPENDS= nspr>=4.8.8:${PORTSDIR}/devel/nspr \
                cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \
                unzip:${PORTSDIR}/archivers/unzip
-LIB_DEPENDS=   execinfo.1:${PORTSDIR}/devel/libexecinfo \
-               event-1.4:${PORTSDIR}/devel/libevent
+LIB_DEPENDS=   execinfo.1:${PORTSDIR}/devel/libexecinfo
 
 WRKSRC=                ${WRKDIR}/mozilla-release
 CONFLICTS=     mozilla-[0-9]*
@@ -41,14 +40,14 @@
 MOZ_OPTIONS?=  --with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \
                --disable-javaxpcom --enable-canvas \
                --enable-system-cairo --disable-updater \
-               --disable-necko-wifi --with-system-libevent=${LOCALBASE}
+               --disable-necko-wifi
 MOZ_EXTENSIONS=        default,cookie,permissions
 OPTIONS=       # Empty, used for generic gecko OPTIONS
 USE_GECKO_OPTIONS=     java debug logging optimized_cflags
 USE_GECKO=     gecko
 MOZILLA_EXEC_NAME=xulrunner
 MOZ_TOOLKIT=   cairo-gtk2
-USE_MOZILLA=   -png -nss -dbm -jpeg -event -ffi -sqlite -vpx
+USE_MOZILLA=   -png -nss -dbm -jpeg -ffi -sqlite -vpx
 MOZ_PKGCONFIG_FILES=   libxul-embedding libxul mozilla-js mozilla-nss \
                        mozilla-plugin
 

Modified: branches/experimental/www/seamonkey-beta/Makefile
==============================================================================
--- branches/experimental/www/seamonkey-beta/Makefile   Fri Jun  8 14:03:34 
2012        (r728)
+++ branches/experimental/www/seamonkey-beta/Makefile   Fri Jun  8 14:06:11 
2012        (r729)
@@ -17,8 +17,7 @@
 
 BUILD_DEPENDS= nspr>=4.8.7:${PORTSDIR}/devel/nspr \
                unzip:${PORTSDIR}/archivers/unzip
-LIB_DEPENDS=   execinfo.1:${PORTSDIR}/devel/libexecinfo \
-               event-1.4:${PORTSDIR}/devel/libevent
+LIB_DEPENDS=   execinfo.1:${PORTSDIR}/devel/libexecinfo
 
 USE_AUTOTOOLS= autoconf213
 CONFLICTS_BUILD=       spidermonkey-1.[0-7]*
@@ -47,10 +46,9 @@
                --enable-system-cairo           \
                --enable-canvas                 \
                --disable-necko-wifi            \
-               --disable-updater               \
-               --with-system-libevent=${LOCALBASE}
+               --disable-updater
 
-USE_MOZILLA=   -png -nss -dbm -jpeg -event -ffi -sqlite -vpx
+USE_MOZILLA=   -png -nss -dbm -jpeg -ffi -sqlite -vpx
 MOZ_TOOLKIT=   cairo-gtk2
 MOZILLA_PLIST_DIRS=    bin lib
 MOZ_PKGCONFIG_FILES=

Modified: branches/experimental/www/seamonkey/Makefile
==============================================================================
--- branches/experimental/www/seamonkey/Makefile        Fri Jun  8 14:03:34 
2012        (r728)
+++ branches/experimental/www/seamonkey/Makefile        Fri Jun  8 14:06:11 
2012        (r729)
@@ -17,8 +17,7 @@
 
 BUILD_DEPENDS= nspr>=4.8.7:${PORTSDIR}/devel/nspr \
                unzip:${PORTSDIR}/archivers/unzip
-LIB_DEPENDS=   execinfo.1:${PORTSDIR}/devel/libexecinfo \
-               event-1.4:${PORTSDIR}/devel/libevent
+LIB_DEPENDS=   execinfo.1:${PORTSDIR}/devel/libexecinfo
 
 USE_AUTOTOOLS= autoconf213
 CONFLICTS_BUILD=       spidermonkey-1.[0-7]*
@@ -47,10 +46,9 @@
                --enable-system-cairo           \
                --enable-canvas                 \
                --disable-necko-wifi            \
-               --disable-updater               \
-               --with-system-libevent=${LOCALBASE}
+               --disable-updater
 
-USE_MOZILLA=   -png -nss -dbm -jpeg -event -ffi -sqlite -vpx
+USE_MOZILLA=   -png -nss -dbm -jpeg -ffi -sqlite -vpx
 MOZ_TOOLKIT=   cairo-gtk2
 MOZILLA_PLIST_DIRS=    bin lib
 MOZ_PKGCONFIG_FILES=
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to