ports/52393: New port: py-sourceview is a Python wrapper for the GtkSourceView text editing widget

Rui Lopes rui at ruilopes.com
Sun May 18 19:00:28 UTC 2003


The following reply was made to PR ports/52393; it has been noted by GNATS.

From: Rui Lopes <rui at ruilopes.com>
To: freebsd-gnats-submit at FreeBSD.org, rui at 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 <bsd.port.mk>
 
 --------------050209040601060900020004--
 



More information about the freebsd-ports-bugs mailing list