Date: Tue, 19 Jun 2012 06:40:09 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r777 - in branches/experimental: mail/thunderbird mail/thunderbird-beta mail/thunderbird-esr www/libxul www/seamonkey www/seamonkey-beta Message-ID: <201206190640.q5J6e96J018563@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Tue Jun 19 06:40:09 2012 New Revision: 777 Log: require recent version of sqlite Modified: branches/experimental/mail/thunderbird-beta/Makefile branches/experimental/mail/thunderbird-esr/Makefile branches/experimental/mail/thunderbird/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 Mon Jun 18 20:34:20 2012 (r776) +++ branches/experimental/mail/thunderbird-beta/Makefile Tue Jun 19 06:40:09 2012 (r777) @@ -16,6 +16,7 @@ COMMENT= Mozilla Thunderbird is standalone mail and news that stands above BUILD_DEPENDS= nspr>=4.8.7:${PORTSDIR}/devel/nspr \ + sqlite3>=3.7.10:${PORTSDIR}/databases/sqlite3 \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo Modified: branches/experimental/mail/thunderbird-esr/Makefile ============================================================================== --- branches/experimental/mail/thunderbird-esr/Makefile Mon Jun 18 20:34:20 2012 (r776) +++ branches/experimental/mail/thunderbird-esr/Makefile Tue Jun 19 06:40:09 2012 (r777) @@ -16,6 +16,7 @@ COMMENT= Mozilla Thunderbird is standalone mail and news that stands above BUILD_DEPENDS= nspr>=4.8.7:${PORTSDIR}/devel/nspr \ + sqlite3>=3.7.7.1:${PORTSDIR}/databases/sqlite3 \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo Modified: branches/experimental/mail/thunderbird/Makefile ============================================================================== --- branches/experimental/mail/thunderbird/Makefile Mon Jun 18 20:34:20 2012 (r776) +++ branches/experimental/mail/thunderbird/Makefile Tue Jun 19 06:40:09 2012 (r777) @@ -16,6 +16,7 @@ COMMENT= Mozilla Thunderbird is standalone mail and news that stands above BUILD_DEPENDS= nspr>=4.9:${PORTSDIR}/devel/nspr \ + sqlite3>=3.7.10:${PORTSDIR}/databases/sqlite3 \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo Modified: branches/experimental/www/libxul/Makefile ============================================================================== --- branches/experimental/www/libxul/Makefile Mon Jun 18 20:34:20 2012 (r776) +++ branches/experimental/www/libxul/Makefile Tue Jun 19 06:40:09 2012 (r777) @@ -16,6 +16,7 @@ COMMENT?= Mozilla runtime package that can be used to bootstrap XUL+XPCOM apps BUILD_DEPENDS= nspr>=4.8.8:${PORTSDIR}/devel/nspr \ + sqlite3>=3.7.7.1:${PORTSDIR}/databases/sqlite3 \ cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo Modified: branches/experimental/www/seamonkey-beta/Makefile ============================================================================== --- branches/experimental/www/seamonkey-beta/Makefile Mon Jun 18 20:34:20 2012 (r776) +++ branches/experimental/www/seamonkey-beta/Makefile Tue Jun 19 06:40:09 2012 (r777) @@ -16,6 +16,7 @@ COMMENT= The open source, standards compliant web browser BUILD_DEPENDS= nspr>=4.8.7:${PORTSDIR}/devel/nspr \ + sqlite3>=3.7.10:${PORTSDIR}/databases/sqlite3 \ unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo Modified: branches/experimental/www/seamonkey/Makefile ============================================================================== --- branches/experimental/www/seamonkey/Makefile Mon Jun 18 20:34:20 2012 (r776) +++ branches/experimental/www/seamonkey/Makefile Tue Jun 19 06:40:09 2012 (r777) @@ -16,6 +16,7 @@ COMMENT= The open source, standards compliant web browser BUILD_DEPENDS= nspr>=4.8.7:${PORTSDIR}/devel/nspr \ + sqlite3>=3.7.10:${PORTSDIR}/databases/sqlite3 \ unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206190640.q5J6e96J018563>