Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jul 2003 22:05:17 -0500
From:      Jeremy Messenger <mezz7@cox.net>
To:        freebsd-gnome@freebsd.org
Subject:   Fix and bump version for x11-toolkits/py-gnome2...
Message-ID:  <oprs7hi3ub8ckrg5@smtp.central.cox.net>

next in thread | raw e-mail | index | archive | help
------------rGWTeTHwU6XmVTQ6LDPorA
Content-Type: text/plain; charset=utf-8; format=flowed

When, I upgrade and fix the build of math/py-numeric for -CURRENT, then 
tested on meld. The meld was broke and can't run, because it required the 
x11-toolkits/py-gnome2 to be rebuild. Since, the other py-gtk2 and etc have 
been updated in the ports tree recently. Here's an attach of py-gnome2.diff 
to fix.

1) Modify the depends: s/_gtkmodule.so/_gtk.so/g
2) Bump the version to force the rebuild.

Cheers,
Mezz


-- 
bsdforums.org 's moderator, mezz.
------------rGWTeTHwU6XmVTQ6LDPorA
Content-Disposition: attachment;
	filename="py-gnome2.diff"
Content-Type: text/plain;
	name="py-gnome2.diff"

diff -ur py-gnome2.orig/Makefile py-gnome2/Makefile
--- py-gnome2.orig/Makefile	Thu Jul 31 21:52:30 2003
+++ py-gnome2/Makefile	Thu Jul 31 21:55:51 2003
@@ -7,7 +7,7 @@
 
 PORTNAME=	py-gnome
 PORTVERSION=	1.99.16
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-toolkits python gnome
 MASTER_SITES=	${MASTER_SITE_GNOME}
 MASTER_SITE_SUBDIR=	sources/gnome-python/1.99
@@ -17,9 +17,9 @@
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	A set of Python bindings for GNOME 2
 
-BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/gtk-2.0/gtk/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk2 \
+BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/gtk-2.0/gtk/_gtk.so:${PORTSDIR}/x11-toolkits/py-gtk2 \
 		${PYTHON_SITELIBDIR}/ORBit.so:${PORTSDIR}/devel/py-orbit2
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/gtk-2.0/gtk/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk2 \
+RUN_DEPENDS=	${PYTHON_SITELIBDIR}/gtk-2.0/gtk/_gtk.so:${PORTSDIR}/x11-toolkits/py-gtk2 \
 		${PYTHON_SITELIBDIR}/ORBit.so:${PORTSDIR}/devel/py-orbit2
 
 LATEST_LINK=	py-gnome2

------------rGWTeTHwU6XmVTQ6LDPorA--



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