public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/xulrunner/files: 066-fix-includedir-mozilla-js.patch
@ 2009-06-29 16:42 Nirbheek Chauhan (nirbheek)
  0 siblings, 0 replies; 2+ messages in thread
From: Nirbheek Chauhan (nirbheek) @ 2009-06-29 16:42 UTC (permalink / raw
  To: gentoo-commits

nirbheek    09/06/29 16:42:04

  Added:                066-fix-includedir-mozilla-js.patch
  Log:
  Add patch to fix mozilla-js.pc to have the correct path. Changes no code, unbreaks a lot of apps (like bug 275318), and will not break anything. Straight to stable! Muahahaha. (arch teams don't really have anything to do here)
  (Portage version: 2.2_rc33/cvs/Linux i686, RepoMan options: --force)

Revision  Changes    Path
1.1                  net-libs/xulrunner/files/066-fix-includedir-mozilla-js.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/files/066-fix-includedir-mozilla-js.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/files/066-fix-includedir-mozilla-js.patch?rev=1.1&content-type=text/plain

Index: 066-fix-includedir-mozilla-js.patch
===================================================================
mozjs stuff is actually in /unstable not in /stable

Causes bugs like http://bugs.gentoo.org/275318

Upstream bug: https://bugzilla.mozilla.org/show_bug.cgi?id=500645

Will likely be fixed in 1.9.2

---
--- xulrunner/installer/mozilla-js.pc.in	2009-06-26 08:37:34.458635913 -0500
+++ xulrunner/installer/mozilla-js.pc.in	2009-06-26 08:38:13.623656097 -0500
@@ -1,10 +1,11 @@
 prefix=%prefix%
 sdkdir=%sdkdir%
 includedir=%includedir%
+includetypes=unstable
 
 Name: JavaScript
 Description: The Mozilla JavaScript Library
 Version: %MOZILLA_VERSION%
 Requires: %NSPR_NAME% >= %NSPR_VERSION%
 Libs: -L${sdkdir}/lib -lmozjs
-Cflags: -I${includedir}/stable -DXP_UNIX -DJS_THREADSAFE
+Cflags: -I${includedir}/${includetypes} -DXP_UNIX -DJS_THREADSAFE






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-libs/xulrunner/files: 066-fix-includedir-mozilla-js.patch
@ 2009-07-22  3:42 Jeremy Olexa (darkside)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeremy Olexa (darkside) @ 2009-07-22  3:42 UTC (permalink / raw
  To: gentoo-commits

darkside    09/07/22 03:42:28

  Added:                066-fix-includedir-mozilla-js.patch
  Log:
  add back patch that was accidently removed, bug 278622
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  net-libs/xulrunner/files/066-fix-includedir-mozilla-js.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/files/066-fix-includedir-mozilla-js.patch?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/files/066-fix-includedir-mozilla-js.patch?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/files/066-fix-includedir-mozilla-js.patch?r1=1.2&r2=1.3







^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-07-22  3:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-29 16:42 [gentoo-commits] gentoo-x86 commit in net-libs/xulrunner/files: 066-fix-includedir-mozilla-js.patch Nirbheek Chauhan (nirbheek)
  -- strict thread matches above, loose matches on Subject: below --
2009-07-22  3:42 Jeremy Olexa (darkside)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox