Bug 134339 - [patch] x11-toolkits/py-gnome-extras fix missing link to gtkmozembed
Summary: [patch] x11-toolkits/py-gnome-extras fix missing link to gtkmozembed
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-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-07 17:50 UTC by jun-g
Modified: 2009-05-10 18:50 UTC (History)
0 users

See Also:


Attachments
py-gnome-extras.patch (688 bytes, patch)
2009-05-07 17:50 UTC, jun-g
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jun-g 2009-05-07 17:50:00 UTC

Fix missing link to gtkmozembed if WITH_GECKO=libxul.

How-To-Repeat: 

# cd /usr/ports/x11-toolkits/py-gnome-extras && make WITH_GECKO=libxul configure

snip...

The following modules will be built:

gtkhtml2
egg.trayicon
egg.recent
gtkspell
gdl
gda
gksu
gksu.ui

The following modules will NOT be built:

gtkmozembed
gksu2
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-05-07 17:50:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-05-10 18:40:26 UTC
mezz        2009-05-10 17:40:07 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits/py-gnome-extras Makefile 
  Log:
  When use libxul, make sure it does build and install the module. Bump the
  PORTREVISION.
  
  PR:             ports/134339
  Submitted by:   "Junji NAKANISHI" <jun-g@daemonfreaks.com>
  
  Revision  Changes    Path
  1.31      +2 -2      ports/x11-toolkits/py-gnome-extras/Makefile
_______________________________________________
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 Jeremy Messenger freebsd_committer freebsd_triage 2009-05-10 18:40:48 UTC
State Changed
From-To: open->closed

Committed, thanks!