From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 18 12:00:28 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3394A37B401 for ; Sun, 18 May 2003 12:00:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6642043F93 for ; Sun, 18 May 2003 12:00:27 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4IJ0RUp003494 for ; Sun, 18 May 2003 12:00:27 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4IJ0RiV003493; Sun, 18 May 2003 12:00:27 -0700 (PDT) Date: Sun, 18 May 2003 12:00:27 -0700 (PDT) Message-Id: <200305181900.h4IJ0RiV003493@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Rui Lopes Subject: Re: ports/52393: New port: py-sourceview is a Python wrapper for the GtkSourceView text editing widget X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Rui Lopes List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 May 2003 19:00:28 -0000 The following reply was made to PR ports/52393; it has been noted by GNATS. From: Rui Lopes To: freebsd-gnats-submit@FreeBSD.org, rui@ruilopes.com Cc: Subject: Re: ports/52393: New port: py-sourceview is a Python wrapper for the GtkSourceView text editing widget Date: Sun, 18 May 2003 19:57:25 +0100 This is a multi-part message in MIME format. --------------050209040601060900020004 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit I failed to include my recent Makefile.. Please apply this patch to Makefile. Thanks, -- Rui Lopes --------------050209040601060900020004 Content-Type: text/plain; name="Makefile.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Makefile.diff" --- Makefile.orig Sun May 18 19:47:25 2003 +++ Makefile Sun May 18 19:38:12 2003 @@ -23,4 +23,8 @@ USE_PYTHON= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +# XXX: this fixes a macro name mismatch between pysourceview and +# gtksourceview 0.2.0; this should be fixed in gtksourceview after 0.2.0. +CFLAGS+= -DGTK_SOURCE_STYLE_SCHEME=GTK_STYLE_SOURCE_SCHEME + .include --------------050209040601060900020004--