Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 May 2009 01:46:24 +0900
From:      "Junji NAKANISHI" <jun-g@daemonfreaks.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/134339: [patch] x11-toolkits/py-gnome-extras fix missing link to gtkmozembed
Message-ID:  <1241714784.90082@blackmagic.daemonfreaks.local>
Resent-Message-ID: <200905071650.n47Go1Ia000817@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         134339
>Category:       ports
>Synopsis:       [patch] x11-toolkits/py-gnome-extras fix missing link to gtkmozembed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 07 16:50:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Junji NAKANISHI
>Release:        FreeBSD 7.2-STABLE i386
>Organization:
>Environment:


System: FreeBSD 7.2-STABLE #1: Thu May  7 06:08:40 JST 2009
    root@blackmagic.daemonfreaks.local:/usr/obj/usr/src/sys/GENERIC



>Description:


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



>Fix:


--- py-gnome-extras.patch begins here ---
diff -durN py-gnome-extras.orig/Makefile py-gnome-extras/Makefile
--- py-gnome-extras.orig/Makefile	2009-05-08 01:44:42.000000000 +0900
+++ py-gnome-extras/Makefile	2009-05-08 01:45:00.000000000 +0900
@@ -8,7 +8,7 @@
 
 PORTNAME=	gnome
 PORTVERSION=	2.25.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-toolkits python gnome
 MASTER_SITES=	GNOME
 MASTER_SITE_SUBDIR=	sources/gnome-python-extras/${PORTVERSION:C/..$//}
@@ -46,7 +46,7 @@
 .include "${PORTSDIR}/www/mozilla/bsd.gecko.mk"
 
 .if defined(GECKO) && ${GECKO:Mlibxul}!=""
-CONFIGURE_ARGS+=	--with-gtkmozembed=xulrunner
+CONFIGURE_ARGS+=	--with-gtkmozembed=mozilla
 .else
 CONFIGURE_ARGS+=	--with-gtkmozembed=${GECKO}
 .endif
--- py-gnome-extras.patch ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1241714784.90082>