add patch from main stream, bump PKGNAME

This commit is contained in:
couderc 2003-08-02 14:36:50 +00:00
parent b0bfd382e8
commit 0730155c10
2 changed files with 17 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.44 2003/05/26 11:30:05 couderc Exp $
# $OpenBSD: Makefile,v 1.45 2003/08/02 14:36:50 couderc Exp $
# $FreeBSD: Makefile,v 1.12 1999/06/08 23:41:54 steve Exp $
COMMENT= "X-Chat is an X11 IRC client"
@ -6,6 +6,7 @@ COMMENT= "X-Chat is an X11 IRC client"
MAJOR= 1.8
VERSION= ${MAJOR}.11
DISTNAME= xchat-${VERSION}
PKGNAME= ${DISTNAME}p1
CATEGORIES= net x11
MASTER_SITES= http://xchat.org/files/source/${MAJOR}/ \

View File

@ -0,0 +1,15 @@
$OpenBSD: patch-src_fe-gtk_xtext_c,v 1.1 2003/08/02 14:36:50 couderc Exp $
--- src/fe-gtk/xtext.c.orig 2003-08-02 16:06:15.000000000 +0200
+++ src/fe-gtk/xtext.c 2003-08-02 16:07:47.000000000 +0200
@@ -505,7 +505,11 @@ gtk_xtext_size_allocate (GtkWidget * wid
int height_only = FALSE;
if (allocation->width == widget->allocation.width)
+ {
+ if (allocation->height == widget->allocation.height)
+ return;
height_only = TRUE;
+ }
widget->allocation = *allocation;
if (GTK_WIDGET_REALIZED (widget))