[Bug 194414] New: REGRESSION: www/firefox-i18n no longer depends on www/firefox at build-time, gecko.mk framework bug?

2014-10-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194414

Bug ID: 194414
   Summary: REGRESSION: www/firefox-i18n no longer depends on
www/firefox at build-time, gecko.mk framework bug?
   Product: Ports Tree
   Version: Latest
  Hardware: Any
OS: Any
Status: Needs Triage
  Severity: Affects Some People
  Priority: ---
 Component: Individual Port(s)
  Assignee: ge...@freebsd.org
  Reporter: mand...@freebsd.org
CC: ge...@freebsd.org, port...@freebsd.org
CC: ge...@freebsd.org

I see that my USES=gecko:...,build is still in place, but it no longer works:



===>>> firefox-i18n-32.0.2 5/5

===>>> Currently installed version: firefox-i18n-32.0.2
===>>> Port directory: /usr/ports/www/firefox-i18n

===>>> Starting check for build dependencies
===>>> Gathering dependency list for www/firefox-i18n from ports
===>>> Dependency check complete for www/firefox-i18n

===>>> firefox-i18n-32.0.2 5/5

===>  Cleaning for firefox-i18n-33.0
===>  firefox-i18n-33.0 cannot install: firefox versions mismatch: firefox-32
is installed and wanted version is firefox-33.
*** [build] Error code 1

Stop in /usr/ports/www/firefox-i18n.



This may be a new framework bug in Mk/Uses/gecko.mk or elsewhere, but I lack
the time to investigate this over the next days.

[mandree@somehost /usr/ports.svn/www/firefox-i18n]$ make -V BUILD_DEPENDS

[mandree@somehost /usr/ports.svn/www/firefox-i18n]

Consequence is that portmaster no longer enforces the firefox upgrade before
building firefox-i18n.

--- Comment #1 from Bugzilla Automation  ---
Maintainers CC'd

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
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"


[Bug 194414] REGRESSION: www/firefox-i18n no longer depends on www/firefox at build-time, gecko.mk framework bug?

2014-10-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194414

--- Comment #2 from Jan Beich  ---
It works fine here provided Mk/Uses/gecko.mk is in sync with -i18n ports.
Partial port updates aren't really supported.

$ cd /usr/ports/www/firefox-i18n
$ make -V BUILD_DEPENDS
/usr/local/lib/firefox/firefox:/usr/ports/www/firefox
$ make -V 32_DEPENDS

$ make -V 33_DEPENDS
/usr/local/lib/firefox/firefox:/usr/ports/www/firefox
$ make -V _GECKO_WANTED_VERSION
33

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
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"


libxul is marked BROKEN

2014-10-17 Thread Steve Robertson
Hello,

I'm running FreeBSD-10.0-RELEASE-p9.
Running portmaster -aD indicates that www/libxul is among ports needing
to be updated, but it is marked BROKEN.
pkg audit -F reports that the currently installed version has
vulnerabilities.
When will we be able to build the new version?

Thank you,
Steve Robertson
srobert


___
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] r1734 - branches/firefox33/www/libxul trunk/www/libxul

2014-10-17 Thread svn-freebsd-gecko
Author: jbeich
Date: Fri Oct 17 21:26:13 2014
New Revision: 1734

Log:
don't specify default extensions to make build proceed

Modified:
   branches/firefox33/www/libxul/Makefile
   trunk/www/libxul/Makefile

Modified: branches/firefox33/www/libxul/Makefile
==
--- branches/firefox33/www/libxul/Makefile  Thu Oct 16 10:25:50 2014
(r1733)
+++ branches/firefox33/www/libxul/Makefile  Fri Oct 17 21:26:13 2014
(r1734)
@@ -46,7 +46,6 @@
 USE_LDCONFIG=  ${PREFIX}/lib/${MOZILLA}
 
 MOZ_OPTIONS?=  --enable-application=xulrunner
-MOZ_EXTENSIONS=default,cookie,permissions
 USE_GECKO= gecko
 CPE_PRODUCT=   firefox_esr
 OBJDIR_BUILD=  # in-tree build broken after bug 789837
@@ -56,7 +55,7 @@
 MOZ_PKGCONFIG_FILES=   libxul-embedding libxul mozilla-js \
mozilla-plugin
 
-BROKEN=build error on js/xpconnect/src/libxpconnect_s.a.desc
+BROKEN=stage-package fails with ValueError: no path specified
 
 .include "${.CURDIR}/../../www/firefox/Makefile.options"
 .include 

Modified: trunk/www/libxul/Makefile
==
--- trunk/www/libxul/Makefile   Thu Oct 16 10:25:50 2014(r1733)
+++ trunk/www/libxul/Makefile   Fri Oct 17 21:26:13 2014(r1734)
@@ -46,7 +46,6 @@
 USE_LDCONFIG=  ${PREFIX}/lib/${MOZILLA}
 
 MOZ_OPTIONS?=  --enable-application=xulrunner
-MOZ_EXTENSIONS=default,cookie,permissions
 USE_GECKO= gecko
 CPE_PRODUCT=   firefox_esr
 OBJDIR_BUILD=  # in-tree build broken after bug 789837
@@ -56,7 +55,7 @@
 MOZ_PKGCONFIG_FILES=   libxul-embedding libxul mozilla-js \
mozilla-plugin
 
-BROKEN=build error on js/xpconnect/src/libxpconnect_s.a.desc
+BROKEN=stage-package fails with ValueError: no path specified
 
 .include "${.CURDIR}/../../www/firefox/Makefile.options"
 .include 
___
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"