Bug 167431 - www/firefox fails to build if nspr version is < 4.9
Summary: www/firefox fails to build if nspr version is < 4.9
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gecko (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-29 19:40 UTC by toomas.aas
Modified: 2012-06-25 09:11 UTC (History)
0 users

See Also:


Attachments
file.diff (463 bytes, patch)
2012-04-29 19:40 UTC, toomas.aas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description toomas.aas 2012-04-29 19:40:10 UTC
If nspr-4.8.8 is installed, building of www/firefox failis with the following output:

checking for NSPR - version >= 4.9.0... no
configure: error: your don't have NSPR installed or your version is too old
===>  Script "configure" failed unexpectedly.

Fix: Apply the attached patch.

Patch attached with submission follows:
How-To-Repeat: make sure nspr-4.8.8 or another version older than 4.9 is installed.

# cd /usr/ports/www/firefox
# make build
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-04-29 19:40:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gecko

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-06-06 08:56:01 UTC
beat        2012-06-06 07:55:46 UTC

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.gecko.mk 
    www/firefox          Makefile distinfo pkg-descr 
    www/firefox/files    patch-browser-app-Makefile.in 
                         patch-browser-app-nsBrowserApp.cpp 
                         patch-configure.in 
                         patch-xpcom_base_nsStackWalk.cpp 
  Added files:
    www/firefox/files    patch-bugzilla-736961 
                         patch-gfx-ycbcr-Makefile.in 
  Log:
  - Update Firefox to 13.0
  - Remove whitespace from pkg-descr
  - Use GCC 4.6 to fix build on newer FreeBSD versions
  - Use asm optimized YUV conversion and RGB scaling [1]
  - Update required nspr version [2]
  
  PR:             ports/168423 [1], ports/167431 [2]
  Submitted by:   Jan Beich <jbeich AT tormail.org [1],
                  Toomas Aas <toomas.aas AT raad.tartu.ee> [2]
  Security:       http://www.vuxml.org/freebsd/bfecf7c1-af47-11e1-9580-4061862b8c22.html
  
  Revision  Changes    Path
  1.60      +6 -6      ports/Mk/bsd.gecko.mk
  1.269     +6 -3      ports/www/firefox/Makefile
  1.88      +2 -2      ports/www/firefox/distinfo
  1.3       +76 -10    ports/www/firefox/files/patch-browser-app-Makefile.in
  1.4       +18 -31    ports/www/firefox/files/patch-browser-app-nsBrowserApp.cpp
  1.1       +111 -0    ports/www/firefox/files/patch-bugzilla-736961 (new)
  1.4       +7 -34     ports/www/firefox/files/patch-configure.in
  1.1       +21 -0     ports/www/firefox/files/patch-gfx-ycbcr-Makefile.in (new)
  1.3       +5 -5      ports/www/firefox/files/patch-xpcom_base_nsStackWalk.cpp
  1.13      +1 -1      ports/www/firefox/pkg-descr
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-06-09 09:28:47 UTC
beat        2012-06-09 08:28:38 UTC

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.gecko.mk 
    mail/thunderbird     Makefile distinfo 
    mail/thunderbird/files patch-mozilla-configure.in 
  Added files:
    mail/thunderbird/files patch-bugzilla-736961 
                           patch-mail-app-Makefile.in 
  Log:
  - Update Thunderbird to 13.0
  - Use GCC 4.6 to fix build on newer FreeBSD versions
  - Update required nspr version [1]
  
  PR:             ports/167431 [1]
  Submitted by:   Toomas Aas <toomas.aas AT raad.tartu.ee> [1]
  Security:       http://www.vuxml.org/freebsd/bfecf7c1-af47-11e1-9580-4061862b8c22.html
  
  Revision  Changes    Path
  1.62      +6 -6      ports/Mk/bsd.gecko.mk
  1.152     +6 -3      ports/mail/thunderbird/Makefile
  1.71      +2 -2      ports/mail/thunderbird/distinfo
  1.1       +111 -0    ports/mail/thunderbird/files/patch-bugzilla-736961 (new)
  1.1       +254 -0    ports/mail/thunderbird/files/patch-mail-app-Makefile.in (new)
  1.3       +7 -34     ports/mail/thunderbird/files/patch-mozilla-configure.in
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Beat Gaetzi freebsd_committer freebsd_triage 2012-06-25 09:11:47 UTC
State Changed
From-To: open->closed

Committed. Thanks!