Re: ports/169729: www/firefox-esr "make package" produces package with zero dependencies
Synopsis: www/firefox-esr "make package" produces package with zero dependencies Responsible-Changed-From-To: freebsd-ports-bugs->gecko Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jul 9 08:00:49 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=169729 ___ freebsd-gecko@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"
Current problem reports assigned to ge...@freebsd.org
Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description o ports/169729 gecko www/firefox-esr "make package" produces package with z o ports/169479 gecko www/firefox always adds -O0 to CFLAGS o ports/169389 gecko Firefox/Thunderbird fail to build with system GCC o ports/169241 gecko www/firefox Right mouse buttom click freeze screen o ports/169231 gecko [patch] Fix build for www/firefox using CLANG o ports/168978 gecko mail/thunderbird: /base/nsStackWalk.cpp:1196:29: error o ports/168898 gecko mail/thunderbird: nsDirPrefs.cpp:378:9: error: case va o ports/168793 gecko www/firefox: /usr/ports/www/firefox/work/mozilla-relea o ports/168718 gecko www/firefox: core dumping or refuse to compile o ports/168637 gecko www/libxul: nsStackWalk.cpp: In function 'nsresult NS_ o ports/168465 gecko www/firefox: HTML5 audio and video doesn't work in FF1 o ports/168369 gecko [PATCH] cannot build www/libxul 1.9.2.28 o ports/168091 gecko Mk/bsd.gecko.mk error: USE_FIREFOX doesn't work correc o ports/167397 gecko mail/thunderbird-i18n Version 12.0 and freebsd 9.0: ca o ports/167298 gecko mail/thunderbird-i18n and www/firefox-i18n fail to fet f ports/165263 gecko mail/thunderbird: core dumping most time when users ar o ports/164919 gecko www/seamonkey fails to build on pre-SSE2 processor o ports/164905 gecko www/seamonkey fails to build with clang [patch] o ports/164239 gecko [PATCH] mail/thunderbird: crash with nss_ldap o ports/164013 gecko www/firefox: Firefox-9 Icons & xpi-addons from ports o ports/163454 gecko [patch] www/firefox-beta: unbreak with libc++ o ports/162939 gecko www/firefox crashes with Zotero add-on o ports/162075 gecko www/firefox >= 7.0.1_2 bug with respect to pentadactyl o ports/161421 gecko [patch] www/firefox: use libevent2 o ports/160933 gecko Bad port interactions between Mozilla projects o ports/160387 gecko security/ca_root_nss: Allow user to trust extra local o ports/160351 gecko www/libxul installs incorrect mozilla-nss.pc o ports/159831 gecko www/firefox is broken o ports/156335 gecko www/firefox: Repeatable firefox-4.0_1,1 crash f ports/155949 gecko www/firefox: firefox 4, WITH_PGO, better Text against o ports/150631 gecko www/firefox 3.6.9 does not build if you have previousl o ports/146231 gecko [feature request] [patch] www/firefox: use port libs o ports/144044 gecko [PATCH] www/firefox: Makefile.webplugins target order 33 problems total. ___ freebsd-gecko@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"
Re: [SVN-Commit] r792 - in branches/experimental: Mk mail/thunderbird mail/thunderbird/files www/firefox www/firefox-nightly www/firefox/files www/seamonkey www/seamonkey/files
On 06/23/2012 15:14, svn-freebsd-ge...@chruetertee.ch wrote: > Author: jbeich > Date: Sat Jun 23 13:14:24 2012 > New Revision: 792 > > Log: > use objdir build > Does the following patch look correct to fix lightning installation with thunderbird? It fixes the installation for me. The same needs to be done for seamonkey. Index: Makefile === --- Makefile(revision 860) +++ Makefile(working copy) @@ -87,7 +87,7 @@ MOZ_OPTIONS+= --enable-calendar MOZ_MK_OPTIONS+= MOZ_CO_PROJECT=calendar LIGHTNING_DIR= share/lightning -XPI_FILE= ${MOZSRC}/dist/xpi-stage/lightning.xpi +XPI_FILE= ${MOZ_OBJDIR}/mozilla/dist/xpi-stage/lightning.xpi XPI_LIBDIR=${PREFIX}/lib/xpi XPI_ORIG_ID= {e2fda1a4-762b-4020-b5ad-a41df1933103} XPI_ID=lightn...@thunderbird.mozilla.org Florian ___ freebsd-gecko@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"
[SVN-Commit] r861 - branches/experimental/www/seamonkey
Author: jbeich Date: Mon Jul 9 14:05:05 2012 New Revision: 861 Log: remove LD_LIBRARY_PATH lost in time Modified: branches/experimental/www/seamonkey/Makefile Modified: branches/experimental/www/seamonkey/Makefile == --- branches/experimental/www/seamonkey/MakefileSun Jul 8 12:47:06 2012(r860) +++ branches/experimental/www/seamonkey/MakefileMon Jul 9 14:05:05 2012(r861) @@ -36,8 +36,6 @@ USE_GL=gl MAKE_JOBS_SAFE=yes MOZ_PIS_SCRIPTS= moz_pis_S50cleanhome -MOZ_EXPORT=LD_LIBRARY_PATH="${WRKSRC}/dist/bin" - MOZ_EXTENSIONS=default MOZ_OPTIONS+= --program-transform-name='s/seamonkey/${MOZILLA}/' \ ___ freebsd-gecko@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"
[SVN-Commit] r862 - in branches/experimental: Mk mail/thunderbird mail/thunderbird-esr www/seamonkey
Author: jbeich Date: Mon Jul 9 14:05:18 2012 New Revision: 862 Log: make LIGHTNING objdir safe Submitted by: flo Modified: branches/experimental/Mk/bsd.gecko.mk branches/experimental/mail/thunderbird-esr/Makefile branches/experimental/mail/thunderbird/Makefile branches/experimental/www/seamonkey/Makefile Modified: branches/experimental/Mk/bsd.gecko.mk == --- branches/experimental/Mk/bsd.gecko.mk Mon Jul 9 14:05:05 2012 (r861) +++ branches/experimental/Mk/bsd.gecko.mk Mon Jul 9 14:05:18 2012 (r862) @@ -802,6 +802,8 @@ CONFIGURE_WRKSRC=${MOZ_OBJDIR} BUILD_WRKSRC= ${MOZ_OBJDIR} INSTALL_WRKSRC=${MOZ_OBJDIR} +.else +MOZ_OBJDIR=${WRKSRC} .endif .else # bsd.port.post.mk Modified: branches/experimental/mail/thunderbird-esr/Makefile == --- branches/experimental/mail/thunderbird-esr/Makefile Mon Jul 9 14:05:05 2012(r861) +++ branches/experimental/mail/thunderbird-esr/Makefile Mon Jul 9 14:05:18 2012(r862) @@ -87,7 +87,7 @@ MOZ_OPTIONS+= --enable-calendar MOZ_MK_OPTIONS+= MOZ_CO_PROJECT=calendar LIGHTNING_DIR= share/lightning -XPI_FILE= ${MOZSRC}/dist/xpi-stage/lightning.xpi +XPI_FILE= ${MOZ_OBJDIR}/mozilla/dist/xpi-stage/lightning.xpi XPI_LIBDIR=${PREFIX}/lib/xpi XPI_ORIG_ID= {e2fda1a4-762b-4020-b5ad-a41df1933103} XPI_ID=lightn...@thunderbird.mozilla.org Modified: branches/experimental/mail/thunderbird/Makefile == --- branches/experimental/mail/thunderbird/Makefile Mon Jul 9 14:05:05 2012(r861) +++ branches/experimental/mail/thunderbird/Makefile Mon Jul 9 14:05:18 2012(r862) @@ -87,7 +87,7 @@ MOZ_OPTIONS+= --enable-calendar MOZ_MK_OPTIONS+= MOZ_CO_PROJECT=calendar LIGHTNING_DIR= share/lightning -XPI_FILE= ${MOZSRC}/dist/xpi-stage/lightning.xpi +XPI_FILE= ${MOZ_OBJDIR}/mozilla/dist/xpi-stage/lightning.xpi XPI_LIBDIR=${PREFIX}/lib/xpi XPI_ORIG_ID= {e2fda1a4-762b-4020-b5ad-a41df1933103} XPI_ID=lightn...@thunderbird.mozilla.org Modified: branches/experimental/www/seamonkey/Makefile == --- branches/experimental/www/seamonkey/MakefileMon Jul 9 14:05:05 2012(r861) +++ branches/experimental/www/seamonkey/MakefileMon Jul 9 14:05:18 2012(r862) @@ -107,7 +107,7 @@ MOZ_OPTIONS+= --enable-calendar MOZ_MK_OPTIONS+= MOZ_CO_PROJECT=calendar LIGHTNING_DIR= share/lightning -XPI_FILE= ${MOZSRC}/dist/xpi-stage/lightning.xpi +XPI_FILE= ${MOZ_OBJDIR}/mozilla/dist/xpi-stage/lightning.xpi XPI_LIBDIR=${PREFIX}/lib/xpi XPI_ORIG_ID= {e2fda1a4-762b-4020-b5ad-a41df1933103} XPI_ID=lightn...@seamonkey.mozilla.org ___ freebsd-gecko@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"
nightly build fails as of r862
# svn up Updating '.': At revision 862. FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #23 r237852: Sat Jun 30 18:45:27 EDT 2012 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64 rm -f libiLBC.a /home/root/ff_nightly/work/mozilla-central-78e058c75a38/_virtualenv/bin/python ../../../../../..//config/pythonpath.py -I../../../../../../config ../../../../../..//config/expandlibs_gen.py --depend .deps/libiLBC.a.desc.pp -o libiLBC.a.desc audio_coding/codecs/ilbc/abs_quant.o audio_coding/codecs/ilbc/abs_quant_loop.o audio_coding/codecs/ilbc/augmented_cb_corr.o audio_coding/codecs/ilbc/bw_expand.o audio_coding/codecs/ilbc/cb_construct.o audio_coding/codecs/ilbc/cb_mem_energy.o audio_coding/codecs/ilbc/cb_mem_energy_augmentation.o audio_coding/codecs/ilbc/cb_mem_energy_calc.o audio_coding/codecs/ilbc/cb_search.o audio_coding/codecs/ilbc/cb_search_core.o audio_coding/codecs/ilbc/cb_update_best_index.o audio_coding/codecs/ilbc/chebyshev.o audio_coding/codecs/ilbc/comp_corr.o audio_coding/codecs/ilbc/constants.o audio_coding/codecs/ilbc/create_augmented_vec.o audio_coding/codecs/ilbc/decode.o audio_coding/codecs/ilbc/decode_residual.o audio_coding/codecs/ilbc/decoder_interpolate_lsf.o audio_coding/codecs/ilbc/do_plc.o audio_coding/codecs/ilbc/encode.o audio_coding/codecs/ilbc/energy_inverse.o audio_coding/codecs/ilbc/enh_upsample.o audio_coding/codecs/ilbc/enhancer.o audio_coding/codecs/ilbc/enhancer_interface.o audio_coding/codecs/ilbc/filtered_cb_vecs.o audio_coding/codecs/ilbc/frame_classify.o audio_coding/codecs/ilbc/gain_dequant.o audio_coding/codecs/ilbc/gain_quant.o audio_coding/codecs/ilbc/get_cd_vec.o audio_coding/codecs/ilbc/get_lsp_poly.o audio_coding/codecs/ilbc/get_sync_seq.o audio_coding/codecs/ilbc/hp_input.o audio_coding/codecs/ilbc/hp_output.o audio_coding/codecs/ilbc/ilbc.o audio_coding/codecs/ilbc/index_conv_dec.o audio_coding/codecs/ilbc/index_conv_enc.o audio_coding/codecs/ilbc/init_decode.o audio_coding/codecs/ilbc/init_encode.o audio_coding/codecs/ilbc/interpolate.o audio_coding/codecs/ilbc/interpolate_samples.o audio_coding/codecs/ilbc/lpc_encode.o audio_coding/codecs/ilbc/lsf_check.o audio_coding/codecs/ilbc/lsf_interpolate_to_poly_dec.o audio_coding/codecs/ilbc/lsf_interpolate_to_poly_enc.o audio_coding/codecs/ilbc/lsf_to_lsp.o audio_coding/codecs/ilbc/lsf_to_poly.o audio_coding/codecs/ilbc/lsp_to_lsf.o audio_coding/codecs/ilbc/my_corr.o audio_coding/codecs/ilbc/nearest_neighbor.o audio_coding/codecs/ilbc/pack_bits.o audio_coding/codecs/ilbc/poly_to_lsf.o audio_coding/codecs/ilbc/poly_to_lsp.o audio_coding/codecs/ilbc/refiner.o audio_coding/codecs/ilbc/simple_interpolate_lsf.o audio_coding/codecs/ilbc/simple_lpc_analysis.o audio_coding/codecs/ilbc/simple_lsf_dequant.o audio_coding/codecs/ilbc/simple_lsf_quant.o audio_coding/codecs/ilbc/smooth.o audio_coding/codecs/ilbc/smooth_out_data.o audio_coding/codecs/ilbc/sort_sq.o audio_coding/codecs/ilbc/split_vq.o audio_coding/codecs/ilbc/state_construct.o audio_coding/codecs/ilbc/state_search.o audio_coding/codecs/ilbc/swap_bytes.o audio_coding/codecs/ilbc/unpack_bits.o audio_coding/codecs/ilbc/vq3.o audio_coding/codecs/ilbc/vq4.o audio_coding/codecs/ilbc/window32_w32.o audio_coding/codecs/ilbc/xcorr_coef.o gmake[5]: Leaving directory `/home/root/ff_nightly/work/mozilla-central-78e058c75a38/media/webrtc/trunk/src/modules/modules_iLBC' gmake[4]: Leaving directory `/home/root/ff_nightly/work/mozilla-central-78e058c75a38/media/webrtc/trunk' gmake[3]: *** [libs] Error 2 gmake[3]: Leaving directory `/home/root/ff_nightly/work/mozilla-central-78e058c75a38/media/webrtc' gmake[2]: *** [libs_tier_platform] Error 2 gmake[2]: Leaving directory `/home/root/ff_nightly/work/mozilla-central-78e058c75a38' gmake[1]: *** [tier_platform] Error 2 gmake[1]: Leaving directory `/home/root/ff_nightly/work/mozilla-central-78e058c75a38' gmake: *** [default] Error 2 *** [do-build] Error code 1 Stop in /home/root/ff_nightly. *** [/home/root/ff_nightly/work/.build_done.firefox._usr_local] Error code 1 Stop in /home/root/ff_nightly. *** [build] Error code 1 Seems maybe new sound options are a problem? Build log posted at: http://sebsauvage.net/paste/?c9a2204624f61722#DeEQEDpehP4D6HgxNcbmgQmTSXlWe6ZIStTyjkBXi60= ___ freebsd-gecko@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"
[SVN-Commit] r863 - branches/experimental/www/firefox-nightly
Author: jbeich Date: Mon Jul 9 17:46:16 2012 New Revision: 863 Log: update Nightly Modified: branches/experimental/www/firefox-nightly/Makefile branches/experimental/www/firefox-nightly/Makefile.hgrev branches/experimental/www/firefox-nightly/distinfo Modified: branches/experimental/www/firefox-nightly/Makefile == --- branches/experimental/www/firefox-nightly/Makefile Mon Jul 9 14:05:18 2012(r862) +++ branches/experimental/www/firefox-nightly/Makefile Mon Jul 9 17:46:16 2012(r863) @@ -49,6 +49,7 @@ FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/chrome/icons/default/default48.png MOZ_OPTIONS= --program-transform-name='s/firefox/${MOZILLA}/' \ --with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \ + --disable-webrtc \ --enable-application=browser \ --disable-updater \ --disable-necko-wifi Modified: branches/experimental/www/firefox-nightly/Makefile.hgrev == --- branches/experimental/www/firefox-nightly/Makefile.hgrevMon Jul 9 14:05:18 2012(r862) +++ branches/experimental/www/firefox-nightly/Makefile.hgrevMon Jul 9 17:46:16 2012(r863) @@ -1 +1 @@ -HGREV= 97387:93439ef24979 +HGREV= 98677:78e058c75a38 Modified: branches/experimental/www/firefox-nightly/distinfo == --- branches/experimental/www/firefox-nightly/distinfo Mon Jul 9 14:05:18 2012(r862) +++ branches/experimental/www/firefox-nightly/distinfo Mon Jul 9 17:46:16 2012(r863) @@ -1,2 +1,2 @@ -SHA256 (firefox-nightly/93439ef24979.tar.bz2) = 15bf9dc23ce68ea681b43ed0885328f4ef6c6f9d69cd9626fdd5c17327ac3fcc -SIZE (firefox-nightly/93439ef24979.tar.bz2) = 86930297 +SHA256 (firefox-nightly/78e058c75a38.tar.bz2) = 5e233f9bd3122b04662ea2b7cf7d6e4ebdf8b6d1e3b16318dc4015877dc91fe4 +SIZE (firefox-nightly/78e058c75a38.tar.bz2) = 87353921 ___ freebsd-gecko@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"
[SVN-Commit] r864 - branches/experimental/Mk
Author: jbeich Date: Mon Jul 9 17:46:24 2012 New Revision: 864 Log: stop USE_MOZILLA from clashing with bsd.gstreamer.mk Reported by:flo Modified: branches/experimental/Mk/bsd.gecko.mk Modified: branches/experimental/Mk/bsd.gecko.mk == --- branches/experimental/Mk/bsd.gecko.mk Mon Jul 9 17:46:16 2012 (r863) +++ branches/experimental/Mk/bsd.gecko.mk Mon Jul 9 17:46:24 2012 (r864) @@ -614,7 +614,8 @@ vpx_MOZ_OPTIONS= --with-system-libvpx #vpx_EXTRACT_AFTER_ARGS= --exclude mozilla*/media/libvpx -zip_DEPENDS= zip:${PORTSDIR}/archivers/zip +zip_BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip +zip_RUN_DEPENDS= ${zip_BUILD_DEPENDS} .for use in ${USE_MOZILLA} ${use:S/-/_WITHOUT_/}= ${TRUE} @@ -622,9 +623,9 @@ .for dep in ${_ALL_DEPENDS} .if !defined(_WITHOUT_${dep}) -BUILD_DEPENDS+=${${dep}_DEPENDS} +BUILD_DEPENDS+=${${dep}_BUILD_DEPENDS} LIB_DEPENDS+= ${${dep}_LIB_DEPENDS} -RUN_DEPENDS+= ${${dep}_DEPENDS} +RUN_DEPENDS+= ${${dep}_RUN_DEPENDS} MOZ_OPTIONS+= ${${dep}_MOZ_OPTIONS} EXTRACT_AFTER_ARGS+= ${${dep}_EXTRACT_AFTER_ARGS} CPPFLAGS+= ${${dep}_CPPFLAGS} ___ freebsd-gecko@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"
[SVN-Commit] r865 - in branches/experimental: Mk mail/thunderbird mail/thunderbird-esr mail/thunderbird3 www/firefox www/firefox-esr www/firefox-nightly www/firefox36 www/kompozer www/libxul www/libxu
Author: jbeich Date: Mon Jul 9 17:46:35 2012 New Revision: 865 Log: move a few common options to bsd.gecko.mk Modified: branches/experimental/Mk/bsd.gecko.mk branches/experimental/mail/thunderbird-esr/Makefile branches/experimental/mail/thunderbird/Makefile branches/experimental/mail/thunderbird3/Makefile branches/experimental/www/firefox-esr/Makefile branches/experimental/www/firefox-nightly/Makefile branches/experimental/www/firefox/Makefile branches/experimental/www/firefox36/Makefile branches/experimental/www/kompozer/Makefile branches/experimental/www/libxul/Makefile branches/experimental/www/libxul19/Makefile branches/experimental/www/seamonkey/Makefile Modified: branches/experimental/Mk/bsd.gecko.mk == --- branches/experimental/Mk/bsd.gecko.mk Mon Jul 9 17:46:24 2012 (r864) +++ branches/experimental/Mk/bsd.gecko.mk Mon Jul 9 17:46:35 2012 (r865) @@ -633,12 +633,13 @@ .endif .endfor -# Standard options from README +# Standard options MOZ_CHROME?= omni MOZ_TOOLKIT?= cairo-gtk2 MOZ_OPTIONS+= --disable-tests \ --enable-chrome-format=${MOZ_CHROME} \ --enable-default-toolkit=${MOZ_TOOLKIT} \ + --with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \ --with-pthreads # Configure options for install MOZ_OPTIONS+= --x-includes=${LOCALBASE}/include \ @@ -662,6 +663,8 @@ --disable-freetypetest \ --disable-installer \ --disable-md\ + --disable-necko-wifi\ + --disable-updater \ --disable-pedantic MOZ_MK_OPTIONS+= XP_UNIX=1 \ PERL=${PERL} Modified: branches/experimental/mail/thunderbird-esr/Makefile == --- branches/experimental/mail/thunderbird-esr/Makefile Mon Jul 9 17:46:24 2012(r864) +++ branches/experimental/mail/thunderbird-esr/Makefile Mon Jul 9 17:46:35 2012(r865) @@ -42,10 +42,8 @@ MOZ_PROTOCOLS= http,ftp,file,viewsource,res,data,wyciwyg,websocket MOZ_OPTIONS= --program-transform-name='s/thunderbird/${MOZILLA}/' \ - --with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \ --enable-single-profile --disable-profilesharing \ - --enable-application=mail --enable-official-branding \ - --disable-updater --disable-necko-wifi + --enable-application=mail --enable-official-branding 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 Mon Jul 9 17:46:24 2012(r864) +++ branches/experimental/mail/thunderbird/Makefile Mon Jul 9 17:46:35 2012(r865) @@ -42,10 +42,8 @@ MOZ_PROTOCOLS= http,ftp,file,viewsource,res,data,wyciwyg,websocket MOZ_OPTIONS= --program-transform-name='s/thunderbird/${MOZILLA}/' \ - --with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \ --enable-single-profile --disable-profilesharing \ - --enable-application=mail --enable-official-branding \ - --disable-updater --disable-necko-wifi + --enable-application=mail --enable-official-branding 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/thunderbird3/Makefile == --- branches/experimental/mail/thunderbird3/MakefileMon Jul 9 17:46:24 2012(r864) +++ branches/experimental/mail/thunderbird3/MakefileMon Jul 9 17:46:35 2012(r865) @@ -36,11 +36,9 @@ MOZILLA_SUFX= 3 MOZILLA= ${PORTNAME}${MOZILLA_SUFX} MOZ_OPTIONS= --program-transform-name='s/thunderbird/${MOZILLA}/' \ - --with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \ --enable-single-profile --disable-profilesharing \ --enable-application=mail --enable-official-branding \ - --enable-image-decoders=default,-xbm \ - --disable-updater --disable-necko-wifi + --enable-image-decoders=default,-xbm MOZ_MK_OPTIONS=MOZ_MOZ_THUNDERBIRD=1 MAIL_PKG_SHARED=1 MOZ_EXPORT=MOZ_THUNDERBIRD=1 MAIL_PKG_SHARED=1 MOZILLA_PLIST_DIRS=bin lib Modified: branches/experimental/www/firefox-esr/Makefile == --- branches/experimental/www/firefox-esr/Makefile Mon Jul 9 17:46:24 2012(r864) +++ branches/experimental/www/firef
Re: nightly build fails as of r862
AN writes: > In file included from > ../../../../../../media/webrtc/trunk/src/modules/audio_device/main/source/linux/audio_mixer_manager_alsa_linux.h:19:0, > from > ../../../../../../media/webrtc/trunk/src/modules/audio_device/main/source/linux/audio_device_alsa_linux.h:16, > from > /home/root/ff_nightly/work/mozilla-central-78e058c75a38/media/webrtc/trunk/src/modules/audio_device/main/source/audio_device_impl.cc:35: > ../../../../../../dist/system_wrappers/alsa/asoundlib.h:3:33: fatal error: > alsa/asoundlib.h: No such file or directory WebRTC does not yet build on BSDs, see www/chromium. ALSA is not the only thing it needs. > Seems maybe new sound options are a problem? No, upstream flipped the option (bug#771248). ___ freebsd-gecko@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"
[SVN-Commit] r866 - branches/experimental/mail/thunderbird/files
Author: jbeich Date: Mon Jul 9 18:14:40 2012 New Revision: 866 Log: unbreak QT4 build on Thunderbird Added: branches/experimental/mail/thunderbird/files/patch-mail-components-Makefile.in branches/experimental/mail/thunderbird/files/patch-mail-components-build-Makefile.in Added: branches/experimental/mail/thunderbird/files/patch-mail-components-Makefile.in == --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/mail/thunderbird/files/patch-mail-components-Makefile.in Mon Jul 9 18:14:40 2012(r866) @@ -0,0 +1,11 @@ +--- mail/components/Makefile.in~ mail/components/Makefile.in +@@ -46,7 +46,7 @@ include $(DEPTH)/config/autoconf.mk + # least one module from search/ on all platforms + DIRS= compose cloudfile preferences addrbook migration activity search about-support wintaskbar newmailaccount im + +-ifneq (,$(filter windows gtk2 cocoa, $(MOZ_WIDGET_TOOLKIT))) ++ifneq (,$(filter windows gtk2 cocoa qt, $(MOZ_WIDGET_TOOLKIT))) + DIRS += shell + endif + Added: branches/experimental/mail/thunderbird/files/patch-mail-components-build-Makefile.in == --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/mail/thunderbird/files/patch-mail-components-build-Makefile.in Mon Jul 9 18:14:40 2012(r866) @@ -0,0 +1,11 @@ +--- mail/components/build/Makefile.in~ mail/components/build/Makefile.in +@@ -78,7 +78,7 @@ SHARED_LIBRARY_LIBS = \ + ../migration/src/$(LIB_PREFIX)profilemigration_s.$(LIB_SUFFIX) \ + $(NULL) + +-ifneq (,$(filter windows cocoa gtk2, $(MOZ_WIDGET_TOOLKIT))) ++ifneq (,$(filter windows cocoa gtk2 qt, $(MOZ_WIDGET_TOOLKIT))) + SHARED_LIBRARY_LIBS += ../shell/$(LIB_PREFIX)shellservice_s.$(LIB_SUFFIX) + endif + ___ freebsd-gecko@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"
Re: nightly build fails as of r862
On Mon, 9 Jul 2012, Jan Beich wrote: AN writes: In file included from ../../../../../../media/webrtc/trunk/src/modules/audio_device/main/source/linux/audio_mixer_manager_alsa_linux.h:19:0, from ../../../../../../media/webrtc/trunk/src/modules/audio_device/main/source/linux/audio_device_alsa_linux.h:16, from /home/root/ff_nightly/work/mozilla-central-78e058c75a38/media/webrtc/trunk/src/modules/audio_device/main/source/audio_device_impl.cc:35: ../../../../../../dist/system_wrappers/alsa/asoundlib.h:3:33: fatal error: alsa/asoundlib.h: No such file or directory WebRTC does not yet build on BSDs, see www/chromium. ALSA is not the only thing it needs. Seems maybe new sound options are a problem? No, upstream flipped the option (bug#771248). Working again. ===> Registering installation for firefox-nightly-16.0.98678,1 At revision 866. ___ freebsd-gecko@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"
[SVN-Commit] r867 - in branches/experimental: mail/thunderbird-esr mail/thunderbird/files www/firefox-esr/files www/firefox-nightly/files www/firefox/files www/libxul/files www/seamonkey/files
Author: jbeich Date: Mon Jul 9 22:54:59 2012 New Revision: 867 Log: unbreak qt with libc++ Added: branches/experimental/mail/thunderbird-esr/patch-mozilla-widget-src-qt-nsSound.cpp branches/experimental/mail/thunderbird-esr/patch-mozilla-widget-src-qt-nsWindow.cpp branches/experimental/mail/thunderbird/files/patch-mozilla-widget-qt-nsSound.cpp branches/experimental/mail/thunderbird/files/patch-mozilla-widget-qt-nsWindow.cpp branches/experimental/www/firefox-esr/files/patch-widget-src-qt-nsSound.cpp branches/experimental/www/firefox-esr/files/patch-widget-src-qt-nsWindow.cpp branches/experimental/www/firefox-nightly/files/patch-widget-qt-nsSound.cpp branches/experimental/www/firefox-nightly/files/patch-widget-qt-nsWindow.cpp branches/experimental/www/firefox/files/patch-widget-qt-nsSound.cpp branches/experimental/www/firefox/files/patch-widget-qt-nsWindow.cpp branches/experimental/www/libxul/files/patch-widget-src-qt-nsSound.cpp branches/experimental/www/libxul/files/patch-widget-src-qt-nsWindow.cpp branches/experimental/www/seamonkey/files/patch-mozilla-widget-qt-nsSound.cpp branches/experimental/www/seamonkey/files/patch-mozilla-widget-qt-nsWindow.cpp Modified: branches/experimental/www/firefox-nightly/files/patch-bug753046 Added: branches/experimental/mail/thunderbird-esr/patch-mozilla-widget-src-qt-nsSound.cpp == --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/mail/thunderbird-esr/patch-mozilla-widget-src-qt-nsSound.cpp Mon Jul 9 22:54:59 2012(r867) @@ -0,0 +1,10 @@ +--- mozilla/widget/src/qt/nsSound.cpp~ mozilla/widget/src/qt/nsSound.cpp +@@ -40,6 +40,7 @@ + #include + + #include ++#include + + #include "nscore.h" + #include "plstr.h" Added: branches/experimental/mail/thunderbird-esr/patch-mozilla-widget-src-qt-nsWindow.cpp == --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/mail/thunderbird-esr/patch-mozilla-widget-src-qt-nsWindow.cpp Mon Jul 9 22:54:59 2012(r867) @@ -0,0 +1,10 @@ +--- mozilla/widget/src/qt/nsWindow.cpp~ mozilla/widget/src/qt/nsWindow.cpp +@@ -43,6 +43,7 @@ using namespace QtMobility; + + #ifdef MOZ_X11 + #include ++#include "mozilla/X11Util.h" + #endif //MOZ_X11 + + #include "nsXULAppAPI.h" Added: branches/experimental/mail/thunderbird/files/patch-mozilla-widget-qt-nsSound.cpp == --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/mail/thunderbird/files/patch-mozilla-widget-qt-nsSound.cpp Mon Jul 9 22:54:59 2012(r867) @@ -0,0 +1,10 @@ +--- mozilla/widget/qt/nsSound.cpp~ mozilla/widget/qt/nsSound.cpp +@@ -40,6 +40,7 @@ + #include + + #include ++#include + + #include "nscore.h" + #include "plstr.h" Added: branches/experimental/mail/thunderbird/files/patch-mozilla-widget-qt-nsWindow.cpp == --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/mail/thunderbird/files/patch-mozilla-widget-qt-nsWindow.cpp Mon Jul 9 22:54:59 2012(r867) @@ -0,0 +1,10 @@ +--- mozilla/widget/qt/nsWindow.cpp~ mozilla/widget/qt/nsWindow.cpp +@@ -43,6 +43,7 @@ using namespace QtMobility; + + #ifdef MOZ_X11 + #include ++#include "mozilla/X11Util.h" + #endif //MOZ_X11 + + #include "nsXULAppAPI.h" Added: branches/experimental/www/firefox-esr/files/patch-widget-src-qt-nsSound.cpp == --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/www/firefox-esr/files/patch-widget-src-qt-nsSound.cpp Mon Jul 9 22:54:59 2012(r867) @@ -0,0 +1,10 @@ +--- widget/src/qt/nsSound.cpp~ widget/src/qt/nsSound.cpp +@@ -40,6 +40,7 @@ + #include + + #include ++#include + + #include "nscore.h" + #include "plstr.h" Added: branches/experimental/www/firefox-esr/files/patch-widget-src-qt-nsWindow.cpp == --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/www/firefox-esr/files/patch-widget-src-qt-nsWindow.cpp Mon Jul 9 22:54:59 2012(r867) @@ -0,0 +1,10 @@ +--- widget/src/qt/nsWindow.cpp~ widget/src/qt/nsWindow.cpp +@@ -43,6 +43,7 @@ using namespace QtMobility; + + #ifdef MOZ_X11 + #include ++#include "mozilla/X11Util.h" + #endif //MOZ_X11 + + #include "nsXULAppAPI.h" Modified: branches/experimental/www/firefox-nightly/files/patch-bug753046 == --- branches/experimental/www/fire